/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #343233;
	margin: 2px 0 0 0;
	padding: 0;
	background-image: url(img/site-bkgrnd-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#masthead {
	color: #b5121b;
	padding: 0px;
	margin: 0;
	text-align: center;
	font-size: 12px;
}
#scrollingimages {
		
}
#navbar {
	height: 98px;
	width: 800px;
}
#wrapper {
	width: 1140px;
	margin: 0 auto;
}
#pagewrapper {
	width: 800px;
	margin: 0 170px 0 170px;
}
#center {
	width: 800px;
	color: #FFF;
}
#center .content {
	padding: 20px 30px 10px 30px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 30px 0 10px 0;
}
#footer {
	color: #666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#masthead a:link {color: #b5121b;}
#masthead a:visited {color: #b5121b;}
#masthead a:hover {color: #FFFFFF;}
#center a:link {
	color: #b5121b;
}
#center a:visited {
	color: #b5121b;
}
#center a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #666666;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
h1 {
	color: #b5121b;
	font-size: 2.0em;
	margin: 0;
	font-weight: normal;
	line-height: 1.1em;
}
h2 {
	color: #b5121b;
	font-size: 1.7em;
	margin: 30px 0 0 0;
	font-weight: normal;
}
h3 {
	color: #b5121b;
	font-size: 1.4em;
	margin: 30px 0 0 0;
	font-weight: normal;
}
h4 {
	color: #b5121b;
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#enewsrhs {
	width: 162px;
	float: right;
	margin-left: 15px;
	background-color: #404041;
	padding: 15px 15px 15px 20px;
	color: #999;
	font-size:11px;
}
.block {
	padding: 4px 0 4px 0;	
}
.form-style {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#333;
border:1px solid #999;
color:#999;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
padding:4px;
width:150px;
}
input.cat_textbox {
	-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background-color:#333;
border:1px solid #999;
color:#999;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
padding:4px;
width:140px;
}
.button { 
	width: 160px; 
	border: none; 
	background: #333; 
	color: #999; 
	font: 11px Arial, Helvetica, sans-serif; 
	padding: 2px; 
	border-radius: 4px 4px 4px 4px; 
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	margin-top: 5px;
}
.button:hover { background: #b5121b; cursor:pointer; color:#FFF;  }
.white {color:#FFF;}