@charset "utf-8";
/* CSS Document */

body
{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

#main
{
	margin: 6px 0 15px 0;
	overflow: visible;
}

.content
{
	margin: 0 25px;
}

#content
{
	margin-left: 204px;
	margin-top: 20px;
}

#sitename
{
    position: relative;
	top: -20px;
	left: 225px;
	padding: 0;
	z-index: 1100;
	width: 40%;
}

#sitename h1
{
	color: #660099;
	font-size: 1.8em;
	font-weight: lighter;
	white-space: normal;
}

#sitename span
{
	text-decoration: none;
	color: #660099;
}

#sitename a
{
	text-decoration: none;
	color: #660099 !important;
}
#sitename a:visited
{
	color: #660099;
	text-decoration: none;
}

#logo
{
    position: relative;
    top: 25px;
    left: 25px;
	height: 44px;
	width: 169px;
	z-index: 900;
	border: none;
}

#toolbar
{
	display: none;
	/*font-size: 0.8em;
	position: relative;
	top: -25px;
	color: #bbbbbb;
	z-index: 900;
	line-height: 1.2em;
	float: right;
	margin-right: 25px;*/
}

#nav-primary
{
	background-color: #ffffff;
    position: relative;
	z-index: 1200;
	height: 24px;
    margin: 0 25px;
	color: #660099;
	top: 20px;
	border-bottom: 1px solid #aaaaaa !important;
	width: 94.7%;
}

#nav-primary ul
{
	margin-bottom: 0;
}

#nav-primary a
{
	color: #660099 !important;
}

.tab 
{ 
	border-bottom-style: none; 
}

.tab a
{
	color: #660099;
}

#footer
{
    padding: 0 0 7px 5px;
    font-size: 0.85em;
    color: #888888;
    background-color: #ffffff;
	border-top: 1px solid #bbbbbb;
	margin: 0 0 -18px 25px;
	width: 94.3%;
}

#footer ul
{
	margin-left: 0px;
	margin-top: -5px;
	padding-left: 0;
}

#footer li
{
    list-style-type: none;
    display: inline;
    padding-left: 25px;
    color: #888888;
    margin-left: 0px;
    line-height: 35px;
    font-size: 1.4em
}
#footer li span
{
    font-size: 0.75em;
    color: #888888;
}

#footer p
{
   margin-top: -8px;
}
#footer .contact
{
    background: url("/images/email.png") 0px 0px no-repeat;
}
#footer .phone
{
    background: url("/images/phone.png") 0px -1px no-repeat;
}
#footer .location
{
    background: url("/images/place.png") 0px -1px no-repeat;
}
#footer a:link, #footer a:visited
{
	color: #888888;
	text-decoration: none;
}
#footer a:hover, #footer a:active
{
    color: #888888;
	text-decoration: underline;
}

#disclaimers
{
    font-size: 0.85em;
    position: relative;
    left: 25px;
    padding: 0 0 6px 5px;
    background-color: #ffffff;
    color: #888888;
    max-width: 94.9%;
}
#disclaimers a:link, #disclaimers a:visited
{
	color: #888888;
	text-decoration: none;
}
#disclaimers a:hover, #disclaimers a:active
{
    color: #888888;
	text-decoration: underline;
}

#disclaimers span
{
    float: right;
}
#disclaimers img
{
    margin-right: 4px;
    float: left;
}

.clear
{
	clear: both;
}

/* DESIGN ELEMENTS */

/* Homepage */

.headerImg
{
	height: 225px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

.homeHeadlines
{
    position: relative;
    top: -240px;
    left: 60px;
    width: 38%;
    color: #000000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.homeHeadlines h2
{
    font-size: 2.8em;
    font-weight: lighter;
    padding: 0;
}

.homeHeadlines p
{
    font-size: 1.5em;
    line-height: 1.3em;
}

.homeCol
{
	width: 24.53%;
	float: left;
	margin: 6px 6px 15px 0;
}

.pictureBox
{
    position: relative;
	min-height: 330px;
}

.pictureBox h2
{
    font-size: 1.2em;
    color: #e0e0e0;
    padding: 2px 8px 4px 8px;
	background-color: #000000;
    width: 55%;
    position: absolute;
    top: 0px;
}

.pictureBoxContent
{
	position: relative;
	padding: 45px 8px 6px 8px;
    line-height: 1.2em;
	color: #ffffff;
}

.pictureBoxContent a:link, .pictureBoxContent a:visited
{
	color: #ffffff;
	text-decoration: none;
}

.pictureBoxContent a:hover, .pictureBoxContent a:active
{
	color: #ffffff;
	text-decoration: underline;
}

/* Leader pages */

.leaderImg
{
	height: 225px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-top: -37px;
	width: 99.5%;
}

.leaderImg h1
{
	position: relative;
	top: 60px;
	color: #ffffff;
	background-color: #000000;
	padding: 7px 10px 7px 20px;
	width: 30%;
	font-size: 150%;
}
	

#nav-secondary
{
	margin: 20px 0 0 25px;
}

#leaderContent
{
	margin: 0 0 15px 20px;
	float: left;
	width: 75.2%;
}

.leaderColOne
{
	width: 59.5%;
	float: left;
	margin: 0 10px 0 0;
}

.leaderColTwo
{
	width: 38.7%;
	float: left;
}

.darkbox 
{ 
	color: #e0e0e0; 
}

.darkbox a 
{ 
	color: #ffffff; 
}

.darkbox h2 
{ 
	color: #ffffff; 
}


