/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	background-image:url(/images/bg_body2.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-attachment: fixed;
}

a, a:visited{
	font-weight: bold;
	color: #64BD22;
	text-decoration: none;
	font-size: 12px;
}

a:hover, a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	color: #3C60B8;
	font-size: 16px;
	font-weight:bold;
	margin:5px 0 10px 0;

}

h2 {
	
	color: #3C60B8;
	font-size: 14px;
	font-weight:bold;
	margin:5px 0 10px 0;
	
}

.bottomform{
	background-image: url(/images/bg_bottomform.jpg);
	background-repeat: repeat-x;
	background-color: #625F5E;
	/*width: 516px;*/
	height: 120px;
	color: #FFFFFF;
	width: 100%;
}

.contentbox{
	background-color: #FFFFFF;
	border: 1px solid #A3A886;
	background-image: url(/images/bg_contentbox2.jpg);
	background-repeat: repeat;
	/*height: 678px;*/

}

.contenttable{
	height: 651px;
	margin: 6px;
	width: 518px;
}

.dot{
	list-style-image: url(/images/dot.gif);
	/*margin-left: 5px;*/
}

.dot li {
	margin: 0px 5px 7px 0px;
}

form {
	margin: 0;
	padding: 0;
}

.footer{
	font-size: 11px;
	color: #666666;
	text-align: right;
	margin-right: 28px;
}

.footerlink a, .footerlink a:visited{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

.footerlink a:hover, .footerlink a:visited:hover {
	color: #666666;
	text-decoration: underline;
}

.greybox{
	background-color: #183F69;
	width: 100%;
	height: 130px;
	color: #FFFFFF;
	/*margin-bottom: 6px;*/
	text-align: left;
}

.greyboxtext{
	margin: 10px 0px 10px 10px;
}

.header{
	background-image: url(/images/header_glass2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 120px;
	border-bottom: 0;
}

.leftcolumn{
	background-color: #FFFFFF;
	/*background-color: #1B456D;*/
	border: 1px solid #A3A886;
	border-right: 0;
	width: 188px;
	padding: 1px;
	padding-right: 0;
	background-image: url(/images/leftcolumn_image3.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}

.livehelp{
	margin-top: 35px;
}

.rightnav{
	margin-top: 12px;
	width: 27px;
}

.text{
	margin: 14px 9px 14px 9px;
}

.textarea {
	width: 90%;
	height: 100px;
	background-color: #DCDED1;
	color: #000000;
	border: 1px solid #ADB194;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
}


.textfield{
	width: 110px; /*213px - padding - border*/
	height: 12px; /*26 - padding - border*/
	background-color: #DCDED1;
	color: #000000;
	border: 1px solid #ADB194;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin: 0px;
}

.topnav{
	/*margin-bottom: 6px;*/
	width: 100%;
	height: 111px;
}

.smalltext{
	font-size: 11px;
}

.whitebox{
	background-color: #FFFFFF;
	border-top: 1px solid #93A295;
	border-left: 1px solid #93A295;
	border-right: 1px solid #C1C9C2;
	border-bottom: 1px solid #C1C9C2;
	width: 100%;
	margin: 0;
}

.testimonial{
	color: #3C60B8;
	margin: 30px 0px 25px 25px;
	width: 440px;
	text-align: center; 
	/*border: 1px solid #CCCCCC;*/
}
