* {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrapper2 {
	width: 260px;
	overflow: hidden;
}
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}
input, select {
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
ul, ol {
	list-style: none;
}
object {
	vertical-align: top;
}
a {
	outline: none;
	color: #00AEF0;
}
a:hover {
	text-decoration: none;
}
body {
	background: #232323 url(images/body-tail.gif) repeat-x 0% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #6e6e6e;
}
h2 {
	margin: 17px 0 5px 0;
	line-height: 1.071em;
	font-size: 2.333em;
	font-weight: normal;
	color: #00AEF0;
	border-bottom: 1px solid #1f1f1f;
}

/*h2 {
	min-height: 36px;
	height: auto !important;
	height: 36px;
	overflow: hidden;
	margin: 0 0 17px 0;
	line-height: 1.071em;
	font-size: 2.333em;
	font-weight: normal;
	color: #00AEF0;
	border-bottom: 1px solid #1f1f1f;
}*/
.toptitle {
	min-height: 30px;
	height: auto !important;
	height: 30px;
	overflow: hidden;
	margin: 0 0 17px 0;
	line-height: 1.071em;
	font-size: 2em;
	font-weight: normal;
	color: #00AEF0;
	border-bottom: 1px solid #1f1f1f;
}
h1 {
	min-height: 37px;
	height: auto !important;
	height: 37px;
	overflow: hidden;
	margin: 0 0 17px 0;
	line-height: 1em;
	font-size: 2.5em;
	font-weight: normal;
	color: #00AEF0;
	border-bottom: 1px solid #2a2a2a;
}
h4 {
	min-height: 34px;
	height: auto !important;
	height: 34px;
	overflow: hidden;
	margin: 54px 0 12px 0;
	line-height: 1.154em;
	font-size: 2.167em;
	color: #00AEF0;
	border-bottom: 1px solid #2a2a2a;
}
h4.extra {
	margin: 3px 0 17px 0;
}
h4.extra1 {
	margin: 59px 0 16px 0;
}
h4.extra2 {
	margin: 54px 0 17px 0;
}
h4.extra3 {
	margin: 3px 0 12px 0;
}
h5 {
	padding: 0 0 18px 0;
	line-height: 1.5em;
	font-size: 1.2em;
	font-weight: normal;
	color: #e58f01;
}
h5 a { 
	text-decoration: none;
	color: #e58f01;
	font-size: 1.3em;
}
h6 {
	padding: 0 0 7px 0;
	line-height: 1.286em;
	font-size: 1.3em;
	font-weight: normal;
	color: #e58f01;
}
.fleft {
	float: left;
}
img.fleft {
	margin: 0 20px 0 2px;
}
img.fleft1 {
	float: left;
	margin: 3px 30px 50px 8px;
}
.fright {
	float: right;
}
.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}
.block-1, .block-2, .block-3, .block-4 {
	float: left;
	overflow: hidden;
}
#main {
	width: 1000px;
	margin: 0 auto;
	font-size: 0.75em;
}

/* Start Header Styles */
#header {
	height: 240px;
	width: 1000px;
	margin: 0 auto;
	padding-top: 30px;
	background-color: #242424;
}
#header .phone {
	color: #fff;
	font-size: 24pt;
	font-weight: bold;
	float: left;
	text-align: left;
	margin-left: 50px
}
#header .secmenu {
	color: #736e6a;
	font-size: 8pt;	
	font-weight: bold;
	text-align: right;
	float: right;
    margin-right: 55px;
    margin-bottom: 5px;
    width: 300px;
}
#header .secmenu a {
	color: #736e6a;
	text-decoration: none;
}
#header .secmenu a:hover {
	color: #fff;
	text-decoration: underline;
}



/*rollover leftnavigation*/
#topnav { /* all lists */
	clear: both;
	margin: 0; padding: 0;
	list-style: none;
	 width: 900px;
	 padding-top: 15px;
	 margin: 0 auto;
 }
#topnav ul { /* all lists */
	font-size: 9pt;
	list-style: none;
}

#topnav a { text-decoration: none; }

#topnav li   { 
	float: left; display: block;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 6px;
	 border-top: 1px solid #323232;
	 border-right: 1px solid #323232;
	background-color: #141414;
}

#topnav li a { 
	color: #06a3d4; display: block; width: 144px;
	padding-bottom: 2px;
	padding-top: 4px;
	padding-left: 4px;
}

#topnav li a:hover  {color: #fff; display: block;}

#topnav li ul { /* second-level lists */
	border: 1px solid;
	position: absolute;
	background: #6c5c36;
	margin: -30px 0 0 140px;
	*margin: -40px 0 0 140px;
	padding-left: 4px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li ul li { float: left; display: block;}

#topnav li ul a { 
	color: #000000; display: block; width: 140px;
	font-size: 9pt; font-weight: bold;
}

