﻿html, body{
	height:100%
}

body{
	background-position: top;
	background-color: #808080;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h1{
	font-size: 20px;
	padding-top: 20px;
}

h2{
	font-size:medium;
	padding-bottom:0px;
	margin-bottom:-5px;

}

p{
	padding:0px 10px 0px 0px;
	margin-top:0px;
}

#mdiv{
	background-color: #eeeeee;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;

}

.maintext{
	color: #333333;
	font-size: small;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	clear:left;
	border:0px;
}

.maintext a:link, .maintext a:visited{
	color: #000080;
	text-decoration:none;
}

.maintext a:hover{
	color: #FFA500;
	text-decoration:none;
}


.gallery{
	color: #333333;
	font-size: small;
	font-weight:bold;
	margin:10px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	clear:left;
	border:0px;
	text-align:center;
}

.gallery_image{
	border:thin #333333 solid; margin-right:20px; border-bottom-width: medium; border-right-width: medium; width:200px;height:125px; 
}
.maintext p, .maintext h1, .maintext h2, .gallery p, .gallery h1, .gallery h2{
	text-align:center;
	padding-right:10px;
	font-weight:bold;
}

.gallery a:link, .gallery a:visited {
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 20px;
	font-weight:normal;
	text-align:center;
}

.gallery a:hover{
	color: #0000FF;
	text-decoration: underline;
}   

.bluebox_small{
	background-image:url('images/bluebox_sm.png');
	height:270px;
	width:370px;
	color:white;  /*remove color and font weight when action activated*/
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.bluebox_small p{
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	text-align:center;
}

.bluebox_small a:link, .bluebox_small a:visited {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

.bluebox_small a:hover{
	color:orange;
}

.bluebox_large{
	background-image: url('images/bluebox_lg_middle.png');
	background-repeat: repeat-y;
	width: 760px;
	color: white;
	margin-left: 5px;
	margin-right: 25px;
	font-weight: bold;
}

.bluebox_large p, .bluebox_large h1{
	text-align:left;
}

.orangebox_small, .orangebox_small a:link, .orangebox_small a:visited {
	text-decoration:none;
	width: 725px;
	height: 150px;
	color: #000080;
	margin-left:15px;
}

.orangebox_small a:hover{
	color: #0066FF
}

.orangebox_large{
	background-image:url('images/orangebox_lg_middle.png');
	background-repeat:repeat-y;
	width:760px;
	color:#000080;
	margin-left:5px;
	margin-right:25px;
	font-weight:bold;
	text-align:left;
}

.italic_text{
	font-style: italic;
	font-weight: 500;
	font-size: small;
	color: #FFA500;
	width: 730px;
	margin:0px 10px 0px 15px;
}

.icon{
	height:70px;
	width:70px;
	margin-left:8px;
	margin-top:10px;
	float:left;
}

.indentmenu{
	font: bold small Verdana;
	width:1008px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 25px 0px;

}

.indentmenu ul{
	border: 1px solid #333333; /*grey border*/
	margin: 0;
	padding: 0;
	float: left;
	width: 95%; /*width of menu*/;
	background: black url('images/indentmenu1.jpg') center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #111111; /*text color*/;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px #222222 solid; /*divider between menu items*/
}

.indentmenu ul li a:visited{
	font: bold small Verdana;
	color: #111111;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #000000; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/;
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/;
	background: black url('images/indentmenu2.jpg') center;
}

#logo{
	width:960px;
	height:auto;
	top:10px;
}

#imagecache{
	left: 100px;
	position: absolute;
	top: 100px;
}
	



