html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	/*min-width: 760px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #425ba7;
}
table, form {
	margin-top: 0;
}
a {
	color: #028;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: mome;
}
a:hover {
	color: #028;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid #028 3px;
}
h1 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 160%;
 	color: #028;
 	margin: 0px;
 	padding: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
 	color: #028;
 	margin: 0px;
	padding: 0px;
}
h3 {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 110%;
 	color: #028;
 	margin: 0px;
 	padding: 0px;
}
h4 {
 	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
 	color: #000;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
 	padding: 0px;
}
ul {
 	list-style-type: disc;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagewidth{ 
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: solid #028 3px;
	background-color:#fff;
}
/*#wrapper {
	width: 760px;
	border: solid #028 3px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ccc;
}*/
#header {
	position:relative; 
	border-top: 0;
	width: 100%;
	height: 231px;
	/*height: 14.5em;*/
	margin-bottom: 0;
	background-image:url(../images/index_02.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#sidebox {
	float: right;
	width: 27%;
	position:relative;
	margin-right: -3px;
	padding: 5px 0 5px 10px;
	background-color: #bdf;
	border: solid #028 3px;
	border-top:none;
	text-align:center;
}
#navbox {
	margin-left:-6px;
	margin-bottom: 0;
}
#maincol {
	float: right;
	width:68%;
	position:relative;
	display:inline;
	margin: 10px 10px 0 10px;
	text-align: left;
	background-color: #fff;
}
#logos {
	clear: both;
	position:relative;
	margin: 0 10px;
	text-align: center;
	background-color: #fff;
	width:auto;
}
#footer{
	height:50px; 
	background-color:#bdf;
	text-align:center;
	clear:both;
	border-top:solid #028 3px;
}
#testimonialBox{
 	position:relative; 
	float:right; 
	width:150px; 
	padding:18px 10px 0 18px; 
	background-image:url(../images/notepad.jpg); 
	background-position:0 0; 
	background-repeat:no-repeat; 
	height: 220px;
	margin-top:-60px;
}
.testimonials{
	width:460px;
	margin:0 auto -5px;
	color:#333333;
	border:5px solid #666666;
	padding:10px;
	background-image: url(../images/WG-BG_500x50.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-weight: normal;
}

.testimName{
	background:#666666;
	color:#BBDDFF;
	padding:5px 5px 5px 0;
	margin:5px -10px 0 0;
	font-size:80%;
	font-weight: bold;
}
.testimonials a {
 	color:#84C1FF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}
.testimonials a:hover{
	color: #84C1FF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid #84C1FF 3px;
 }
.testimName img{
   	float:left;
	margin:-5px 20px 0 0;
}
 
/***********************************************/
/*   Specific classes                          */
/***********************************************/

#header p{
	margin: 0;
}
.topPicture{
	float: left;
	margin: 3px 10px 3px 0;
}
.pictCaption{
	width: 148px;
	float: left;
	font-size: 80%;
	font-weight: bold;
	border: solid #000 1px;
	margin: 3px 10px 3px 0;
	text-align: center;
	background-color: #bdf;
}

.freeReportHead {
	background-color: #0199ed;
	color: #fff;
	width: 180px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 90%;
	border: solid #063466 2px;
	text-align: center;
	padding-bottom:3px;
}
.copyrite {
	font-size: 80%;
	color: #333;
}
.smallFont {
	font-size: 70%;
}
.address {
	padding-left:3px;
	font-size:73%;
}

/**************************************************************************/
/* Top CSS Menu                                                           */
/*                                                                        */
/*Credits: Dynamic Drive CSS Library                                      */
/*URL: http://www.dynamicdrive.com/style/csslibrary/item/css_indent_menu/ */
/**************************************************************************/


.indentmenu{
	margin: 2px 0 0 0;
	font-size: 80%;
	text-align: center;
	color: #028;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu ul{
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border-width: 1px 0;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: white; /*text color*/
	text-decoration: none;
	padding: 3px 11px;
	margin-left: -3px;
	border-right: 1px solid black;	
	background: url(indentbg.gif);
	backgroumd-repeat:  repeat-x;
}

.indentmenu ul li a:hover{
	color: #028 !important;
	margin-left: -3px;
	background: url(indentbg1.gif);
	backgroumd-repeat:  repeat-x;
}

.menuFirst a{
	border-left: solid black 1px;
}

/***********************************************/
/* Float containers fix                        */
/***********************************************/

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
