@charset "utf-8";
/* Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
* {
	margin: 0;
	/*text-shadow: #000000 0 0 0px;*/
	/*overflow: visible;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
fieldset{
    border: solid 1px #CCCCCC;
    padding:10px;
}
fieldset textarea{
    width:300px;
    height:100px;
    margin-bottom:10px;
    border: solid 1px #9f9f9f;
}
fieldset input
{
    margin-bottom:10px;
}
fieldset file
{
    border: inherit;
}
fieldset input[type="text"]
{
    width:200px;
}
fieldset select
{
    width:200px;  
    margin-bottom: 10px;
    border: solid 1px #9f9f9f;   
}
fieldset .rte-toolbar select
{
    width:80px;
}
fieldset legend
{
    font-weight: bold;
}
fieldset span
{
    display: block;
    margin-bottom:10px;
}
a{
	color: inherit;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
/* Main Nav */
#navMain{
	margin-top:20px;
	width: 100%;
	border-top:solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	overflow: hidden;
	height:62px;
	background-image: url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 1em;
}
#navMain ul{
	width: 100%;
}
	#navMain ul:hover .selected{
		height: 17px;
	}
#navMain li{
	border-right: solid 1px #CCCCCC;
	padding: 7px 15px;
	float:left;
	display: inline;
	color: #bf1a30;
	text-transform:uppercase;
	font-size: 12px;
	height: 17px;
	background-color:#FFFFFF;
}
#navMain li a
{
    color: #bf1a30; 
}
	#navMain li:hover{
        display:inline;
		height: 24px;
	}
	#navMain li.selected:hover{
		height: 24px;
	}
	#navMain li.selected{
		color:#FFFFFF;
		padding: 8px 0px;
		padding-bottom: 6px;
		height: 24px;
	}
	#navMain li.selected > a{
		background-color:#df132d;
		padding: 7px 18px;
		margin: 0 2px;
        color:#FFFFFF;
	}
#navMain li:first-child{
	border-left: solid 1px #CCCCCC;
}
#navMain li ul{
	display: none;
	position:absolute;
	left: 0px;
	top:37px;
	background-color:#FFFFFF;
	width:100%;
	height:20px;
	padding-top:4px;
	z-index:99;
}
	#navMain li.selected ul{
		z-index:1;
		display:inline;
	}
	#navMain li:hover ul{
		display:inline;
		height:20px;
	}
	#navMain li.hover ul{
		display:inline;
	}
#navMain li ul div{
	position:absolute;
    left: 0px;
	width:980px;
	height:20px;
	top:-18px;
    display:none;
}
#navMain li:hover ul div{
    display:block;
}
#navMain li li{
	padding: 0px 15px;
	color: #9f9f9f;
	background:none;
	margin:0px;
	height:17px;
}
#navMain li li a{
    color: #9f9f9f;
}
	#navMain li li:hover{
		height:17px;
	}

/* Forms */
input[type="text"]{
	border:solid 1px #9f9f9f;
	padding:2px;
}
input[name="q"]{
	height:15px;
	float:left;
	width:150px;
	border-right:none;
}
/* General Layout */
div#footer{
	background-color: #df132d;
	color:#FFFFFF;
	height:45px;
	margin-top:1px;
	padding: 15px 0px;
	clear:both;
	margin-bottom:10px;
}
div#footer a{
    color: #FFFFFF;
}
div#footerInner{
	width:600px;
	margin: 0 auto;
}
div#footer ul{
	margin-top:3px;
}
div#footer li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1em;
	margin-right: 10px;
	border-left: solid 1px #FFFFFF;
	margin-bottom:0.5em;
	padding-left:10px;
}
div#footer li:first-child{
	border-left:none;
	padding-left:0px;
}
div#footer img{
	margin-right:5px;
	vertical-align:top;
}
div#footer img[alt="logo"]{
	float:left;
	margin-right:20px;
}
/* ListBox */
.listBox ul{
	border-bottom: solid 1px #CCCCCC;
}
.listBox ul li{
	border: solid 1px #CCCCCC;
	border-bottom:none;
	padding:3px;
}
.listBox ul li:first-child{
	border-top:none;
}
.listBox ul li a{
	font-size:12px;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	color:#000000;
}
.listBox ul li ul{
	border:none;
	border-top: solid 1px #CCCCCC;
}
.listBox ul li.selected ul{
	display:block;
}
.listBox ul li ul{
	display:none;
}
a{
	cursor:pointer;
}
.listBox ul li ul li{
	margin-left:20px;
	border:none;
}

.listBox ul li ul a{
	color:#88b2dd;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
}

.listBox ul li ul li.selected{
list-style:circle;
list-style-position:outside;
color: #88b2dd;
}

