﻿@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	background-attachment: scroll;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #d8e9ff;
}
TD {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #535353;
	line-height:20px;
	text-decoration: none;
}
h1 {
	font-family: arial;
	font-size: 18px;
	color: #980107;
	text-decoration: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:30px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	color: #535353;
	text-decoration: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-family: Helvetica;
	font-size: 15px;
	color: #04527e;
	text-decoration: none;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
p {
	margin-top:13px;
	margin-bottom:13px;
	line-height:25px;
}
ul{
	line-height:25px;
}
.contant_div {
	text-decoration: none;
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	background-color: #FFFFFF;
	padding: 30px;
}
a.red_link {
	font-family: arial;
	font-size: 14px;
	color: #980107;
	text-decoration: none;
	font-weight: bold;
}
a.red_link:hover {
	font-family: arial;
	font-size: 14px;
	color: #980107;
	text-decoration: underline;
	font-weight: bold;
}
a.footer_link {
	font-family: arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.footer_link:hover {
	font-family: arial;
	font-size: 14px;
	color: #f7d841;
	text-decoration: none;
	font-weight: normal;
}
.footer_text {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer_line {
	font-family: arial;
	font-size: 14px;
	color: #000c12;
	text-decoration: none;
	font-weight: bold;
	margin-left:10px;
	margin-right:10px;
}
.divisions_div {
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:1px dotted #bcbcbc;
	overflow:hidden;
}

.thumb {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #FFFFFF;
}
.field_required
{
border:2px solid #FFCCFF;
}
.blue_bg {
	border-bottom-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-top-left-radius: 8px 8px;
	background-color:#000099;
	color:#FFFFFF;
	padding:15px;
}
.red_text {
	font-family: arial;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height:30px;
	font-style: italic;
}
#associates {
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	border-radius: 24px;
	background-position: top left;
	background-repeat: repeat;
	padding: 20px 20px 20px 20px;
	background-color:#006699;
	background: #006699;
	background: #006699 -webkit-linear-gradient(top, #006699 0%, #006699 100%);
	background: #006699 -khtml-linear-gradient(top, #006699 0%, #006699 100%);
	background: #006699 -moz-linear-gradient(top, #006699 0%, #006699 100%);
	background: #006699 -ms-linear-gradient(top, #006699 0%, #006699 100%);
	background: #006699 -o-linear-gradient(top, #006699 0%, #006699 100%);
	background: #006699 linear-gradient(top, #006699 0%, #006699 100%);
	border: 3px solid #fff;
	-webkit-border-radius: 27px;
	-khtml-border-radius: 27px;
	-moz-border-radius: 27px;
	-ms-border-radius: 27px;
	-o-border-radius: 27px;
	border-radius: 27px;
	-webkit-box-shadow: 0 26px 17px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 26px 17px rgba(0, 0, 0, .5);
	box-shadow: 0 26px 17px rgba(0, 0, 0, .5);
	overflow:hidden;
	margin-left:0px;
	color:#FFFFFF;
}
.white_text {
	color:#FFFFFF;
}
.white_text1 {
	color:#ff0;
	font-size:16pt;
	text-shadow:0px 1px 1px #000000;
}
.small_red_text {
	font-size:12px;
	color:#940000;
}
.line_space {
	line-height:17px;
}
.please_complete_text {
	font-size:12px;
}

.imageHolder{
border: 5px solid white; border-radius: 5px; 
}
.imageHolder2{
border: 2px solid rgb(53, 53, 53); border-radius: 5px; 
}