body{
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(../images/layout/tile.gif);
	background-repeat: repeat-x;
	font: .75em "Helvetica", Arial, Helvetica;
	line-height:1.8em;
	color: #555;
}

.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

img.floatLeft { 
    float: left; 

}
img.floatRight { 
    float: right; 
    margin: 0 0 5px 10px; 
}

a {color:#084964; text-decoration: none;}
a:hover {color:#999; text-decoration: none;}

/*=== LAYOUT ----------------------------------===*/

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#header{
	width:1000px;
	height: 71px;
	margin:45px 0 20px 0;
}

#feature{
	width:880px;
	min-height:418px;
	margin:0 auto 20px auto;
	text-align: center;
}

#feature ul{list-style-type: none;padding:0;margin:0;}

#content{
	width:940px;
	padding: 10px 30px 0 30px;
	min-height:418px;
	margin:0 0 20px 0;
}

#spots{
	width:898px;
	height: 100px;
	margin:15px 0 20px 0;
	padding-left:102px;
}

.cell{
	width:237px;
	height:90px;
	float:left;
	padding:8px;
	margin: 0 30px 0 0;
	background-color:#eee;
	border:1px solid #E2E2E2;
}

/*===SECONDARY STYLES----------------------------------===*/

#sleft{
	float:left;
	width:300px;
	margin: 0 30px 0 0;
}

#sright{
	float:left;
	width:540px;
	margin: 0;
}


.cblock{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 30px;
	width:700px;
	
}

#tagline{
	margin: -10px 0 30px 0;
}

.bcell{
	margin-bottom: 20px;
	width:500px;
}

/*===FORM STYLES----------------------------------===*/

#form{
	float:right;
	background-color: #f1f1f1;
	border:2px solid #eee;
	padding: 10px;
	
}

/*===FOOTER STYLES----------------------------------===*/

#footer{
	width:1000px;
	height:60px;
	margin:0 0 0 0;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#copyright{
	float:left;
	margin:26px 0 0 70px;
	
}

#affiliate{
	width:1000px;
	float:left;
	margin:5px 0 40px 0;
	text-align: center;
}

#footnav{
	float:right;
	margin:26px 70px 0 0;
}

#footnav a{
	color: #0C4964;
	text-decoration: none;
}

#footnav a:hover{
	color: #888;
	text-decoration: none;
}



/*===TEXT STYLES----------------------------------===*/


h1{

	font-family:"Georgia", Times New Roman, Times, serif; 
	font-style: italic; 
	font-size:28px;
	color:#0C4964;
	line-height:1.3em;
	margin:20px 0 10px 0;
	
}

h2{
	font-family:"Georgia", Times New Roman, Times, serif; 
	font-style: italic; 
	font-size:28px;
	color:#0C4964;
	line-height:1.3em;
	margin:20px 0 20px 0;
	
}

h3{

	font-family:"Georgia", Times New Roman, Times, serif; 
	font-style: italic; 
	font-size:20px;
	color:#0C4964;
	line-height:1.3em;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #F1F1F1;
}


.spotTxt{

	font-family:"Georgia", Times New Roman, Times, serif; 
	font-style: italic; 
	font-size:16px;
	color:#555;
}


.button {
	font-family:"Georgia", Times New Roman, Times, serif; font-size:16px;color:#DDD;
	display: block;
	color: #FFFAB8;
	text-align: center;
	padding: 12px 0 11px 0;
	text-decoration: none;
	-moz-outline:none;
}

a.button{
float: left;
margin-right: 10px;
margin-bottom: 10px;
width:125px;
height:11px;
background-color:#084964;
border: 2px solid #1377A2;
text-align:center;
line-height:11px;
font-family:"Georgia", Times New Roman, Times, serif; font-size:16px;color:#DDD;

}

a.button:hover{
background-color:#444;
border: 2px solid #CCC;
color:#fff;
cursor: pointer;

}



/*=== Navigation ----------------------------------===*/




#nav {
	width:640px;
	margin: 12px 0 0 0 ;
	float: right;
	font-size: 14px;
}

#nav li {
	background-color:#084964;
	float: left;
	height: 45px;
	border-right: 1px solid #173E58;
	border-left: 1px solid #216490;
	list-style: none;
}


#nav li a {
	display: block;
	color: #FFFAB8;
	text-align: center;
	padding: 12px 0 11px 0;
	text-decoration: none;
	 -moz-outline:none;
}

#nav li a {font-family:"Georgia", Times New Roman, Times, serif; font-size:16px;color:#DDD; }

#nav li a:hover { color:#FFF;text-decoration: none; }

/* Default State */
#nBusiness  {width: 130px;}
#nPersonal {width: 130px;}
#nHCIT {width: 100px;}
#nLife {width: 100px;}
#nAbout {width: 120px;}

/* Hover State */
#nav li:hover, #nav li.over, #business #nBusiness,
#personal #nPersonal, #hcit #nHCIT, #life #nLife, #about #nAbout
{ 

	background-color:#444;
	border-left: 1px solid #173E58;
	border-right: 1px solid #173E58;

}


