﻿/**************** Page and tag styles ****************/

body {
	color: #000000;
	margin-top:0px;
	margin-left:auto;
	margin-right:0;
	background-color: #c9ffc9;
 	background-image:url('../images/bg-slice.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
}

#container {
	position:relative;
  margin: 0 auto;
  width:900px;
  text-align:left;
}
#top-container{
	position: relative;
  margin: 0 auto;
  width:900px;
	border-bottom:3px black ridge;
}

#menu-container {
	position: absolute;
  margin: 0 auto;
  top:0px;
  width:156px;
  height:900px;
    text-align:left;
 	background-image:url('../images/menu-background.jpg');
 		background-repeat: no-repeat;


}
#content-container {
	position: absolute;
  margin: 0 auto;
  top:0px;
  left:156px;
  float:left;
  width:746px;
}

#header-image{
	position:relative;
	height:146px;
	border:none;
	background-image: url('../images/site-header.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top center;
}
#icon {
	position: absolute;
	border:none;
	margin-top:10px;
	left: 40px;
	filter:alpha(opacity=60);
   opacity:0.60;
}
ul {
	list-style-type:none;
	padding: 5px;
	margin: 15px;
}

li {
	padding-left: 5px;
}

a
{color:blue; font-size:12px; font-weight:normal; text-decoration:underline;}

a:hover
{color:#0000ff; font-weight:bold; text-decoration:underline;}

/**************** Navigation menu styles ****************/

#menu-list {
   position:absolute;
   	margin-top:0px;
	margin-left: 0px;
}

#menu-list ul {
	display: block;
	color: #003366;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: normal;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 5px 0px 18px;
	padding:0px;
}

#menu-list img {
	border-style: none;
}
#menu-list li {
	height: 50px;
	width: 120px;
	margin: 0px 0px 0px 0px;
	padding:0px;	

}
#menu-list a.passive {
   text-decoration: none;
	display: block;
	height: 50px;
	width: 120px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#active-page {
	display: block;
	height: 50px;
	width: 120px;
	margin:0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
   color: #000000;
}
#menu-list a.passive:hover {
   color:#000066;
	height: 50px;
	width: 120px;
   text-decoration: none;
	background-color: #99ff99;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#menu-list a.active:hover {
   color:#505050; 
   text-decoration: none;

}

/**************** Content area styles ****************/
#page-content-area {

	margin: 0px 0px 0px 0px;
	overflow:auto;
	background-color: #c9ffc9;
 	background-image:url('../images/content-bg-slice.jpg');
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align:left;
   color: #000000;
}
#page-content {
	margin:0px 0px 0px 0px; 
	padding:10px;

}

#page-content p {
	color: #003399;
	font-size:medium;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
   color: #000000;
}
#page-content h1
{
	margin: 0;
	color: #009900;
	font-size: 2.5em;
	letter-spacing: normal;
	text-align: center;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
}
#page-content h2
{
	clear: both;
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 2em;
	color: #CC3300;
	text-decoration: underline;
}
#page-content h3
{
	clear: both;
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 1.75em;
	color: #003300;
}

#page-content h4
{
	clear: both;
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 1.5em;
	color: #CC3300;
}
#page-content blockquote {
	font-size:20px;
}

#content-menu {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:746px;
	height:50px;
	background-color: #aaffaa;
}
.content-form {
width:500px; height:450px; overflow:visible; text-align: left;
}
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 3px solid #ffa1a3; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: black;
}

#thicktabs li a:hover{
color: black;
background-image: url(../images/pinkbgover.gif); /*background image swap on hover*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->



p.page-content a {color:blue; font-size:11px; font-weight:normal; text-decoration:underline;}

p.page-content a:hover {color:#0000ff; font-weight:bold; text-decoration:underline;}

.caption {
	text-align: center;
	font-size: xx-small;
	font-style: italic;
}
.formal { text-align:left; font-family:serif; font-size:110%; }
.formal1 { margin:0 16px 0 24px; text-align:left; font-family:serif; font-size:110%; }
.formal2 { margin:0 20px 0 20px; text-align:justify; font-family:serif; font-size:110%; }
.short { height:8px; font-size:75%; line-height:75%; }
.big-note {
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #003366;
}
