
/********** Template Stuff **********/
body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main_bg.jpg) top #efefef repeat-x;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
}

#toolbar {
	width: 760px;
	height: 40px;
	background: url(images/toolbar_bg.jpg) repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 0 20px;
}

#toolbar a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px 0 0;
}

#toolbar img {
	border: none;
	margin-left: 5px;
}

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

#toolbar ul {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

#toolbar ul li {
	font-size: 75%;
	list-style-type: none;
	margin: 0px 5px;
}

#toolbar ul li a {
	margin: 0px;
}

#accessibility {
	float: left;
	height: 40px;
}

#search {
	float: right;
	text-align: right;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

#loginnav {
	width: 475px;
	display: block;
	text-align: right;
	margin-top: 10px;
}

#loginnav li {
	display: inline;
	text-align: right;
}

#frmSearch {
	width:190px;
	padding-top:10px;
}

.resizeFirst {
	font-size: 60%;
	padding-top: 16px;
	display: block;
	float: left;
	font-weight: bold;
}

.resizeSecond {
	font-size: 100%;
	padding-top: 10px;
	display: block;
	float: left;
	font-weight: bold;
}

.resizeThird {
	font-size: 135%;
	padding-top: 4px;
	display: block;
	float: left;
}

.resizeSep {
	font-size: 80%;
	padding-top: 11px;
	float: left;
}

#header {
	text-align: left;
	padding: 0px;
	width: 799px;
	height: 99px;
}

#navigation {
	font-size: 75%;
	padding-top: 15px;
	padding-bottom: 60px;
	margin: 0px;
	margin-bottom: 10px;
	width: 100%;
	background: bottom url(images/cmelogo_tab.jpg) no-repeat;
}

#navigation ul {
	list-style:none;
	z-index:10;
	margin-left:15px;
	float:right;
}

#navigation li {
	margin:0px;
	float:left;
	position:relative;
	border-right:1px solid #f00;
}

#navigation li a {
	text-decoration:none;
	padding:5px 10px;
	display:block;
}

#navigation li a:hover {
	background:#ccc;
}

#navigation li:hover {
	background:#ccc;
}

#navigation ul li:hover > ul {
	display:none;
}

#navigation ul ul {
	z-index:1;
	padding:0px;
	position:absolute;
	display:none;
	top:25px;
	left:0px;
	list-style:none;
	margin:0px;
	background:#fff;
	width:160px;
	border:1px solid #ccc;
}

#navigation li li a:hover {
	background:#eee;
}

#navigation li li:hover {
	background:#eee;
}

#navigation ul li ul li {
	/*padding:7px 10px;*/
	width:160px;
	border:none;
}

#navigation ul ul ul {
	z-index:1;
	padding:0px;
	position:absolute;
	display:none;
	top:-1px;
	left:160px;
	list-style:none;
	margin:0px;
	background:#fff;
	width:160px;
	border:1px solid #ccc;
}

#navigation a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

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

#navigation li.on a {
	text-decoration: underline;
	color: #e00;
}

#navigation li.on li a {
	text-decoration:none;
	color:#000;
}

#navigation li.last {
	border:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	border-bottom: 1px solid #d00;
	display: inline;
	clear: both;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 115%;
}

hr {
	border:1px solid #ccc;
	border-top:none;
	margin-bottom:15px;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#ourSponsors {
	padding: 20px 40px 20px 40px;
	background:url(images/bottom_tab.jpg) top no-repeat;
	margin: 0px;
	clear: both;
}

#ourSponsors ul {
	margin: 20px 0;
	margin-bottom: 60px;
}

#ourSponsors ul.sponsorList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	border-right: 1px solid #ccc;
	display: block;
	width: 144px;
	height: 52px;
	text-align: center;
}

#ourSponsors ul.sponsorList li.last {
	border: none;
}

#testimonial {
	background:url(images/testimonial_bg.jpg) no-repeat;
	padding: 15px 0 0 40px;
	clear: both;
	height:87px;
}

#testimonial p {
	font-size: 70%;
	font-weight: bold;
	margin-bottom:0px;
	color: #999;
	width:500px
}

#footer {
	background:url(images/footer_bg.jpg) repeat-x;
	height: 30px;
	font-size: 70%;
	padding: 15px 0px;
	color: #fff;
	text-align: right;
	padding-right: 20px;
	border-top: 1px solid #fff;
	padding: 5px 20px 15px 20px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#content {
	padding: 0px 40px 0px 40px;
	font-size:80%;
}

#subnav {
	width: 165px;
	background: url(images/subnavBG.jpg) repeat-y top;
	float: left;
}

#subEvents {
	float: left;
	width: 150px;
	margin-left: -10px;
	margin-bottom: 20px;
	clear: left;
}

#subEvents p {
	font-size: 85%;
	display: block;
	width: 160px;
}

#subnav ul {
	list-style-type:none;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#subnav li {
	padding: 0px;
	margin: 0px;
}

