body, html
{
    background:url(/images/bg.jpg);
    background-color:#fefefe;
    background-repeat:repeat-x;
	color:#333333;
	margin:0;
	font-family: Times New Roman, Serif;
	font-size: 12px;
}
.wrapper 
{
    width:960px;
    margin:0 auto;
}
.header 
{
    float:left;
    width:100%;
    margin-top:8px;
    height:109px;
}
.logo 
{
   float:left;
   width:268px;
   height:109px;
} 
.headerRight 
{
    width:690px;
    float:right;
}
.topLinksHolder {
	position:relative;
	float:right;
	text-align:right;
}
.topLinks  
{
    color:#333333;
    float:right;
    font-weight:normal;
    margin-top:4px;
    text-align:right;
    width:295px;
}
.topLinks a {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	font-family:Times New Roman, Serif;
}
.topLinks a:hover {
	text-decoration:underline;
	color: #b91d1d;
}
.searchHolder 
{
    clear:right;
    float:right;
    margin-top:15px;
    text-align:right;
    width:250px;
}
.slogan 
{
    float:left;
    width:427px;
    height:84px;
    background-image:url(/images/quote.jpg);
    background-repeat:no-repeat;
}
.mainNavHolder {
	width:960px;
	position:relative;
	text-align:left;
	float:left;
	z-index:999;
	border-bottom:5px solid #B91D1D;
	margin-top:10px;
}
.mainNavItem a {
	color:#333;
	font:normal 14px Times New Roman, Serif;
	line-height:35px;
	float:left;
	text-decoration:none;
	padding:0 16px;
	text-transform:uppercase;
}
.mainNavItem td 
{
    font-size:14px;
}
.mainNavItem a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#efefef;
	background-image:url(/images/subNavTitle.jpg);
	background-repeat:repeat-x;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
.mainNavItemHover, .mainNavItemHover a
{
    text-decoration:none;
	color:#fff;
	background-color:#8a0505;
	background-image:url(/images/subNavTitle.jpg);
	background-repeat:repeat-x;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
.mainNavItemSelected a
{
    text-decoration:none;
	color:#fff;
	background-image:url(/images/subNavTitle.jpg);
	background-repeat:repeat-x;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}
.SubMenuItem 
{
	display: block;
	background-color:#B91D1D;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font:normal 11px/25px Times New Roman, Serif;
	z-index:1000;
	width:200px;
	border-bottom:1px solid #8a0505;
	background-image:none;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft:0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}
.SubMenuItem a
{
	display: block;
	font:normal 11px/25px Times New Roman, Serif;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding:0px 15px 0px 15px;
	text-transform:uppercase;
	border-bottom:1px solid #8a0505;
	background-image:none;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft:0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}
.SubMenuItem a:hover 
{
	color: #fff;
	text-decoration:none;
	background-color:#d37070;
	border-bottom:1px solid #8a0505;
	background-image:none;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft:0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
}
table.SubMenuItem td
{
	font-size:11px;
 }
.movie 
{
    margin-top:10px;
    float:left;
    width:960px;
}
.footer 
{
    float:left;
    width:960px;
    margin-bottom:10px;
    border-top:1px solid #ccc;
    padding-top:15px;
}
.footerLinks 
{
    color:#555;
    line-height:18px;
}
.footerLinks, .footerLinks a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
	font-weight:normal;
}
.footerLinks a:hover {
	text-decoration:underline;
	color:#111;
}
.homeContent 
{
    width:960px;
    float:left;
    min-height:300px;
    margin-bottom:10px;
}
.leftColumn 
{
    float:left;
    width:235px;
    min-height:300px;
    margin-top:15px;
}
.middleColumn 
{
    padding:20px;
    float:left;
    width:449px;
}
.rightColumn 
{
    float:right;
    width:235px;
    min-height:300px;
    margin-top:15px;
}
.leftColumn p
{
    font-size:12px;
}
.formHolder 
{
    background-color:#f3f3f3;
    border:1px solid #999;
    width:233px;
    min-height:200px;
    float:left;
}
.formHolder .error, .formHolder2 .error
{
    display:none;
}
.formHolder2
{
    width:234px;
    min-height:200px;
    float:left;
    margin-left:1px;
}
.formHeader 
{
    width:232px;
    height:125px;
    background-image:url(/images/formHeader.jpg);
    background-repeat:no-repeat;
    float:left;
}
.formLeftInput 
{
    width:205px;
    padding:3px;
    background-color:#fff;
    border:1px solid #999;
    font-size:11px;
    font-family:Times New Roman, Serif;
    color:#444;
    text-transform:uppercase;
    margin-bottom:2px;
}
.formLeftTextArea 
{
    width:205px;
    padding:3px;
    background-color:#fff;
    border:1px solid #999;
    font-size:11px;
    font-family:Times New Roman, Serif;
    color:#444;
    text-transform:uppercase;
    margin-top:2px;
}
.rightColumnTwoColumn
{
    width:684px;
    padding:20px;
    min-height:300px;
    float:left;
}
.threeColumn 
{
    background-image:url(/images/twoColumnBg.jpg);
    background-repeat:repeat-y;
    width:960px;
    min-height:300px;
    float:left;
}
#breadCrumbs {
    float:left;
    height:15px;
    margin-bottom:15px;
    width:449px;
}
#breadCrumbsFull {
    float:left;
    height:15px;
    margin-bottom:15px;
    width:100%;
}
.breadCrumbs, .breadCrumbs a {
	font-family:Times New Roman, Serif;
	font-size:11px;
}
.leftNavTitle 
{
    width:217px;
    background-image:url(/images/subNavTitle.jpg);
    background-repeat:repeat-x;
    padding:7px 0 0 18px;
    color:#fff;
    font-size:18px;
    height:28px;
    margin-bottom:20px;
}
.leftNavHolder
{
    float:left;
    width:100%;
    padding-bottom:80px;
}
.leftNavHolder ul.leftNavItem{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:12px Times New Roman, Arial;
	line-height:165%;
	width:235px;
	list-style-image:none;
	line-height:normal;
	font-weight:normal;
}
.leftNavHolder ul.leftNavItem li{
	margin:0;
	padding:0;
	list-style-image:none;
	line-height:150%;
	font:12px Times New Roman, Arial;
	font-weight:normal;
	width:235px;
}
.leftNavHolder ul.leftNavItem li a{
    font:14px Times New Roman, Arial;
	display:block;
	text-decoration:none;
	padding:3px 10px 3px 10px;
	width:205px;
	margin:0 5px;
	list-style-image:none;
	line-height:20px;
	border-bottom:1px solid #ccc;
	text-align:left;
	list-style-image:none;
	color:#333;
}
.leftNavHolder ul.leftNavItem li a:hover{
	background-color:#fff;
	color:#B91D1D;
	font-weight:normal;}
.leftNavHolder ul.leftNavItem li a.current,ul.vert-one li a.current:hover{
	background-color:#fff;
	color:#B91D1D;
}