#topnav li ul a:hover { color: #ffffff; display: block; background: #63522a;}


#topnav li ul ul { /* third-level lists */
	position: absolute;
	background: #63522a;
	margin: -30px 0 0 140px;
	*margin: -40px 0 0 140px;
	padding: 3px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {left: -999em;}
#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul {left: auto;}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li:hover ul ul ul ul, #topnav li.sfhover ul ul, #nav li.sfhover ul ul ul, #topnav li.sfhover ul ul ul ul {     left: -999em; } 
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul, #topnav li li li li.sfhover ul {     left: auto; }

#header strong {
	display: block;
	width: 235px;
	line-height: 1.182em;
	text-align: right;
	font-size: 1.833em;
	color: #fff;
	position: absolute;
	top: 274px;
	left: 36px;
}
#header strong span {
	display: block;
	padding: 3px 0 0 0;
	line-height: 1.133em;
	font-size: 1.364em;
	text-transform: uppercase;
	font-weight: normal;
}
/* End Header Styles */


#logo {
	position: absolute;
	top: 142px;
	left: 35px;
}
#pictures {
	position: absolute;
	top: 438px;
	right: 9px;
}
#pictures li {
	float: left;
	padding: 0 0 0 3px;
}
#pictures li a {
	background: url(images/page.gif) no-repeat 0% 0%;
	display: block;
	width: 20px;
	height: 19px;
	float: left;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#pictures li a:hover {
	background: url(images/page-act.gif) no-repeat 0% 0%;
}
#pictures li.act a {
	background: url(images/page-act.gif) no-repeat 0% 0%;
	color: #171717;
}
#content {
	background: #171717 url(images/content-tail.gif) repeat-y 0% 0%;
}
/*#page7 #content {
	background: #010101;
}*/
#content-bg {
	background: url(images/content-bg.jpg) no-repeat 292px 1px;
	padding: 33px 0 28px 0;
}
#content p {
	padding: 0 0 5px 0;
	line-height: 1.333em;
	font-size: 1em;
	color: #6e6e6e;
}
#content p.extra {
	padding: 0 0 21px 0;
	line-height: 1.5em;
}
#content p.extra1 {
	padding: 0 0 7px 0;
	line-height: 1.5em;
}
#content p.extra2 {
	padding: 0 0 27px 0;
	line-height: 1.5em;
}
#content p.extra-ind {
	padding: 0 0 26px 0;
}
#content p.extra-ind1 {
	padding: 0 0 30px 0;
}
#content p em {
	float: right;
	padding: 0 25% 0 0;
	font-style: normal;
}
.dpSubmit { 
width: 100px; 
height: 20px;
}
blockquote p {
	padding: 0 0 18px 0 !important;
	line-height: 1.5em !important;
}
blockquote p.extra {
	padding: 0 0 7px 0 !important;
}
blockquote p span {
	display: block;
	padding: 0 11px 0 0;
	text-align: right;
	color: #fff;
}
#column-left {
	float: left;
	width: 222px;
	padding: 1px 35px 0 35px;
}
#column-right {
	float: right;
	width: 536px;
	padding: 0 36px 0 36px;
}
#column-right p {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #fff;
}
#column-right ul {
	list-style: disc;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #fff;
	padding-left: 30px;
}
#page6 #column-right {
	width: 541px;
	padding: 0 31px 0 36px;
}
.list {
	padding: 0 0 10px 0;
}
.list li {
	background: url(images/line-hor.gif) repeat-x 0% 100%;
	line-height: 2em;
	font-size: 1.167em;
	color: #FFFFFF;
}
.list li a {
	background: url(images/marker.gif) no-repeat 0% 7px;
	padding: 0 0 0 16px;
	text-decoration: none;
	color: #FFFFFF;
}
.list li a:hover {
	color: #00AEF0;
}
.list-1 {
	padding: 0 0 0 1px;
}
.list-1 li {
	margin: 0 0 14px 0;
	padding: 0 0 7px 0;
	line-height: 1.5em;
	border-bottom: 1px solid #1f1f1f;
}
.list-1 li img {
	margin: 0 0 7px 0;
}
.list-1 li strong {
	display: block;
	padding: 0 0 0 3px;
	text-transform: uppercase;
	font-weight: normal;
	color: #00AEF0;
}
.list-1 li strong span {
	margin: 0 3px 0 0;
	color: #fff;
}
.list-1 li b {
	display: block;
	padding: 0 0 0 3px;
	font-weight: normal;
	color: #6e6e6e;
}
.list-1 li.extra {
	margin: 0 0 9px 0;
}
.list-2 {
	padding: 5px 0 0 0;
}
.list-2 li {
	width: 100%;
	padding: 0 0 8px 0;
	overflow: hidden;
	vertical-align: top;
	line-height: 1.333em;
	color: #6e6e6e;
}
.list-2 li img {
	float: left;
	margin: 2px 11px 0 0;
}
.list-2 li p {
	background: url(images/line-hor1.gif) repeat-x 0% 100%;
	overflow: hidden;
	padding: 0 0 8px 0 !important;
	line-height: 1.333em !important;
	font-size: 1em !important;
	color: #6e6e6e !important;
}
.list-2 li p span {
	display: block;
	color: #00AEF0;
	margin-top: 0;
}
.list-2 li p span a {
	font-size: 1.1em;
	color: #00AEF0;
}
.list-2 li.extra p {
	background: none;
	padding: 0;
}
.list-3 {
	line-height: 1.8em;
	color: #6e6e6e;
}
.list-3 dt {
	font-size: 1.3em;
	color: #fff;
}
.list-3 dt a {
	text-decoration: none;
	color: #fff;
}
.list-3 dt a:hover {
	text-decoration: underline;
}
.list-3 dd {
	font-size: 1.3em;
	font-style: italic;
	color: #e58f01;
	padding: 0 0 18px 0;
}
.list-3 dd.extra {
	padding: 0 0 0 0;
}
.list-4 {
	line-height: 1.8em;
	color: #6e6e6e;
}
.list-4 dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}
.list-4 dt a {
	text-decoration: none;
	color: #e58f01;
}
.list-4 dt a:hover {
	text-decoration: none;
}
.list-4 dd {
	font-size: 1.3em;
	color: #fff;
	padding: 0 0 18px 0;
}
.list-4 dd.extra {
	padding: 0 0 0 0;
}
.list-indent {
	padding: 0 0 14px 0 !important;
}
.link {
	float: right;
	padding: 0 1px 0 0;
	line-height: 1.636em;
	font-size: 0.917em;
	text-transform: uppercase;
	color: #00AEF0;
}
.indent {
	padding: 34px 36px 28px 35px;
}
.indent-bot {
	margin: 0 0 25px 0;
}
.indent-left {
	padding: 0 0 0 4px;
}
.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}
.picture-position {
	margin: 6px 0 16px 0;
}
.picture-position1 {
	margin: 5px 0 21px 0;
}
.line-hor {
	background: #1f1f1f;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 13px 0;
}
.line-hor1 {
	background: #1f1f1f;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0 0 9px 0;
}
#wrForm {
	width: 540px;
	padding: 1px 0 0 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6e6e6e;
}
#wrForm p {
	float: right;
	width: 260px;
}
#wrForm span {
	display: block;
	padding: 0 0 0 1px;
}
#wrForm label {
	display: block;
	height: 42px;
	overflow: hidden;
}
#wrForm textarea {
	background: #cccccc;
	width: 252px;
	height: 99px;
	padding: 3px;
	border: 1px solid #454545;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6e6e6e;
}
#wrForm input {
	background: #CCCCCC;
	width: 223px;
	height: 15px;
	padding: 3px;
	border: 1px solid #454545;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6e6e6e;
}
#wrForm button {
	background: #242424;
	width: 100px;
	height: 25px;
	padding: 15px;
	border: 1px solid #454545;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6e6e6e;
}
#wrForm a {
	float: right;
	margin: 26px 4px 0 17px;
	text-transform: uppercase;
	font-size: 0.917em;
}
#footer {
	height: 84px;
	overflow: hidden;
}
#footer p {
	padding: 15px 0 0 0;
	text-align: right;
	line-height: 1.143em;
	font-size: 1.167em;
	color: #626262;
}
#footer p a {
	text-decoration: none;
	color: #626262;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer-menu {
	margin: 11px -11px 0 0;
	float: right;
}
#footer-menu {
	overflow: hidden;
}
#footer-menu li {
	background: url(images/footer-divider.gif) no-repeat 0% 4px;
	padding: 0 11px 0 11px;
	margin: 0 0 0 -1px;
	float: left;
	text-transform: uppercase;
	color: #626262;
}
#footer-menu li a {
	text-decoration: none;
	color: #626262;
}
#footer-menu li a:hover {
	text-decoration: underline;
}
#footer-menu li.act a {
	text-decoration: underline;
}
#icons {
	float: left;
	padding: 15px 0 0 0;
}
#icons li {
	float: left;
}
#flashlink{
	text-decoration:none; 
}
#error li{ 
	font-weight:bold;
	color:#FF0000; 	 
}
#error ul {
	background-color:#CCCCCC;
	outline:thin; 
	outline-color:#FF0000; 
}
<!--FOR THE CALENDAR CONTROL-->
/* the div that holds the date picker calendar */
.dpDiv {
	}
 
 
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
 
 
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
 
 
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
 
 
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
 
 
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
 
 
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
 
 
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
 
 
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
 
 
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
 
 
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
 
 
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
 
 
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
 
 
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
 
 
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
	}
 
 
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #00AEF0;
	font-weight: bold;
	padding: 0px;
	}
 
 
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


