/* CSS Document */

/* Basic link attributes */
a:link, a:visited {
	text-decoration: underlined;
	color: #3077A3;
	background: transparent;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #3077A3;
	background: transparent;
	}
	
/* Basic page attributes */

html p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.4; 
	}
	
body {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Sans-Serif;
	background-image:url(images/Background.gif);
	background-repeat:repeat-x;
	}
	
p, td, ul, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,Sans-Serif;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.2; 
	}
	
h1 {
	color:#77AD1A;
font-size:19px;
font-weight:bold;
margin:0 0 10px;
	} 

h2 {
	color:#3077A3;
	font-size:17px;
	font-weight:bold;
	margin:20px 0 2px;
	}
h2.orange {
	color:#C60;
	font-size:17px;
	font-weight:bold;
	margin:20px 0 2px;
	}	
h3 {
	color:#3077A3;
font-size:15px;
font-weight:bold;
margin:4px 0 2px;
	}

h4 {
	color: #000;
	font-size: 13px;
	background: transparent;
	margin: 0;
	}

h5 {
	color: #000;
	background: transparent;
	margin: 0;
	}
ul {
	margin-top: 4px;
	margin-bottom: 16px;
	padding-left: 0;
	margin-left: 25px;
	}
	
li {
	margin-bottom: 6px;
	}
		
img {
	display: inline;
	border: 0;
	}

form {
	margin: 0;
	} 
	
.block {
	display: block;
	border: 0;
	}

.hide {
	display: none;
	}
	
.vvbig {font-size: 18px;}
	
.vbig {font-size: 16px;}
	
.big {font-size: 14px;}

.small {font-size: 11px;}

.vsmall {font-size: 10px;}

.required {color:#900;}
	
.vvsmall {font-size: 9px;
line-height: 1.2em}

.right {
	text-align: right;
	}

.indent {
	margin-left: 11px;
	}

.padAll {
	display: inline;
	border: 0;
	margin: 15px;
	}
	
.padRight {
	display: inline;
	border: 0;
	margin: 0 15px 10px 0;
	}
	
.padLeft {
	display: inline;
	border: 0;
	margin: 0 0 10px 15px;
	}

.new {
	color: #F1A400;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-weight: bold;
	}
	
hr { 
	color: #152E8A;
	height: 1px;
	width: 100%;
	text-align: left;
}	
	
.noSpace{
	padding:0;
	margin:0;
	
}
/* Basic page divisions */

#main {
	padding: 0;
	margin: 0 20px 20px 15px;
	background-color: #fff;
	} 
	
#sideNav {
	padding: 0;
	margin: 0;
	background-color: #fff;
	} 
	
#sideRight {
	background-image: url(images/sideRight.gif);
	background-repeat: repeat-y;
	}

#bannerLinks {
	color: #FFF;
	font-weight: bold;
	} 
	
	
	
#footer {
	padding: 0;
	margin: 20px 0 0 15px;
}
	
td.leftPadding{
	padding: 0 0 0 20px
	} 
	

/* main content stuff */

.intro {
	font-size:14px;
	color: #000;
	font-weight: bold;
}

.padRight {
	display: inline;
	border: 0;
	margin: 0 15px 10px 0;
	}
	
.padLeft {
	display: inline;
	border: 0;
	margin: 0 0 10px 15px;
	}
	
.phone   {
	font-size:24px;
	color: #000;
	font-weight: bold;
	margin: 20px 0 20px 0;
}

a.underlined:link, a.underlined:visited {
	text-decoration:underline;
	}

.question {
	font-size: 14px;
	color:#3077A3;
	font-weight: bold;
	}


/*  Bannner Styles */

#bannerLinks a:link, #BannerLinks a:visited {
color:#fff;
text-decoration:underline;
}

#bannerLinks a:hover, #BannerLinks a:active {
color:#fff;
text-decoration:none;
}


/*  SideNav Styles */

#sideNav a:link, #sideNav a:visited {
color:#000000;
font-size: 14px;
text-decoration:underline;
}

#contactUsBox{ 
background: url(images/contactUsBox.gif);
padding: 20px 20px 20px 15px; 
height: 158px;
margin: 0;
}

#contactUsBox H1{ 
	font-size: 16px;
	color: #D84200;
	font-weight: bold;
	margin: 0 0 4px 0;
	}
	
#contactUsBox p{ 
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.2; 
	}

/*  Footer Styles */

#footer a:link, #footer a:visited {
color:#000000;
font-size:11px;
}

#footer p { color:#000000;
font-weight:normal;
font-size:11px;
text-decoration:none;
}

#footer h1 {
	color:#8E8E8E;
font-size:14px;
font-weight:bold;
margin-bottom:0;
	
}
	
/* Print friendly styles */

#printPage {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	margin: 0;
	}

#datePrinted {
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 10px;
	font-style: italic;
	}
	