.listBox ul li ul a:hover{
	color:#666666;
}
div.listBox{
	border: solid 6px #DEDEDE;
	padding:5px;
}

.listBox div.header{
	background-color:#df132d;
	color:#FFFFFF;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;       
}  
.listBox .listCont{
	margin-top:5px;
	border: solid 1px #CCCCCC;
	border-bottom-width: 2px;
}
/* Comments */
#comments h2{
	border-bottom:solid 1px #CCCCCC;
	line-height:1.5em;
	margin-bottom:10px;
	color: #9f9f9f;
	margin-top:15px;
	font-size:14px;
}
#comments ul li{
	margin-bottom:10px;
	border-bottom:solid 1px #CCCCCC;
	padding-bottom:10px;
    position:relative;
}
#comments div.del{
    position:absolute;
    top:0px;
    right:0px;
    background-color:red;
    color:#FFFFFF;
    padding:3px;
    font-weight:bold;
}
#comments div.cName{
	width:140px;
	float:left;
}
#comments div.cName h3{
	color:#000000;
}
#comments div.cName h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-transform:none;
}
#comments div.cCont{
	width:355px;
	float:left;
	vertical-align:top;
	font-size:12px;
	padding-left:19px;
	margin-left: 15px;
}
#comments div.cCont.input{
	background-image:url(../images/comment_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
    margin-bottom:10px;
}
#comments input[type="text"]{
	border:solid 1px #999999;
	padding: 3px 0px;
	width:148px;
	font-size:12px;
	font-weight:bold;
    margin-left:0px;
}
#comments input[type="submit"]{
	border:solid 1px #333333;
	padding: 3px 7px;
}
#comments textarea{
	border:solid 1px #999999;
	padding: 3px 7px;
	width:300px;
	margin-bottom:7px;
    height: 50px;
}
#comments h3{
	font-size:12px;
	font-weight:bold;
}
p{
	color: #717171;
}
#content ul{
    color: #717171;
    list-style: disc;
    list-style-position: inside;
}
#content ul li{
    margin-bottom:15px;
}
#content ul ul{
     list-style: circle;
     list-style-position: inside;
     margin-left:25px;   
}
#content ul ul li{
    margin-top:5px;
    margin-bottom:0px;
}

strong{
	font-weight: bold;
}
.red{
	color:#df132d;
}
.gray{
	color:#9f9f9f;
}
.black{
	color:#000000;
}
.sans{
	font-family:Arial Black, Arial, Helvetica, sans-serif;
}
.serif{
	font-family:Georgia,"Times New Roman", Times, serif;
}
.bold{
	font-weight: bold;
}
.medium{
	font-size: 16px;
}
.uppercase{
	text-transform: uppercase;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color:#484848;
}
h1.small{
	font-size:18px;
}
h2{
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #484848;
}
h2.small{
	font-size: 14px;
}
h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #df132d;
}
.blue
{
	color: #1178b8;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1178b8;
	font-weight: bold;
}
h4 a{
	color: #1178b8;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase;
	color:#CCCCCC;
	font-weight:bold;
	line-height:1.5em;
	margin-bottom:10px;
}
p a{
	color:#1178b8;
}
a.light{
	color: inherit;
	font-weight: normal;
}
hr{
	height: 1px;
	background-color: #CCCCCC;
	margin: 10px auto;
}
hr.partial{
	width: 75%;
}
.dropcap{
	float:left;
	color:#d2d2d2;
	font-size:60px;
	line-height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:5px;
}
div.box{
	border: solid 1px #d2d2d2;
}
.box.page{
	padding:3px;
	margin-bottom: 15px;
}
div.landing{
	border: solid 4px #df132d;
	border-bottom-width:10px;
	clear:both;
	overflow:hidden;
}
div.mainContainer{
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#contHeader .col{
	float: left;
	vertical-align:bottom;
	margin-left: 15px;
	margin-bottom:10px;
}
	#contHeader .one{
		width: 225px;
	}
	#contHeader .two{
		width: 700px;
		padding-top:15px;
		height: 191px;
	}
	#contHeader .two .box{
		height: 180px;
	}
	#contHeader .two .box h1{
		width:400px;
		margin:25px auto;
	}
#mainContent{
	margin: 0 15px;
	clear:both;
}
	#mainContent .col{
		float: left;
		vertical-align: top;
	}
	#mainContent .one{
		width: 715px;
		padding-top:10px;
	}
	#mainContent .two{
		margin-left:10px;
		width: 189px;
	}
	#mainContent .two .box{
		margin-top: 10px;
		padding: 10px;
	}
#contNav{
	background-image:url(../images/links_bg.gif);
	width:157px;
	border: solid 1px #d2d2d2;
	border-top:none;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
}
	#contNav h3{
		color: #1178b8;
	}
	#contNav li{
		margin-bottom:10px;
	}
    #contNav a{
    color: #000000;
    }
