/*---------------------------------------------------BODY----------------------------------------------------*/
body {
		text-align: left;
		color:#333333;
		font-size: 90%;
}

/*---------------------------------------------------GENERAL-------------------------------------------------*/
h1 {
	font-size: 150%;
	font-weight: normal;
	color: #000033;
	text-align: left;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	color: #336666;
	text-align: left;
	padding-bottom: 0px;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	color: #336666;
	text-align: centre;
	padding-bottom: 0px;
}


p {
	text-align:left;
	font-size: 90%;
}

/*---------------------------------------------------FORM--------------------------------------------------*/
.form_text {
  font-size: 90%;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 200px;
	align: left;
	}

.form_answer {
  font-size: 90%;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 300px;
	align: left;
	}

.radio_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330066;
}
button
{
  color: black;
  background-color: #AD8FBA;
  font-weight: bold;
}

input, textarea, select
{
	font-family:verdana;
	font-size:11px;
	color: #003366;
	background-color: #F1F5F9;
	border: 1px solid #386694;
}


/*---------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------HEADER--------------------------------------------------*/
.header {
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 300px;
	float: right;
	}
.headlinks_light{
	text-align: left;
	color: white;
	width: 200px;
	padding-left: 20px;
	padding-top: 50px;
	float: left;
	font-weight: bold;
	}
.headlinks_dark {
	text-align: left;
	color: black;
	width: 200px;
	padding-left: 20px;
	padding-top: 50px;
	float: left;
	font-weight: bold;
	}
.headlinks_dark a{
	color: black;
	text-decoration: none;
	}
.headlinks_light a{
	color: white;
	text-decoration: none;
	}
.headlinks_dark a:hover, .headlinks_light a:hover{
	text-decoration: underline;
	}
/*---------------------------------------------------NAV-----------------------------------------------------*/
.nav {
	background-color:#669999; 
	text-align: right; 
	padding: 2px 2px 2px2px; 
	color:white; 
	border-top: solid 1px black; 
	border-bottom: solid 1px black;
	}
.nav ul {
	margin: 0px;
	padding: 4px;
}
.nav ul li{
	list-style-type: none;
	display: inline;
	padding: 0px 11px 0px 10px;
	font-weight: bolder;
	font-style: 100%;
}
.nav a{
	color: #CEE1E1;
	text-decoration: none;
}
.nav a:hover{
	color: #F5F8F8;
	text-decoration: underline;
}
.nav strong{
	color: white;
}
/*---------------------------------------------------CONTENT-------------------------------------------------*/
.pgspcr {
	width: 700px; 
	padding: 15px;
}
.pgspcr .tools_content {
	padding-left:50px;
}
.pgspcr .content {
	padding-left:300px;
}
.content ul {

	margin-top: 3px;
	text-align: left;
	margin-left: 0px;
}
.content li {
	text-align: left;
	margin-left: 35px;
	list-style-image: url(images/sm_blue_bullet.jpg);
}
.content a {
	color: #336666;
}
.content a:hover {
	background-color: #E7DCE4;
	color: #000000;
}
.callnow {
	border: solid #386691 2px;
	padding: 10px;
	background-color: #F1F5F9;
}
.callnow strong{
	font-size: 140%;
	color: #333366;
	background-color: none;
}
.footer {
	width: 600px; 
	font-size: 80%; 
	color:#336666; 
	padding-top: 10px;
	}
.pro-nav a{
	color: #666666;
	}
.pro-nav a:hover{
	background-color: #E7DCE4;
	color: #000000;
	}
/*---------------------------------------------------ANY LINK DROP DOWN MENU--------------------------------------*/
.anylinkcss{
margin-top: 7px;
position:absolute;
visibility: hidden;
line-height: 18px;
background-color: #D0DADA;
width: 230px;
text-align: left;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid #ffffff;
text-decoration: none;
font-weight: normal;
padding: 0px 5px;
color: black;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #669999;
color: white;
text-decoration: none;
}
/*-----------------------------------------------------------TOOLS--------------------------------------------------------*/
.tools_footer {
	width: 600px; 
	font-size: 80%; 
	color:#336666; 
	padding-top: 10px;
	}
.pgspcr_tools {
	width: 400px; 
	padding-left: 10px;
	padding-right: 0px;
}
.pgspcr_tools .tools_content {
	padding-left:50px;
}

.header_tools {
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 300px;
	float: left;
	}
.tools .page{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}