﻿/*--------------------------
BASIC COLORS:
White: #ffffff
Black: #000000
Green: #8fb289
Blue: #57a4c0
Yellow: #eac463
Beige: #e1e2cd
Light Grey: #898989
Dark Grey: #3c3c3c
---------------------------*/

/*--Site wide tag styles--*/
body
{
    background-color: #fff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color:#222;
}

a:link
{
    text-decoration: underline;
}
a:visited
{
}
a:hover
{
	color: #eac463;
    text-decoration: none;
}
a:active
{
}

p
{
    margin-bottom: 10px;
    margin-left: 10px;
}
img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    margin-bottom: 12px;
}

h1
{
    font-size: 2em;
}
h2
{
    padding: 1.5em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
    font-style:italic;
}
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
{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
}
ol li 
{
	font-weight:bold;
}

#mainArea
{
    width: 946px;
}
#leftFade
{
	background-image:url('Images/site/leftShadow.gif');
    background-repeat:  repeat-y;
	width:17px;
}
#rightFade
{
	background-image:url('Images/site/rightShadow.gif');
    background-repeat:  repeat-y;
	width:17px;
}
#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}
#header a
{
	text-decoration:none;
	color:White;
}

#header
{
    display:block;
    text-align:left;
    background-image:url('Images/site/header.jpg');
    background-repeat: no-repeat;
    height: 164px;
    width:946px;
    margin-bottom:15px;
}

div#main
{
    background-color:#fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    height: 74px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    line-height: normal;
    margin: 0px 0px 0px 0px;
    font-size: 1em;
}
#footer h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
#footer table
{
	border:none;
	margin: 0;
}
#footer table tr td
{
	border:none;
	margin:0;
	padding:0px 5px;
}

/* TITLE 
----------------------------------------------------------*/
div#title
{
	height: 93px;
}
div#title img.logo
{
	margin-top:15px;
	margin-left:15px;
	margin-bottom:11px;
}

.submenu
{
	padding: 20px 5px 20px 15px;
	text-align:center;
	vertical-align:middle;
	width:120px;
	border-right: thin groove black;	
	text-decoration:underline;
}
.submenu a
{
	color:#333333;
	text-decoration:none;
	line-height:2em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
	margin-top:8px;
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE - GENERAL
----------------------------------------------------------*/

table 
{
  border: none;
  border-collapse: collapse;
}

table td 
{
  border: none;
}

table th
{
  border: none;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}



/* LOGIN
-----------------------------------------------------------*/
div#logindisplay
{
	float:right;
	text-align:right;
	margin-top: 15px;
	margin-right:20px;
	color: #fff;
	font-size: .8em;
}
div.login
{
	height:80px;
}

div.login input
{
	display:block;
	border-style: solid;
	border-color: #336699;
	border-width: 1px;
	margin-bottom: 4px;
}

div.login a
{
	color: #fff;
}




/* CONTENT
---------------------------------------------------------------*/
div#content
{
	width:670px;
	margin-right:5px;
	padding-bottom:20px;
}
div#content h2
{
	margin-bottom: 10px;
}
div#content h3
{
	margin-bottom: 10px;
}

div#dynamic-content
{
	padding-right: 20px;
	font-size:13px;
}

div#dynamic-content ul
{
	margin-right: 40px;
	margin-left: 30px;
	font-size:13px;
}

/* HOME PAGE 
---------------------------------------------------------------*/
div.homeContent
{
	font-family:Garamond;
}
div.homeContent h2
{
	font-weight:normal;
	font-family:Garamond;
}
div.homeContent div.factBlock
{
	text-align:center;
	margin-left:5px;
	margin-right:5px;	
}

div.homeContent div.factBlock h3
{
	font-weight:bold;
	font-size:1.5em;	
}
div.homeContent div.factBlock p
{
	text-align:center;
	margin-left:5px;
	margin-right:5px;	
	font-size: 1.4em;
}
/* NEWS
---------------------------------------------------------------*/
div.news-item
{
	margin-top:15px;
	margin-bottom:5px;
}
div.news-item h3
{
	color: #3c3c3c;
	margin-bottom: 0px;
}
div.news-item h5
{
	color: #3c3c3c;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:5px;
	font-size: 0.8em;
}
div.news-item a
{
	color: #3c3c3c;
	text-decoration:underline;
}
div.news-item p
{
	margin-top:0px;
	padding-top: 0px;
	padding-right:20px;
}

ul.news-menu
{
	margin-top:5px;
}
ul.news-menu li
{
	border-bottom: groove thin #3c3c3c;
	padding-bottom: 8px;
	margin-bottom:8px;
	list-style: none;
}
ul.news-menu a
{
	color: #3c3c3c;
	text-decoration:none;
	font-weight:bold;
}

