@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	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 {
	background: #545555 url(images/shellBg.jpg) repeat-x;
	width: 100%;
}
#pageWrap {
	margin: 0px auto;
	width: 850px;
	background: url(images/pageBg.png) repeat-y;
}

#pagePad {
	padding: 10px 56px;
}

#headWrap {
	padding-bottom: 10px;
}

#logo {
	float: left;
	padding-left: 15px;
	width: 144px;
	height: 160px;
}

#banner {
	float: right;
	width: 542px;
	height: 160px;
	background: url(images/banner.jpg) no-repeat;
}

#navWrap {
	background: url(images/navBg.jpg) no-repeat;
	height: 29px;
}

#nav {
	line-height: 29px;
	text-align: center;
	font-weight: bold;
}

#nav a {
	padding: 0 10px;
	text-transform: uppercase;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	text-decoration: none;
	color: #fc0;
}
#menu ul { margin: 0; padding: 0; }
#menu ul li { list-style-type: none; display: inline; }
#contentWrap {
	padding: 10px 0 40px;
}
#pageBottom {
	width: 850px;
	background: url(images/contentBottom.png) no-repeat;
	margin: 0 auto;
	height: 53px;
}
#footer {
	padding: 0 25px;
	width: 736px;
	margin: 0 auto;
	text-align: center;
	color: #666;
}

.leftCol {
	float: left;
	width: 535px;
	border-right: 1px solid #ccc;
	min-height: 300px;
}
.leftCol .pad {
	padding: 0 2px 0 0;
}
.rightCol {
	float: left;
	width: 200px;

}
.rightCol .pad {
	padding: 0 0 0 8px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0;
}
.quote {
	background: url(images/quote.jpg) no-repeat center;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 15px;
}
.quote a, .quote a:link, .quote a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.quote a:hover {
	font-weight: bold;
	color: #fc0;
	text-decoration: none;
}
.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;
}
.imgRow {
	width: 100%;
	border: 1px solid #ccc;
}
.imgRow .pad {
	padding: 8px;
}
.imgselect {
	float: left;
	width: 215px;
	padding: 12px;
	height: 190px;
}

.imgselect img {
	float: right;
	margin-left: 8px;
	padding: 2px;
	border: 1px solid #ccc;
}
.comServices {
	border: 1px solid #ccc;
	background-color: #EFEFEF;
	 margin: 0 auto;
	 text-align:center; 
}
.comServices .pad { padding: 6px 8px;}
.comSpacer { clear: both; height: 7px; }
.comServices .service {
	width: 250px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.comServices .mr { margin-right: 7px; }
.comServices .fr { float: right; }
.comServices .fl { float: left; }

.comServices .service img { padding: 2px; border: 1px solid #000; float: left; margin: 0 4px 4px 0; }
.comServices .service .pad { padding: 8px; }
.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; }

/* 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; }

