* {margin: 0; padding: 0;}

html{
	min-height: 100%;
	height: auto;
}

body{	
	color: #003071;
	background: #91bde4 url(images/footer_back.gif) 0px bottom repeat-x;	
	font: 12px Times New Roman, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a{
	color: #3570c1;
	text-decoration: none;
}

p{
	padding: 5px 0px 5px 0px;
}

h1{
	color: #f47f24;
	font-size: 32px;
}

h2{
	color: #f47f24;
	font-size: 24px;
}

h4{
	color: #f47f24;
	font-size: 18px;
}

textarea,  input{
	font: 14px Times New Roman, serif;
}

/*-- MAIN ELEMENTS --*/

.clear{
	clear: both;
}

.header{
	width: 100%;
	background: url(images/bg.gif) repeat-x;
}

.container{
	background: url(images/main_bg.gif);
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.header_1{
	background: url(images/header.jpg) no-repeat;
	width: 990px;
	height: 52px;
}

.header_2{
	background: url(images/header_2.jpg) no-repeat;
	width: 734px;
	height: 119px;
	float: left;
	display: block;
}


a.logo{
	background: url(images/logo.gif) no-repeat;
	width: 256px;
	height: 139px;
	display: block;
	float: left;
	text-indent: -9999px;
}

.nav{
	background: yellow;
	float: right;
	display: inline;
	list-style: none;
	margin: 0px 15px 0px 0px;
	border-top: 1px solid #e5e5e6;
	border-left: 1px solid #e5e5e6;
}

.nav li{
	float: left;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.nav li a{
	color: #ffffff;
	background: #0081c6;
	display: block;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
}

.nav li a:HOVER{
	background: #0e59c1;
}

.nav li.selected a, .nav li.selected a:HOVER{
	background: #f47f24;
}

.nav li.nav_1{
	border-left: 1px solid #ffffff;
}

.wrapper{
	width: 990px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.main{
	background: url(images/main_bg.gif);
	width: 990px;
}

.header_strip{
	background: url(images/header_strip.gif) no-repeat;
	width: 990px;
	height: 38px;
}

.left{
	width: 360px;
	float: left;
	margin: 10px 0px 0px 25px;
	display: inline;
}

.left .pic{
	background: url(images/home_pic.jpg) no-repeat;
	width: 358px;
	height: 360px;
}

.right{
	width: 550px;
	float: right;
	margin: 10px 25px 0px 0px;
	display: inline;
}

.right .points{
	float: left;
	margin: 5px 0px 0px 0px;
}

.right .points ul{
	width: 550px;
	margin: 5px 0px 0px 0px;
	float: left;
	list-style: none;
}

.right .points li{
	background: url(images/points_icon.gif) 0px 3px no-repeat;
	padding: 4px 5px 4px 22px;
}

.right .video{
	background: #d2e8fb;
	width: 258px;
	height: 172px;
	float: left;
	margin: 15px 0px 0px 0px;
}

.right a{
	text-decoration: underline;
	font-weight: bold;
}

.right a:HOVER, .nav_footer a.mail:HOVER{
	text-decoration: none;
}


/*-- OUR FAMILY --*/

.family .content{
	width: 935px;
	margin: 10px 0px 0px 25px;
}

.family h1{
	padding-bottom: 15px;
}

.family .member{
	padding: 10px 0px 10px 0px;
}

.family .member .pic{
	float: left;
	padding: 0px 10px 5px 0px;
}

/*-- REGISTRATION --*/

.registration .left{
	margin: 10px 0px 0px 25px;
}

.registration .pic{
	background: url(images/registration_pic.jpg) 0px 10px no-repeat;
	width: 358px;
	height: 515px;
}

.registration h4{
	padding-top: 15px;
}

.registration .registration_form{
	border: 1px solid #e5e5e6;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.registration .registration_form table{
	width: 538px;
}

.registration .registration_form td{
	width: 50%;
	padding: 4px 20px 4px 20px;
}

.registration .registration_form input, .registration .registration_form textarea{
	width: 100%;
}

.registration .registration_form input.radio{
	width: 12px;
	height: 12px;
}

.registration .registration_form input.button{
	width: 160px;
	text-align: center;
}

.registration .registration_form textarea{
	height: 92px;
}

.registration .registration_form label{
	display: block;
}

/*-- SERVICES --*/

.services .pic{
	background: url(images/services_pic.jpg) 0px 20px no-repeat;
	width: 358px;
	height: 441px;
}

/*-- GALLERY --*/

.gallery .gallery_bg{
	background: url(images/gallery_back.jpg) center 80px no-repeat;
}

.gallery .content{
	width: 935px;
	margin: 10px 0px 0px 25px;
}

.gallery h1{
	padding-bottom: 15px;
}

.gallery .large_picture{
	height: 530px;
	text-align: center;
}

.gallery .large_picture a{
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.gallery .large_picture a.previous, .gallery .large_picture a.next{
	background: #0081c6;
	float: left;
	display: block;
	padding: 4px;
}

.gallery .large_picture a:HOVER{
	background: #92bee4;
}

.gallery .large_picture a.next{
	float: right;
}

.gallery .large_picture img{
	clear: all;
}

.gallery .thumbnails{
	background: #f6f6f6;
	width: 930px;
	height: 160px;
	border: 1px solid #e5e5e6;
	margin: 5px 0px 0px 0px;	
	valign: top;
	overflow-x: auto;
	overflow-y: none;
}

.gallery .thumbnails a{
	background: #ffffff;
	float: left;
	padding: 10px 7px 10px 7px;
	margin: 10px 2px 10px 2px;
	text-align: center;
	display: inline;
}

.gallery .thumbnails a img{
	margin: 0px auto 0px auto;
}

.gallery .thumbnails .inner{
	width: 5325px;
}



/*-- NEWSLETTER --*/

.newsletter{
	background: url(images/handprints.jpg) right bottom no-repeat;
	border: 1px solid #e5e5e6;
	margin: 0px 0px 0px 10px;
	padding: 8px;
}

.newsletter h2{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.newsletter label, .newsletter input{
	display: block;
	margin: 0px 0px 0px 12%; 
}

.newsletter label{
	font-weight: bold;
}

.newsletter input{
	width: 74%;
	margin-bottom: 5px;
}

.newsletter input.button{
	width: 100px;
	display: inline;
}


/*-- FOOTER --*/

.footer{
	background: url(images/footer.gif) no-repeat;
	width: 990px;
	height: 27px;
	clear: both;
}

.nav_footer{
	color: #3570c1;
	text-align: center;
	margin: 5px 0px 40px 0px;
}

.nav_footer a{
	text-decoration: underline;
	font-weight: bold;
}

.nav_footer a:HOVER, .nav_footer a.mail:HOVER{
	text-decoration: none;
}

.nav_footer a.mail{
	color: #ffffff;
	text-decoration: underline;
	line-height: 24px;
	font-weight: normal;
}
