/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	color: #716565;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif
}
body#bg1{
	background: url(../images/bgr.jpg) #ffffff repeat-x center top
}
body#bg2{
	background: url(../images/bgr2.gif) #ffffff repeat-x top
}
body#bg3{
	background: url(../images/bgr3.gif) #ffffff repeat-x top
}
a{
	color: #680303;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #4f4646;
	font-size: 1.4em;
	margin: 0 0 1em
}
h3{
	font-size: 1.4em;
	margin: 0 0 1em
}
h4{
	color: #444444;
	font-size: 1em;
	margin: 0 0 1em
}
p{
	line-height: 1.3em;
	padding: 0 0 1.3em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 750px
}
#page-top{
	background: url(../images/page-top.gif) no-repeat center top;
	color: #ffffff;
	font-size: 9px;
	height: 16px;
	line-height: 16px;
	text-transform: uppercase
}
#page-top a{
	color: #ffffff;
	padding: 0 10px
}
#page-top .content{
	margin: 0 auto;
	text-align: right;
	width: 745px
}
#page-bot{
	border-top: 1px solid #d2d2d2;
	height: 1%
}
/*=== Header ===*/
#header{
	height: 128px;
	margin: 0 0 9px;
	overflow: hidden
}
#bg1 #header{
	margin: 0 0 1px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 278px
}
#header h1 a{
	display: block;
	height: 128px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 10px;
	height: 51px;
	padding: 45px 0 0;
	text-transform: uppercase;
	width: 470px
}
#nav1 ul{
	float: right
}
#nav1 li{
	float: left;
	line-height: 51px;
	margin: 0 4px 0 0
}
#nav1 li a{
	color: #000000;
	display: block;
	float: left;
	padding: 0 0 0 12px;
	text-decoration: none
}
#nav1 li a span{
	display: block;
	float: left;
	height: 51px;
	padding: 0 12px 0 0
}
#nav1 li.active a span, #nav1 li a:hover span{
	background: url(../images/nav1-hover.gif) no-repeat right
}
#nav1 li a:hover, #nav1 li.active a{
	background: url(../images/nav1-hover.gif) no-repeat left;
	color: #6a0303;
	cursor: pointer;
	text-decoration: none
}
/*- Nav2 -*/
.nav2{
	font-size: 11px;
	margin: 0 0 1em;
	padding: 0 7px;
	text-transform: uppercase
}
.nav2 li{
	border-bottom: 1px solid #8b1c1c;
	height: 1%;
	padding: 1px 0
}
.nav2 li a{
	background: url(../images/nav2-ico.gif) no-repeat 162px 7px;
	color: #ffffff;
	display: block;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 13px
}
.nav2 li a:hover,
.nav2 li.active a{
	background: #a85a5a;
	background: url(../images/nav2-ico-.gif) #a85a5a no-repeat 162px 7px;
	text-decoration: none
}
/*=== Title Placeholders ===*/
.title{
	border-left: 1px solid #ffffff;
	height: 211px;
	margin: 0 0 0 -1px;
	overflow: hidden;
	position: relative;
	width: 752px
}
.title img{
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left
}
.title2{
	border: 2px solid #e2cccc;
	height: 184px;
	margin: 0 0 5px;
	overflow: hidden;
	width: 746px
}
.title3{
	border: 2px solid #e2cccc;
	height: 330px;
	margin: 0 0 5px;
	overflow: hidden;
	width: 746px
}
/*=== All Columns ===*/
.columns{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
	padding: 22px 0px 10px;
}
.columns2{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
	margin: 0 auto;
	width: 750px
}
/*=== Center Column ===*/
.centercol{
	float: left;
	width: 510px
}
#newsflip {
	width: 480px;
	margin-left: 30px;
	height: 70px;
	overflow: hidden;
	background: transparent;
	
}
#newsNav {
	padding: 4px 0px;
	border-top: 1px dashed #ccc;
	width: 480px;
	margin-left: 30px;
	margin-top: 20px;
}
a.newstitle {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px 6px;
	line-height: 2em;
	color: #716565;
}
a.newstitle:hover {
	color: #680303;
}
a.readmore {
	color: #716565;
	font-weight: bold;
}
a.readmore:hover {
	color: #680303;
	font-weight: bold;
}
.newsSummary {
	border-top: 1px dashed #ccc;
	padding: 10px 0px;
}
.homeNews {
	height: 70px;
}
a.storyTitle {
	display: block;
	background: url(/assets/images/icon_news.gif) left center no-repeat;
	padding: 4px 0px 4px 24px;
	font-weight: bold;
	margin-bottom: 12px;
}
/*=== Right Column ===*/
.rightcol{
	color: #ffffff;
	float: right;
	width: 187px
}
.rightcol a{
	color: #ffffff
}
.rightcol h2{
	color: #ffffff;
	padding: 0 0 0 20px
}
.rightcol .content{
	font-size: .9em;
	padding: 0 15px
}
/*=== Link Buttons ===*/
.btn-login{
	height: 23px;
	margin: 0 0 -24px;
	overflow: hidden;
	position: relative
}
.btn-contact{
	padding: 0 0 15px 10px
}
/*=== Pics, Thumbs, Ads etc. ===*/
.icons img{
	margin: 0 2px 4px
}
/*=== Footer ===*/
#footer{
	color: #444141;
	font-size: 10px;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 750px
}
#footer a{
	color: #444141;
	text-decoration: underline
}
#footer .c1{
	float: left;
	padding: 0 30px 0 0;
	width: 210px
}
#footer .c2{
	color: #7c7a7a;
	float: right;
	width: 250px
}
#footer .c2 a{
	color: #7c7a7a
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

/*=== Contact Blocks ===*/


.contacts ul li.entry { 
	float: left;
	display: inline;
	width: 49%;
	height: 150px;
	margin-bottom: 6px
}

.contacts ul li.entry li.thumb { 
	margin-right: 5px
}

.contacts .contact-entry { 
	margin-left: 35px

}

.contacts .contact-entry .name { 
	font-size: 15px;

}

.contacts .contact-entry .title1 {
	font-size: 11px;
	margin-left: 5px

}

.contacts .contact-entry li {
	display: inline;

}

.contacts .contact-entry .bio {
	margin-left: 5px
}

.contacts .contact-info {
	font-size: 13px;
}

/*=== Home Image Fade Blocks ===*/

.imgone {
	width: 187px;
	height: 105px;
	overflow: hidden;
	background: transparent;
	float: left;
}
.imgone img {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.imgtwo {
	width: 187px;
	height: 105px;
	overflow: hidden;
	background: transparent;
	float: left;
}
.imgtwo img {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.imgthree {
	width: 187px;
	height: 105px;
	overflow: hidden;
	background: transparent;
	float: left;
}
.imgthree img {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.imgfour {
	width: 187px;
	height: 105px;
	overflow: hidden;
	background: transparent;
	float: left;
}
.imgfour img {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.imgnav {
	width: 187px;
	height: 105px;

	border-right: 1px solid #ffffff;
	overflow: hidden;
	background: transparent;
	float: left;
}