@charset "UTF-8";
/* CSS Document */

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Gill Sans","Gill Sans MT","Helvetica Neue","Helvetica",Arial,sans-serif;
    font-size: 11px;
}


div#frame {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
	width: 900px;
	height: 120px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(/images/header_bg.png);
}

div#headerLogo {
	float: left;
	width: 242px;
	height: 80px;
	padding-top: 20px;
}

div#headerRight {
	float: right;
	width: 300px;
	padding-top: 10px;
}

div#headerRight input[type=text] {
	-moz-border-radius-topright: 5px;  
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;  
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;  
	-webkit-border-bottom-left-radius: 5px;	
	border: 1px solid #FFFFFF;
	color: #C1C1C1;
	width: 175px;
	padding: 2px;
	float: right;
}

div#headerRightNavigation {
	padding-top: 40px;
}

div#headerRightNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: right;
	margin-left: 30px;
}

div#wrapper900 {
	padding-left: 50px;
	padding-right: 50px;
}

div#headerRightNavigation a:hover {
	text-decoration: underline;
}


div#topNavigation {
	height: 39px;
	margin-bottom: 20px;
}

div#topNavigation a {
	width: 93px;
	height: 39px;
	display: block;
	float: left;
	line-height: 39px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div#topNavigation a:hover {
	background-image: url(/images/tab_hover_bg.png);
	color: #666666;
}

div#topNavigation a:active {
	background-image: url(/images/tab_bg.png);
	color: #FFFFFF;
}

div#subNavigation {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

div#subNavigation a {
	color: #999999;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

div#subNavigation a:hover {
	color: #666666;
	text-decoration: underline;
}




div#developedBy {
	margin-top: 10px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: center;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}


