/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
html, body{
	margin: 0px;
	padding: 0px;
	background-color: #E1E5E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
}

/******* generic links and anchor tag styles *******/
a:visited, a:link {
	margin: 0px;
	padding: 0px;
	color:#FF0000;
    text-decoration: none;
}
a:hover {
	margin: 0px;
	padding: 0px;
	color:#FF0000;
    text-decoration: underline;
}
/***********************************************/
/* LAYOUT/STELETON DIVS                        */
/***********************************************/
#mainContainer{
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header {
	height:109px;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../../images/logo_banner.jpg");
	background-repeat:no-repeat;
	border: 1px solid #999999;
	/*border-bottom: 1px solid #CCCCCC;*/
}
#nav {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#banner {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	border: 0px solid #FF850D;
}
#banner_left{
	color:#FFFFFF;
	height:105px;
	width: 245px;
	background-color: #FF3300;
	vertical-align:top;
}
#banner_right{
	width: 535px;
	height:105px;
	text-align:right;
}
#breadCrumb{
	padding-top:1px;
	padding-right:5px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	margin-top:1px;
	text-align:right;
	height:16px;
	color:#FFCCCC;
	background-color:#FF3300;
}
no_breadCrumb{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height:25px;
}
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border: 0px solid #FF3300;
}
#subNav {
	color:#666666;
	background-color:#E1E5E6;
	border: 1px solid #999999;
	height:220px;
	width: 180px;
	margin-right: 0px;
	vertical-align:top;
	padding:0px 20px 40px 10px;
}

#content {
	width:600px;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:0px 15px 40px 15px;
}
#footer {
	width: 780px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top:3px;
	background-color: #FF3300;
	border-top: 0px solid #FF850D;
	text-align:center;
}
#footer_copyright{
	margin-top:10px;
	font-size: 11px;
	color: #999999;
	text-align:center;
	border: 0px solid #FFF;
	padding-bottom: 10px;
}


/***********************************************/
/* LAYOUT STYLES                               */
/***********************************************/
hr{
	border-style:dotted;
	color:#cccccc;
	margin: 15px 0px 5px 0px;
}
h1 { /* PAGE HEADINGS */
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 10px 0px;
	text-align:left;
	font: normal 190% Verdana,Arial,sans-serif;
	color: #9D9999;
}
h2 { /* PARAGRAPH HEADINGS */
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 25px;
	font: bold 120% Arial,sans-serif;
	font-style:italic;
	text-align:left;
	color: #333333;
	line-height: 16px;
	background-image:url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
h3 { /* TAGLINE STYLE */
	margin: 0px 0px 5px 0px;
	padding: 0px 15px 0px 0px;
	font: normal 150% Arial,sans-serif;
	color: #666666;
	text-align:left;
}
h4 { /* BOLD TEXT */
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font: bold 110% Arial,sans-serif;
}

ul.bullets {
	color:#FF850D;
	list-style-type: square;
	padding-left: 15px;
}
ul.bullets li {
	color:#FF850D;
	list-style-type: square;
	text-align: left;
}
p{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

/**************** header styles ****************/

#header_right{
	width:280px;
	height:109px;
	text-align:right;
	padding:5px 15px 0px 0px;
	color:#999999;
	

}
#header_left{
	width:500px;
	height:109px;
	text-align:left;
	vertical-align:bottom;
	padding:0px 0px 0px 10px;
	
	
}
#header_left h2{
	color:#999999;
	font-weight:normal;
	font-size:13px;
	padding-left:10px;
	background-image:url(../../images/spacer.gif);
}
.heading_border { /* DASHED LINE UNDER HEADING */
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 10px 15px;
	border-top: 1px dashed #666666;
}
/**************** banner left block ****************/
#banner_left h1{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:10px 0px 8px 20px;
}
#banner_left ul{
	padding:0px;
	margin:0px;
	padding-left:35px;
}
#banner_left li{
	list-style-image:url(../../images/list_bullet_arrow.gif);
	line-height:20px;
}
#banner_left a, #banner_left a:visited{
	color:#FFFFFF;
	font-size:11px;
}
/**************** sub menu styles styles ***************/

.subNav_link{
	padding:10px 0px 7px 0px;
	border-bottom:1px dotted #999999;
}

/**************** content styles ***************/
.content_txt{
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 0px;
	color: #333333;
	text-align:left;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content_txtbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
}
#content_table{


}
#content_table_quote{
	vertical-align:top;
	width:250px;
	border: 0px solid #00ff00;
	text-align:left;
}
#content_table_text{
	vertical-align:top;
	width:350px;
	border: 0px solid #ff0000;

}
/**************** left sub nav styles ***************/


/**************** footer styles ****************/
#footer_links{
	margin: 0px 0px 0px 0px;
	font-size: 9px;
	color: #FFFFFF;
	text-align:center;
	line-height: 17px;
	border: 0px solid #FFF;
	padding: 5px;
}
#footer_links a:link {
	color:#FFFFFF;
    text-decoration: none;
}
#footer_links a:visited {
	color:#FFFFFF;
    text-decoration: none;
}
#footer_links a:hover {
	color:#FFFFFF;
    text-decoration: underline;
}

/**************** footer copyright styles ****************/

#footer_copyright a, #footer_copyright a:visited{
	color: #999999;
}
#footer_copyright a:hover{
	color:#FF3300;
}
.orangeline {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	padding:0px;
	color: #FF850D;
	background-color: #FF850D;
	line-height: 2px;
}

/********************* end *********************/


