/* CSS Document */
p 
{
	font-family: Verdana;
}

body {
	background-color: #888888;
	margin: 0px;
	font-family: Frutiger, "Myriad Web", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:.75em;
	line-height:1.5em;
}

a {color:#c03000;}

 input {
	font-family: Frutiger, "Myriad Web", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:100%;
	border: 1px solid #000000;
	height:16px;
}

.submit_btn {
	color: #FFFFFF;
	width:65px;
	height:25px;
	background-color:#468966;
	border:1px solid #000000;
	margin-top:10px;
}

.lrg_title {
	font-size:18px;
	font-weight:bold;
	line-height:25px;
}

.sml_title {
	font-weight:bold;
}

#container {
	margin-left: 10px;
	margin-right:auto;
	width:857px;
	background-image:url(images/bottom_bg.gif);
	background-repeat:repeat-y;
}

#sub_container{
	margin-left:auto;
	margin-right:auto;
	width:857px;
	background-image:url(images/sub_bg.gif);
	background-repeat:repeat-y;
}

#sub_content{
	width:inherit;
	min-height:200px;
	background-image:url(images/sub_top_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#sub_content div{
	padding:30px 75px 30px 75px;
}

#header {
	width:inherit;
	height:333px;
}

#main-top {
	width:inherit;
	height:258px;
}

#main-topleft {
	width:311px;
	height:inherit;
	background-image:url(images/top_left_bg.jpg);
	float:left;
}

#main-middle 
{
	padding-left: 5px;
	padding: 10px;
	width:939px;
	height:inherit;
    background-image:url(images/mid_bg.jpg);
	float:left;
	background-repeat: repeat;
}

#main-topleft p{
	padding:5px 40px 20px 20px;
}

#main-topright {
	width:546px;
	height:inherit;
	background-image:url(images/top_right_bg.jpg);
	float:right;
}

#main-topright p{
	padding:5px 40px 20px 20px;
}

#main-bottom-headers {
	width:inherit;
	height:45px;
	background-image:url(images/bot_headers.gif);
	background-repeat:no-repeat;
}

#box_label1 {
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	margin-left:20px;
	width:308px;
	float:left;
}

#box_label2 {
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	width:280px;
	float:left;
}

#box_label3 {
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0px 0px 0px;
	width:243px;
	float:right;
}

#main-bottom {
	width:inherit;
	min-height:225px;
	background-image:url(images/bot_bg_fade.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
}

#main-bottom p {
	padding:0px 40px 20px 20px;
	}

#main-botleft {
	width:308px;
	min-height:225px;
	margin-left:2px;
	float:left;
}

#main-botcen {
	width:282px;
	min-height:225px;
	margin-left:1px;
	float:left;
}

#main-botright {
	width:261px;
	min-height:225px;
	margin-left:1px;
	float:left;
}

#header {
	width: 960px;
	height:37px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	font-size:11px;
	color:#FFFFFF;
}

#header a {color:#FFFFFF;}

#header div 
{
	padding:10px 20px 0px 20px;
}


/* Footer */
#footer {
	width: 962px;
	height:37px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	clear:both;
	font-size:11px;
	color:#FFFFFF;
}

#footer a {color:#FFFFFF;}

#footer div {
	padding:10px 20px 0px 20px;
}



.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	background: #e6e6e6;
	border:1px solid #d0d0d0;
	margin:22px 0px 0px 30px;
	padding: 15px;
}

.twoColFixLtHdr #boxtitle {
	background-color:#FFFFFF;
	border-top:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
	border-left:1px solid #bcbcbc;
	padding:5px;
	font-size:11px;
	color:#3d9dd6;
	width:100px;
	text-align:center;
}
.twoColFixLtHdr #innerbox {
	background-color:#FFFFFF;
	border:1px solid #bcbcbc;
	padding:20px;
	font-size:11px;
	line-height:16px;
	width: 167px;
}

#menubar
{
	width:939px;
	height:inherit;
    background-image:url(images/mid_bg.jpg);
	background-repeat: repeat;
}
.buttonvideo
{
	position:absolute;
	z-index:5;
	font-size:50px	
}


/* Hover button */

ul#navlist { font-family: sans-serif; }

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li { float: left; }

ul#navlist li a
{
color: #000;
background-color: #B4EEB4;
/* background-color: #003366; */
padding: 3px;
border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #ffff00;
background-color: #003366;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li { float: none; }

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
display: block;
position: absolute;
font-size: 8pt;
padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
display: block;
width: 10em;
border: none;
padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }

/* Tables */

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}
