/* --- setting up font size and general --- */

body {
	background-color: #ffffff;
	background-image: url(../images/header_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 62.4%;
}

/* --- div that frames all the content --- */

#frame {
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.8em;
	padding-top: 375px;
}

/* --- hides the print logo --- */

.printLogo {
	display: none;
}

/* --- main navigation menu --- */

#menu {
	float: left;
	margin-right: 24px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- --- */

#menu ul {
	display: block;
}

/* --- --- */

#menu ul li {
	font-size: 1.0em;
}

/* --- menu links --- */

#menu a:link, #menu a:visited {
	color: #630023;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
	display: block;
	border-bottom: 1px solid #24477a;
}

/* --- menu links hover state --- */

#menu a:hover {
	color: #70B32D;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
}

#menu a.active:link,
#menu a.active:visited
{
	color: #45802b;
	text-decoration: none;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px solid #45802b;
}

/* --- main content area --- */

#contentMain {
	float: left;
	color: #333333;
	min-height: 350px;
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

/* --- headers color and padding --- */

h1, h2, h3, h4, h5, h6 {
	color: #336600;
	padding-bottom: 12px;
	font-weight: bold;
}

/* --- headers sizing--- */

h2 {
	font-size: 1.5em;
	font-family: georgia,'times new roman',serif;
	text-align: left;
	border-bottom: 1px dotted #bbb;
	margin: 5px 0 5px 0;
	padding-bottom: 3px;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h6 {
	font-size: 1.1em;
	color: #630023;
	padding-bottom: 12px;
	font-weight: bold;
}

h7 {
	font-size: 1em;
	color: #630023;
	padding-bottom: 12px;
	font-weight: bold;
}
	
/* ---  --- */

p {
	padding-bottom: 12px;
	line-height: 1.7em;
}
em {
	font-style: italic;
}


#contentMain table {
	margin-bottom: 16px;
}
#contentMain table th {
	padding: 6px;
	text-align: center;
}
#contentMain table th span {
	font-size: .8em;
	font-weight: normal;
}



#contentMain table td {
	padding: 6px;
}
#tblPricing {
	border: 1px solid #588434;
	margin-left: 12px;
}

.unorderedList {
	padding-bottom: 12px;
}
.unorderedList li{
	padding-bottom: 6px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}
.unorderedList li span {
	font-size: 0.8em;
	font-style: italic;
}


#contentMain a:link, #contentMain a:visited {
	color: #44832E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #44832E;
}
#contentMain a:hover {
	color: #030;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030;
}

.boxDownload {
	float: right;
	width: 150px;
	font-size: 0.8em;
	background-image: url(../images/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentMain a.btnRegister:link ,#contentMain  a.btnRegister:visited {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFC;
	border: 3px outset #FC0;
}
#contentMain a.btnRegister:hover {
	border: 3px inset #FFC;
}


.hide {
	display: none;
}

.imgFloatLeft {
	float: left;
	margin-right: 6px;
}
.border-green {
	border: 2px solid #588434;
}

.hr_bottom01 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 16px;
}

#contentMain a.noFormat:link ,#contentMain a.noFormat:visited,#contentMain a.noFormat:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}




#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: left;
	color: #999;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #630023;
	background-image: url(../images/common/footer_graphic.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#footer p {
	line-height: normal;
	padding-bottom: 6px;
}
#footer p a:link, #footer p a:visited {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#footer p a:hover {
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#footer-menu {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 16px;
	line-height: 1.4em;
}
#footer-menu a:link, #footer-menu a:visited {
	color: #630023;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630023;
}
#footer-menu a:hover {
	color: #70B32D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #70B32D;
}

ul.bulleted-list
{
	margin-bottom: 12px;
}

ul.bulleted-list li
{
	list-style-type: square;
	padding-left: 0px;
	margin-left: 20px;
}

ol.numbered-list
{
	margin-bottom: 12px;
}

ol.numbered-list li
{
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	list-style-type: decimal;
}
