/* cascading style sheet 
Copyright 2006 J6 design. All Rights Reserved. 
................................................................ */

body {
	color: #000000;
	PADDING: 0px;
	margin: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: center;
	background: #FFFFFF url(images/bg2.gif) repeat-x left top;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 1.6em;
	padding: 0px 0px 5px 15px;
	margin: 40px 0px 0px;
	font-weight: normal;
	color: #004a85;
	line-height: 1.5;
	text-decoration: none;
}

h2 {
	font-size: 1.3em;
	padding: 10px 0px 0px 15px;
	margin: 0px;
	font-weight: normal;
	color: #98b83d;
	line-height: 1.5;
	text-decoration: none;
}

.green 	{ color: #98b83d; }

h3 {
	font-size: 1.4em;
	padding: 4px 15px 0px 0px;
	margin: 0px;
	font-weight: bold;
	color:  #004a85;
	line-height: 1.5;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

h4 {
	padding: 7px 0px 7px 15px;
	margin: 0px;
	font-weight: normal;
	font-size: 1em;
	background: url(images/b_Lcorner2.gif) no-repeat left bottom;
	color: #FFFFFF;
}

p {
	padding: 0px 0px 0px 15px;
	margin: 4px 5px 10px 0px;
	line-height: 1.25;
	font-weight: normal;
}

.topText {
	padding: 0px 15px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 1em;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #98b83d;
	text-decoration: none;
}

.numbered {
	list-style: decimal outside;

}

/* print show/hide 
................................................................ */
.print { 
	display: none;
	}
	
.noprint { 
	display: block;
	}	

/* IMAGE PROPERTIES
................................................................ */

img {
	margin: 0px;
	padding: 0px;
}

/* FORM PROPERTIES
................................................................ */
.form {
	color: #333333;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 2px 0px;
	text-align: justify;
	vertical-align: middle;
	border: 1px solid #999999;
	background: #ffffff;
	font-size: 0.85em;
}

.fmtxt {
	color: #333333;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-size: 0.85em;
}

/* if css disabled
................................................................ */
.css { 
	display: none;
	}

/* MENU 
................................................................ */
.nav {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: left;
	width: 100%;
	font-weight: normal;
	background: #004a85;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
.nav UL {
	FLOAT: left;
	margin: 0px;
	WIDTH: 100%;
	padding: 0px;
}
.nav LI {
	FLOAT: left;
	list-style: none;
	margin: 0px;
	line-height: 1.5;
	border-right: 1px solid #FFFFFF;
}

.nav a:link, .nav a:visited{
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;
	padding : 7px 15px 7px 15px;
	background: #004a85;
}

.nav a:hover
{
	color:  #ffffff;
	text-decoration: none;
	background: #98b83d;
}

.navActive
{
	DISPLAY: block;
	color: #004a85;
	text-decoration: none;
	padding : 7px 15px 7px 15px;
	background: #ffffff;
}

/* main content
................................................................ */
.main {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}

.roof {
	width: 100%;
	float: left;
	margin: 10px 0px 0px;
	padding: 135px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(images/roof2.jpg) no-repeat left top;
}

.tagline {
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #98b83d url(images/b_Rcorner2.gif) no-repeat right bottom;
}

.content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	background: #FFFFFF;
}

.sideBar {
	float: right;
	width: 340px;
	margin: 0px;
	padding: 30px 0px 50px;
}

.text {
	float: left;
	width: 450px;
}

/* footer
................................................................ */
.footer {
	margin: 50px 0px 15px;
	padding: 10px 0px 0px 15px;
	font-size: 0.75em;
	color: #666666;
	text-align: left;
	float: left;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}

.footer a:link, .footer a:visited {
	color: #666666;
	text-decoration: underline;
}

.footer a:hover {
	color: #3C3CE5;
	text-decoration: none;
}
