@charset "utf-8";
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	color: #231f20;
}
#container{
	min-width: 750px;
}
#header {
	background-color: #2d0000;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	height: 114px;
	border-bottom: solid 1px #FFFFFF;
}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width: 263px;
	height: 114px;
	float: left;
}
#logo h1, #url{
	text-indent: -90000em;
	border: none;
}
#url{
	width: 181px;
	height: 114px;
	background-image:url(../images/url.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-right: 30px;
	float: right;
}
#top_nav{
	height: 33px;
	background-image:url(../images/top_nav_bg.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #8b110b;
	line-height:28px;
}
#top_nav p{
	margin: 0px;
	padding: 0px;
	float: right;
	padding-right: 20px;
	text-align: right;
	color: #4e4747;
}
#top_nav ul{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_nav li{
	float: left;
	line-height: 28px;
}
#top_nav a{
	color: #4e4747;
}
#top_nav li a{
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	display:block;
	text-decoration: none;
}
#nav ul li a:hover, #top_nav li a:hover{
	text-decoration: underline;
}
#nav{
	float: left;
	width: 182px;		
	background-image:url(../images/nav_bg.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-top: 30px;
}
#content{
	width:auto;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	padding: 30px;
	margin-left: 196px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 150px;
}
#nav ul li{
	border-bottom: solid 1px #d5d4d4;
	text-align: right;
}
#nav ul li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #231f20;
	text-decoration: none;
}
h1{
	color: #920600;
	font-size: 2em;
	border-bottom:solid 1px #aaa8a8;
	margin-top: 0px;
}
h2{
	margin-top: 60px;
	font-size: 1.4em;
	border-bottom:solid 1px #aaa8a8;
}
.divide{
	background-image:url(../images/nav_divide.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
#errors{
	background-color:#CCCCCC;
	padding: 10px;
	border: solid 1px #999999;
}
input,textarea{
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea{
	height: 200px;
}
#submit{
	width: 100px;
}
.grid_table{
	width: 100%;
}
.grid_table td{
	border-bottom: solid 1px silver;
	padding: 4px;	
}
.grid_table thead{
	background-color: silver;
	font-weight: bold;
}
#content a{
	color: #3a66dd;
}
.error{
	color:#990000;
}
#home_feature{
	background-image:url(http://www.interactivered.com/template/images/portfolio_wrapper_top.gif);
	background-repeat:no-repeat; 
	margin-left: 0px;
	margin-top: 0px;
	float: right;
}
#home_feature_p{
	padding: 0px;
	margin: 0px;
}
#home_feature img{
	background-image:url(http://www.interactivered.com/template/images/portfolio_wrapper_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom -10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 21px;	
	padding-top: 19px;	
	border: none;	
}
hr{
	clear: both;
	color: #d5d4d4;	
	background-color: #d5d4d4;		
	size: 1px;
	height: 1px;
}