body
{
	background:#d5d7df url(../images/body-bg.gif) repeat-y center;
	font-family:Tahoma, Sans-Serif;
	font-size:80%;
	padding:0;
	margin:0;
}

img
{
	border:0;
}

form
{
	padding:0;
	margin:0;
}

h1, .h1
{
	color:#2c3560;
	font-size:170%;
	font-weight:bold;
}

.light
{
	color:#a3b0ee;
	font-weight:bold;
}

h2, .h2
{
	color:#2c3560;
	font-size:150%;
	font-weight:bold;
}

a
{
	color:#2c3560;
}

a:hover
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

#header-outer
{
	background:#1f2e5e url(../images/body-outer-bg.gif) repeat-x;
}

#header
{
	background:url(../images/header-bg.gif) no-repeat;
	width:801px;
	padding:0 8px;
	margin:0 auto;
}

#white-area-outer
{
	background:#ffffff;
}

#mike-label
{
	margin:0 auto;
	width:880px;
	background:url(../images/mike-siegel.gif) no-repeat;
}

#white-area
{
	width:817px;
	background:url(../images/white-area-bg.gif) repeat-y center;
	margin:0 auto;
}

#menu-outer
{
	background:#ffffff url(../images/white-area-bg.gif) repeat-y center;
}

#menu
{
	background:url(../images/menu-bg.gif) repeat-x top;
}

#menu-inner
{
	background:url(../images/menu-inner-bg.gif) no-repeat top;
	width:777px;
	padding:0 8px 0 32px;
	margin:0 auto;
}

#menu-inner
{
    line-height:normal;
}

#menu-inner ul 
{
    margin:0;
    padding:0;
    list-style:none;
}

#menu-inner li 
{
    float:left;
    margin:0;
    padding:0 0 0 4px;
    background:url(../images/left.gif) no-repeat left top;
}

#menu-inner a 
{
    display:block;
    background:url(../images/right.gif) no-repeat right top;
    padding:14px 15px 13px 6px;
    color:White;
    font-weight:bold;
    font-size:16px;
    font-family:Sans-Serif;
    text-decoration:none;
    margin:0 2px;
}

#menu-inner a:hover
{
	color:#abb7ef;
}

#menu-inner .active 
{
    background-image:url(../images/left-on.gif);
}

#menu-inner .active a 
{
    background-image:url(../images/right-on.gif);
    
}

.active a
{
	text-decoration:none;
}

#menu-inner .active a:hover
{
	color:White;
}

#sub-navigation ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#sub-navigation ul li a
{
	font-weight:bold;
	padding:5px 0;
	display:block;
}

#content
{
	padding:30px 10px;
}

#left-column
{
	float:left;
	width:190px;
	padding:20px;
}

#main-column
{
	margin-left:230px;
	padding:0 20px;
	border-left:solid 1px #2c3560;
}

#footer
{
	width:801px;
	padding:0 8px;
	margin:0 auto;
}

#footer-menu
{
	padding:20px;
}

#footer-menu ul
{
	padding:0;
	margin:0;
	list-style:none;
}

#footer-menu ul li
{
	display:inline;
}

#footer-menu ul li a
{
	display:block;
	float:left;
	padding:10px;
}

#contact-info
{
	padding:10px 30px 30px 30px;
}

/*= Polls ----------------------------------------------*/

.poll
{
	padding:0;
	color:#666c71;
}

.poll .question
{
	font-weight:bold;
	padding:0 0 10px 0;
}

.poll ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.poll .bar
{
    background: url(../Images/poll-bar.gif) repeat-x;
    margin-top: 10px;
    font-size: 8px;
}

/*= Search ----------------------------------------------*/

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026A9D;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}


#search-results
{
    
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}

/*= FAQs --------------------------------------------*/

.tree
{
	
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #d66b2a;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #d66b2a;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}

/*= Events -----------------------------------------------*/

.calendar
{
	width: 200px;
	margin: 0 auto 20px auto;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #EFEFEF;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #EFEFEF;
}

.calendar table.body td.day a
{
	display: block;
	background: #e9f4ff;
	padding: 5px 0;
}

/* Gallery ----------------------------------------------------*/

ul#thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

/*= Forms -----------------------------------------------------*/

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.required .field-control
{
    padding-left: 4px;
    border-left: 3px solid #a3b0ee;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family: Verdana;
    color: #555;
}

.field-row .field-control
{
}

/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 300px;
}

.input-address
{
    width: 300px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}
