@charset "utf-8";
/* CSS Document */

html, body {
	overflow-x:hidden;
}

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	text-align:left;
}

a {
	color:#990000;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	color:#44505c;
}

form {
	margin:0;
}

#container {
	width:950px;
	background:#FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#splash {
	float:left;
	width:406px;
}

#menu {
	background:url(images/menubg.jpg) bottom repeat-x;
}

#topmenu {
	background:url(images/tealbg.jpg) repeat-x;
	height:51px;
	padding:20px 0 0 0;
}
#topmenu a {
	color:#ffffcc;
	font-size:.9em;
	font-weight:bold;
	padding-left:18px;
	text-decoration:none;
	margin:0 20px;
}
#topmenu a:hover {
	text-decoration:underline;
}

#welcome {
	background:#f1efda;
	height:222px;
	margin-top:2px;
	color:#44505c;
	padding:0 15px 0 421px;
	*padding:0 15px;
}
#welcome h1{
	font-family: "Arial Black", Gadget, sans-serif;
	margin:0;
	position:relative;
	left:-100px;
	text-transform:uppercase;
}
#welcome h2 {
	font-family: Verdana, Geneva, sans-serif;
	margin:0;
	position:relative;
	left:60px;
}
#welcome h3 {
	color:#006600;
	margin:.7em 0;
	font-size:18px;
	text-align:left;
}

.footer {
	list-style:none;
	margin:5px 0;
}
.footer li {
	display:inline;
	font-size:12px;
	margin:0;
	padding:0;
}
.footer a {
	margin:0 5px;
}
.footer .selected {
	text-decoration:none;
}

#pagecontainer p{
	margin:1em 10px;
}
#pagecontainer h1 {
	margin:5px 0 0;
	font-size:26px;
}
#pagecontainer h2 {
	font-size:20px;
	margin:0 0 5px;
	text-transform:uppercase;
	text-align:left;
}
#pagecontainer h2 {
	font-size:20px;
	margin:10px 10px 0;
	text-transform:uppercase;
	text-align:left;
}
#pagecontainer li {
	margin-bottom:8px;
}

#pagecontainer #doccontainer p {
	margin:1em 0;
}

.heading {
	background:url(images/headingbg.jpg) repeat-x;
	height:31px;
	padding:12px 0 0 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:2px 0;
}

.feature {
	background:#f1efda;
	padding:5px 10px 10px;
}

.photo {
	border:12px solid white;
	background:black;
	width:155px;
	height:100px;
	display:inline-block;
	
	/* IE inline-block hack */
	zoom:1;
	*display:inline;
}

.loading {
	padding:10px;
	height:437px;
}



#contact {
	float:left;
	width:365px;
	margin:10px 100px 10px 30px;
}

#contact input {
	width:280px;
}

#contact input.button {
	width:auto;
	cursor:pointer;
}

#contact textarea {
	width:280px;
	height:90px;
}





.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
