@charset "utf-8";
/* PAGE RESETS */

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;
}

/* Default Classes*/
.floatRight {
	float:right;
	}
.floatLeft {
	float:left;
	}
.clear {
	clear:both;}
	
.centerText{ 
	text-align:center;
}
.rightText{ 
	text-align:right;
}
/* Default Page */
body { background:url(../images/background.jpg) top left;}
#wrapper {
	width:1018px;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	height:100%;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
#footer {
	background:url(../images/footerbg.jpg) repeat-y top;
	padding:40px 15px 15px 40px;
	height:100%;
	border-bottom:1px solid #000;}
#footer p { line-height:16px;}
p{ font-size:11px; line-height:13px; margin:0; padding:0;}
h1{ font-size:18px;}
h2{ font-size:14px;}
h3{ font-size:13px; padding-top:8px; margin-bottom:10px;}
h4{ font-size:12px;}
h5{ font-size:11px;}
h6{ font-size:9px; font-weight:normal;}

.greenText, a.greenText:link, a.greenText:visited{ color:#690; text-decoration:none;}
.blackText, a.blackText:link, a.blackText:visited{color:#000; text-decoration:none;}
.redText, a.redText:link, a.redText:visited { color:#8a0000; text-decoration:none;}
.yellowText, a.yellowText:link, a.yellowText:visited { color:#FC0; text-decoration:none;}
.greyText, a.greyText:link, a.greyText:visited{ color:#999; text-decoration:none;}
.lgreyText, a.lgreyText:link, a.lgreyText:visited{ color:#CCC; text-decoration:none;}
.whiteText, a.whiteText:link, a.whiteText:visited{color:#FFF; text-decoration:none;}
.navyBlueText,  a.navyBlueText:link, a.navyBlueText:visited { color:#369; text-decoration:none;}

#nav { text-align:center; margin-left:240px; float:left;}
#nav .navImage { margin:0 1px 0 1px;}
#nav a:link, #nav a:visited{ text-decoration:none;}

.line { height:4px;
background:#000;}

#contentIndex {
	background:url(../images/index_bg.jpg) no-repeat top left;}
#welcomeCopy{
	background:url(../images/welcomebg.gif) no-repeat top right;
	width:372px;
	height:168px;
	margin-top:330px;
	padding:40px 10px 0 40px;}
#welcomeCopy p {
	line-height:17px;}
#contentAbout {background:url(../images/about_bg.jpg) no-repeat top left;}
#aboutCopy{
	background:url(../images/about_copybg.jpg) no-repeat top right;
	width:372px;
	margin-top:280px;
	padding:40px 10px 0 40px;}
#aboutCopy p {
	line-height:16px; margin-bottom:5px;}
#contentContact {background:url(../images/contact_bg.jpg) no-repeat top left;}
#contactCopy{
	background:url(../images/about_copybg.gif) no-repeat top left;
	width:362px;
	margin-top:380px;
	padding:40px 20px 0 40px;}
#contactCopy p {
	line-height:16px; margin-bottom:5px;}
#promoBoxes{
	float:right;
	background:url(../images/promoboxesbg.jpg) right bottom no-repeat;
	width:596px;
	height:168px;
	margin-top:370px;}
.promoBox{
	background:url(../images/homeBox.gif) no-repeat top left;
	width:163px;
	height:157px;
	float:left;
	margin:4px 0 0 16px;
	padding:5px 0 0 0;}
.promoBox p { padding-top:11px;}
