@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #E6DDC5;
	background-image: url(../images/bg_site.gif);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #794D2D;
}	

#container {
	width: 850px;
	margin: 25px auto;
	padding: 0;
}

#main_top {
	width: 850px;
	height: 480px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header_main_850x480.jpg);
	background-repeat: no-repeat;
}

#inside_top {
	width: 850px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-image: url(../images/header_inside_850x220.jpg);
	background-repeat: no-repeat;
}

#main_mid {
	width: 850px;
	margin: 0;
	padding: 23px 0 0 0;
	background-color: #faf8f3;
	background-image: url(../images/bg_mainBot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#main_mid_col1 {
	float: left;
	width: 377px;
	margin: 0 0 25px 23px;
	padding: 0 23px 0 0;
	border-right: 1px solid #dacdc1;
}

#main_mid_col2 {
	width: 384px;
	margin: 0 0 0 445px;
	padding: 0;
}

#main_mid h1 {
	font-size: 28px;
	padding: 0;
	margin: 0;
	}

a.mid_link:link, a.mid_link:active, a.mid_link:visited {
	font-size: 16px;
	text-decoration: none;	
}

a.mid_link:hover {
	font-size: 16px;
	text-decoration: underline;	
}

#inside_mid {
	width: 800px;
	min-height: 400px;
	margin: 0 auto;
	padding: 23px 25px;
	background-color: #faf8f3;
	background-image: url(../images/bg_mainBot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*
#inside_mid_col1 {
	float: left;
	width: 377px;
	margin: 0 0 25px 23px;
	padding: 0 23px 0 0;
	border-right: 1px solid #dacdc1;
}

#inside_mid_col2 {
	width: 384px;
	margin: 0 0 0 445px;
	padding: 0;
}
*/

#inside_mid h1 {
	font-size: 28px;
	padding: 0;
	margin: 0;
	
	}
	

#footer {
	width: 850px;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
}

#footer_design {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}


/* navigation */

#nav {
	float: right;
     width: 460px;
	 height: 10px;
     margin: 20px 0 0 0;
	 padding: 4px 0;
	 text-align: center;
     }

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#nav li {
	display: block;
	float: left;
}

#nav a:link,
#nav a:visited {
	width: auto;
	padding: 4px 9px;
	text-decoration: none;
	display: inline;
	text-align: center;     
	voice-family: "\"}\"";   
	voice-family: inherit;
	font-size: 15px;
	font-weight: normal;
	}

#nav a:hover {
	text-decoration: none;
	color: #1670B9;
	background-color: #E6DDC5;
	}

/* end navigation */

a:link, a:active, a:visited  {
	color: #004F8C;
	text-decoration: underline;
	}
	
a:hover {
	color: #1D6EAC;
	}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	color: #00528C;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	}

ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.small {
	font-size: 11px;
}

.inside_photoRT {
	padding: 0 0 10px 20px;
}