@charset "UTF-8";
/* CSS Document */

*{ margin:0px; padding:0px; }

html, body { margin:0; padding:0px; font-family:Verdana, Arial, sans-serif; text-align:center; }

body {background:#74869E url(../i/bg_all.jpg) repeat-x top left;}

#left h1, #left h2 {font-family:"Century Gothic", "Trebuchet MS", Arial, san-serif; text-align:left; font-size:22px; margin-left: 100px; margin-bottom:10px; line-height:23px; font-weight:normal; clear:none; color:#8C1A1C; margin:35px 0px 15px 0px;}

#left h2 {font-size:18px; margin:20px 0px 10px 0px;}

h1 {font-family:"Century Gothic", "Trebuchet MS", Arial, san-serif; text-align:left; font-size:22px; margin-left: 100px; margin-bottom:10px; line-height:23px; font-weight:normal; clear:none; color:#8C1A1C; margin:35px 0px 15px 0px;}

#side_menu { width:160px; !important; float:left; padding:35px 0px 15px 25px; margin:0px 0px 0px 0px; text-align:left;}

#side_menu a { margin-left:25px; font-family:Arial, san-serif; font-size:14px; line-height:22px; color:#8C1A1C; text-decoration:none; border-bottom:1px dotted;}

#side_menu a:hover {text-decoration:none; color:#656565; border-bottom:none;}

#left p {font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px; margin:5px 0px 15px 0px; text-align:left; width:500px;}
#left p.cent {font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px; margin:5px 0px 15px 0px; text-align:center; width:500px;}
#left {font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px; text-align:left; width:500px;margin-left: 40px;}
#left ul {margin-left:40px;}
#left ul.cent {font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px; margin:5px 0px 15px 0px; text-align:center; width:500px;}

#searchMessage {font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px; margin:5px 0px 15px 0px; text-align:left; width:500px;}

#left a, #left a:active, #left a:link {color:#8C1A1C; text-decoration:none; border-bottom:1px dotted;}

#left a:hover {text-decoration:none; color:#656565; border-bottom:none;} 
 
#left li {}

#left {width:428px; float:left; /* 695 */ }

#right {float:right; width:277px; padding-left:4px; padding-right:6px; font-family:Arial, san-serif;font-size:14px;color:#656565; line-height:16px;}

#wrapper { display:inline; width:1022px;}
	
	
#top {margin:45px auto 0px auto; background:url(../i/top_bg.jpg) top left repeat-x; width:1022px; height:135px; display:block;}

#logo {margin:0 auto; background:url(../i/logo.jpg) top center no-repeat; border:none; width:562px; height:90px; display:block; overflow:hidden;}

#main_content {margin:0 auto; width:1022px; background:#FFFFFF;}

#main_home_content {margin:0 auto; width:1022px; height:384px; background:url(../i/bg_home.jpg) top center no-repeat;}

#footer {text-transform:uppercase; font-size:11px; color:#808080; text-align:center; }

#footer_home {text-transform:uppercase; margin:0 auto; font-size:11px; color:#808080; text-align:center; width:1022px; height:59px; background:url(../i/home_footer.jpg) repeat-x top left;}

#footer_home p {text-transform:uppercase; color:#808080; font-family:Verdana, sans-serif; text-align:center; padding-top:25px;}

#footer_home p a, #footer_home p a:active, #footer_home p a:visited {text-decoration:none; color:#808080;}

#footer_home p a:hover {color:#FFFFFF;}

.lower {text-transform:lowercase;}
.heading1 {
	font-family:"Century Gothic", "Trebuchet MS", Arial, san-serif;
	text-align:left; 
	font-size:22px; 
	margin-bottom:10px; 
	line-height:23px; 
	font-weight:normal; 
	clear:none;
	color:#8C1A1C; 
	margin:35px 0px 15px 0px;
 }

/*

search field and case styles 

*/

input#search {width:108px; height:12px; border:none; padding:2px 4px; text-align:center; background:url(../i/search_box.jpg) top center no-repeat; display:block; overflow:hidden; font-size:10px; color:#FFFFFF; float:left; clear:none;}

input#arrow {width:16px; height:16px; border:none; margin-left:5px; background:url(../i/submit_arw.jpg) top center no-repeat; display:block; overflow:hidden; float:left;}

/*

Main Navigation hotness

*/


	.nav {
		width:100%; font-family: verdana, arial, sans-serif; font-size:11px;;
		background:#000 repeat-x; 
		margin:0 0 20px 0; /* for this demo only */ 
		padding-left: 250px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		text-transform:uppercase; 
		padding-top:5px;

		
}
.nav a:hover{background:#000 color:#ffffff;}
a.onnav{text-decoration:none; color:#ffffff !important; border-bottom:none;}

.nav ul {
padding:0;margin:0;list-style-type:none;
}
.nav ul li {
float:left; position:relative;
}
.nav ul li.group {display:block; text-indent:10px; background:#000; color:#92AAC7; width:152px; padding:4px 0;}

.nav ul li a, .nav ul li a:visited {
float:left; display:block; text-decoration:none; color:#92AAC7; padding:0px 16px; line-height:25px; height:30px;
}

.nav ul li:hover {background:#000; color:#ffffff;}

.nav ul li a:hover {background:#000; color:#ffffff;}

.nav ul li:hover a {background:#000; color:#ffffff;}

.nav ul li ul {
display: none;
}

/* specific to non IE browsers */
.nav ul li:hover ul {
display:block; position:absolute;top:29px; background:#000; color:#92AAC7; margin-top:1px; left:0; width:152px;
}
.nav ul li:hover ul li ul {
display: none;
}
.nav ul li:hover ul li a {
display:block; background:#000; color:#92AAC7;height:auto;line-height:15px;padding:4px 16px; width:120px;text-align:left;
}
.nav ul li:hover ul li a:hover {
color:#ffffff; background: #000;
}
.nav ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:0px; color:#000; left:152px; height:auto; width:150px; overflow:hidden; background:#888;
}
.nav ul li:hover ul li:hover ul li a {background:#000;}
.nav ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}
.nav ul li:hover ul li:hover ul.left {
left:-172px;
}
.nav ul li:hover ul li:hover ul li a:hover {background:#000; color:#ffffff;}



/* specific to IE5.5 and IE6 browsers */
.nav ul li a:hover ul {
display:block;position:absolute;top:30px; top:29px; background:#000;left:0; margin-top:1px;
}
.nav ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.nav ul li a:hover ul.endstop {
left: -90px;
}
.nav ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; width:120px;
}
.nav ul li a:hover ul li a.drop {
background:#000; padding-bottom:5px;
}
.nav ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.nav ul li a:hover ul li a:hover {
color:#fff; background: #000;
}
.nav ul li a:hover ul li a:hover.drop {
 background: #000; color:#fff;
}
.nav ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:-69px; top:-70px; color:#000; left:152px; height:138px; width:170px; overflow:auto; background:#888;
}
.nav ul li a:hover ul li a:hover ul.left {
left:-170px;
}
.nav ul li a:hover ul li a:hover ul li a:hover {background:#000; color:#fff;}


.left {clear:both;}

#submit {position: relative; top: -10px; left: 107px;}