body {
	color: #535444;
	font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	left: auto;
	background: #e11936 url(assets/images/subbackground.jpg) repeat-x;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
}

a:active {
  outline:none;
	color: #fff;
	text-decoration: underline;
}

:focus {
  -moz-outline-style:none;
}

#head {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(assets/images/brick.jpg);
}

#main {
	width:  1000px;
	margin-left:  auto;
	margin-right:  auto;
	background: url(assets/images/mainback.jpg) repeat-y;
	
}

.referral {
	color: #fff;
	font: x-small/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.header {
	color: #535444;
	font: 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.subtext {
	color: #535444;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
}
#row1 {
	width: 875px;
	height: 255px;

}

#row2 {
	width: 875px;
	height: 255px;
	padding-top: 15px;
}

#row3 {
	width: 875px;
	height: 255px;
	padding-top: 15px;
}

#footer_top{
	width: 1000px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/images/foot_top.jpg);
}

#footer {
	background-color: #2f2f25;
}

#footercontent{
	
	width: 1000px;
	background: url(assets/images/foot_back.jpg) repeat-y;
	margin-right: auto;
	margin-left: auto;}

#footertext {
	width: 1000px;
	color: #d6d0c6;
	
	font-size: medium;
	line-height: 110%;
	padding-top: 30px;
}

/* tooltip styling. uses a background image (a black box with an arrow) */ 
div.tooltip { 
    background:transparent url(assets/images/black_arrow_big.png) no-repeat scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px;
	line-height:18px; 
    display:none; 
    color:#fff; 
	margin-top:-150px;
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}

/* simple mouseover effect for the trigger */
#trigger:hover {
	color:#000;
}

#subnav {
	z-index: 5;
	top: -40px;
	visibility: visible;
	position: relative;
	right: 0;
	left: 0;
	bottom: -20px;
}

#submain {
	width: 950px;
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 2px;
}

#leftcol {
	float: left;
	width: 700px;
}

#rightcol {
	float: right;
	width: 230px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: left;
}

#clearcols {
	clear: both;
}

.iconspace {
	margin-right: 40px;
	margin-left: 40px;
}

