/* CSS RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:12px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {
	text-decoration:none;
	color: Blue;
}
a:hover {
	text-decoration: underline;
		color: #CC0000
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
background:url(images/bg.jpg); 
}


.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}


/* header */
#header { position:relative;height:111px;  background:url(images/hd.jpg);  }

#logo {position:absolute; top:30px; left:80px}
#logo h1 {
	font-size:20px;
	color: #9B3535
}
#logo div {
	padding-left:100px
}
#nav { position:absolute; top:35px; left:400px; background:url(images/nav.jpg); width:451px;height:30px; line-height:30px; padding:0 0 0 20px  }
#nav li {float:left;  font-weight:700; width:80px; padding:0 5px }
#nav a {text-decoration:none; display:block; text-align:center; color:#fff}
#nav a:hover {background: #CCCCCC; color:#000000}


/* content */
.img { margin:0px 0  0 70px }
.main {width:480px;  font-family:Verdana, Arial, Helvetica, sans-serif; color:#000;}
#text {margin:0px 0  0 65px }
#text p {margin:0 auto; width:480px; }
#text h2 {font-size:25px; padding:20px 0 20px 0}
#text h3 {font-size:20px; padding:0px 0 10px 0}
#text h4 {font-size:13px; color:#003366; font-weight : bold; padding:0px 0 10px 0}
#text img {margin:10px 0  0 0}
#text ul {margin:10px  0 10px 10px}
#text li{
	line-height:20px;
	list-style: circle inside;
	color: Black;
}
#text ol {
	margin:10px 0 10px 10px;
	}
.text ol .li {
	line-height:20px; list-style:inside disc; color:#9b3535;
	}


#sub-head {
	padding:10px 0 10px 0;
	font-weight : bold;
	font-size-adjust : inherit;
}



#col {margin:30px 0  10px 65px ;width:300px; background:url(images/col.jpg); width: 419px; height:161px ; }
#col div {width: 150px; margin: 20px 0 0  10px; display:inline}
#col .first  {margin: 20px 30px 0 20px;}
#col li{line-height:20px; list-style:inside disc;color:#9b3535;}
#col a { color:#003366; text-decoration:underline;}
.side { width:300px;display: inline;}
.side h2 {font-size:15px; font-weight:400; color:#003366;}
.side li {line-height:20px; list-style:inside disc; color:#9b3535; }
.side a { color:#003366; text-decoration:none;}
.side a:hover { color:#9b3535; text-decoration:underline;}
.side ul {margin:20px  0 30px 20px}
#top {margin-top:20px}

/* Boxed */

.title {
	background: url(images/img04.gif) no-repeat right center;
	border-bottom: 3px solid #29A3E1;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding: 0px;
}

/* Section Links */

#sections {
	padding-top: 10px;
	padding-bottom: 0;
}

.menu ul {
	
}

.menu li {
	margin-bottom: 5px;line-height:auto; list-style:inside disc; color:#000;
}

#sections h3 {
	margin-bottom: 10px;
	font-size: 100%;
}

#sections h3 a {
	display: block;
}

#sections p {
	font-size: 85%;
}


/* footer */
#footer { background:url(images/ft.jpg); height:100px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:80px; color:#E98383}
#ftinner a {color:#FFFFFF}
.ftlink {width:500px;}
