@charset "UTF-8";
/* CSS Document */

#home_main_wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto 0 auto;
	
}

#main_container {
	width: 940px;
	height: 970px;
	background-image: url(../images/main_container_background.png);
	background-repeat:repeat;
	padding: 20px;
	margin: 0 0 10px 0;
	-webkit-box-shadow: 0 0 15px #333333;
	box-shadow: 0 0 15px #333333;
	
}

#main_container_02 {
	width: 940px;
	height: 980px;
	background-image: url(../images/main_container_background.png);
	background-repeat:repeat;
	padding: 20px;
	margin: 0 0 10px 0;
	-webkit-box-shadow: 0 0 15px #333333;
	box-shadow: 0 0 15px #333333;
	
}

#main_banner_quote {
	width: 920px;
	height: 120px;
	background-color: #069;
	padding: 11px;
	margin-bottom: 10px;
	
}

#main_banner_quote_text {
	width: 920px;
	height: 130px;
	color: #FFF;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.7em;
	
}

#main_top_wrapper {
	width: 940px;
	height: 65px;
	margin-bottom: 25px;
	
}

#main_body_wrapper {
	width: 925px;
	height: 590px;
	background-color: #76c6e7;
	background-image: url(../images/main_body_background.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 2em;
	
}

#main_body_wrapper_02 {
	width: 925px;
	height: 790px;
	background-color: #76c6e7;
	background-image: url(../images/subpages_body_background.gif);
	background-repeat:no-repeat;
	padding: 5px;
	border: solid 3px #FFFFFF;
	border-radius: 2em;
	
}



/*--navigation bar--*/

#main_nav_wrapper {
	width: 940px;
	height: 55px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}

#nav_wrapper {
	height: 20px;
	width: 600px;
	background-color: #069;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	
	
}

#nav_wrapper_bottom {
	height: 30px;
	width: 550px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	
	
}

#nav {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 0px;
	float:left;
	width: 615px;
	height: 20px;
	position: relative;
	padding-left: 0px;
	
}



#nav li {
	float: left;
	position:relative;
	
}
#nav a {
	display:block;
	border-right: 2px inset #999;
	border-top: none;
	border-left: none;
	border-bottom: none;
	height: 19px;
	padding: 0px 8px 0px 8px;
	color: #fff;
	text-decoration:none;
}



#nav a:hover {
	color:#362119;
	text-decoration:underline;
}

#last_item #last_item_link {
	border-right: none;
	
}

/*--navigation bar bottom--*/

#main_nav_wrapper_02 {
	width: 940px;
	height: 55px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}



#nav_wrapper_02 {
	height: 20px;
	width: 670px;
	background-color: #069;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-top: 15px;
	
	
}


#nav_02 {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	margin-bottom: 0px;
	float:left;
	width: 670px;
	height: 20px;
	position: relative;
	padding-left: 0px;
	
}



#nav_02 li {
	float: right;
	position:relative;
	
}
#nav_02 a {
	display:block;
	border-right: 2px inset #999;
	border-top: none;
	border-left: none;
	border-bottom: none;
	height: 19px;
	padding: 0px 8px 0px 8px;
	color: #fff;
	text-decoration:none;
}



#nav_02 a:hover {
	color:#362119;
	text-decoration:underline;
}


/*--- DROPDOWN ---*/
#nav ul{
	list-style:none;
	width: 200px;
	padding: 0px;
	position:absolute;
	left:-9999px;
	z-index: 1; 
}
#nav ul li{
	padding-top:0px;  
	float: none;
}
#nav ul a {
	white-space:nowrap;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: .1em;
	border-right: 1px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 16px;
}

#nav li:hover ul{ 
	left:0; 
}
#nav li:hover a{ 
	color: #bfaa89;
	text-decoration:none;
}
#nav li:hover ul a{ 
	text-decoration:none;
}
#nav li:hover ul li a:hover{ 
	background:#783127;
	color: #C2B59B;
	 }
#nav #bottom {
	border-bottom: none;
	
}


#nav_social_net {
	width: 313px;
	height: auto;
	float: right;

}

/*--- DROPDOWN BOTTOM ---*/
#nav_02 ul{
	list-style:none;
	width: 200px;
	padding: 0px;
	position:absolute;
	left:-9999px;
	z-index: 1; 
}
#nav_02 ul li{
	padding-top:0px;  
	float: none;
}
#nav_02 ul a {
	white-space:nowrap;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	letter-spacing: .1em;
	border-right: 1px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 16px;
}

#nav_02 li:hover ul{ 
	left:0; 
}
#nav_02 li:hover a{ 
	color: #bfaa89;
	text-decoration:none;
}
#nav_02 li:hover ul a{ 
	text-decoration:none;
}
#nav_02 li:hover ul li a:hover{ 
	background:#783127;
	color: #C2B59B;
	 }
#nav_02 #bottom {
	border-bottom: none;
	
}


/*--navigation_ends--*/


#main_body_text_01 {
	width: 500px;
	height: 90px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #fff;
	line-height: 1.5em;
	padding: 0px 330px 0px 100px;
	margin-top: 130px;
	
}

#main_body_text_02 {
	width: 360px;
	height: 90px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #fff;
	line-height: 1.5em;
	padding: 0px 390px 0px 180px;
	margin-top: 50px;
	
}



.main_body_text {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #fff;
	line-height: 1.5em;
	
}



.main_body_text_h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-weight:900;
	color: #cb4222;
	
	
}

.main_body_text_bold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:900;
	color: #fff;
	
	
}

#subpages_main_body_wrapper {
	width: 900px;
	height: 650px;
	margin: 145px 50px 0 16px;
	
}

#subpages_body_text {
	width: 550px;
	height: auto;
	float: left;
	padding: 5px;
	margin: 0 0 0 0;
	
}

#subpages_image_01 {
	width: 318px;
	height: 400px;
	float: left;
	background-color: #FFF;
	margin: 15px 0 0 15px;
	border: solid 3px #FFFFFF;
	border-radius: 2em;
		
	
}

#subpages_image_01 img {
	border-radius: 1.9em;
	
}

#subpages_image_02 {
	width: 318px;
	height: 400px;
	float: left;
	margin: 15px 0 0 15px;		
	
}


#main_body_bottom_intro {
	width: 915px;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color: #fff;
	line-height: 1.5em;
	background-color: #76c6e7;
	padding: 10px;
	border: solid 3px #FFFFFF;
	border-radius: 1em;
	margin: 10px 0 0px 0;
	
	
}

.main_bottom_intro_bold {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:900;
	color: #fff;
	
}

#footer {
	width: 970px;
	height: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #fff;
	margin: 10px auto 0 auto;
	padding: 5px;
	
}

#footer :hover a {
	color: #bfaa89;
	text-decoration: none;
	
	

}







