@charset "utf-8";
@import url(menu.css);
/* CSS Document */

* {
	margin: 0;
	padding: 0
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #1d0524;
	margin: 0 0 10px 0;
}

p {
	margin: 1em 0;
}

a img {
	border: 0 none;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #3399CC;
}
h1, h2, h3 { line-height: 150%; margin: 0 0 1em .2em; color: #392d66; font-weight: bold; }
h1 {
	font-size: 200%;	
}
h2 { font-size: 130%; }
h3 { font-size: 100%; }

#shell {
	width: 100%;
	height: 100%;
	background: #1d0524;
	margin:0;
	padding:0;
}
#pageWrap {
	margin: 0px auto;
	width: 919px;
	background: #FFFFFF;
}

#pagePad {
	padding: 10px 56px;
}

#headWrap {
	background: url(images/header1.jpg) no-repeat;
	height: 369px;
}


#navWrap {
	padding: 113px 15px 0 0px;
	float: right;
}

#menu ul { margin: 0; padding: 0; }
#menu ul li { list-style-type: none; display: inline; }
#contentWrap {
	padding: 10px 25px 40px;
}
#pageBottom {
	width: 919px;
	background: #ffffff;
	margin: 0 auto;
	height: 53px;
}
#footer {
	padding: 0 25px 20px;
	width: 919px;
	margin: 0 auto;
	text-align: center;
	color: #666;
}

.leftCol {
	float: left;
	width: 595px;
	border-right: 1px solid #ccc;
	min-height: 300px;
}
.leftCol .pad {
	padding: 0 2px 0 0;
}
.rightCol {
	float: left;
	width: 250px;

}
.rightCol .pad {
	padding: 0 0 0 8px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0;
}
.heading {
	font-size: 120%;
	font-weight: bold;
	color: #0a51a1;
	text-align: left;
}
.heading2 {
	font-size: 120%;
	font-weight: bold;
	color: #CC9900;
	text-align: left;
}
.sub {
	font-style: italic;
	color: #333; 
}
.spacer {
	clear: both;
	height: 20px;
}
.FormPanelStyle td {
	padding: 5px 0;
}
.br {
	border-right: 1px solid #ccc;
}
ul { margin-left: 25px; }
ul.com { padding-left: 10px; }
ul.com li { list-style-type: none; }
li { padding: 2px 0; }
.list2 li ul li { padding: 2px 0; }

#boxwrap {
	width: 586px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#box1, #box2, #box3 {
	width: 160px;
	height: 116px;
	float: left;
	text-align: center;
	font-weight: bold;
}
#box1 {
	background: url(images/box1.jpg) no-repeat;
	margin-right: 53px;
}
#box2 {
	background: url(images/box2.jpg) no-repeat;
	margin-right: 53px;
}
#box3 {
	background: url(images/box3.jpg) no-repeat;
}
.sponsors {
	padding-bottom: 1em;
}
.floatBox {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-top: 8px;
	text-align: center;
}
#links {
	width: 630px;
	float: right;
}

#slide {
	width: 500px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}

/* DNN OVERIDES */
#dnn_ctr_Login_pnlLogin { background: #fff !important; width: 420px; margin: 0px 0 0 25px; padding: 20px 0 40px 20px; }
#xEditingArea { background-color: #ffffff !important; }
.Normal { font-size: 100% !important; font-family: Arial, Helvetica, sans-serif !important; }
#dnn_dnnLOGIN_cmdLogin { font-size: 100% !important; }

#dnn_ctr346_ContentPane table { width: 500px !important; }
#dnn_ctr346_EditHTML_teContent_teContent___Frame { width: 500px !important; background-color: #fff !important; }
#dnn_ctr346_EditHTML_txtDesktopSummary { width: 480px !important; float: left; }

.slideshow { height: 330px; width: 530px; margin: auto }
.slideshow img {padding: 15px;border: 1px solid #ccc; background-color: #eee; }
