@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DE1A1B;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
}

form	{
	margin:0;
	}

#container {
	width: 900px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
} 

#header {
	padding: 0;
	height: 140px;
	}
#search	{
	height:60px;
	padding-top: 40px;
	padding-left: 30px;
	}
#menu	{
	height:40px;
	background-color: #de1a1a;
	padding: 9px;
	}

#row1	{
	width:100%;
	height:300px;
	background-color: #FFFFFF;
	float: left;
	}
#feature	{
	width:632px;
	float: left;
	}
#featureright	{
	width:240px;
	float: right;
	margin-right: 5px;
	}	
#logo	{
	width:200px;
	}
#news	{
	margin: 10px;
	}
#news a	{
	color:#000000;
	}
.newstxt	{
	font-size:10px;
	color:#666666;
	margin-top: 5px;
	padding-top: 0px;
	}
#row2	{
	background-image:url(images/greygradient.gif);
	background-repeat:repeat-x;
	width:100%;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
	}
#feature2	{
	width:632px;
	float: left;
	}
#featureright2	{
	width:240px;
	float: right;
	margin-right: 5px;
	}
#content2	{
	background-color:#FFFFFF;
	height: 500px;
	width: 900px;
	}
#col1	{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 40px;
	width: 585px;
	float: left;
	border-right: 1px coral solid;
	padding-right: 20px;
	}
#col2	{
	width: 210px;
	float: right;
	margin-top: 65px;
	margin-right: 20px;
	}
#title	{
	padding-top: 20px;
	padding-left: 40px;
	width: 500px;
	}
#content	{
	padding: 20px;

	}
#email	{
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #FFFFFF;
	}
#footer { 
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TEXT STYLES */

h1	{
	color:#FF0000;
	font-size:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px;
	}
h2  	{
	color:#FF0000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px;
	}
h2  a	{
	color:#FF0000;
	text-decoration:none;
	}
h2  a:hover	{
	text-decoration:underline;
	color:#666666;
	}
h3 a	{
	color:#FF0000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	font-style: italic;
	}
.smallgrey	{
	font-size:10px;
	color:#CCCCCC
	}
p	{
	font-size:10px;
	color:#666666;
	margin-top: 5px;
	padding-top: 0px;
	}
.text	{
	font-size:10px;
	color:#666666;
	margin-top: 5px;
	padding-top: 0px;
	}
ul	{
	font-size:10px;
	color:#666666;
	}

/* MENU */

.menu a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu a:hover {
	font-size:12px;
	color:#990000;
	text-decoration:none;
	}
