html > * {
	font-family:"Lucida Sans", "Lucida Grande", verdana, sans-serif;
}

body {
	margin:0;
	padding:0;
	background:url("../images/main-bg.jpg") repeat-x top left;
}

#top {
	width:780px;
	margin:0 auto;

}

#wrapper {
	width:780px;
	margin:0 auto;
	position:relative;
	left:10px;
    }

#main {
	background:url("../images/main.jpg") no-repeat;
	width:580px;
    height:300px;
	float:left;
}

#subMain {
	width:580px;
	float:left;
}

#subMain:after {
	content: " ";
    clear:both;
}

#subMainTop {
	width:580px;
	height:102px;
	margin:0 auto;	
	text-align:center;
    }

#subMainContent {
	width:475px;
	margin:0 auto;
	padding:50px;
	padding-top:0px;
	margin-top:-21px;	
	background:url(../images/sub-main-bg-1.gif) repeat-y;
	background-position:4px 0px;
    }

#topLogo img { border: none; outline: none;     position:relative;
    left:-10px;}

p, h1, h2, li {
	font-family:"Lucida Sans", "Lucida Grande", verdana, sans-serif;
}

#subMainContent h1 {
	font-style:italic;
	color:#f7941d;
	font-size:17px;
	font-weight:normal;
}

#subMainContent p {
	font-size:12px;
	color:#3d85c6;
}

#subMainContent ul li {
	font-size:12px;
	color:#4c4c4c;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
	margin-top:2px;	
	font-style:italic;
}

#subMainContentBottom {
	width:580px;
	height:50px;
	background:url(../images/sub-main-bg.jpg) no-repeat;
	background-position:7px 0px;
}

#nav {
	float:left;
	width:174px;
	background:url("../images/top-nav.jpg") no-repeat;
	position:relative;
	top:-5px;
	overflow:visible;
	z-index:2;
}

#navLinks {
	width:172px;
	background:url(../images/nav-bg.gif) repeat-y center;
	margin-top:165px;
	z-index:0;
        
}

#navLinks a img {
	display:block;
	margin:0 auto;
	margin-left:7px;
	margin-bottom:3px;
	border:none;
	z-index:4 !important;
}

#nav-footer {
	background:url(../images/bottom-nav.gif) no-repeat center;
	margin-top:-5px;
	width:173px;
	height:20px;
	clear:both;
	z-index:0;
    }

#footer {
	display:block;
	width:750px;
	height:20px;
	margin:0 auto;
	color:#5faec5;
	font-family:"Lucida Sans", Verdana, sans-serif;
	font-size:11px;
	clear:both;
	position:relative;
	top:20px;
	left:20px;
    }

#footer a { color: #5faec5; text-decoration: none; }
#footer a:hover { color: #000; text-decoration: none; }


.sub-nav {
	width:165px;
	background:url(../images/sub-nav-top.gif) top center no-repeat;
	margin-top:-13px;
	margin-left:4px;
	display:block;
	position:relative;
	z-index:1;
	visibility:hidden;
	display:none;
}

.sub-nav-content {
	position:relative;
	width:137px;
	background:url(../images/sub-nav-bottom.gif) no-repeat bottom center #fff;
	top:13px;
	margin:0 auto;
	margin-bottom:18px;
	padding:10px 10px 15px 10px;
	display:block;
	z-index:-3 !important;
	text-align:center;
}

.sub-nav-content a {
	font-size:11px;
	margin-bottom:4px;
	text-decoration:none;
	color:#0067ac;
	display:block;
}

.sub-nav-content a:hover:before {
	content:"- ";
}

.sub-nav-content a:hover:after {
	content:" -";
}

.sub-nav-content a:hover {
	color:black;
}

.hr {
	margin:0 auto;
	width:482px;
	height:7px;
}

#formElements {
	width:500px;
    font-size:11px;
    font-family:"Trebuchet MS", sans-serif;
    
}


#formElements h2 {
	margin:0px 0px 0px -3px;
    padding:15px 0px 10px 5px;
    color:#0c6caf;
    font-size:12px;
    font-style:italic;
}

div.formStuff input, div.formStuff textarea {
	border: 1px solid orange;
    padding:3px;
    color:#888;
    font-family:"Trebuchet MS", sans-serif;
    font-size:11px;
    margin:5px 8px 0px 0px;
	
}

div.formStuff input:focus, div.formStuff textarea:focus {
	border:1px #0c6caf solid;
    color:#000;
}

#formElements div.formStuff {
	padding:0px 15px 15px 15px;
    margin:10px 0px 10px 0px;
    background:#DAe8f3;
}

.radio {
	margin: 10px 8px -2px 0px !important;
    background: transparent !important;
    border: none !important;
}