@import url('/templates/css/menus/horizontal_dd_default.css');

body {
	padding:0px;
	margin:0px;
	color:#003635;
	background-image:url(/templates/images/custom_yfc/bg.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#009591;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#gradient {
	height:356px;
	background-image:url(/templates/images/custom_yfc/gradient.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	top:0px;
}

#wrapper {
	padding:0px;
	margin:0px;
	width:1000px;
	margin:auto;
	position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	margin-top:-356px;
	background-image:url(/templates/images/custom_yfc/header1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#container {
	width:1000px;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	margin:auto;
	padding-top:230px;
}

html>body #container {
	height: auto;
}

/*---------------------top-level menu--------------------------------*/

#menu {
	padding:0px;
	margin:0px;
}

#menu > ul {
	padding:0px;
	margin:0px;
	text-align:left;
}

#menu ul > li {
	padding:0px;
	margin:0px;
	display: inline;
	padding-left:35px;
	height:30px;
	margin-left:0px;
	float:left;
	padding-top:10px;
}

#menu a {
	padding:0px;
	margin:0px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	height:30px;
}

#menu a.current, #menu a:hover{
	color:#006561;
}

#menu > ul > li > ul li {
	background-image: none;
	background-color: #5E848F;
}

#menu ul ul li{
	width: 120px;
	height:inherit;
	padding: 5px 2px 5px;
	*height:20px;
}

#menu > ul > li > ul > li{
	margin-left: 20px;
}

#menu ul ul{
	margin-top: -15px;
}

#menu ul ul ul{
	margin-top: 2px;
}

#menu ul ul a{
	font-weight: bold;
	font-size:10px;
	color: #000000;
}

#menu ul ul a.current, #menu ul ul a:hover{
  color: #FFFFFF;
}

/*---------------------sub-menu--------------------------------*/


#sub-menu {
	font-family:Verdana, Arial, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-left:40px;
	margin-right:10px;
	clear:both;
	min-height:20px;
	padding-top:4px;
}

#sub-menu li {
	list-style-position:inside;
	margin-top:0;
	padding:0px;
	margin:0px;
	display: inline;
}

#sub-menu ul {
	font-weight:normal;
	padding:0px;
	margin:0px;
	list-style:none;
	text-align:left;
}

#sub-menu a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
}

#sub-menu a.current, #sub-menu a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#F0A42C;
}

#breadcrumbs {
	padding:0px;
	margin:0px;
}

#breadcrumbs ul{
	padding:0px;
	margin:0px;
	margin-top:20px;
	padding-left:20px;
	color:#3a3938;
}

#breadcrumbs ul.pagelist a{
	padding-bottom:2px;
	text-decoration:none;
}

#breadcrumbs li {
	display:inline;
}	

#content {
	text-align: left;
	margin: 0px;
	padding:0px;
	clear:both;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
}

#content a {
	text-decoration:underline;
	color:#006561;
}

#content a:hover {
	color:#029491;
}

#content h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content h1 {
	padding:0px;
	margin:0px;
	font-size:14px;
	text-transform:capitalize;
	padding-top:25px;
	padding-bottom:10px;
	color:#fff;
	padding-left:20px;
}

#content h2 {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ed2d1d;
	padding-bottom:10px;
	padding-left:20px;
}

#content img {
	margin:5px;
}

#footer {
	font-size:11px;
	text-align:center;
	clear: both;
	voice-family: "\"}\"";
	voice-family:inherit;
	position:relative;
	width:1000px;
	bottom:0px;
	text-transform:lowercase;
	color:#FFF;
	margin:auto;
	padding-bottom:5px;
	padding-top:15px;
	background-image:url(/templates/images/custom_yfc/footer.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#footer a{
	text-decoration:none;
	color:#FFF;
}

#footer a:hover {
	color:#F0A42C;
}

hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#e03207;
	height: 0;
}