@charset "UTF-8";
/* CSS Document */



body {
	margin:0px;
	padding:0px;
	background: url(../images/main_background.jpg);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #27272F;
}
p {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

ol{
	
font-size:12px;
font-family:Arial, Helvetica, sans-serif;

}
h2 {
	margin:0 0 30px 0;
	padding:0px 0px 5px 0px;
	border-bottom:#999 1px dashed;
	display:block;
	background-image:url(../images/pattern_16.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:40px;
}

h4{
	font-size:13px;
	color: #005cb1;
	
	
}

hr {
	
	text-decoration:none;
	border-top: none;
	border-bottom:#999 1px dashed;
	border-left:none;
	border-right:none;
	height:1px;
}

#page {
	margin-left:75px;
	width:890px;
}
#header #logo {
	background-image:url(../images/header_03.png);
	background-repeat:no-repeat;
	height:342px;
	margin-left:12px;
}
#navigation {
	background-image:url(../images/nav_bkg_06.png);
	background-repeat:no-repeat;
	margin-left:12px;
	height:72px;
	text-align:center;
}
#navigation ul {
	font-size:19px;
	list-style-type:none;
	padding:0px;
	width:900px;
}
#navigation ul li {
	display:inline;
	text-align:center;
	width:60px;
	color:#FFF;
	line-height:80px;
	margin-right:auto;
	margin-left:auto;
	padding-left:30px;
	padding-right:30px;
}

#navigation a{
	color: #FFF;
	text-decoration:none;
	
}

#navigation a:hover{
	
	border-bottom: 1px dotted;
}

#content {
	padding:20px 30px 20px 40px;
	background-image: url(../images/content_bkg_09.png);
	background-repeat:repeat-y;
}
#content #main-content {
	width:550px;
	height:700px;
	float:left;
	background-image:url(../images/g_outline1_20.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#content #right-nav {
	background-image:url(../images/bmx-outline_23.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:right;
	width:220px;
	height:700px;
	padding-left:20px;
	border-left: #CCC 1px dashed;
}

#right-nav img{
	border: #000 1px solid;
	margin:5px;
}

#right-nav img:hover{
		border: #666 1px solid;
	margin:5px;

	
}
#top-html {
	background-color:#27272f;
	height:10px;
}
#top {
	background-color:#27272f;
	margin-left:12px;
	margin-right:15px;
	height:10px;
}
#content-bottom {
	clear:both;
	background-image: url(../images/content-bottom_12.png);
	background-repeat:no-repeat;
	height:50px;
}


#clear{
	
	clear:both;	
}

#footer{
	background-image: url(../images/footer-bkg_23.png);
	background-repeat: no-repeat;
	height:166px;
	padding-left:140px;
}

#footer menu{
	display:block;
	
}

#footer p
{
	font-size:10px;
}

#footer ul{
	
padding-left:0px;
}

#footer li{
	
	
}

#footer a{
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted;
	font-size:10px;
	
}

.footer-item{
	width:250px;
	clear:right;
	float:left;
	
}

.pdf{
	background-image:url(../images/pdf.png);
	background-repeat:no-repeat;
	background-position:15px 7px;
	height:30px;
	padding-bottom:20px;
	
}

.pdf:hover{
	background-color: #ECECEC;
	cursor:pointer;
	
}

.pdf a{
	color:#000;
		padding-top:15px;
	padding-left:80px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

text-decoration:none;
display:block;
height:30px;
	
}

.pdf a:hover{
	text-decoration:underline;
}


strong{
		color: #005cb1;

	
}

