﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/background_fade.jpg);
	background-repeat:repeat-x;
	margin-top:5px;
}

h1
{
    font-size:1.5em;
}

a 
{
	color:#336699;
	text-decoration:none;
}

a:hover 
{
	color:#98acc0;
}
ul
{
	list-style: circle;
	margin-left:15px;
}

.lgTab
{
	border:none;
	background:none;
	background-image:url(../img/lgTab.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:40px;
	margin-top:5px;
	padding-top:10px;
	float:left;
	text-align:center;
	font-weight:bold;
	color:Black;
	cursor:pointer;
	cursor:hand;	
}

.lgTab_Hover
{
	border:none;
	background:none;	
	background-image:url(../img/lgTab.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:40px;
	margin-top:5px;
	padding-top:10px;
	float:left;
	text-align:center;
	font-weight:bold;
	color:#2a5391;
	cursor:pointer;
	cursor:hand;	
}

.contentBox_fade
{
	background-image:url(../img/contentboxFade.jpg);
	background-repeat:repeat-x;
	border: solid 1px #b4b4b4;
	width:796px; 
}
.contentBox_white
{
	border: solid 1px #b4b4b4;
	width:796px; 
}

.rowHeader
{
	text-align:center; 
	min-height:20px;
	padding:4px;
	border: solid 1px #b4b4b4;
	margin-top:1px;
	margin-bottom:1px;
}

.newsStory
{
	background-image:url(../img/contentboxFade.jpg);
	background-repeat:repeat-x;
	border: solid 1px #b4b4b4;
	width:770px;
	margin:10px;
	padding:4px;
}

.teamMember
{
	background-image:url(../img/contentboxFade.jpg);
	background-repeat:repeat-x;
	border: solid 1px #b4b4b4;
	width:475px;
	padding:4px;
	margin-bottom:10px;
}

.label
{
    float:left;
    width:100px;
    text-align:right;
    padding-right:15px;
    vertical-align:middle;
    padding-top:3px;
}

.textBox
{
    width:200px;
    height:15px;
    vertical-align:middle;
    font-size:12px;
    background-image:url(../img/textbox.jpg);
    background-repeat:repeat-x;
}

.textBox_MultiLine
{
    vertical-align:middle;
    font-size:12px;
    background-image:url(../img/textbox.jpg);
    background-repeat:repeat-x;
}

.dropdownlist
{
    width:205px;
    font-size:12px;
    background-color:#eeeeee;
    vertical-align:middle;
}

.button
{
    background:none;
    background-image:url('../img/textbox.jpg');
    background-repeat:no-repeat;
    padding:2px;
    font-weight:bold;
    font-size:12px;
    height:25px;
    width:150px;
    margin-top:5px;
    margin-bottom:5px;
    border:thin 1px #6f6f6f;
    cursor:hand; 
    cursor:pointer;    
}


.sitemap{list-style:none; position:absolute; left: -9999px;}
.sitemap li{float:left; padding:4px;}
