﻿/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	min-width: 1050px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0;
}

#masthead {
	color: #999999;
	background-image: url(../images/bg_online_services.png);	
	background-repeat: no-repeat;
	padding: 6px 6px 0 6px;
	height: 197px;
	margin: 0;
}

#wrapper {
	width: 965px;
	margin: 0 auto;
}
#CA_Menu_Div {
	height: 58px;
	padding-top: 21px;
	padding-bottom: 27px;
	position: relative;
	z-index:25;
}
#NavBarDiv {
padding-left:4px;
}
#photo_slideshow
{
    text-align: center;
    width: 951px;
    min-width: 951px;
    height: 92px;
    position: relative;
    z-index: 1;
    margin-top: -1px;
}
#flashText 
{
    width: 950px;
	height:25px;
	text-align:center;
	border-bottom: solid 1px #f3f1e9;
	position: relative;
    z-index: 2;
}


#column_wrapper {
	background-image: url(../images/bg_2_column.png);
	background-repeat: repeat-y;
	padding: 0 6px 0 6px;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 750px;
	float: left;

}
#left {
	width: 200px;
	float: left;

}
#time_date {
	
	text-align:center;	
	padding-bottom: 5px;
	font-size:x-small;
	font-weight:bold;
	color:GrayText;
	
}

#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.15em;
}
#footer {
	color: #999999;
	padding: 0 0 0 0;
	margin: 0px;
	font-size: 0.7em;
	clear: both;
	height: 175px;
	background-image:url(../images/bg_footer.png);
	text-align:center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}




/* BlockQuotes are set here */
blockquote {
    color: Black;
    font-weight: bold;
/*    background: #efefef;
    font-size:medium;
    font-family: 'Times New Roman',Georgia,Courier,serif;
    border: 1px solid ; */
    padding: 1px;
    quotes: "\201C" "\201D";
    width: 75%;
    text-align: center;
}
blockquote:before
{
    content: open-quote; 
    font-size:x-large; 
    font-weight: bold;
}
blockquote:after
{
    content: close-quote; 
    font-size:x-large; 
    font-weight: bold;
}
/* End BlockQuote Settings */

