@charset "UTF-8";
/* CSS Document */

body
{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:#666666;
}

h3
{
	font-size:14px;
	color:#C41616;
}

a
{
	background-color:#FAF4D4;
	text-decoration:none;
	color:#666666;
}

a:hover
{
	background-color:#C41616;
	color:#FFFFFF;
	text-decoration:none;
}


#container
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
}

#top
{
	border:0px solid blue;
	height:135px;
	padding-top:20px;
}

#menu
{
	width:100%;
	border:0px solid green;
	background-color: #C41616;
	height:30px;
}

#menu a
{
	/*background-color:#FFFFFF;*/
	text-decoration:none;
	color:transparent;
	background-color: transparent;}

#menu a:hover
{
	/*background-color:#FFFFFF;*/
	text-decoration:none;
	color:transparent;
	background-color: transparent;
	
}

.menuitem
{
	/*background-color: #C41616;*/
	display:inline;
	border:0px solid blue;
	margin: 0px 0px 0px 0px;
	height:30px;
}

#content
{
	padding-top:20px;

}

.large_text
{
	font-size: 120px;
	color: #FFFFFF;
	line-height: 100%;
}

.title
{
	color:#C41616;
}

.logo_blank
{
	height: 41px;
	width: 160px;
	cursor: pointer;
}

.status
{
	color: #999999;
}

.col
{
	float: left;
	width: 313px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
}

.doublecol
{
	float: left;
	width: 646px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;

}

.pic
{
	width:85px;
	height:54px;
	border:1px solid #999999;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}

.pic:hover
{
	border: 1px solid #333333;
}

.widecol
{
	float: left;
	width: 750px;
	margin-left:10px;
	margin-right:0px;
	padding-bottom:20px;
}

.fullcol
{
	float: left;
	width: 1000px;
	margin-left:0px;
	margin-right:0px;
	border:0px solid red;
	padding-bottom:20px;
	/*background-color: #FFFFFF;*/
}

.ultrawidecol
{
	float: left;
	width: 865px;
	margin-left:68px;
	margin-right:0px;
	border:0px solid red;
	padding-bottom:20px;
}

.designtext
{
	float: left;
	width: 432px;
	margin-left:68px;
	margin-right:0px;
	border:0px solid blue;
	padding-bottom:20px;
	
	
}

.smallcol
{
	float: left;
	width: 210px;
	border:0px solid red;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
}



.divider
{
	border-top: 1px solid #CCCCCC;
	height:1px;
	width:100%;
}



#footer
{
	clear:both;
	text-align:center;
	color:#999999;
	font-size:10px;
	/*background-color: #FFFFFF;*/
}

.quote
{
	color:#CCCCCC;
	font-size:14px;
}