/***************/
/**** LAYOUT ****/

body {
	background: #FFFFFF url(images/bg_body.jpg) repeat-x;
	text-align: center;
}
#wrap {
	margin: 0px auto;
	width: 760px;
	text-align: left;
}
#head{
	height: 66px;
}
/* Left column */
#columnLeft {
	width: 503px;
	float: left;
	margin-bottom: 6px;
}
#quote {
	margin-bottom: 5px;
}
#videoOuter {
	background: url(images/redborder.jpg) repeat-y left top;
	height: 234px;
	padding-left: 12px;	
	margin-bottom: 6px;
}
#videoInner {
	width: 487px;
	height: 230px;
	border: 2px solid #840303;
	
}
#columnLeft .homeText {
	padding-right: 8px;
}
/* Right column */
#columnRight {
	float: right;
	width: 251px;
	margin-bottom: 6px;
}
#call {
	margin-bottom: 6px;
}
#prodList {
	border: 2px solid #840303;
	width: 247px;
	height: 230px;
	background: url(images/bg_sidebox.jpg) repeat-x;
	margin-bottom: 6px;
}
#prodList ul {
	margin-left: 42px;
	margin-top: 3px;
}
#prodList ul li {
	background: url(images/prodlist_arrow.png) no-repeat;
	padding: 0 0 0 22px;
	height: 15px;
	margin: 0 0 3px 0;
}
#prodList ul li img {
	margin: 0;
	padding: 0;
}
#columnRight .homeText {
	padding-left: 8px;
	border-left: 2px solid #900;
}
#columnLeft, #columnRight, #subPage {
	min-height: 480px;
}
#subPage {
	padding: 12px 48px;
}

/* Footer */
#footerWrap {
	clear: both;
	text-align: center;
}
#footerOuter {
	background: url(images/redborder.jpg) repeat-y left top;
	width: 760px;
}
#footerInner {
	background: url(images/redborder.jpg) repeat-y right top;
	width: 736px;
	padding: 8px 12px;
}

/***************/
/***** TEXT *****/
body {
	font-family: Verdana;
	font-size: 11px;
}
.homeText p {
	text-align: justify;
	line-height: 16px;
}
#subPage p {
	margin: 8px 0;
}
strong {
	font-weight: bold;
}
h1 {
	color: #00015F;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
}
h2 {
	color: #00015F;
	font-weight: bold;
	font-size: 15px;
}
#footerWrap {
	font-size: 10px;
}

/****************/
/***** LINKS ****/
a {
	font-weight: bold;
}
#footerWrap a {
	font-weight: normal;
}
a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #6a6a6a;
	text-decoration: underline;
}
a:active {
	color: #6a6a6a;
	text-decoration: underline;
}
a.learning {
	background: url(images/arrow.png) no-repeat;
	padding-left: 16px;
}
/****************/
/***** MISC *****/

#subPage ol, #subPage ul {
}
#subPage li {
	line-height: 16px;
	margin-left: 48px;
	margin-bottom: 4px;
}
#subPage ol li {
	list-style-type: decimal;
}
#subPage ul li {
	list-style-type: square;
}
#contact td {
	padding: 4px;
}
#contact th {
	text-align: right;
}
#contact input.text {
	width: 200px;
}
#contact input#state {
	width: 2em;
}
#contact input.text, #contact textarea {
	padding: 1px;
}
#contact textarea {
	width: 400px;
}
#contact #Submit {
	cursor: pointer;
}
label.required {
	font-weight: bold;
}
label.missing {
	font-weight: bold;
	color: red;
}
img.imgRight {
	float: right;
	margin: 4px 0 4px 12px;
	border: 1px solid #000;
}
img.imgLeft {
	float: left;
	margin: 4px 12px 4px 0;
	border: 1px solid #000;
}
hr {
	width: 520px;
	height: 1px;
	color: #900;
	bgcolor: #900;
	border: 1px solid #900;
	margin: 12px auto;
	display: none;
}

#head ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#head li {
	display: inline;	
	position: relative;
	margin: 0;
	padding: 0;
}
#head li ul {
	display: none;
}
#head li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 12px;
	border-bottom: 1px solid #900;
}
#head li:hover li {
	display: block;
	white-space: nowrap;
	background-color: #FFF;
	border: 1px solid #900;
	border-width: 1px 1px 0 1px;
}
#head li li a {
	background-color: #FFF;
	padding: 4px 2px;
	display: block;
	font-size: 13px;
}
#head li li a:hover {
	text-decoration: none;
}