/* DIVS */

body
{
	margin: 0;
	padding: 0;
}

#container
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#tabs
{
	display: none;
}

#breadcrumb
{
	margin: 0;
	padding: 0;
	height: 20px;
}

#search
{
	display: none;
}

#admin
{
	display: none;
}

#navigation
{
	display: none;
}

#content
{
	margin: 20px 0 0 0;
	padding: 0;
	width: 100%;
	float: left;
}

#links
{
	display: none;
}

#FlashID1
{
	display: none;
}

#slideshow1, #slideshow2
{
	width: 100%;	
}

#item1, #item2, #item3
{
	margin: 50px 30px 0 0;
	padding: 0;
	width: 218px;
	float: left;
}

#item4
{
	margin: 50px 0 0 0;
	padding: 0;
	width: 218px;
	float: left;
}

#objects
{
	display: none;
}

#footer
{
	display: none;
}

#logos
{
	display: none;
}

#copyright
{
	display: block;
	clear: both;
	width: 100%;
	float: left;
	border-top: 1px solid #555;
	font-size: 10pt;
}

#copyright p
{
	margin: 0;
	padding: 3px 0 0 0;
	font-size: 10pt;
	color: #555;
	text-align: right;
}


/* BODY */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}


/* HEADER */

#header img
{
	border: none;
}

#header h1
{
	margin: 0;
	padding: 0;
}

.hide
{
	display: none;		
}


/* CONTENT */

#content h1
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 12pt;
	color: #FFF;
	background: #AAA;
	font-weight: normal;
	clear: both;
}

#content h2
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 11pt;
	color: #AAA;
	background: #C9E1ED;
	font-weight: normal;
	clear: both;
}

#content h3
{
	margin: 20px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 11pt;
	color: #AAA;
	font-weight: normal;
	border-bottom: 1px solid #AAA;
	clear: both;
}

#content h4
{
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 11pt;
	color: #AAA;
	font-weight: normal;
	clear: both;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11pt;
	color: #555;
	line-height: 1.5em;
}

#content ul, #content ol
{
	margin: 0 30px 20px 30px;
	padding: 0;
}

#content li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 11pt;
	color: #555;
	line-height: 1.5em;
}

#content ul ul
{
	margin: 5px 20px -15px 20px;
}

#content ul ul li
{
	font-size: 11pt;
	list-style: circle;
}

#content ul ul ul li
{
	font-size: 11pt;
	list-style: disc;
}

#content a
{
	color: #36C;	
	text-decoration: underline;
}

#content a:hover
{
	color: #E00;
}

#content a.doc
{
	padding-left: 19px;
	background: url(../images/doc.gif) left center no-repeat;
	display: inline-block;
}

#content a.url
{
	padding-right: 15px;
	background: url(../images/url.gif) right center no-repeat;
	display: inline-block;
}

#content a.mp3
{
	padding-left: 19px;
	background: url(../images/mp3.gif) left center no-repeat;
	display: inline-block;
}

#content a.pdf
{
	padding-left: 19px;
	background: url(../images/pdf.gif) left center no-repeat;
	display: inline-block;
}

#content a.ppt
{
	padding-left: 19px;
	background: url(../images/ppt.gif) left center no-repeat;
	display: inline-block;
}

#content a.xls
{
	padding-left: 19px;
	background: url(../images/xls.gif) left center no-repeat;
	display: inline-block;
}

#content a.zip
{
	padding-left: 19px;
	background: url(../images/zip.gif) left center no-repeat;
	display: inline-block;
}

#content form
{
	margin: 0;
	padding: 0;
}

#content input, #content textarea, #content select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}

#content table
{
	margin: 0;
	border: 1px solid #C9E1ED;
	border-bottom: none;
}

#content table td
{
	margin: 0;
	padding: 5px;
	font-size: 11pt;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #C9E1ED;
}

#content table td p
{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
}

#content table th
{
	margin: 0;
	padding: 5px;
	font-size: 11pt;
	color: #AAA;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #C9E1ED;
	border-bottom: 1px solid #FFF;
}

#content table.no_border, #content table.no_border tr td
{
	border: none;
}

#content .half_width
{
	width: 50%;
}

#content .number
{
	width: 20px;
	text-align: center;
}

#content .padding_left
{
	padding-left: 20px;
}

#content .small
{
	font-size: 10pt;
}

#content .highlight
{
	padding: 5px;
	background: #C9E1ED;
	line-height: 1.5em;
	display: block;
}


/* HOMEPAGE */

#slideshowText
{
	margin: 0;
	padding: 0;
	width: 313px;
	height: 300px;
	float: left;
}

#slideshowImage
{
	margin: 0;
	padding: 0;
	width: 657px;
	height: 300px;
	float: left;
}

#slideshowTitle
{
	margin: 0;
	padding: 0;
	width: 283px;
	height: 150px;
}

#slideshowDescription
{
	margin: 0;
	padding: 0;
	width: 283px;
	height: 150px;
}

.slideshow #slideshowTitle h1
{
	margin: 0;
	padding: 30px 0 0 0;
	color: #AAA;
	background: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
}

#item1, #item2, #item3, #item4
{
	border: 1px solid #C9E1ED;
}

#item1 h2, #item2 h2, #item3 h2, #item4 h2
{
	margin: 0;
	padding: 0;
	background: #C9E1ED;
	color: #AAA;
	display: block;
	font-weight: bold;
}

#item1 p, #item2 p, #item3 p, #item4 p
{
	margin: 0;
	padding: 5px;
}


#item1 img, #item2 img, #item3 img, #item4 img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#item1 h2 a, #item2 h2 a, #item3 h2 a, #item4 h2 a
{
	margin: 0;
	padding: 3px 5px;
	color: #AAA;
	text-decoration: none;
	display: block;
}

#item1 h2 a:hover, #item2 h2 a:hover, #item3 h2 a:hover, #item4 h2 a:hover
{
	color: #FFF;
	background-color: #AAA;
}

#item1 p a, #item2 p a, #item3 p a, #item4 p a
{
	display: inline;
	color: #36C;	
	text-decoration: underline;
}

#item1 p a:hover, #item2 p a:hover, #item3 p a:hover, #item4 p a:hover
{
	color: #E00;
}


/* BREADCRUMB */

#breadcrumb p
{
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 10pt;
}

#breadcrumb a
{
	color: #555;
	text-decoration: none;
}


/* LAYOUT STYLES */

.center
{
	text-align: center;
}

.left
{
	float: left;	
}

.right
{
	float: right;
	display: none;
}

.clear
{
	clear: both;
}