/******************************
	STRUCTURE
******************************/
body{
	margin:0px;
	padding:0px;
	font-size:75%;
	font-family: Vardana, Arial, 'Times New Roman';
	background:url(../imgs/bg.gif) repeat-x;
}

div#wrapper{
	width:1040px;
	height:auto;
	margin:10px auto;	
	background-color:#ffffff;
}

div#banner{
	width:100%;
	height:165px;
	background:url(../imgs/banner.gif) no-repeat;
}

div.btmShaddow{
	width:1040px;
	margin: 0 auto;
	height:10px;
	background:url(../imgs/bottom_shadow.gif) no-repeat;
	clear:both;
	display: block;
	float:none;
}

div#topBar{
        width:100%;
        height:42px;
        background:url(../imgs/sub_banner.gif) repeat-x;
        line-height:42px;
        color:#780000;
        text-transform:uppercase;
        font-size:1.6em;
        text-align:center;
        font-weight:bold;
        font-style:italic;
}

div#topImgs{
        width:100%;
        height:130px;
        padding:10px 0px;
        text-align:center;
}

div#topImgs img{
        margin:0 6px;
}


div#mainContentWrapper{
	width:100%;
	height:auto;
	display:block;
	clear:both;
	float:none;
}

div#leftMenu{
	width:220px;
	height:auto;
	float:left;
}

div#mainContent{
	width:550px;
	height:auto;
	float:left;
	padding:0 20px 0 10px;
	
	height:auto !important;
	
}

div#newsFlash{
	width:220px;
	height:auto;
	float:left;
	background:url(../imgs/news_shaddow.gif) left top no-repeat;
	height:640px;
	padding:0 10px 0 30px;
	margin-left:-20px;
	clear:right;
}

div#frooterLinks{
	width:100%;
	height:100px;
	padding:7px 0;
	text-align:center;
	display:block;
	clear:both;
	float:none;
}

div#frooterLinks img{
	margin:0 10px;
}

div#footer{
	width:1040px;
	margin: 0 auto;
	height:45px;
	background:url(../imgs/footer.gif) repeat-x;
	line-height:45px;
	color:#ffffff;
	padding:0 3%;
	display:block;
	clear:both;
	float:none;
}

div#footer .left{
	float:left;
}

div#footer .right{
	float:right;
}

/******************************
	MENU
******************************/

div#leftMenu ul{
	margin:0px;
	padding:0px;
}
div#leftMenu ul li{
	list-style:none;
	margin:0 10px;
	border-top:1px solid #cccccc;
}

div#leftMenu ul li a{
	display:block;
	width:100%;
	height:30px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333333;
	text-decoration:none;
	line-height:30px;
	font-size:.9em;
	text-indent:10px;
}

div#leftMenu ul li:hover{
	background:url(../imgs/button_rollover.gif) repeat-x;
}
div#leftMenu ul li a:hover{
	color:#c11a1e;
}

/******************************
	GENERAL
******************************/

h1{
	font-weight:normal;
	font-size:1.8em;
	color:#c11a1e;
}

h2, .contentheading{
        font-weight:normal;
        font-size:1.4em;
        color:#c11a1e;
}

a img{
	border:none;
}

a{
	color:#c11a1e;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/******************************
	NEWS FLASH
******************************/
div#newsFlash .contentheading{
	font-size:1.4em;
	color:#c11a1e;
}

/******************************
	CLEARFIX
******************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*---------------------------------------------
	Subscription
----------------------------------------------*/

div.subContent{
	width:700px;
}	
label.fullWidth{display:block; clear:both; width:100% !important; }
input.checkbox{ width:auto !important;}
.noClear { clear:none !important; display:inline !important; float:left !important;}
.subscribeNotice { display:block; margin:10px 0; border:1px solid #ff0000; background-color:#ffbbbb; color:#333333; font-weight:bold; padding:5px;}
.notice { color:#FF0000; font-size:10px; font-weight:bold; padding:5px; border:1px solid #ff0000; background-color:#ffbbbb; color:#333333;}
form#subscribe1 legend, form.event legend { font-size:18px; color:#BF0000;}
form#subscribe1 fieldset, form.fieldset { border:1px solid #BF0000;}
form#subscribe1 .btn, form.event .btn { margin:10px 0; padding:5px; width:auto;}

div.subInfoFullWidth{
	width:100%;
	display:block;
	margin:10px 0;
	padding:10px;
	border:1px solid #BF0000;
	clear:both;
}

div#SubPic{
	width:200px;
	height:220px;
	margin:5px 5px 5px 0;
	border: 1px solid #BF0000;
	float:left;
}

div#subInfoInitial{
	width:auto;
	height:auto;
	float:left;
}

.subInfoTitle{
	display:block;
	float:left;
	font-weight:bold;
	width:100px;
}

#regProgress{ width:auto; padding:10px 0;}
#regProgress .regProgressCont { width:180px; height:auto; float:left; text-align:center;}

label.long { width:200px !important;}
form input.short { width:350px;}
/*---------------------------------------------
	End Subscription
----------------------------------------------*/

fieldset {
	background: #eeeeee;
	border:1px solid #cccccc;
}

legend {
	font-weight:bold;
}


