@import url(submenus.css);
@import url(calendar.css);
@import url(activities.css);
@import url(sidebar.css);
@import url(nestedlist.css);
@import url(forms.css);

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	margin: 0;
	padding: 0;
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/* Header along the top before global nav */
.header {
	background-image: url(../images/siteid.gif);
	background-repeat: no-repeat;
	height: 60px;
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}

.header h1 {
	display: none;
}
#utilities {
	text-align: right;
	float: right;
	width: 50%;
	margin-right: 10px;
	height: 25px;
	margin-top: 5px;
	color: #FFFFFF;
}
#utilities ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#utilities ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #FFFFFF;
	list-style: none;
	display: inline;
	}
#utilities li a {
	color: #FFFFFF;
	text-decoration: none;
	}
#utilities li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
		
#utilities ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}


#container {
	background-color: #FFFFFF;
	left: 4px;
	margin: 85px auto 8px 8px;
	min-width: 760px;
	padding: 0px;
	position: absolute;
	top: 16px;
	width: 95%;
}

#content {
	margin-right: 240px;
	margin-top: 14px;
	padding: 0 0 0 10px;
}

#content h1 {
	color: #4A69A5;
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 34px;
	margin: 10px 0 5px -5px;
	padding: 0 0 5px 0;
}

/******************************
* GLOBAL Navigation across the top
******************************/
#navlist {
	background-color: #FFFFFF;
	left: 19px;
	margin: 0;
	padding: 0 0 5px 0px;
	position: absolute;
	top: 70px;
	width: 843px;
	height: 27px;
}

#navlist a:link, #navlist a:visited {
	color: #4A69A5;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
}

#navlist a:hover {
	background: transparent;
	border-bottom: 4px solid #739ED6;
	color: #4A69A5;
	padding-bottom: 2px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover{
	background: transparent;
	border-bottom: 4px solid #d66163;
	color: #d66163;
	padding-bottom: 2px;
}

#navlist ul, #navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


/* Breadcrumb and footer styles */
#breadcrumb {
	clear: both;
	color: #ADBACE;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 10px;
	padding: 0;
}

#breadcrumb a:link, #breadcrumb a:visited {
	clear: both;
	color: #ADBACE;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}

#breadcrumb a:hover {
	clear: both;
	color: #007DAD;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: underline;
}


#footer {
	clear: both;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	margin-top: 5px;
	padding: 5px 5px 5px 20px;
	text-align: left;
}

/* text styles */

.introtext {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 20px;
	clear: left;
}
.intro {
		clear: left;
}

p.hang {
	margin-left: 30px;
	text-indent: -30px;
}


/* link styles */

a:link, a:visited {
	background-color: transparent;
	color: #2969B5;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

/* HEADING STYLES */



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
}

h2 {
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #4A69A5;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	border-bottom: 1px solid #CCCCCC;
	font: 160%/1.2em Georgia,Times,Sans-serif;
	font-style: italic;
	margin: 0;
	padding: 5px 5px 5px 0;
	width: 400px;
}



/* Box styles */

.box {
	background: #F0F4DB;
	padding: 10px;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #848484;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}

/* FLOATS and images */

.floatright {
	float: right;
}

.imagecaption {
	border-color: #DDDDDD;
	border-style: solid;
	border-width: 1px;
	color: #999999;
	float: right;
	font-size: 92%;
	margin: .5em 0 10px 20px;
	padding: 5px;
	text-align: center;
}

.imageleft {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 1em;
	margin-right: 20px;
	padding: 5px;
}

.imageleftclear {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

.imageleftnoborder {
	background-color: #FFFFFF;
	float: left;
	margin-right: 15px;
}

.imageleftsidebar {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	padding: 0px;
}

.imageright {
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

.imagerightnoborder {
	border: none;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

.imagerwithborder {
	border: 1px solid #C7C3A7;
	padding: 5px;
}

/* DROP SHADOW BOX */
.dropshadow1 {
	background: url(../images/shadow.gif) no-repeat right bottom;
	float: left;
}

.dropshadow1, .dropshadow, .dropshadow3 {
	display: inline-table; /* \*/
	display: block; /**/
}

.dropshadow2 {
	background: url(../images/corner_bl.gif) no-repeat 0px 100%;
}

.dropshadow3 {
	background: url(../images/corner_tr.gif) no-repeat 100% 0px;
	padding: 0 18px 18px 0;
}


/* NEXT AND PREVIOUS LINKS AT BOTTOM */
#bottomnav {
	text-align: right;
}

#bottomnav .next {
}

#bottomnav .prev {
	float: left;
	text-align: left;
	width: auto;
}

#bottomnav a:link,
#bottomnav a:visited {
	border-bottom: 1px dotted;
	text-decoration: none;
}

#bottomnav a:hover {
	border-bottom-style: solid;
}

#bottomnav p {
	clear: both;
}
.description {
	font-size: .8em;
	font-style: italic;
}
.clearleft {
	clear: left;
}
table {
	border:1px solid #CCC;
	border-collapse:collapse;
	background-color: #FFF;
}

td,th{
	border:2px solid #CCC;;
	border-collapse:collapse;
	padding:0px 5px;
	font-size: 90%;
} 
.cite {
	font-size: x-small;
	color: #999999;
	line-height: normal;
	border: 1px solid #CCCCCC;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding: 2px;
}
p.cite {
	padding-left: 10px;
	padding-right: 10px;
}

