@charset "utf-8";
/* CSS Document */
/* GLOBAL */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:5px;
	line-height:19px;
	}

a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #551a8b;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#7054a3;
	margin:0;
	padding:0;
	}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#7054a3;
	margin:0;
	padding:0;
	}

/*Layout*/
#container{
	width:964px;
	margin:0 auto;
	}

#header{
	background:url(../images/bg_header.gif) no-repeat;
	height:137px;
	}
	
#logo{
	width:252px;
	height:76px;
	margin:18px 0px 0px 18px;
	position:absolute;
	}
	
#content{
	border-left:solid 5px #c5b9df;
	border-right:solid 5px #c5b9df;
	
	background:url(../images/bg_content_gradient.gif) repeat-x top;
	padding:10px;
	}
#content_footer{
	width:954px;
	border-left:solid 5px #c5b9df;
	border-right:solid 5px #c5b9df;
	border-bottom:solid 5px #c5b9df;
	text-align:right;
	height:39px;
	}
	
#footer{
	margin-top:15px;
	font-size:10px;
	}

#footer a{
	font-size:10px;
	text-decoration:underline;
	color:#000;
	}

#footer a:hover{
	text-decoration:none;
	}


#block_01{
	background:url(../images/bg_block1.png) no-repeat;
	width:633px;
	height:344px;
	padding:30px 20px 20px 25px;
	float:left;
	}

#block_02{
	background:url(../images/bg_form.png) no-repeat;
	width:206px;
	height:298px;
	float:left;
	margin-top:00px;
	margin-left:30px;
	padding:15px 5px 5px 5px;
	}
	
#block_02 .disclaimer-text, #block_02 .disclaimer-text a {
	font-size:11px;
	}
	
#block_02 .formtitle{ font-size:11px;}
#block_02 .textfieldinput{
	width:185px;
	height:13px;
	font-size:11px;
	}

#block_02 .styled_buttonsubmit{
	padding-top:10px;
	}

#block_03{
	width:872px;
	height:215px;
	background:url(../images/bg_block3.gif) no-repeat;
	margin:0 auto;
	padding:20px 20px 20px 30px;
	}

#block_03a{
	width:48%;
	float:left;
	}
	
#block_03b{
	width:48%;
	float:left;
	margin-left:15px;
	}
	
#account_img{
	float:left;
	margin-right:15px;
	}

/*Formatting*/
a.email {
	text-decoration:underline;
	color:#00F;
	}
	
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
