/* This is the main layout */

* {
		margin: 0;
		padding: 0;
		}
			
html, body { background-position:top center; background-image:url(../images/top_01.png); background-repeat:no-repeat; background-color: #f4f4f4;font-family: : Georgia, Times New Roman; height: 100%; margin:0; padding:0;text-align: center; /* to correct the centering IE bug*/ font-size:92%;
}

#wrap {
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em;
	width: 740px;
	text-align: left; /* to correct the centering IE bug*/
	border:0px solid #000000;

}

* html #wrap {
	height:100%;
	}


/* Links*/
A:link {
	COLOR:#5d8eaf; font-weight:bold; TEXT-DECORATION:none; font-size:0.98em;font-family: : Georgia, Times New Roman;
}
A:visited {
	COLOR:#5d8eaf; TEXT-DECORATION: none; font-size:0.98em; font-weight:bold;font-family: : Georgia, Times New Roman;
}
A:hover {
	COLOR:#FFCC00; TEXT-DECORATION:underline; font-family: : Georgia, Times New Roman;
}
A:active {
	TEXT-DECORATION: dashed;
}
A:unknown {
	TEXT-DECORATION: underline;
}



h1 {

font-family:Monaco, 'Lucida Console';;
font-size: 1.4em;
color: #064363;
line-height:30px; 
}


h2 {

font-family:Monaco, 'Lucida Console';;
font-size: 1em;
font-weight:bold;
color:#333333;
}


p {

font-family:Cambria,Palatino,Palatino Linotype,Myriad Pro,Serif, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color:#000000;
}


.footer {

font-family:Cambria,Palatino,Palatino Linotype,Myriad Pro,Serif, Arial, Helvetica, sans-serif;
font-size: 1em;
color:#666666;
}




.line {border-top:3px solid #000;}


.widget {
width: 740px;
margin:0 auto;
padding:5px 0 0 0;
margin: 5px 0 0 0;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

	.widget a {
	color: #0099CC;
	text-decoration: none;
	
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	font-size:1.2em;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		font-family:Monaco, 'Lucida Console';
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}