/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	line-height: 1.166;
	padding: 0px;
	background: #fff;
}
p{
margin-left:15px;
margin-right:20px;
}

.nospace p{
	margin-top:0em;
	}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 200% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
 text-align:center;
}

h2{
	color: #0066CC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	text-align:center;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 line-height: 14px;
 margin: 15px 0px -10px 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul{
margin-left:15px;
margin-right:25px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	margin: 10px auto 0 auto;
	width: 990px;
}

#pagecell2{
	margin-top: -84px;
	width: 990px;
	background-image:url(assets/images/template/bg.gif);
	min-height:900px;
}

#pagecell3{
	margin: 0 0 0 211px;
	width: 779px;
}

#pageNav{
	margin-left: -211px;
	float: left;
	width:211px;
	padding: 70px 0px 0px 0px;
	font: small Verdana,sans-serif;
	color:#CCCCCC;
}


/* content */

#content_wrapper{
	margin: 0px;
	padding: 0px;	
}

#content_nomargins{
	padding: 0px;
	margin-top: -2px;
	min-height: 400px;
}

#content_margins{
	margin-top: -2px;
	padding: 5px 20px 10px 15px;
	min-height: 400px;
	position:relative;
	z-index:0;
}

#footer{
	clear: both;
	background-image:url(assets/images/template/ftr.gif);
	background-repeat:no-repeat;
	font-size: small;
	color: #FFFFFF;
	padding: 18px 10px 20px 34px;
	margin: 0 0;
}

#footer a{
	color: #FFFF99;
	text-decoration:none;
	border-bottom: dotted 1px #FFFF99;
}

#footer a:hover{
	border-bottom:solid 1px #66CCFF;
	color: #66CCFF;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** header styles ****************/

#header{
	padding: 0;
	margin: 0;
	position:relative;
	z-index:167;
}

#header img{
	position: relative;
	padding: 0px;
}

#breadcrumb{
	margin:-35px 15px 0px 435px;
}

/************** content styles *****************/
.reversecolors p, .reversecolors h3, .reversecolors h4, .reversecolors h5{
	color:#FFFFFF;
}

.reversecolors a:link, .reversecolors a:visited{
	color:#FFFFCC;
}

html>body .content {height: auto;}


/************ sectionlinks styles **************/

#sectionLinks{
	margin: 20px 0px 0px 12px;
	position: relative;
	padding: 0px;
	width: 198px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 3px 0px 3px 9px;
	color:#ffffff;
}

#sectionLinks a:hover{
	border-bottom: 1px solid #bc9b6a;
	font-weight: bold;
	text-decoration: none;
	color:#bc9b6a;
}

.subnavbox {
	border: 2px #003300 solid;
	background-color:#CCCCCC;
	float: right;
	width: 200px;
	margin: 0 -5px 5px 5px;
}

.subnavbox a:link, .subnavbox a:visited{
	display: block;
	border-bottom: 1px dotted #003300;
	padding: 3px;
	text-decoration: none;
}

.subnavbox a:hover{
	background-color:#999999;
	text-decoration: none;
}
em {
	font-style: normal;
}

.imgfloatright {
 padding: 10px;
 float: right;
 border: thin solid #5C6F7E;
 margin: 10px;
}

.imgfloatleft {
 padding: 10px;
 float: left;
 border: thin solid #5C6F7E;
 margin: 10px;
}
.ptestimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
}

.clickhere {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
