@charset "UTF-8";

* {
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;	
}

body, html {
	height: 100%;
	min-height:100%;
	width: 100%;
}

#wrap {
	height:100%;
	min-height:100%;
	height: auto !important;
	width:100%;
	margin: 0 0 -120px 0;

}

#header {
	background-color:#000000;
	width:100%;
	text-align:center;
	overflow:visible;
}

#header img.logo {
	margin: 30px auto;
	width:100%;	
}

#header a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 2px;
}

#header a:hover {
	color:#E01E3C;
}

#header a.new {
	color:#E01E3C;
}

#header a.new:hover {
	color:#FFFFFF;	
}

#header ul {
	color:#FFFFFF;
	font-size:16px;
	
	
}



#header li {
	list-style:none;
	display:inline-block;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	margin: 10px 0 10px 2%;
	width:90%;
	padding-left: 25px;
	text-align:left;
}



ul.dropdown {
	background:#000000;
	visibility:hidden;
	z-index:1000;
	margin: -18px 0 0 0;
	padding-left:100px;
}

ul.dropdown li {
	padding:0 7px 0 0 !important;
	background-image:none !important;
	display:inline !important;
	text-align:none;
}


#header li:hover > ul.dropdown {
 	visibility: visible;
}


#content {
	width: 96%;
	min-width: 96%;
	margin: 0 auto -120px auto;
	min-height: 100%;
		
}

#content h1 {
	font-size:40px;	
	margin: 30px auto;
}

#content h2 {
	font-size:32px;	
	margin: 30px auto 0 auto;
}

#content h3 {
	font-size:20px;	
	margin: 0 auto 30px auto;
}

#content h4 {
	font-size:40px;	
	margin: 30px auto;
	text-align:center;
}

#content h5 {
	font-size:20px;	
	margin: 30px auto 5px auto;
	text-shadow: 0 0 4px #FFFFFF;
}

#content p {
	line-height:20px;
	margin: 0 0 20px 0;
}

.bold {
	font-weight:bold;	
}

.mobileClear {
	clear:both;	
}

#content li {
	font-size:20px;
	list-style:none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin: 0 0 10px 0;
	padding-left: 25px;
	line-height:25px;
	
}

#content a {
	color:#E01E3C;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content hr {
	border:none;
	background-image:url(../images/hr-dot.png);
	background-repeat:repeat-x;
	height: 5px;
	margin:25px 0;
}

#content th, #content td {
	border-bottom: #000 solid 1px;
	padding:4px 9px;
	text-align:center;	
	
}

.imgTitle {
	width:90%; 
	margin: 0 auto;	
}

.clear {
	background: none !important;
	clear:both;	
}

#callout {
	position:relative;
	float:right;
	background-image:url(../images/targetBKGD.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 190px;
	width: 400px;
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform:rotate(15deg);
	-ms-transform:rotate(15deg);
	transform: rotate(15deg);
	text-align:center;
	padding-top:60px;
	margin:20px 0 auto 0;
}

#callout2 {
	position:relative;
	float:left;
	background-image:url(../images/targetBKGD.png);
	background-repeat:no-repeat;
	background-position:center;
	height: 210px;
	width: 400px;
	-moz-transform: rotate(-15deg) scale(0.7,0.7);
	-webkit-transform: rotate(-15deg) scale(0.7,0.7);
	-o-transform:rotate(-15deg) scale(0.7,0.7);
	-ms-transform:rotate(-15deg) scale(0.7,0.7);
	transform: rotate(-15deg) scale(0.7,0.7);
	text-align:center;
	padding-top:40px;
	margin:-55px -95px auto -100px;

}

#callout p, #callout2 p {
	font-size:20px;
	margin:0;
	text-shadow: 0px 0px 10px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

#callout h1, #callout2 h1 {
	font-size:55px;
	line-height:48px;
	color:#E01E3C;
	margin:0;
	text-shadow: 0px 0px 5px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}
#callout h2, #callout2 h2 {
	font-size:32px; 
	line-height:28px;
	color:#E01E3C;
	margin:0;
	text-shadow: 0px 0px 5px #FFFFFF;
	filter: dropshadow(color=#FFFFFF, offx=0, offy=0);
}

.calendar {
	width:100%;
	float:left;
	margin:0;
	text-align:center;
}


.calendar p {
	background:#E01E3C;
	margin:0 !important;
	padding:2px 0;
	color:#FFFFFF;
	font-size:16px;
}

.event {
	margin:6px auto;
	width: 100%;
	padding: 20px 0;
	background:#DBDCDE;
}

.event p {
	background:none;
	color: #E01E3C;
	font-size:18px;
	margin:0 !important;
}

.date {
	color: #000000;
	font-size:22px;
}

#push {
	height:120px;
	min-height:120px;
	clear:both;	
}


#footer {
	background:#E01E3C;
	clear:both;
	height:80px;
	padding:20px 0;
	text-align:center;
	min-width:100%;
}


#footer p {
	font-size:10px;
	color:#FFFFFF;	
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing: 1px;
	font-size: 12px;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	min-width:100% ;
	list-style:none;
	margin: 0 auto 20px auto;
}

#footer li.first {
	padding-left:0 !important;
	border:none !important;
}

#footer li {
	font-size: 10px;
	display:inline;
	padding: 0 3px 0 8px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-left-width:1px;
}

.mobileHide {
	display:none;
}