/********************************************  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,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%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
address {
	font-style: normal;
}
.clearFloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}
* {
	text-shadow: #000000 0 0 0px;
}
/********************************************  CSS RESET  *********************************************/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-align:center;
}
a:link, a:visited{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover, a:active{
	text-decoration:none;
	color:#9DCEF6;
	/*
	color:#999999;
	*/
}
h1{
	color:#6c2f3e;
	font-size:1.4em;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
	line-height:1em;
}
h2{
	color:#0c3c83;
	margin:0 0 10px 0;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}
h3{
	color:#000;
	font-weight:normal;
	font-size:1.1em;
	margin-bottom:5px;
}

/*Under Construction Text*/
h4{
	text-align:center;
	text-transform:uppercase;
	font-size:2.4em;
	color:
}
/*Under Construction Text*/

#container{
	width:900px;
	height:auto;
	background-color:#9dcef6;
	border:4px solid #6c2f3e;
	margin:0 auto;
}
#header{
	height:185px;
	width:900px;
	background:url(../images/banner.jpg) no-repeat top left;
	margin:0 auto;
}
#nav{
	height:30px;
	width:860px;
	background-color:#0c3c83;
	font-size:1em;
	text-align:left;
	border-bottom:4px solid #6c2f3e;
	padding:10px 20px;
}
#nav li{
	line-height:2em;
	float:left;
	margin-right: 20px;
	list-style:none;
}
#content{
	padding:20px;
	width:860px;
	font-size:.9em;
}
	.leftPara_contact{
		float:left;
		width:330px;
		margin:0 0 20px 0;
		text-align:left;
	}
		.leftPara_contact table{
			margin-top:20px;
			line-height:1.5em;
		}
		.contentSpacer{
			border-bottom:1px solid #6c2f3e;
		}
		
	.leftPara{
		float:left;
		width:440px;
		margin:0 0 20px 0;
		text-align:left;
	}
	.rightPara{
		float:right;
		width:auto;
		margin:0 0 20px 0;
		text-align:left;
	}

	#logo{
		background:url(../images/logo-v3.jpg) no-repeat top left #fcf71f;
		width:329px;
		height:299px;
		float:right;
		margin:0 0 10px 0;
	}
	#content li{
		list-style:disc outside;
		margin:0 0 10px 20px;
	}

#footer{
	margin:20px 0 0 0;
	padding:5px 20px;
	background-color:#0c3c83;
	color:#ffffff;
	width:860px;
	position:relative;
	bottom:0;
	font-size:.7em;
	text-align:left;
}


/**********************************   NAV      ******************************************/
#nav ul a {
	background:none no-repeat scroll left bottom transparent;
	display:block;
	float:left;
	/*height:48px;*/
	text-indent:-9999em;	
}

/****  Normal State buttons here  ***/
#nav #miHome a {
	background:url(../images/buttons/home.gif) no-repeat top left;
	width:75px;
}
#nav #miContactUs a {
	background:url(../images/buttons/contact-us.gif) no-repeat top left;
	width:115px;
}

/**** Nav Hover - Talk to ray about ie6 compatibility ****/
#nav #miHome a:hover {
	background:url(../images/buttons/home-selected.gif) no-repeat top left;
	width:75px;
}
#nav #miContactUs a:hover {
	background:url(../images/buttons/contact-us-selected.gif) no-repeat top left;
	width:115px;
}

/**** Selected ****/
#nav ul.home #miHome a {
	background:url(../images/buttons/home-selected.gif) no-repeat top left;
	width:75px;
}
#nav ul.contact-us #miContactUs a {
	background:url(../images/buttons/contact-us-selected.gif) no-repeat top left;
	width:115px;
}
/**********************************   NAV  END   ******************************************/

