/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */

/* clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	
/* sometimes, we just want a regular clear */
.clear { float: none; clear: both; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#4c4c4c;
}

a {
	color:#3f4b9e;
	text-decoration:underline;
}

/* Header
--------------------------*/
#header {
	margin:10px 0 0 0;
	
}
#center-top {
	width:961px;
	margin:0 auto;
	position:relative;
}
#logo {
	background:url(/images/logo.png) no-repeat;
	width:142px;
	height:59px;
	font-size:4em;
	text-indent:-9999px;
	color:#25408d;
	float:left;
	padding:0 0 7px 0;
	margin:0 0 0 5px;
	cursor:hand;
	pointer:hand;
}
#tag {
	color:#25408d;
	font-size:1.6em;
	font-style:italic;
	font-weight:normal;
	float:left;
	margin:25px 0 0 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#main-nav {
	background:url(/images/bg/main-nav-bg.png) repeat-x;
	height:31px;
}
#main-nav ul {
	width:969px;
	margin:0 auto;
}
#main-nav ul li {
	float:left;
	background:url(/images/bg/main-nav-separator.png) no-repeat right 6px;
}
#main-nav ul li.last {
	background:none;	
}
#main-nav a {
	color:#fff;
	font:1.2em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding:6px 20px 8px 21px;
	display:block;
	margin:1px 0 0 0;
	text-decoration:none;
}
/*
#main-nav .sunrooms {
	padding-right:30px;
	padding-left:30px;
}
#main-nav .affil-cert {
	padding-right:27px;
	padding-left:27px;
}
*/
#main-nav .active a {
	color:#3f4b9e;
	background-color:#ffee40;
}
#main-nav a:hover {
	color:#3f4b9e;
	background-color:#ffee40;
}

#top-nav {
	position:absolute;
	top:-10px;
	right:20px;
	_right:5px;
	width:381px;
}
#top-nav .top-menu li {
	float:left;
	font-size:1.1em;
	margin:0 20px 0 0;
}
#top-nav .top-menu li a {
	text-decoration:underline;
	padding:5px 0 0 0;
	display:block;
}
#top-nav .craftbilt-sites {
	background:url(/images/bg/sites-dropdown.png) no-repeat;
	width:96px;
	height:16px;
	cursor:default;
	color:#3f4b9e;
	
}
#top-nav .craftbilt-sites {
	text-decoration:none;
	padding:5px 0 0 11px;
}
#sites-dropdown {
	background:url(/images/bg/sites-bg.gif) repeat-y;
	width:167px;
	position:absolute;
	top:18px;
	left:0px;
	display:none;
	z-index:100;
}
#sites-dropdown a {
	text-decoration:underline;
	margin:0 0 4px 0;
	_margin:0;
	display:block;
}
#sites-dropdown ul {
	background:url(/images/bg/sites-top.gif) no-repeat top left;
	width:167px;
	padding:7px 0 0 0;
}
#sites-dropdown ul li {
	padding:0 0 0 8px;
	_line-height:3px;
}
#sites-dropdown ul .last {
	background:url(/images/bg/sites-bottom.png) no-repeat bottom left;	
	padding:0 0 3px 8px;
	_padding-bottom:10px;
	margin:0 0 -2px 0;
	_margin:0;
	position:relative;
	_position:static;
}



/* Content area
---------------------------*/
.wrapper {
	width:961px;
	margin:0 auto;
	padding:8px 0 8px 35px;
}

.home .wrapper {
	width:966px;
	padding:8px 0 8px 0px;
}

h2 {
	font:2em Arial, Helvetica, sans-serif;
	color:#3f4b9e;
	margin:15px 0;	
}
h3 {
	font:1.8em Arial, Helvetica, sans-serif;
	color:#3f4b9e;
}
h4 {
	font-size:1.6em;
	color:#3f4b9e;
}
p {
	font-size:1.2em;
	line-height:18px;
	margin:0 0 20px 0;
}
.wrapper ul {
	font-size:1.2em;	
	margin:0 0 25px 0;
}
.wrapper ul li {
	background:url(/images/bg/bullet.gif) no-repeat 0 3px;
	padding:0 0 0 20px;
	line-height:18px;
}

/* Footer
---------------------------*/
#footer {
	border-top:1px solid #3f4b9e;
	background-color:#f2f2f2;
}
#footer a  {
	text-decoration:none;	
}
#footer ul {
	width:961px;
	margin:0 auto;
}
#footer ul li {
	float:left;	
	padding:15px 14px;
	background:url(/images/bg/footer-separator.png) no-repeat right 14px;
	font-size:1.1em;
	color:#999;
	font-weight:bold;
}
#footer ul li.last { background:none; }

/* module */
.module {
	background:url(/images/bg/module-bottom.png) no-repeat bottom left;
	margin:0 0 18px 0;
	overflow:hidden;
}
.module .content {
	background:url(/images/bg/module-top.png) no-repeat 0 0;
	position:relative;
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	display:block;
	_height:1%;
}
.module .content ol {
	background:url(/images/bg/module-center.png) repeat-y;
	overflow:hidden;
	padding:0 0 40px 0;
	_height:1%;
	_margin:0 0 10px 0;
}
.module .content ol li {
	width:236px;
	padding:10px 0 0 15px;
}
.module .content ol li p {
	margin:0;
}	
.module .content .left {
	float:left;
	width:91px;
	padding:0 0 0 15px;
	
}
.module .content .right {
	float:right;
	width:125px;
	padding:0 15px 15px 0;
}
.module .content .right p {
	line-height:15px;	
}
.module .content .visit-site {
	position:absolute;
	left:90px;
	bottom:3px;
	background:url(/images/btn/rounded-btn-100x20.gif) no-repeat;
	width:100px;
	height:16px;
	text-align:center;
	padding:4px 0 0 0;
	text-decoration:none;
	font-weight:bold;
	_bottom:10px;
}