#subnav ul ul {
	font-size: 100%;
}

#subnav li ul li {
	list-style-type:none;
	margin-left: -5px;
}

#subnav li a {
	display: block;
	width: 90%;
	padding: 5px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

#subnav li ul {
	display: none;
}

#subnav li.onTop ul {
	display: list-item;
	padding-left: 5px;
}

#subnav li.on ul ul {
	display: none;
}

#subnav li.on ul li.onSub {
	display: list-item;
}

#subnav li.on ul {
	display: list-item;
}

#subnav li.onSub a {
	font-weight: bold;
}

#subnav li.onSub ul a {
	background:#fff;
	font-weight: normal;
}

#subnav li.onSub {
	display: list-item;
}

#subnav li.onSub ul li {
	display: list-item;
	font-weight: normal;
}

#subnav li.onSub ul ul {
	display: none;
}

#subnav span.subnavTop {
	background:url(images/subnavTOPBG.jpg);
	display: block;
	height: 18px;
	width: 160px;
	margin-left: -1px;
}

#subnav span.subnavBottom {
	background:url(images/subnavBTMBG.jpg);
	display: block;
	height: 19px;
	width: 160px;
	margin-left: -1px;
}

#subnav li.last a {
	border-bottom: none;
}

.includeMenuContent {
	margin-left: 175px;
 *float: left;
 *margin-left: 0px;
 *margin-top: 10px;
 *margin-bottom: 10px;
 *padding-left: 20px;
 *padding-right: 20px;
	width: 550px;
}

#subnav ul li a.two {
	background: #ddd;
	color: #000;
}

#subnav ul li a.three {
	background: #bbb;
	color: #000;
}

#subnav ul li a.four {
	background: #aaa;
	color: #000;
}

#subnav ul li a.five {
	background: #999;
	color: #fff;
}

#subnav ul li a.six {
	background: #777;
	color: #fff;
}

#subnav ul li a.seven {
	background: #555;
	color: #fff;
}

#subnav ul li a.eight {
	background: #333;
	color: #fff;
}

#subnav ul li a.nine {
	background: #222;
	color: #fff;
}

#subnav li a:hover {
	background: #ccc;
	color: #000;
}

#subnav li ul li a:hover {
	background: #ccc;
	color: #000;
}

/******* END TEMPLATE STUFF ******/
/********************* FORM STUFF ******************************/
form.formfloat {
	clear: right;
}

form.formfloat label {
	float:left;
	display:block;
	width:200px;
	padding-right:3px;
	text-align:right;
}

form.formfloat input,
form.formfloat select,
form.formfloat textarea {
	float:left;
	margin: -2px 6px 6px 0px;
}

form.formfloat input.chk {
	float: left;
	width: 20px;
	margin-top: 5px;
	margin-bottom: -2px;
 	margin: 0px;
}

form.formfloat label.chkSecond {
	width: 250px;
}

form.formfloat input.btn {
	width: 75px;
}

form.formfloat textarea {
	width: 300px;
	height: 190px;
}

form.formfloat br {
	clear:both;
}

form.formfloat select {
	width: 265px;
}

#drawling {
	width:380px;
	position:absolute;
	border:1px dotted #fff;
	background:#ddd;
	text-align:left;
	padding:10px 0px 0px 10px;
	z-index:4;
}

#drawling a {
	border-top:1px dotted #fff;
	margin-top:10px;
	margin-left:-10px;
	display:block;
	padding:10px;
	background:#888;
	color:#fff;
	text-decoration:none;
}

#drawling a:hover {
	color:#000;
}

#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#000;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:3;
}

/*******END FORM STUFF********************/

#leftSide {
	width: 40%;
	float: left;
}

#rightSide {
	width: 40%;
	float: left;
}

form.loginFrm {
	margin-top: 10px;
}

form.loginFrm label {
	text-align: right;
	width: 60px;
	display: block;
	float: left;
	margin-right: 5px;
}

.passForgot {
	font-size: 70%;
	margin: 0px;
	padding: 0px;
}

form.newsltrFrm label {
	width: 85px;
	display: block;
	float: left;
	text-align: right;
}

form.newsltrFrm .newsSubBtn {
	float: right;
	position: relative;
	top: -25px;
	left: -180px;
}

.cmeLink {
	display: block;
	width: 144px;
	height: 52px;
	position: relative;
	top: 3px;
	left: 650px;
	margin: 0px;
	margin-bottom: -52px;
	padding: 0px;
}

table.dspListing {
	font-size: 85%;
}

table.dspListing td {
	padding: 4px;
	border-bottom: 1px solid #000;
}

table.dspListing tr.trBorders {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

span.label {
	width: 175px;
	display: block;
	float: left;
}

span.info {
	width: 300px;
	display: block;
	float: left;
}

.emptyCellRight {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

h1.form {
	display: inline;
	margin: 0px;
	padding: 0px;
	width: auto;
}
