body {
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background-color: black;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/runc_background.jpg);
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 1.5em;
	color: #8c8c8c
}

#container {
	width: 798px;
	margin: 0 auto;
}

#main_nav {
	padding-top: 57px;
}

#main_nav ul {
	width: 798px;
	margin: 0;
	list-style: none;
	padding: 0;
	display: inline;
}

#main_nav li {
	text-decoration: none;
	float: right;
	list-style-type: none;
}

#main_nav li a.idle {
	height: 26px;
	display: block;
	text-decoration: none;
	color: white;
	padding: 10px 0px 0px;
	text-align: center;
}

#main_nav li a.idle:hover {
	display: block;
	text-decoration: none;
	color: #fae13e;
}

#main_nav li a.active {
	height: 26px;
	display: block;
	text-decoration: none;
	color: #fae13e;
	padding: 10px 0px 0px;
	text-align: center;
}

#leftColumn {
	width: 266px;
	float: left;
}

#rightColumn {
	width: 530px;
	min-height: 100px;
	float: left;
}

.logo_button {
	height: 281px;
	width: 266px;
	display: block;
}

#contact_panel {
	min-height: 200px;
	background: url(../images/leftCol_shadow.jpg) repeat-x;
	padding: 15px 20px;
	margin-left: 2px;
}

#contact_panel .hor_box {
	background: url(../images/dividerHor.gif) no-repeat center top;
	padding: 5px 0px 3px;
	margin-top: 6px;
}

a {
	outline-style: none;
	outline-width: medium;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: #444444;
	font-size: 16px;
	padding: 0px 0px 3px;
	margin: 0px;
}

h2 {
	font-weight: normal;
	color: #8c8c8c;
	font-size: 12px;
	padding: 3px 0px 2px;
	margin: 0px;
}

h3 {
	font-weight: normal;
	color: #8c8c8c;
	font-size: 11px;
	padding: 3px 0px 2px;
	margin: 0px;
}

.btn_grey {
	display: block;
	width: 210px;
	height: 21px;
	background-image: url(../images/btn_grey.png);
	background-repeat: no-repeat;
	text-align: right;
	color: white;
	text-decoration: none;
	padding: 3px 6px;
	margin-top: 10px;
}

.header {
	min-height: 261px;
	padding-bottom: 20px;
	background-image: url(../images/tile_pole.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#flashcontent{
	min-height: 261px;
	padding-bottom: 20px;
	background-image: url(../images/tile_pole.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main_content {
	min-height: 212px;
	background: url(../images/mainContent_shadow.gif) repeat-x;
	padding: 20px;
	background-color: #bebdbd;
	color: #444444;
}

#main_content img {
	border: none;
}

#home_main_content_left {
	width: 225px;
	background: url(../images/rightCol_shadow.jpg) repeat-x;
	padding: 20px;
	background-color: #373737;
	float: left;
	min-height: 212px;
}

#home_main_content_right {
	width: 225px;
	background: url(../images/leftCol_shadow.jpg) repeat-x;
	padding: 20px;
	background-color: #3f3f3f;
	float: left;
	min-height: 212px;
}

.clear {
	clear: both;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 517px;
	float: right;
	margin-right: 2px;
	padding: 7px;
	text-align: right;
	color: #717171;
	font-size: 11px;
}

#footer a:link {
	text-decoration: none;
	color: #717171;
}

#footer a:visited {
	text-decoration: none;
	color: #717171;
}

#footer a:hover {
	text-decoration: none;
	color: #fae13e;
}

.bullet {
	padding-left: 25px;
	background-image: url(../images/bullet_point.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	margin-top: 10px;
}

.sub_nav {
	width: 322px;
	float: right;
	text-align: right;
	height: 22px;
	background-image: url(../images/btn_grey.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 5px 10px 0 0;;
	position: relative;
	top: -8px;
	color: white;
}

.sub_link {
	text-decoration: none;
	color: white;
}

.sub_link:visited {
	text-decoration: none;
	color: white;
}

.sub_link:hover {
	text-decoration: none;
	color: #fae13e;
}

.sub_selected {
	text-decoration: none;
	color: #fae13e;
}

/* CONTACT FORM STYLES*/
#contact label{
	display:block;
	width:120px;
	float:left;
	text-align:right;
	margin-right:10px;
}

#contact .inputTxt{
	width:150px;
	color:gray;
}

#contact .txtarea{
	width:300px;
	height:150px;
	color:gray;
}

#server_reply{
	margin-left:129px;
	margin-bottom:10px;
	font-weight:bold;
	color:#990000;
}

.required{
	color:red;
}

.smallerFont{
	font-size:10px;
}