div.clear{
	clear:both;
}

#contInfo{
	width: 180px;
	border-right:1px solid #d2d2d2;
	float: left;
	min-height: 200px;
}
#contInfo h3{
	border-top: solid 1px #d2d2d2;
	border-left: solid 1px #d2d2d2;
	width:171px;
	padding-left:10px;
}
#contInfo ul{
	padding:10px;
    padding-left: 15px;
}
#contInfo li{
	margin-bottom:10px;
}
#contInfo li a{
	color:#1178b8;
	font-weight: bold;
}
#content{
	width: 530px;
	float: left;
	position: relative;
}
#content.full{
	width:100%;
	float:none;
}
#content.large{
	width:555px;
}
#contInfo.menu{
	width:150px;
	border-right:solid 1px #d2d2d2;
	margin-top:0px;
	padding-right:7px;
	padding-top: 10px;
}
#contInfo .multiBoxNav li{
	margin-bottom:10px;
	color:#1178b8;
	font-weight:bold;
}
#contInfo .multiBoxNav li.selected{
	list-style: outside disc;
}
.multiBox{
	padding-top:10px;
}
.multiBox .multiBoxNav{
	margin-left:10px;
}
.multiBox .multiBoxNav li{
	color: #df132d;
	font-size: 14px;
	float:left;
	height: 24px;
	padding: 0 7px;
	padding-top: 5px;
	vertical-align:bottom;
}
#content .multiBoxNav
{
	list-style: none;
}
#content .multiBoxNav li
{
	margin-bottom: 0px;
}
.multiBox .multiBoxNav li.selected{
	border: solid 1px #d2d2d2;
	border-bottom:none;
	background-image:url(../images/multiBox_sel.gif);
	background-repeat:repeat-x;
	padding: 0 6px;
	padding-top: 4px;
}
.multiBox div.box{
	border-left: none;
	padding: 15px;
	border-bottom: 0px;
}
.multiBox div.boxmin{
	border:none;
	padding: 15px;
	padding-top:0px;
}
.club{
	min-height: 63px;
	margin-top:10px;
	margin-bottom:20px;
	cursor: pointer;
}
.clubImage{
	width:242px;
	height: 63px;
	float:left;
	margin-right:25px;
}
.clubDesc{
	float:left;
	padding:10px;
	width:630px;
}
.hoverBox{
	z-index: 9999;
}
.hoverTrig{
	position: relative;
}
.boxCaption{ 
	position: absolute; 
	width: 100%; 
	bottom: 0;
	left: 0;
	color: #FFFFFF;
}
.boxCaption p{
	padding:5px;
	color:inherit;
}
.fg{ 
	position:absolute;
	width: 100%; 
	color: #FFFFFF;
	z-index:9999;
	border:solid 1px #D2D2D2;
	clear:both;
}
.innertube{
	padding:10px;
}
.fg.light p{ 
	color: #000000;
}
.bg{
	position:absolute;
	background: #000; 
	opacity: .5; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	background-position:center;
	z-index:0;
}
.bg.light{
	background: #FFFFFF;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border:solid 1px #FFF;
	width: 100%; 
}

.aboutBox{
	float:left;
	width:140px;
	height:156px;
	margin-right:10px;
	margin-bottom:10px;
}
.aboutBox .boxCaption p{
	font-size:10px;
}
.aboutHover{
	width:250px;
	clear:both;
	position:relative;
	overflow:visible;
}

/*Contact Table*/
table{
	width:100%;
}
td{
	padding: 10px;
}
td.header{
	background-color:#df132d;
	text-align: center;
	padding:5px;
}
td.header *{
	color:#FFFFFF;
}
tr.odd td{
	background-color:#EDEDED;
}
.filesTable td{
 text-align:center;
}

div.smallCol2{
	width: 400px;
	margin-bottom:10px;
}
div.largeCol2{
	width: 580px;
	margin-bottom:10px;
}
div.newsCol{
	width:550px;
		margin-bottom:10px;
}
div.fleft{
	float:left;
}
div.fright{
	float:right;
}

div.corner{
	-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius: 4px;
/*behavior:url('css/border-radius.htc');*/
}
/*Sitemap*/
#siteMap ul
{
    display:inline-block;
    vertical-align: top;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    width:145px;
    border-left: dashed 1px #CCCCCC;
    padding-left:10px;
    min-height:175px;
}
#siteMap ul:first-child
{
    border-left: 0px;
    padding-left: 0px;
}
#siteMap li
{
    margin-top:5px;
}
#siteMap ul > a
{
    font-weight: bold;    
    color: #df132d;
    font-size: 16px;
}