/*Global Styles*/

body{
width:100%;
height:100%;
margin:0px auto;
padding: 0px;
text-align:center;
background: url('../images/bg.gif');
font-family: verdana;
font-size: 10px;
color: #333333;
}
div, img{
margin:0px;
padding:0px;
}
p{
line-height:14px;
margin:10px 0px 10px 0px;
}
ul{
margin-top:10px;
margin-bottom:10px;
}
a{
color:#ee2e24;
font-weight:bold;
text-decoration:underline;
}

a:hover{
text-decoration:none;
}
h1{
color:#ee2e24;
font-size:15px;
line-height: 16px;
}
.redbold{
color:#ee2e24;
font-size:12px;
}
.boxbold{
font-size:12px;
}
.red{
color:#ee2e24;
}
img{
border:0px;
}


/*Page Specific Styles*/

#contentwrapper{
position:relative;
width: 799px;
height:100%;
text-align:left;
margin: 0px auto;
z-index: 1;
background: #FFFFFF;
}
#mainheader{
height:87px;
width:799px;
background-color:#ffffff;
}
#mda{
float:right;
}

#graydivide{
position:relative;
height:1px;
width:799px;
background: url('../images/grayline.gif') no-repeat;
margin:0px;
padding:0px;
}

#whitedivide{
height:2px;
width:799px;
background:#ffffff;
}
#graydivide2{
width:799px;
height:4px;
background: url('../images/grayline2.gif');
}
#flasharea{
width:799px;
height:86px;
background:#FFFFFF;
}
#indexcontent{
width:799px;
min-height: 285px;
}
#contentbtmspacer{
width:799px;
height: 15px;
background: #ffffff;
clear:both;
}
/*Footer Style*/
#footer{
width:799px;
clear:both;
height:auto;
}
#footermain{
width:799px;
height:24px;
background: #b8b8b8;
}
#footertext1{
position:relative;
left:50px;
top:6px;
color:#ffffff;
}
#footertext1 a{
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
#footertext1 a:hover{
text-decoration:underline;
}
#footertext5{
position:relative;
top:6px;
color:#c0c0c0;
}
#footertext5 a{
color:#c0c0c0;
text-decoration:none;
font-weight:normal;
}
#footertext5 a:hover{
text-decoration:underline;
}
#footerwhitespacer{
width:799px;
height:1px;
background:#ffffff;
}
#footer2{
width:799px;
height:60px;
}
#footer2spacer{
position:relative;
float:left;
height:60px;
width:50px;
}
#footer2 p{
color:#b8b8b8;
padding:0px;
margin: 11px 0px 0px 0px;
}
/*Nav style*/

#navarea{
width:799px;
height:25px;
overflow:visible;
z-index:20;
background: url('../images/navbg.gif') repeat-x;
padding:0px;
margin:0px;
}
#navspacer{
position:relative;
float:left;
width:1px;
height:25px;
background: url('../images/navspacer.gif');
}
#nav {
    width: 799px;
    height: 25px;
	text-align:left;
	position:relative;
	float:left;
	padding:0;
	margin:0;
	z-index: 20;
	list-style:none;
	font-size:10px;
	font-family:arial;
	overflow:visible;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}
#nav a {
}

#nav li {
	position:relative;
	float: left;
}
#nav li ul {
	display:block;
	position: absolute;
	width: 170px;
	left: -999em;
	top:25px;
	background: #e1e1e1;
	z-index: 40;
	clear:none;
	overflow:visible;
}

#nav li:hover ul{
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	border:1px solid #9a9a9a;
	border-width: 1px 1px 1px 1px;
	overflow:visible;
	z-index:40;
}
#nav li.sfhover ul{
	display:block;
	z-index:9000;
	float:left;
	clear:both;
	left:0px;
	border:1px solid #9a9a9a;
	border-width: 1px 1px 1px 1px;
	z-index:40;
}
#nav li ul li {
	width:170px;	
}
#nav li ul li a {
	display: block;
	font-size:10px;
	font-weight: normal;
	text-decoration:none;
	width:158px;
	color: #000000;
    padding: 5px 5px 5px 5px;
	text-align: left;
	border: 1px solid white;
	border-width: 1px 1px 1px 1px;	
}
#nav li ul li a:hover{
	background-color:#b8b8b8;
	color: #ffffff;
	text-decoration:none;
	overflow:hidden;
	width:158px;
}
#nav1 {
position: relative;
float: left;
}
a.nav1 {
	display:block;
	height: 25px;
	width: 54px;
	background: url('../images/nav1.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav1:hover {
	background-position: 0 0px;
}
#nav2 {
position: relative;
float: left;
}
a.nav2 {
	display:block;
	height: 25px;
	width: 139px;
	background: url('../images/nav2.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav2:hover {
	background-position: 0 0px;
}
#nav3 {
position: relative;
float: left;
}
a.nav3 {
	display:block;
	height: 25px;
	width: 152px;
	background: url('../images/nav3.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav3:hover {
	background-position: 0 0px;
}
#nav4 {
position: relative;
float: left;
}
a.nav4 {
	display:block;
	height: 25px;
	width: 124px;
	background: url('../images/nav4.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav4:hover {
	background-position: 0 0px;
}
#nav5 {
position: relative;
float: left;
}
a.nav5 {
	display:block;
	height: 25px;
	width: 158px;
	background: url('../images/nav5.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav5:hover {
	background-position: 0 0px;
}
#nav6 {
position: relative;
float: left;
}
a.nav6 {
	display:block;
	height: 25px;
	width: 73px;
	background: url('../images/nav6.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav6:hover {
	background-position: 0 0px;
}
#nav7 {
position: relative;
float: left;
}
a.nav7 {
	display:block;
	height: 25px;
	width: 63px;
	background: url('../images/nav7.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav7:hover {
	background-position: 0 0px;
}
#nav8 {
position: relative;
float: left;
}
a.nav8 {
	display:block;
	height: 25px;
	width: 82px;
	background: url('../images/nav8.gif') no-repeat;
	background-position: 0 -25px;
}
a.nav8:hover {
	background-position: 0 0px;
}
/* End Dropdown style */

