﻿/*
	Tag Styles
*/

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:5px;
	background-image: url('/images/bgtexture.gif');
	background-repeat:repeat;	
	background-attachment:fixed;
}

a
{
	text-decoration: none;
	color: #F15F22;
}

a:hover
{
	color: #F15F22;
	text-decoration: underline;
} 
a:visited 
{
	color: #7F5B34;
}
img
{
	border:0px;
}
li
{
	font-size: 12px;
}
/*
	Generic Styles
*/
.title
{
	font-size: 18px;
	font-weight:bold;
}
.header
{
	font-size: 16px;
	font-style:italic;
	font-weight:bold;
	text-decoration: underline;
}
.subHeader
{
	font-size: 16px;
	font-weight:bold;
}
.small
{
	font-size: 12px;
}


/*
	Main Page (index.htm) 
*/

body.MainPage
{
	background-image: url('/images/bgtexture.gif');
	background-repeat:repeat	
	
	margin:0px;
}
#Page 
{
	background-image:url('/images/background1.gif');
	background-repeat:no-repeat;
	height:605px;
	position:relative;
	top:0px;
	width:983px;
}
#headerlogo
{
	position: absolute;
	top: 6px;
	left: 9px;
}


/* 
	Menu - Styles
*/

#basic-accordian 
{
	font-size: 12px;
	padding:5px;
	position:absolute;
	width:184px;
	z-index:2;
	margin:105px 0 0 3px;
}

.accordion_headings 
{
	background:#45868D none repeat scroll 0%;
	border:1px solid #FFFFFF;
	color:white;
	cursor:pointer;
	font-weight:bold;
	padding:5px;
}
.accordion_headings:hover 
{
	background:#73B4BC none repeat scroll 0%;
}
.accordion_headings a
{
	color:White;
	padding-right:140px
}
.accordion_child 
{
	background:#EEEEEE none repeat scroll 0%;
	padding:15px;
}
.header_highlight 
{
	background:#73B4BC none repeat scroll 0%;
}
 


a.MenuItem
{
	background-color: #EEEEEE;
	margin: 1px 0 1px 0;
	display: block;
	color: #F05F22;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 10px;
	white-space: nowrap;
}

a.MenuItem:hover
{
	background-color: #FFE6A0;
	color: black;
	border: 1px solid #D2B47A;
}

a.MenuLevel1
{
	padding-left: 10px
}

a.MenuLevel2
{
	padding-left: 20px
}
a.MenuLevel3
{
	padding-left: 30px
}



/*
Announcements Sidebar
*/
#announcements_header 
{
	border:1px solid #FFFFFF;
	color:white;
	font-size:12px;
	font-weight:bold;
	left:790px;
	padding:5px;
	position:absolute;
	top:107px;
	width:161px;
}
#announcements 
{
	border:0px none black;
	height:355px;
	left:790px;
	position:absolute;
	top:133px;
	width:171px;
	border:1px solid #FFFFFF;
}
#announcements_body 
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px;
	background-image:none;
}
#announcements_body a
{
	color: blue;
}


/*
Content Area
*/

#content {
	left:197px;
	position:absolute;
	top:102px;
	width:588px;
	height:388px;
	border: none 0px black;
	background-color: #EDE6CA;
}

#video
{
	height:240px;
	width:320px;
}

#videoContent
{
	height: 240px;
	width:320px;
}

#officeAddress
{
	left:835px;
	position:absolute;
	text-align:right;
	top:21px;
	color:#7F5B34;
	font-size:7pt;
	font-weight:bold;
}


#rotator
{
	position: absolute;
	top: 6px;
	left: 320px;
}


