/* TROYS BROWSER RESET */
body, p, h1, h2, h3, h4, h5, h6, a, #main_navigation ul, li, img, form, table, tbody, div{
	padding: 0;
	margin: 0;
}
img{
	border:0;
}
#main_navigation ul{
	list-style:none;
}
a{
	text-decoration:none;
}
a:active{
  outline: none;
}
:-moz-any-link:focus {
  outline: none;
}

/* BRING THE CASCADE */
body{
	font-family: Verdana,
	             "Trebuchet MS",
	             sans-serif;
	
	font-size:12px;
	height:100%;
	background:url(../../img/bg.jpg) repeat-x;
}
h1{color:#0066cc;font-size:13pt;margin-bottom:9pt;position:relative;top:-4px;}
.red{color:#f00;}
#wrapper{
	margin:0 auto;
	text-align:center;
	width:910px;
}
#wrapper_reset{
	text-align:left;
}
#main_navigation{
	float:left;
	position:relative;
	left:15px;
	top:21px;
	height:45px;
	line-height:0.5em;
	width:860px;
	max-width:865px;
	text-align:center;
	font-family: "Century Gothic",
	             Verdana,
	             "Trebuchet MS",
	             sans-serif;
	background:url(../../img/nav_top_bg.png) repeat-x;
	background-position:0 -1px;
	font-size:16pt;
	font-weight:400;
}
#l_corner{background:url(../../img/nav_l_corner.gif) left top no-repeat;float:left;width:10px;height:10px;position:relative;z-index:1;display:block;left:25px;top:20px}
#r_corner{background:url(../../img/nav_r_corner.gif) right top no-repeat;width:10px;height:10px;position:relative;z-index:1;right:25px;top:20px;display:block;float:right;}
#main_navigation li{
	float:left;
	display:block;
	position:relative;
border-right:1px solid #d6d6d5;
	z-index:0;

	
}
#main_navigation li a{
	display:block;
height:17px;
	padding:15px 20px 11px;
	color:#000;
}
#main_navigation .smaller a{

	padding-top:10px;
}
#main_navigation li a:hover{
position:relative;
background:#e7d8d1;
/*border-top:1px solid #697b8f;*/
color:#000;
}
#main_navigation li a:visited{color:#333;}
#main_navigation li a:active{color:#ccc;}
#header{
	background:url(../../img/header.jpg) no-repeat;
	width:100%;
	height:290px;
	position:relative;
	top:19px;
}
#logo_link{position:absolute;left:733px;top:28px;}
#logo_link a{display:block;height:220px;width:123px;}
#logo_link span{visibility:hidden;}
#content{
	background:url(../../img/content_bg.gif) repeat-y;
	width:100%;
	/*min-height:386px;*/

}
#content p{font-size:8.75pt;line-height:1.15em;margin-bottom:9pt;}
#l_col{margin-left:60px;width:316px;margin-top:48px;margin-bottom:32px;}
#r_col{margin-right:60px;width:430px;margin-top:48px;margin-bottom:32px;}
#footer{
	background:url(../../img/footer.gif) no-repeat;
	color:#fff;
	width:863px;
	height:24px;
	margin-left:23px;
	font-size:9pt;
	font-family: "Century Gothic",
	             Verdana,
	             "Trebuchet MS",
	             sans-serif;
}
#footer a:link, #footer a:visited {color:#fff;text-decoration:none;}
#copyright{
	position:relative;
	top:10px;
	margin:0 auto;
	text-align:center;
	font-family: "Century Gothic",
	             Verdana,
	             "Trebuchet MS",
	             sans-serif;
	color:#c8c8c8;
	font-size:8pt;
	font-weight:700;
	margin-bottom:25px;
}
#copyright a {
	text-decoration:underline;
	color:#c8c8c8;
}
#copyright a:link{}
.smaller{
	font-size:55%;

}
.sub_nav_head_style{
	background : #dac6bd;
	margin : 5px 0;
	font-weight : bold;
	text-decoration : none !important;
}
.smaller a{height:22px !important;}
.fl{
	float:left;
}
.fr{
	float:right;
}
.cl{
	clear:left;
}
.cr{
	clear:right;
}
.cb{
	clear:both;
}
.u{
	text-decoration:underline;
}
