﻿body { 
	background-image: url("../images/pagebg.jpg");
	background-repeat: repeat-x;
	background-color: #002B58;
	margin: 0;
	text-align:center;
	padding: 0;
}
#shell {
	width: 919px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align:left;
} 
#leftshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 750px;
	background-image: url("../images/leftshadow.jpg");
	background-repeat: no-repeat;
	background-color: #002B58;
}
#rightshadow {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 750px;
	background-image: url("../images/rightshadow.jpg");
	background-repeat: no-repeat;
	background-color: #002B58;
	z-index: 0;
}
a.mainlevel {
	border-bottom:1px solid #F2E7D1;
	color:#575757;
	padding-bottom:2px;
	 text-decoration:none;

}
a.mainlevel:hover{
	color:#8B6636;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size: 138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size: 123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size: 108%;
}
h1, h2, h3, h4, .contentheading, .componentheading, .moduletable th {
	/* top & bottom margin based on font size */
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .5em 0;
	color: #575757;
font-size:22px;
	font-weight: normal;
	border:none;
}
h5, h6, strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight: bold;
}
abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom: 1px dotted #000;
	cursor: help;
}
em {
	/*bringing italics back to the em element*/
	font-style: italic;
}
blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin: 1em;
}
ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left: 2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
}
ul li {
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left: 1em;
}
th, td {
	/*borders and padding to make the table readable*/
	border: 1px solid #8b6636;
;	padding: .5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: left;
}
#vmMainPage.th {
	text-align: center;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom: .5em; /*centered so it doesn't blend in to other content*/;
	text-align: center;
}
p, fieldset, table, pre {
	/*so things don't run into each other*/
	margin-bottom: 1em;
}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #575757;
}
a {
	color: #002B58;
}
a:visited {
}
#vmMainPage br {
line-height: 0px;	 
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text], input[type=password], textarea {
	width: 12.25em;*;
	width: 11.9em;
}
#header {
	height: 120px;
	background: url("../images/headerbg_nologo.jpg");
	background-repeat: no-repeat;
	position: relative;
}
#dcslogo {
	width: 336px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 2px;
}
#container {
	width: 799px;
	background-color: #F2EEE3;
	position: absolute;
	left: 60px;
	z-index: 2;
}
#content {
	width: 799px;
	background-color: #F9F8F0;
	background-image: url("../images/contentbg_01.gif");
	background-repeat: repeat-x;
}
#footer {
	clear: both;
	padding-top: 7px;
	height: 53px;
	width: 799px;
	background-color: #000000;
	background: url("../images/footerbg.gif");
	background-repeat: repeat-x;
	text-align: center;
	color: #898989;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	list-style: none;
	margin: 0 5px;
	display: inline;
}
#footer li a {
	color: #898989;
	text-decoration: none;
}
#programcontent {
	min-height: 450px; 
	height: auto !important;
	border-top: 1px solid #f9f8f0;
	background: url("../images/programbg.gif");
	background-repeat: repeat-x;
	height: 450px;
	padding: 15px 15px 15px 20px;
}
#programcontent td {
	border:none;
	
	
}
#topnav {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 37px;
	width: 100%;
	padding: 0 10px;
	background: url("../images/topnavbg.gif");
	background-repeat: no-repeat;
	z-index: 4;
}
#topnav .moduletable {
	width: 100%;
	border: none;
	padding: none;
	border-collapse: collapse;
	margin-bottom:0px !important;
}
#topnav .moduletable td {
	padding: 0px !important;
	border: none;
	border-collapse: collapse;
}
#topnav ul {
	margin: 0;
	padding: 0px;
}
#topnav li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 100%;
	color: #575757;
	height: 35px;
	display: block;
	width: auto;
	padding: 0;
	margin: 0px;
	z-index: 10;
}
#topnav li a {
	background-image: url("../images/menusep.gif");
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding:10px 12px;
	height: auto;
	display:block;
}
#topnav li a:hover {
	background-image: url("../images/navhoverbg.gif");
	background-repeat: repeat-x;
}
.moduletable{
	float:left;
	width:25%;
	text-align:left;
}
.blog,#vmMainPage {
		width:75%;
	float:right;
}
#vmMainPage table{
	float:left;
	}
.slideshow {
	width:100%;
	float:right;
	min-height:0px;
	height:auto;
	background:#CFDEE6;
	/* background:url("../images/homecenterbg.gif");*/
}
.slideshow .moduletable {
	width:48% !important;
} 
.slideshow td {
	padding:0px;
	border:none;
}
.slideshow .contentpaneopen td {
	padding:10px !important;
	padding-bottom:0px;
}

#lb_box {
	left:100px !important;
	top:100px !important;
}
.jsn-imageshow {
	text-align:center;
	background:#fff;
	float:right;
	margin:10px;
	margin-left:0px;
	margin-top:30px;
	width:95% !important;
}
.jsn-imageshow * {
	margin-top:10px;
	width:95%;
	height:230px;
}
.contentpane *{
	border-collapse:collapse;
	margin:0;
	padding:0;
	line-height:normal !important;
}
#lbOverlay {
	z-index:99;
}
#lbCenter {
	z-index:999;
}

.moduletable a{
	text-decoration:none;
}
.needHelp {
	text-align:center;
	width:100%;
 	font-family:'Times New Roman';
	font-size:20px;
	display:block;
	text-decoration:none;
}
.inputboxquantity {
	width:30px !important;
}
