@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) top center no-repeat #484647;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}

a img {
	border: 0;
	}

h1 {
	font-size:30px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	}
	
h2 {
	font-size:25px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
	}
	
h3 {
	font-size:20px;
	margin-top:0;
	margin-bottom:10px;
	}
	
h4 {
	font-size:17px;
	margin-top:0;
	margin-bottom:10px;
	}
	
h5 {
	font-size:14px;
	margin-top:0;
	margin-bottom:10px;
	}
	
h6 {
	font-size:12px;
	margin-top:0;
	margin-bottom:10px;
	}
	
p {
	font-size:13px;
	margin: 0 0 10px 0;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, ul a, ol a, li a {
	color: #000000;
	text-decoration: none;
	}

li p {
	font-size: 13px;
	}

table {
	border: 1px solid #666666;
	margin: 10px auto 15px auto;
	font-size: 12px;
	}

th {
	background: #921200;
	padding: 10px;
	color: #ffffff;
	font-size: 15px;
	}

td {
	padding: 10px;
	background: #ffffff;
	font-size: 12px;
	}

/* Links */
a.visible, a.visible:visited {
	color:#b22a1c;
	text-decoration:none;
	font-weight:bold;
	}

a.visible:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	}

a:link.button, a:visited.button {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}

a:hover.button {
	text-decoration:underline;
	}

.white {
	color:#FFFFFF;
	}

.red {
	color:#b22a1c;
	}
	
.gray {
	color:#ACACAC;
	}

#container {
	margin:auto;
	width:950px;
	}
	
#header {
	width:910px;
	height:109px;
	padding:17px 20px;
	text-align:right;
	color:#FFFFFF;
	font-size:22px;
	}

#main {
	background: url(../images/main_bg.gif) top left no-repeat #3b0e09;
	width:938px;
	padding:11px;
	height:600px;
	clear:left;
	float:left;
	}
	
#nav {
	height:53px;
	width:927px;
	padding-left:10px;
	background: url(../images/nav_bg.jpg) top left repeat #44120d;
	margin-top:15px;
	padding-top:12px;
	font-size:12px;
	}
	
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	}
	
#menu li {
	float:left;
	position:relative;
	width:auto;
	color:#FFFFFF;
	border-right:1px solid #2D2D2D;
	}

#menu a:link, #nav a:visited {
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:15px 19px 10px 19px;
	color:#FFFFFF;
	}

#menu a:hover {
	background: url(../images/nav_hover.gif) center repeat-x;
	padding:15px 19px 10px 19px;
	}

#menu ul {
	display:none;
	position:absolute;
	padding:0;
	z-index: 100;
	}

#menu ul li {
	background-color:#000000;
	width:110px;
	}
	
#menu li:hover ul {
	display:block;
	}
	
#menu li a:hover {
	}

.logo {
	float:left;
	}

#search {
	margin-top:40px;
	font-size:6px;
	color:#000000;
	font-weight:bold;
	padding-top:3px;
	height:20px;
	}

#right {
	float:right;
	width:305px;
	background: url(../images/cow_bg.jpg) top right no-repeat;
	height:510px;
	margin-right:5px;
	margin-top:15px;
	}

#left {
	float:left;
	width:600px;
	margin-left:7px;
	margin-top:7px;
	}
#top_section {
	background: url(../images/top_bg.jpg) top left no-repeat;
	height:190px;
	color:#FFFFFF;
	padding:15px;
	padding-left:20px;
	}

.more {
	float:right;
	padding-right:35px;
	padding-top:3px;
	background: url(../images/more.gif) top left no-repeat;
	width:243px;
	height:24px;
	font-size:13px;
	color:#000000;
	text-align:right;
	}
	
#bottom_section {
	background: url(../images/left_gradient.jpg) top left repeat-x #CACACA;
	color:#000000;
	padding: 10px 10px 20px 20px;
	border:5px solid #CACACA;
	float:left;
	width:570px;
	}
#footer {
	background: url(../images/footer_bg.jpg) top left no-repeat;
	height:176px;
	clear:both;
	width:960px;
	}

#foot_nav {
	padding-top:20px;
	padding-bottom:60px;
	font-size:12px;
	}

#foot_nav ul {
	list-style:none;
	}

#foot_nav li {
	display:inline;
	padding:23px;
	}

#foot_nav a:link, #foot_nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#foot_nav a:hover {
	text-decoration:underline;
	}

.copyright {
	float:left;
	color:#FFFFFF;
	background: url(../images/copyright_bg.gif) top left no-repeat;
	width:140px;
	height:23px;
	margin-left:30px;
	padding-left:30px;
	padding-top:4px;
	font-size:11px;
	}

.keyweb {
	float:right;
	color:#FFFFFF;
	padding-right:5px;
	padding-top:4px;
	font-size:11px;
	}

.keylogo {
	float:right;
	color:#FFFFFF;
	margin-right:25px;
	}

.keyweb a:link, .keyweb a:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	}
.keyweb a:hover {
	text-decoration:underline;
	}

.photo_right {
	float:right;
	padding:5px 5px 10px 5px;
	border:2px solid #000000;
	background:url(../images/photo_bg.jpg) top left repeat-x #000000;
	margin-left:10px;
	}
	
.photo_left {
	float:left;
	padding:5px 5px 10px 5px;
	border:2px solid #000000;
	background:url(../images/photo_bg.jpg) top left repeat-x #000000;
	margin-right:10px;
	}

#bottom_section ul {
	padding: 0 0 0 20px;
	}

#bottom_section li {
	list-style: none;
	background: url(../images/arrow.gif) 0 2px no-repeat;
	margin:5px 0 0 0;
	line-height: 14px;
	padding:0 5px 0 30px;
	font-size: 14px;
	}

#bottom_section ul li ul li {
	list-style: disc;
	background: none;
	padding: 0 0 0 5px;
	}

input.submit {
	width: 101px;
	height: 23px;
	background: url(../images/search.gif) top right no-repeat;
	padding: 0 15px 0 0;
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	}

input.submit:hover {
	background: url(../images/search2.gif);
	cursor: pointer;
	}

input#google-search {
	width: 160px;
	}

#cse-search-results {
	width: 100%;
	}

#cse-search-results iframe {
	width: 98%;
	}

a.button-link {
	padding: 10px;
	background: url(../images/nav_hover.gif) top repeat-x #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	height: 20px;
	}

input {
	margin: 0 0 8px 0;
	padding: 5px;
	}

textarea {
	margin: 0 0 8px 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	}