/* - - - - - - - - - - - - HIDE IMAGE BORDERS - - - - - - - - - - - - */
img {
	border:0;
}

body { /* - - - - - - - - - - - - IE Hack to align content center - - - - - - - - - - - - */
	text-align: center;
}


#pageWrapper {
	margin:0 auto;
	width:100%;
	position: relative;
}


html>body #pageWrapper {
	width: 100%;
}

div#pageHead {
	width: 100%;
	margin-left:40px;
	margin-right:40px;
}


html>body #pageHead {
	width: 100%;
}


div#home_container{
	width: 900px;
	height: 300px;
	margin: 30px auto 0 auto;
	clear: both;	
	position: relative; 
	overflow: hidden;
	margin-bottom:20px;
	text-align: left;
}

div#pages{
	width:900px;
	margin:30px auto 0 auto;
	margin-bottom:20px;
	clear: both;	
	position: relative; 
	margin-bottom:20px;
	text-align: left;
}

div#pages_onecol{
	float:left;
	width: 900px;
	text-align: left;
}


div#pages_left{
	float:left;
	width: 610px;
	text-align: left;
}


div#pages_right{
	float:right;
	width: 610px;
	text-align: left;
}

div#col3 {
	float:right;
	width:253px;
}

html>body #col3 {
	width:252px;
}


div#col1 {
	float:left;
}


div#sub_footer {
	position: relative;
	width: 100%;
	text-align: left;
	padding-left: 100px;
	height:150px;
}

.footer_column {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	min-height: 80px;
}

.footer_column ul {
	list-style: none;
	padding: 0;
}


/* - - - - - - - - - - - - DROPDOWN PORTION - - - - - - - - - - - - */

.toptablemenu_dropmenudiv{
	visibility: hidden;
	position:absolute;
	top: 0;
	z-index:100;
}

* html .toptablemenu_dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.toptablemenu_dropmenudiv a{ /*THEME CHANGE HERE*/
	display:block;
}

#toptablemenu { /* style for table based menu */
	text-align: center;
	margin: auto;
	width: 900px;
}



div#pageMain {
	margin: 0;
	padding: 0;
		
}

div#logo {
   display: block;
   margin: 0;
   padding: 0;
   border: 0;
}


div#pageFoot {
	margin-left:40px;
	margin-right:40px;
	margin-right:auto;
	margin-left:auto;
	width:900px;
}
html>body #pageFoot {
	width:900px;
}


/* - - - - - - - - - - - - - -  Quick Register  - - - - - - - - - - - - - - */

div#regquick_top{
	float:right;
	width:400px;
}

.quick_register_email {
	width:150px;
	margin-right:2px;
	padding-left:2px;
}

.quick_register_fname {
	width:90px;
	margin-right:2px;
	padding-left:2px;
}

.quick_register_lname {
	width:90px;
	margin-right:2px;
	padding-left:2px;
}

.quick_register_state {
	margin-right:2px;
}

.quick_register_city {
	width:90px;
	margin-right:2px;
	padding-left:2px;
}

.quick_register_zipcode {
	width:80px;
	margin-right:2px;
	padding-left:2px;
}


div#col1 div.signup {
	width: 185px;
}


div.navBox {
	width: 175px;
}

#simplemenu {
	float: right;
	width: 145px;
}
