@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, 
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
//
//
//
//
//
//
*/

a
{
    color: #333333;
    text-decoration:none;
}

a:hover
{
    color:#bbbbbb;
    text-decoration:underline;
}

a.blueText:hover
{
    color:#025789;
}

.blueText
{
    color:#0079c1;
    font-weight:bold;
}

body 
{
    background-color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
    margin:10px 0px 0px 0px;
    padding:0px;
}

div#body
{
    background-image:url(../images/sidesBorder.jpg);
    background-repeat:repeat-y;
	padding:0px 20px 0px 19px;
}

div#contentHolder
{
    margin-left:auto;
    margin-right:auto;
    width:840px;
}

div#footer
{
    background-image:url(../images/siteFooter.jpg);
    height:54px;
    text-align:right;
}

div#header
{
    background-image:url(../images/siteHeader.jpg);
    height:116px;
    text-align:right;
}


div#mainLinks
{
    color: #333333;
	font-size:11px;
	padding:6px 0px 6px 50px;
}

div#mainLinks:visited
{
    color: #333333;
}

div#phoneLine
{
    background-color:#91c5e4;
    font-size:11px;
	padding:6px 0px 6px 0px;
	text-align:center;
}

div#subLinks
{
    font-size:10px;
    line-height:24px;
    text-align:center;
}

div#uniqueContent
{
    
} 

.errorMsg
{
    font-weight:bold;
    color:Red;
}

.floatLeftColumn114
{
    float:left;
    width:114px;
    padding:0px;
    margin:0px;
}

.floatLeftColumn386
{
    float:left;
    width:386px;
    padding:0px;
    margin:0px;
}

.floatLeftColumn95
{
    float:left;
    width:95px;
    padding:0px;
    margin:0px;
}

.floatReset
{
    clear:both;
}

.floatRightColumn626
{
    float:right;
    width:626px;
    padding:0px;
    margin:0px;
} 

.floatRightColumn415
{
    float:right;
    width:415px;
    padding:0px;
    margin:0px;
}  

.floatRightColumn687
{
    float:right;
    width:687px;
    padding:0px;
    margin:0px;
}  

.blueHorizontalLine
{
    background-image:url(../images/blueHorizontalLine.jpg);
    background-repeat:repeat-x;
    height:3px;
    width:100%;
}

label#copyright {
	color:#ffffff;
	font-size:11px;
	position:relative;
	top:12px;
	right:30px; 
}

li
{
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

p
{
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0px;
	padding:0px 0px 5px 0px;
}

.pad20
{
    padding:20px;
}

.pad30
{
    padding:30px;
}

.pageTitle
{
    color: #0079c1;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:10px;
}

.pageTitleCenter
{
    color: #0079c1;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:10px;
	text-align:center;
}

.pageTitleLeft
{
    color: #0079c1;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:10px;
	text-align:left;
}

.pageTitleNoImage
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:10px;
	text-align:left;
}

.textPad
{
    padding:20px 40px 20px 40px;
}

.textPadEmp
{
    padding:0px 40px 20px 40px;
}

.textPadNoImage
{
    padding: 40px;
}

ul
{
    padding-top:0px;
    margin-top:0px;
}

.white 
{
    color:#ffffff;
}
