/***********************************************/
/*            Style Sheet                      */
/***********************************************/

/********* User Styles *********/
@import url("userstyles.css");

body {
	margin: 0px;
	padding: 0px;
	line-height: 200%;
	
	
}

body, p, td, li, blockquote, ol, ul, th, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #1D4B82;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #1D4B82;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color:#006699;
}

/******* Header tag styles *******/

h1, h2, h3, h4, h5, h6 {
line-height:120%;
padding:0px;
margin:0px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	line-height: 200%;
}

/*************** list tag styles ***************/

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul {
margin-top:0;
margin-bottom:10px;
padding-top:0;
padding-bottom:0;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #334d55;
}
				
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #1D4B82;
}


/********* Section links Divs *********/                             

.sectionLinks {
	width:166px;
	font-size: 11px;
}

.sectionLinks a:link, .sectionLinks a:visited{
	text-decoration: none;
	font-weight: bold;
}

.sectionLinks a:hover{
	text-decoration: underline;
	font-weight: bold;
}


.sectionLinks td{
	border-bottom: solid 1px #EDB213;
	padding: 10px 0px 10px 30px;
	line-height: 100%;
}

.sectionLinks p {
	line-height: 100%;
	padding: 0px;
	margin: 0px
}

/********* Layout Divs *********/

.location {
	font-size: 14px;
	font-weight: bold;
	padding-left:85px;
	line-height: 200%;
}


.footer {
	font-size: 11px;
	text-align: center;
}

.contentHome {
	padding-left: 30px; 
	padding-top:10px;
}
.contentHome h1 {
	padding-bottom: 20px; 
	margin-bottom:	20px;
}

.content {
	padding-top: 20px;
	padding-left: 30px;
}
.dataTable {
	border: solid 1px #95ADD4;
}

.dataTable th {
	color: #FFFFFF;
	background-color: #314C7A;
}

.dataTable td {
	background-color: #95ADD4;
	padding-left: 10px;
	padding-right: 10px;
}
.button {
	background-color: #1D4B82;
	color: #FFFFFF;
}

.freephone {
	padding-top: 8px;
	width: 173px;
}

/********* termsConditions Divs *********/

.termsConditions {
	font-size: 10px;
	line-height: 150%;
	color: #999999;
}
.termsConditions h4 {
	font-size: 11px;
}

.termsConditions li, .termsConditions ul{
	font-size: 10px;
	line-height: 150%;
	color: #999999;
	list-style-image: url(images/grey_bullet.gif);
}
