/* Default CSS */
/* Created by 2TechChicks.com */

body { background: #FFF url(images/bg.jpg) repeat-x; text-align: center; margin: 0; }
body, p, td, div, input, ul, li { font-family: Arial, Tahoma, Verdana; font-size: 12px; color: #000; line-height: 18px; }
p { margin-top: 0; }
#wrapper { text-align: center; width: 850px; margin: 40px auto; }

a { color: #09518E; }
a:hover { color: #CA343F; }

#header { width: 850px; text-align: center; height: 291px; position: relative;}
#header #topnav { position: absolute; top: 0; left: 0; width: 850px; height: 36px; background: url(images/nav-bg.gif) repeat-x; overflow: hidden; }
#header #topnav .navleft { float: left; width: 8px;}
#header #topnav .navright { float: right; width: 8px; }
#header #topnav .navlinks { width: 834px; float: left; text-align: center; }
#header #topnav .navlinks ul { margin: 0; padding: 0; ;display: inline;} 
#header #topnav .navlinks ul li { margin: 0; padding: 0; list-style: none;display: inline; height: 36px; border-right: 1px solid #2A75B5;}
#header #topnav .navlinks ul li.last { border: none; }
#header #topnav a { line-height: 36px;  color: #FFF; font-size: 13px; font-weight: bold; padding: 0 20px; text-decoration: none; text-transform: uppercase; }
#header #topnav a:hover { color: #FAD24E; }
#header .topimg { position: absolute; top: 36px; left: 0; }

#main { background: url(images/body-bg2.gif) no-repeat; width: 850px; min-height: 500px; }
#content { padding: 15px; text-align: left; }
#content .col1 { float: left; width: 170px; }
#content .col2 { float: left; width: 200px; margin-left: 50px;}
#content .col3 { float: left; width: 200px; margin-left: 50px; }
.clear { clear:both; }

#footer #flinks { background: #C2DEF5; border-top: 1px solid #84B5DE; color: #09518E; text-align: center; text-transform: uppercase; line-height: 46px; margin-bottom: 10px; }
#flinks a { color: #09518E; padding: 0 5px; text-decoration: none; }
#flinks a:hover { color: #CA343F; }
#footer .left { text-align: left; float: left; width: 425px; }
#footer .copyright { text-align: right; float: right; width: 425px; color: #919191; line-height: 18px; font-size: 11px; }
#footer .copyright a { color: #919191; text-decoration: none; }

.box { background: #EBEBEB; border: 1px solid #C7C7C7; padding: 15px; }
.blue { color: #09518E; font-size: 14px; font-weight: bold; }

h1 { color: #09518E; font-size: 16px; text-transform: uppercase; margin-bottom: 20px; }

