/**
 * @author Archa Sung <archa@fryewiles.com>
 * @version 1.0.1 20071218 AS
 */
 
@import url(main-menu.css);


body {
	margin: 0px; 
	padding: 0px;
	/*background-color: #004E60;*/
	background: #004E60 url(/images/layout/wedge.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

#width-control{
	width: 900px;
	height: 0px;
}

#page {
	margin: 0px auto 0;
	display: table;
	padding: 0px 9px;
	width: 900px;
}


#header {
	background: #0088ae url(/images/layout/header.gif) top center no-repeat;
	padding-top: 130px;
}




/*---------------------<sub-nav>-----------------------*/
#sub-navigation{
	background: #f3f3f3 repeat-x;
	padding:5px 3px 0px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	height: 22px;
}

#sub-navigation ul{
	margin: 0 0 0 40px;
	padding: 0;
}

#sub-navigation ul li {
	color: #26658c;
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px .50em 0 .75em;

}

.nopadleft {
	padding-left: 0px !important;
}

#sub-navigation ul a{
	font-size: 1.09em;
	color: #0088AE;
}


/*---------------------<footer>-----------------------*/
#footer {
	clear: both;
	background:  #cfcfcf;
	padding: 5px 0px;
	text-align: center;
	border-top: #fff dashed 1px;
	
}

#content #footer p {
	color: #0088AE;
 	margin: 0;
 	padding: 0;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	
}

#footer ul li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 10px;
	border-right: #eeeeee solid 1px;
	color: #0088AE;
}

#footer a {
	color: #0088AE;
	font-size: .97em;
	text-decoration:none;
	
}

#footer a:hover {
	color: #004E60;
	font-size: .97em;
	
}

#bottom-shadow{ 
	background: url(/images/shadow-bg-bottom.png) no-repeat;
	height: 10px;
	width: 920px;
	margin: auto;
}





