/* ------------------------------- Box Styles --------------------------------- */

html body {
	background-attachment: fixed;
	background-color: #663300;
	background-image:url(../_images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 0;
	height: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#mainmenu {
	width: 950px;
	margin: 0 auto;
	height:25px;
	background-color:#000000;
	padding-top: 0px;
}

#flash {
	width: 100%;
	margin: 0 auto;
	height:207px;
	background-color:#000000;
}

#bottomcontent {
	margin-top:10px;
	width: 100%;
	margin: 0 auto;
	height:415px;
	background-image:url("../_images/main_page_bground.jpg");
	background-repeat: no-repeat;
}

#textbox {
	padding-top:30px;
	padding-left:40px;
	width: 350px;
	height:150px;
	font-size:11px;
	line-height:18px;
}

#textbox_collection {
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
	width: 860px;
	font-size:11px;
	line-height:18px;
}

#footer {
	width: 93%;
	padding-top:10px;
	margin: 0 auto;
	height:15px;
	border-top:solid #666666 1px;
	font-size:10px;
	color:#666666;
	line-height:1.5em;
	clear:both;
}

#eventsbox {
	position:inherit;
	float:right;
	width:231px;
	height:136px;
	margin-top:18px;
	margin-right:297px;
	background-color:#000000;
}
	


/* ------------------------------- Intranet Only Styles --------------------------------------- */

#intranetmainmenu {
	width: 950px;
	margin: 0 auto;
	height:28px;
	background-color:#000000;
	padding-top: 0px;
}


#intranetmenubox {
	width: 150px;
	padding-top:10px;
	padding-left:10px;
	font-size:12px;
	border-right: solid 1px #000000;
}

#intranetmenubox ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100px;
}

#intranetmenubox li {
	line-height:25px;
}

#intranetmenubox li a {
	color:#006699;
	text-decoration:none;
	display:block;
}

#intranetmenubox li a:hover {
	text-decoration:underline;
}

#intranetmenubox li a:visited {
	text-decoration:none;
}

#intranetcontent {
	width:755px;
	float:right;
	padding-top:20px;
	padding-right:20px;
	}
	
td {
	font-size:12px;
	}
	
th {
	padding-bottom:10px;
	font-size:12px;
	text-align:left;
	}		

/* ------------------------------- Main Text Styles --------------------------------------- */

h1 {
	font-size:14px;
	color:#006699;
	font-variant: small-caps;
	margin:0;
}

h2 {
	font-size:12px;
	color:#000000;
}

h3 {
	font-size:14px;
	color:#006699;
	margin-bottom:10px;
}


p {
	font-size:11px;
	color:#000000;
	margin:0 0 20px 0;
}

a {
	color:#006699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	text-decoration:none;
}	

/* ------------------------------- Image Floats --------------------------------------- */

.float_left {
	float:left;
	margin-right: 15px;
}

.float_right {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}	




/* ------------------------------- Main Navigation Styles --------------------------------- */


#navcontainer
{
margin: 0;
padding: 0 0 0 0px;
font-size:12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
background: #000;
margin: 0;
padding: 7px 10px;
border-right: 1px solid #333;
}

#navcontainer A:hover, #navcontainer A:active { background: #069; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #333;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #333;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, .subnav A:active { color: #444; }
#subnav A.active:link, .subnav A.active:visited { color: #444; }
#subnav BR, .navcontainer BR { clear: both; }
