*{
	margin:0;padding:0;
}
html{
	font-size: 100%;
}
body {
	width: 100%;
	color: #1A3728;
	background-color: #DDF3FF;
	font-size: 62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#wrapper{
	width: 800px;
	margin:3px auto;
	border: 2px solid #FFFFFF;
}
#container{
	background: #CFEDFF url(../../assets/images/site/regular-background.jpg) no-repeat bottom left;
	padding-bottom: 2em;
	
}
div#logo{
	width: 55%;
	float: right;
	text-align: right;
	position: relative;
	background-image:url(../images/site/logo.jpg);
	width:440px;
	height:202px;
	background-repeat:no-repeat;

}
#logo img{
	border: none;
}
#mainnavigation{
	width: 40%;
	position: relative;
	left: 1.5em; 
	background-color: #9BD8E5;
	height: 20.2em;
}
#mainnavigation ul{
	text-transform: uppercase;
	list-style-type: none;
	font-size: 1.5em;
	left: 0.5em;
	padding : 0 0 0 0.5em;
	position: relative;
	left: 0;
	top: 0.5em;
}
#mainnavigation li{

}
#mainnavigation li a{
	text-decoration: none;
	color: #1A3728;
	display: block;
	height: 21px;
	width: 270px;
	background: url(../../assets/images/site/mainnav-background.gif) no-repeat bottom left;
	padding: 5px 0 0 2em;
}
#mainnavigation li a.select{
	background-position: 0 0;
	cursor: default;
	color: #D86A84;
}
#mainnavigation li a.select:hover{
	background-position: 0 0;
	cursor: default;
	color: #D86A84;
}
#mainnavigation li a:hover{
	background-position: 0 -26px;
}
#content{
	clear: both;
	width: 80%;
	left: 1.5em;
	position: relative;
	top: 0.5em;
}

div.translucent_box{
	position: relative;
	margin-bottom: 1em;
}
div.translucent_box_background{
   background-color: #fafafa;      
   filter:alpha(opacity=50);
   opacity: 0.5;
   width: 100%;
   height: 40em;
   padding: 1.5em;
}

div.translucent_box_content{
   background-color: transparent;   
   position: absolute;         
   z-index: 2; 
   top: 0;
   left: 0;
   width: 100%;
   height: 40em;
   padding: 1.5em;
}


#footer{
	width: 100%;
	padding: 0.5em 0 0.5em 0.1em;
	background: #FFFFFF;
	height: 1.5em;
}
#footertext{
	float: left;
}
#site{
	float: right;
}
#site a{
	color:#D86A84;
}
div#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.white{
	color: #FFFFFF;
}
.blue{
	color:#9BD8E5;
}
.pink{
	color:#D86A84;
	font-weight: bold;
}
.green{
	color: #96BF55;
}
.bold{
	font-weight: bold;
}
.dark_green{
	color: #1A3728;
}
.hidden{
	display: none;
}
.invisible{
	visibility: hidden;
	font-size: 10%;
}
.image_left{
	float: left;
}
.image_right{
	float: right;
}

a {
	color: #1A3728;
	text-decoration: none;
	
}

img {
	border: 2px solid white;
}
p{
	font-size: 1.3em;
	line-height: 1.3em;
}
p.small_italic{
	font-size: 1em;
	font-style:italic;
}
h1 {
	font-size: 2.3em;
	margin-bottom: 1em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.1em;
}
table{
	width: 100%;

}
table td{
	vertical-align: top;
}
