/* IE6 PNG FIX 
img, div, a, input, li, ul { 
	behavior: url('/includes/css/iepngfix.htc') 
}
*/

body {

	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #ededed;

}

#mainDiv {

	width: 794px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background-image: url('/images/maindiv_wrapper.png');
	background-repeat: repeat-y;


}
#wrapper {

	width: 781px;
	background-color: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: Arial, Helvetica, Lucida Grande, Geneva;
	font-size: 12px;
	overflow: hidden;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	

}

#header {
	
	height: 199px;
	border-bottom: 2px solid #379535;
}

#navigation {

	width: 781px;
	min-height: 31px;
	background-color: #333333;
	color: #ffffff;
	background-image: url('/images/nav-background-orig.png');
	background-repeat: repeat;
	border-top: 2px solid #210052;
	margin-top: 0px;
}

#content {

	width: 741px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}



#rightContent {

	width: 200px;
	float: right;	
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;

}

rightContent a {
	
	padding: 0;
	margin: 0;

}

#footer {

	width: 771px;
	color: #666666;
	background-color: #cccccc;
	min-height: 55px;
	clear: both;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}


#navigation ul, 
#footer ul {

	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li,
#footer li {

	float: left;
	margin-left: 10px;

	display: block;
	height: 30px;


}

#navigation li ul {

	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #333333;
	padding-bottom: 5px;
	
}

#navigation li ul li {

	clear: both;
	width: 100%;
	margin: 0;

}

#navigation li ul li:hover {

	color: #ffffff;
	background-color: #210052;
}	


		
	
#navigation li:hover ul,
#navigation li.sfhover ul {

	left: auto;
	
}

#navigation li ul li a{
	
	width: auto;
	padding-left: 10px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active,
#footer a:link,
#footer a:visited,
#footer a:active
  {
	
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;

}
#footer a:link,
#footer a:visited,
#footer a:active {
	
	color: #666666;


}

#footer ul {

	text-align: center;
	margin-left: 200px;
	margin-top: 5px;

}

#footer a:link,
#footer a:visited,
#footer a:active {

	padding-top: 0px;
	
	
}


#navigation a:hover  {
	
	color: #ffffff;
	background-color: #210052;

}

#footer a:hover {
	
	color: #333333;

}

#navigation .icons li {

	margin-left: 2px;
	padding: 0px;

}

#navigation .icons li a{

	line-height: 30px;
	min-height: 30px;

}

#navigation .icons li img{

/* padding-top: 5px; */

}

.right {

	float: right;
	
}

.left {

	float: left;
}

img {
	
	border: 0;

}
.center {

	text-align: center;
}

#leftContentText, 
#rightContentText, 
#rightLatestNews {

	padding-top: 20px;
	margin-right: 20px;
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-bottom: 20px;
	
}


#rightLatestNews {
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	background-image: url(/images/latest_news_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	/* _height: 200px; */

}

#rightNewsText {
	
	padding-top: 40px;
padding-left: 20px;
padding-right: 20px;

}


#rightContentText {

	padding-top: 80px;
	min-height: 150px;	
	/* _height: 150px; */

}

#rightContentText .pdfList {

	
	line-height: 22px;

}

#rightContentText h4 {

	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
.importantText {

	color: #ff0000;
	font-style:italic; 
}


#redArrow, .pdfList {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.pdfList {

	padding-left: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#redArrow li {

	background-image: url(/images/icon_arrow.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #999999;
	font-weight: bold;
	padding-bottom: 10px;

}

.pdfList li {
	background-image: url(/images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 22px;


}

#redArrow a:link,
#redArrow a:visited,
#redArrow a:active  {
	
	color: #999999;
	text-decoration: none;
	margin-top: -5px;


}

#redArrow a:hover  {
	
	color: #666666;

}

.redBoldItalic {

	color: #901412;
	font-style: italic;
	font-weight: bold;
	
}

.redBold {

	color: #901412;
	font-weight: bold;
}

.middleImage {

	margin-left: 10px;
	margin-right: 10px;

}

.clear {
	clear: both;
}

.clearLeft {

	clear: left;
}

.clearRight {

	clear: right;
	
}
.blackBorder {

	border: 1px solid #000000;

}

#contactBox {

	width: 335px;
	border: 1px solid #000000;
	background-color: #f2f2f2;
	float: right;
	color: #000000;
	margin-right: 30px;
	
}

#contactBox .heading {

	padding-bottom: 5px;

	padding-left: 5px !important;
	padding-right: 5px;
	color: #ffffff;
	background-color: #333333;
	font-weight: bold;
	margin-bottom: 5px;

}

