form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #6A737B;
	background: #FFFFFF; 
}

a           
{   
    color: #80CCEB;
    font-weight: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; } 

h1,h2,h3,h4,h5,h6
{
	font-size: 23px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #80CCEB;
}
h2
{
	font-size: 18px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #80CCEB;
}
h3
{
	font-size: 15px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #80CCEB;
}
h4,h5,h6
{
	font-size: 13px;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	color: #80CCEB;
}


#page
{
	margin: 0 auto;
	text-align: left;
	width: 1024px;
}

#left { background: url(../cmsimages/left.jpg) repeat-y top left; }
#right { background: url(../cmsimages/right.jpg) repeat-y top left; }

#logo { float: left; }
#tagline { float: right; }

#topNav
{
	clear: both;
	background-color: #80CCEC;
	height: 30px;
}
#navtop
{
	margin: 0px;
	list-style: none;
	padding: 0px 50px;
}
#navtop li
{
	background: #80CCEC url(../cmsimages/nav.jpg) no-repeat left center;
	line-height: 30px;
	float: left;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	list-style: none;
	position: relative;
}
#navtop li:hover, #navtop li.selected
{
	background: url(../cmsimages/navOn.jpg) no-repeat left center;
}
#navtop a
{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
	text-transform: uppercase;
}
#navtop a:hover
{
	text-decoration: none;
}

/* dropdown nav items */
#navtop li ul
{	
	display: none;
	position: absolute;
	list-style: none;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 30px;
	padding: 0px 0px 0px 0px;

	background: #80CCEC;
	opacity: .80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=85)";
	z-index: 99;
}
#navtop li:hover ul,
#navtop li.hover ul
{
	display: block;
}

/* needed for safari if drop down is going over flash
 * without this, the drop down flickers or even becomes invisible
 * when you mouse over it.
 * This is a hack that causes safari to redraw the drop down nav on top of the flash
 */
#navtop li:hover ul.redraw,
#navtop li.hover ul.redraw
{
}

#navtop li ul li
{
	clear: both;
	float: none;
	position: relative;	
	margin: 0px 0px;
	padding: 0px 10px;
	z-index: 99;
	background: none;
	line-height: 20px;
}

#navtop li ul li a
{
	text-transform: lowercase;
	padding: 0px 0px;
	color: #FFF;
	white-space: nowrap;
}
#navtop li ul li a:hover
{
	color: #4B5C66;
}

#navtop li ul li.first
{
	padding-top: 0px;
}

#navtop li ul li.last
{
	padding-bottom: 5px;
}
#navtop li ul li:hover, #navtop li ul li.selected
{	
	background: none;
}

#navBar
{
	background: #C0E5F5;
	height: 4px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #AFDEF2;
	margin: 0px 0px 5px 0px;
}

#topShdw
{
	background: url(../cmsimages/shdwTop.jpg) repeat-x top left;
	padding-top: 50px;
}

#globalcontent
{
	padding: 0px 20px;
	text-align: left;
}
#globalcontent a
{
	background: url(../cmsimages/subNav.jpg) no-repeat bottom left;
	display: block;
	padding: 5px 8px 10px;
	color: #828689;
}

#content p,
#content_2 p
{
	padding: 0px;
	margin: 0px;
}
#content
{
	padding: 0px 0px;
	text-align: left;
}
#content_2
{
	padding: 0px 0px;
	margin: 0px;
	text-align: left;
}

.vr
{
	width: 11px;
	background: url(../cmsimages/vr.jpg) repeat-y;
}

#homeLeft
{
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px 0px;	
}
#homeCenter
{
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;	
}
#homeRight
{
	padding: 0px 60px 0px 15px;
	margin: 0px 0px 0px 0px;	
}

#subMain
{
	padding: 0px 35px 15px 20px;
	margin: 0px 0px 0px 0px;	
}

#footer
{
	background: url(../cmsimages/footer.jpg) repeat-x;
	margin: 0px 10px;
	height: 55px;
}

#globalcontent_2 p,
#globalcontent_3 p,
{
	padding: 0px;
	margin: 0px;
}
#globalcontent_2
{
	float: left;
	padding: 10px 15px;
	color: #999B9E;
	font-size: 12px;
}
#globalcontent_3
{
	float: right;
	padding: 10px 15px;
}
#globalcontent_3 a
{
	color: #999B9E;
	font-size: 12px;
	padding: 0px 5px;
}

/* Logoworks link back */
#linkback
{
	clear: both;
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 0px 0px;
	text-decoration: none;
	text-align: center;
}
#linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
}

