/* HTML Elements */
	
body {
	background: #040035 url(../images/backgrounds/bg_home.jpg) no-repeat fixed center top;
	padding: 90px 0 0;
	margin:0 auto;
	text-align: center; /*to center objects in IE*/
	font:12px Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	}
	
/* Content */

#outsidewit {
	width:100%;
	height: auto;
	margin:0 auto;
	text-align: center; /*to center objects in IE*/
	}

#contentwide {
	width:827px;
	margin:0 auto;
	text-align: left; /*to center objects in IE*/
	height: auto;
	}
	
/* Footer */

#footer {
	margin: 56px auto 0;
	font-size:0.8em;
	text-align:center;
	color:#FFFFFFF;
	}

#footer a, #footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#foottxt a:hover {
	color:#FFFFFF;
	background-color: #003366;
	padding: 2px;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	}
	
#foottxt a {
	color:#FFFFFF;
	background-color: #003366;
	padding: 2px;
	text-decoration: none;
	}

#foottxt {
	background-color: #000000;
	margin:0 auto;
	text-align:center;
	padding: 4px;
	width: 540px;
	}

#quotehome a:hover {
	color:#FFFFFF;
	padding: 2px;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	}
	
#quotehome a, #quotehome a:visited {
	color:#FFFFFF;
	text-decoration: none;
	}

#quotehome {
	margin:0 auto;
	text-align:center;
	padding: 4px;
	width: 350px;
	font-size: 13px;
	line-height: 1.4em;
	}

/* main nav */

ul {/*to prevent content list indent*/
	margin: 0px;
	list-style: none;
	padding: 0;
}


.menu{width:267px; list-style:none;}
.menu li {
	margin:0;
	height:30px;
	font:13px Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	background:url(../images/backgrounds/bg_navhome.jpg) 0px 0px no-repeat;
	text-decoration:none;
	border-bottom: 1px solid #ffffff;
	}
.menu li a {
	text-align:left;
	font:13px Helvetica, Verdana, Arial, sans-serif;
	color: #ffffff;
	display:block;
	text-decoration:none;
	}
ul li a:hover{background:url(../images/backgrounds/bg_navhome.jpg) 0px -30px no-repeat;
	}
.menu li a span, .menu li.titl span {line-height:30px; padding:0px 9px 0px 12px;}

.menu li.titl{
	background:url(../images/backgrounds/bg_navhometitles.jpg) 0px 0px no-repeat;
	text-align: center;
	font:bold 14px Helvetica, Verdana, Arial, sans-serif;
	}
	
/* columns */

#homecolone {
	width:268px;
	margin:0 10px 0 0;
	float:left;
	height: auto;
	}
	
#homecoltwo {
	width:268px;
	float:left;
	margin:0 10px 0 0;
	height: auto;
	}

#homecolthree {
	width:268px;
	float:left;
	height: auto;
	}
	
/* social nets */

#socnetshome img {
	margin: 0;
	padding: 0 4px;
	border: 0 none;
}

#socnetshome {
	margin: 0 auto;
	padding: 0 0 10px;
}