/*Index Style*/
#indexcontent{
width:799px;
min-height: 285px;
margin-bottom: 15px;
}
#indexleft{
position:relative;
float:left;
width: 542px;
padding: 23px 0px 0px 50px;
min-height: 285px;
}
#indexlefttext{
width: 456px;
}
#index_rightcol{
float:left;
width:185px;
}
#eventbox{
position:relative;
float:left;
width:180px;
background-color:#b8b8b8;
border: 1px solid #afafaf;
margin: 15px 0px 0px 0px;
padding: 0px 0px 4px 0px;
}
#eventbox_events{
width: 169px;
margin: 0px auto;
background-color:#ffffff;
border:1px solid #aaaaaa;
border-bottom-width: 0px;
}
.clear{
	width:100%;
	height:1px;
	clear:both;
}
#ebe_text{
width:160px;
position:relative;
margin: 10px 0px 10px 5px;
}
#register_index{
height: 30px;
width: 169px;
margin: 0px auto;
}
a.register_index {
	display:block;
	height: 30px;
	width: 169px;
	background: url('../images/register_index.gif') no-repeat;
	background-position: 0 -30px;
}
a.register_index:hover {
	background-position: 0 0px;
}
.news_index{
height: 30px;
width: 169px;
margin: 0px auto;
}
a.news_index {
	display:block;
	height: 30px;
	width: 169px;
	background: url('../images/news_index.gif') no-repeat;
	background-position: 0 -30px;
}
a.news_index:hover {
	background-position: 0 0px;
}
.indevent{
color:#003399;
}
a.bluelink{
color:#003399;
font-weight:normal;
}

/*Secondary Page Style*/
#secondarylogo{
height:80px;
width:799px;
background-color:#ffffff;
}
#secondaryheader{
width:799px;
height:86px;
}
#secondaryspacer{
width:3px;
height:371px;
position:relative;
float:left;
background: url('../images/secondaryspacer.gif') no-repeat;
}
#secondaryeventbox{
position:relative;
float:left;
width:160px;
margin: 21px 0px 0px 23px;
}
#register_secondary{
height: 36px;
width: 135px;
margin: 0px auto;
}
a.register_secondary{
	display:block;
	height: 36px;
	width: 135px;
	background: url('../images/register_secondary.gif') no-repeat;
	background-position: 0 -36px;
}
a.register_secondary:hover {
	background-position: 0 0px;
}
#secondaryleft{
position:relative;
float:left;
width: 542px;
padding: 23px 0px 0px 50px;
min-height: 285px;
}
#secondarylefttext{
width: 500px;
line-height:15px;
}
#header_secondary{
margin-bottom:15px;
width:500px;
}
#breadcrumbs{
margin-bottom:15px;
}
#breadcrumbs a{
font-weight:normal;
}
#callout{
width:175px;
position:relative;
float:right;
padding: 5px;
margin: 5px 5px 12px 12px;
background: url('../images/bg_callout.gif') bottom repeat-x #bfbfbf;
color: #ffffff;
border: 1px solid #aeaeae;
}
#calloutlist{
padding:0px 0px 0px 5px;
margin:0px 0px 0px 13px;
}
#calloutlist li{
margin-bottom:4px;
}
.calloutheader{
margin: 2px 0px 8px 5px;
}
.eventheader{
color: #ffffff;
background: #7f7f7f;
font-weight:bold;
width:400px;
}
.eventsubhead{
background:#b8b8b8;
color:#ffffff;
}
.check{
position:relative;top:4px;
}
#btn_cpa{
	display:block;
	margin: 0px 0px 20px 0px;
}
.btn_cpa{
	display:block;
	width:160px;
	height:52px;
	background: url('../images/btn_cpa.gif') no-repeat;
	background-position: 0 0px;
}
.btn_cpa:hover{
	background-position:0 -52px;
}

#btn_cpa_index{
	display:block;
	margin: 23px 0px 0px 0px;
	clear:both;
}
.btn_cpa_index{
	display:block;
	width:180px;
	height:52px;
	background: url('../images/btn_cpa_index.gif') no-repeat;
	background-position: 0 0px;
}
.btn_cpa_index:hover{
	background-position:0 -52px;
}
#news_secondary{
height: 90px;
width: 144px;
margin: 5px 0px;
}
a.news_secondary {
	display:block;
	height: 90px;
	width: 144px;
	background: url('../images/btn_latestnews.gif') no-repeat;
	background-position: 0 0px;
}
a.news_secondary:hover {
	background-position: 0 -90px;
}
.mdatab{
position:relative;
top: 6px;
float:right;
width:295px;
height:78px;
margin-right:20px;
}
.floatleft{
float:left;
}
.photothumb{
display:block;
float:left;
margin-right:10px;
margin-bottom:10px;
}
.newsblurb{
padding-left:65px;
margin-top: 0px;
}
.smaller{
font-size: .9em;
line-height: 1.4em;
}