body{
	color:white;
	font:12px Tahoma;
	background:#626262;
}
.wrapper{
	position:absolute;
	left:50%;
	width:650px;
	margin-left:-325px;
	
	
}

.header{background:url(blue_header.jpg) no-repeat top left; width:650px; height:160px;}
.main{background:url(blue_bk.jpg) repeat-y;width:90%;  padding:30px;}
.footer{
background:url(footer.png) no-repeat; 
height:20px;
text-align:center;
padding-top:59px;
margin-bottom:15px;
font-size:10px;
color:#535353;
}
.footer a {
color:#535353;
text-decoration:none;
font-weight:normal;
}

.menu {padding-left:45px; padding-top:1px;padding-bottom:1px;height:41px; font-size:12px; position:relative; z-index:2;font-family:Tahoma;font-size:12px;background-image:url(nav.png);}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:606px; w\idth:605px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:170px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;text-align:center;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;font-weight:bold;text-decoration:none; color:black; height:41px; line-height:40px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#e9eaef;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#e9eaef;}
.menu ul ul :hover > a.drop {background:#e9eaef;}
/* style the third level background */
.menu ul ul ul li{background:#e9eaef;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e9eaef;}
/* style the third level hover */
.menu ul ul ul a:hover {background:black;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:41px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:41px;t\op:41px;}

/* position the third level flyout menu */
.menu ul ul ul{left:176px; top:-1px; width:170px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul ul li{background:#e9eaef;text-align:left;border-bottom:solid 1px #cccccc;border-right:1px solid #666666;border-left:solid 1px #cccccc;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:Transparent;font-family:Arial;color:black; height:21px;font-weight:bold; line-height:21px;padding-left:5px; width:170px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:170px;w\idth:170px;}

/* style the top level hover */
.menu a:hover{color:gray; background:Transparent;}
.menu ul ul a:hover{color:white; background:#333333;}
.menu :hover > a {color:gray;background:Transparent;}
.menu ul ul :hover > a {color:white;background:#333333;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

#nav1 {width:58px;background:url(nav1.png);}
#nav2{width:80px;background:url(nav2.png);}
#nav3{width:98px;background:url(nav3.png);}
#nav4{width:108px;background:url(nav4.png);}
#nav5{width:97px;background:url(nav5.png);}
#nav6{width:52px;background:url(nav6.png);}
#nav7{width:71px;background:url(nav7.png);}


#flash{padding:0px 18px;}

h1{font:30px "Arial Rounded MT Bold", Tahoma; margin:0px; padding:0px; font-weight:bold;}
h2{font:20px "Arial Rounded MT Bold", Tahoma;  }
h3{font:14px Tahoma;  }

a {
color:white;
font-weight:bold;
}

.careers {
float:right;
width:189px;
color:#161718;
padding-bottom:8px;
margin-bottom:8px;
margin-left:8px;
background-color:#f3f3f3;
}
.careers h2 {
background:url(h2bg.png);
margin:0;
font-size:12px;
line-height:26px;
font-family:Tahoma;
font-weight:bold;
padding:0;
padding-left:8px;
margin-bottom:5px;
height:26px;
}
.careers a {
display:block;
padding-left:8px;
color:#161718;
line-height:20px;
text-decoration:none;
}
.careers a:hover {
text-decoration:underline;
}
#apply {
width:370px;
}
label {
display:block;
float:left;
width:140px;
padding-top:4px;
font-weight:bold;
}
.text, .file, textarea {
width:169px;
height:19px;
padding:0;
margin-bottom:7px;
border:1px solid #b3b5b7;
}
textarea {
height:100px;
font-family:Tahoma;
font-size:12px;
overflow:auto;
}
.submit {
width:74px;
font-weight:bold;
height:26px;
border: 1px solid #080707;
padding:0;
font-family:Tahoma;
font-size:12px;
margin-left:140px;
}
#error {
color:red;
font-weight:bold;
}
#success {
font-weight:bold;
}