﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1000px;
	text-align: center;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
}
h2
{
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	margin-left: 30px;
	text-align: left;
	width: 830px;
}

#menuPhone
{
	font-size: medium;
}

p#logo, h1#logo
{
	font-weight: bold;
	font-size: 24px !important;
	color: #FFF;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	position: relative;
	margin-top: 20px;
}

#logo a
{
	color: #FFF;
	text-decoration: none;
	font-size: 32px !important;
}

/* Footer
----------------------------------------------------------*/
#footer
{
	padding: 5px 0 0 0;
	border-top: 1px solid #5C87B2;
	line-height: normal;
}

#footerText
{
	border-top: 1px solid #5C87B2;
	color: #999;
	padding: 5px 0 0 0;
	text-align: center;
	line-height: normal;
}

#footer p
{
	padding: 5px 0;
	margin: 0;
}

ul#footerMenu
{
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	height: 25px;
	margin: 0 0 0 0;
	padding-left: 0px;
	width: 100%;
}

ul#footerMenu li
{
	display: block;
	float: left;
	margin: 0px 0px -5px 2px;
	padding-left: 0pt;
}

#footerMenu a
{
	display: inline;
	padding: 10px 20px;
	text-decoration: none;
	vertical-align: middle;
}

ul#footerMenu li a:hover, ul#footerMenu li a:active, li.selected a
{
	color: #FFFFFF;
	font-weight: bold;
}

/* MAIN MENU   
----------------------------------------------------------*/
ul#mainMenu
{
	background-color: #6688A3;
	color: #FFFFFF;
	float: left;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	height: 25px;
	top: 75px;
	margin: 15px 0 0 0;
	padding-left: 0px;
	position: absolute;
	width: 100%;
}

ul#mainMenu li
{
	display: block;
	float: left;
	margin: 0px 5px -5px 0px;
	padding-left: 0pt;
}

#mainMenu a
{
	color: #FFFFFF;
	display: inline;
	padding: 10px 15px;
	text-decoration: none;
	vertical-align: middle;
}

ul#mainMenu li a:hover, ul#mainMenu li a:active, li.selected a
{
	color: #FFFFFF;
	font-weight: bold;
}

/* Index  
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}
.bioImage
{
	float: right;
}
.quote
{
	font-size: small;
	font-style: italic;
}
.quoteOwner
{
	font-weight: bold;
}
uo
{
	text-align: center;
}
.insuranceImage
{
	text-align: center;
	border-style: none;
	border-right-width: 0px;
	border: 0px;
}
.insuranceName
{
	font-family: Arial;
}
#headerLeft
{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
}

ul#mainMenu li
{
	display: block;
	float: left;
}


/* HEADER
----------------------------------------------------------*/
#header
{
	display: block;
	height: 115px;
	margin-bottom: 10px;
	position: relative;
}

#header img
{
	margin-top: 30px;
}

#headerTop
{
	display: block;
	height: 90px;
	position: relative;
}

#headerImage
{
	float: left;
	height: 30px;
	width: 265px;
}

#headerNav
{
	float: right;
	margin-top: 20px;
	text-align: left;
	text-decoration: none;
	width: 450px;
}

#headerNav ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 0px;
}

#headerNav ul li
{
	margin-top: 1px;
	line-height: normal;
	margin-left: 30px;
}

#headerNav ul li a
{
	color: #666666;
	font-family: Arial;
	font-size: 11pt;
	padding: 1px;
	line-height: normal;
	display: block;
	text-decoration: none;
}

#headerNav ul li a:hover
{
	text-decoration: none;
	font-weight: bold;
}

#headerNav ul li a:active
{
	text-decoration: none;
	background-color: #a6e2a6;
	color: #666666;
}

#headerNavLeftColumn
{
	float: left;
}

#headerNavRightColumn
{
	float: right;
}


/* CONTENT
----------------------------------------------------------*/
#mainContent
{
	min-width: 1000px;
}

.columnsContainer
{
	margin-top: 15px;
}

.rightColumn
{
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	margin-left: 280px;
	min-height: 500px;
	width: 500px;
}

.contentSection
{
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

.contentSection h1
{
	color: #CC6600;
	font-family: Tahoma;
	font-size: 13px;
	position: relative;
	vertical-align: middle;
}

.contentSection h2
{
	color: #CC6600;
	font-family: Tahoma;
	font-size: 13px;
	position: relative;
	vertical-align: middle;
}

.contentSectionHeader span
{
	vertical-align: middle;
}

.contentSectionBody
{
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
}

/* SIDE COLUMN LINKS & HEADINGS  
----------------------------------------------------------*/
.leftColumn
{
	color: #666666;
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	margin-right: 15px;
	text-align: right;
	width: 265px;
}

.leftColumn h2
{
	width: 265px;
}

.leftColumn ul
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0 0 30px 0;
	width: 265px;
}

.leftColumn ul li
{
	margin-top: 1px;
	line-height: normal;
}

.leftColumn ul li a
{
	color: #666666;
	font-family: Tahoma;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}

.leftColumn ul li a:hover
{
	text-decoration: none;
	background-color: #FFF;
}

.leftColumn ul li a:active
{
	text-decoration: none;
	background-color: #a6e2a6;
	color: #FFF;
}

.leftColumn h2
{
	color: #CC6600;
	font-family: Tahoma;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
}

#addressSection
{
	width: 265px;
}

.addressSectionText
{
	font-size: 11px;
}

#addressHeader
{
	font-size: 11px;
}

#voteButtonSection
{
	float: right;
	margin-top: 20px;
}

#hoursSection
{
	width: 265px;
}

#hoursSection tr
{
}

#hoursSection td
{
	font-size: 11px;
	text-align: right;
}

.hoursSectionText
{
	font-size: 11px;
}

#hoursHeader
{
	font-size: 11px;
}

.subPageContentSection
{
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px 20px 20px 20px;
	width: 510px;
}

.subPageContentSection h1
{
	color: #666666;
	font-family: Tahoma;
	font-size: 15px;
}

.subPageContentSection h3
{
	color: #666666;
	font-family: Tahoma;
	font-size: 13px;
}

.moreInfo
{
	color: #CC6600;
	text-decoration: none;
}

.personIntro h2
{
	font-size: 11px;
	margin-left: 110px;
}