#contactBox label {

	float: left;
	margin-left: 5px;
	clear: both;

}

#contactBox input {
	
	float: right;
	margin: 5px;


}

#contactBox textarea {
	
	clear: both;
	margin: 5px;
	width: 320px;

}

#contactBox #submit {

	float: none;
	margin-left: 150px;

}



#miniForm {

	float: right;
	width: 190px; 
	background-image: url('/images/mini_form.png');
	margin: 5px;
	margin-top: -70px;
}

#miniForm label {

	color: #ffffff;
	clear: both;
	margin-left: 18px;
}

#miniForm input,
#miniForm textarea {

	margin-left: 18px;
	width: 150px;
	border: 1px solid #480a0a;
	margin-bottom: 10px;

}

#miniForm p {

	color: #ffffff;
	text-align: justify;
	margin-left: 18px;
	width: 150px;
	padding-bottom: 5px;
	
}

#miniForm h3 {

	color: #ffffff;
	margin-top: 10px;
	text-align: center;
	
}

#miniForm .submitButton {

	width: 90px;
	height: 22px;	
	margin-left: 50px;
}

#leftContent h1 {
	margin: 0;
	padding: 0;

}


#sitemap ul, 
#sitemap li {
	
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#welcome { 
	background-image: url("/images/pagetitle_welcome.jpg");
	width: 580px;
	height: 71px;
	z-index: 0;
}

.ulIndent {
	
	margin-left: 3px;

}

.valuepoints {

	font-weight: bold;
	color: #5a2f0c;
}

#whyTable {

	border: 1px solid #000000; 
	font-size: 10px;
	padding: 0;
	border-spacing: 0;

}

#whyTable td {

	border: 1px solid #000000; 
	padding: 3px;
}


#whyTable .alt {

	background-color: #ebf8ff;

}

#whyTable .heading {

	font-size: 12px;
	background-color: #f6ff00;
	font-weight: bold;
	
}

#whyTable .topHeading {

	font-size: 12px;
	font-weight: bold;
}

#contact-address {


	float: right;
	width: 170px;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #efefef;
	font-size: 14px;

}

#contact-address p {


	padding: 10px;

}

#contactBox p {

	padding: 0;
	margin: 0;
	
}

#sitemap  li {
	
	list-style-type: disc;
	font-size: 12px;
	line-height: 18px;

}

#sitemap ul {
	
	margin-top: 5px;
	margin-bottom: 5px;

}

#rightNewsText a:link,
#rightNewsText a:visited,
#rightNewsText a:active {

	color: #ffffff;	
	
}


#rightNewsText a:hover  {
	
	color: #ffffff;
	text-decoration: none;
}

.dates {

	padding-left: 10px;

}

h1 {

	background-image: url('/images/headline-bottom.png');
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;

}

.product-table {
	
	width: 700px !important;
	clear: both;

}

.product-table td {
	
	padding: 4px;

}

.alt {
	
	background-color: #EEEEEE;

}

.green {

	color: #379535;
	
}

.purple {
	
	color: #210052;

}

.courseName {
	
	display: block;
	float: left;
	clear: right

}

.showLink {

	float: right;

}

.course {

	width: 700px;
	padding: 10px;
	border: dashed 3px #d8d8d8;
	margin-bottom: 10px;
	overflow: hidden;

}

.date {

	width: 100%;

}

.breakdown {

	float: left;
	line-height: 30px;
	font-size: 10px;
	margin-left: 10px;

}

.orderedItem {
	
	width: 700px;
	padding: 10px;
	border: dashed 3px #d8d8d8;
	margin-bottom: 10px;
	overflow: hidden;

}

.listinglicense {
	
	float: right;
	font-size: 9px;
	padding-top: 5px;
	margin-top: -40px;

}



.orderedItem p {
	clear: left;
}

.listingPrice {

	color: #379535;
	font-size: 18px;
	font-weight: bold;
	float: right;
	clear: right;
	margin-top: -60px;
	
}

.listingItem {

	float: left;
	clear: right;
	
}

fieldset {

	border: none;
	
}

legend {
	
	color: #379535;
	font-size: 14px;
	font-weight: bold;

}

#pricesTable td,
#pricesTable h2,
#pricesTable h3 {

	border-width: 0px 0px 0px 0px;
	padding: 0;
	margin: 0;

}

#pricesTable {
	
	margin-top: 10px;
	margin-right: 20px;
}
