/* CSS Document */

body {
	/* background-image:url('images/shadow.jpg');
	background-repeat:repeat-y; */
	background-color:#fff;
	font-family:Rockwell, Georgia, "Times New Roman", Times, serif;
	margin:0px;
	background-position:0px;
}

.concept {
margin-top:200px;
margin-left:auto;
margin-right:auto;
z-index:1;
}

.container {
width:900px;
position:relative;
margin:auto;
height:100%;
background-image:url(images/shadow.jpg);
background-repeat:repeat-y;
}

.brown_box  {
    background-image:url(images/brown_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
background-color:#553f30;
padding:10px 20px 10px 20px;
	margin:auto;
	width:760px;
}

.blue_box  {
    background-image:url(images/blue_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
background-color:#91a9c5;
padding:10px 20px 10px 20px;
	margin:auto;
	width:760px;
}

.green_box  {
    background-image:url(images/green_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
background-color:#80ac31;
padding:10px 20px 10px 20px;
	margin:auto;
	width:760px;
}

.yellow_box  {
    background-image:url(images/yellow_shadow.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#edce97;
	padding:10px 20px 10px 20px;
	margin:auto;
	width:760px;
}

.brown_shadow  {
    background-image:url(images/brown_bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
    background-color:#553f30;
	margin:auto;
	width:800px;
	height:25px;
}

.blue_shadow  {
    background-image:url(images/blue_bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
    background-color:#91a9c5;
	margin:auto;
	width:800px;
	height:25px;
}

.green_shadow  {
    background-image:url(images/green_bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
    background-color:#80ac31;
	margin:auto;
	width:800px;
	height:25px;
}

.yellow_shadow  {
    background-image:url(images/yellow_bottom_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
    background-color:#edce97;
	margin:auto;
	width:800px;
	height:25px;
}

.blue_line  {
background-color:#627285;
height:15px;
	width:800px;
	margin: auto;
}

.brown_line  {
	background-color:#36281f;
	height:15px;
	width:800px;
	margin: auto;
}

.green_line  {
background-color:#314900;
height:15px;
	width:800px;
	margin: auto;
}

.headline  {
color:#7f6447;
font-size:50px;
padding:0px;
font-weight:bold;
}

.brown_body_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:12px;
color:#553f30;
line-height:20px;
padding:5px 20px 20px 20px;
}

.yellow_body_text  {
	font-family:Verdana, Helvetica, Verdana, Arial;
	font-size:12px;
	color:#7f6447;
	line-height:20px;
	padding:5px 20px 5px 20px;
}

.blue_body_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:12px;
color:#c2d5d9;
line-height:20px;
padding:5px 20px 5px 20px;
}

.green_body_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:12px;
color:#314900;
line-height:20px;
padding:5px 20px 5px 20px;
}

.brown_footer_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:11px;
color:#553f30;
text-align:center;
}

.yellow_footer_text  {
	font-family:Verdana, Helvetica, Verdana, Arial;
	font-size:11px;
	color:#7f6447;
	text-align:center;
}

.blue_footer_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:11px;
color:#c2d5d9;
text-align:center;
}

.green_footer_text  {
font-family:Verdana, Helvetica, Verdana, Arial;
font-size:11px;
color:#314900;
text-align:center;
}

.blue_body_text a, a:visited {
color:#658ea8;
text-decoration:none;
}

.blue_body_text a:hover {
color:#80b3d4;
text-decoration:none;
}

.yellow_body_text a, a:visited {
color:#8f7449;
text-decoration:none;
}

.yellow_body_text a:hover {
color:#8f7449;
text-decoration:underline;
}

a, a:visited {
color:#7f6447;
text-decoration:none;
font-weight:bold;
font-size:12px;
}

a:hover {
color:#7f6447;
text-decoration:underline;
font-size:12px;
}

.big_link a, .big_link a:visited {
font:Verdana, Arial, Helvetica, sans-serif;
color:#7f6447;
text-decoration:none;
font-weight:bold;
font-size:25px;
}

.big_link a:hover {
font:Verdana, Arial, Helvetica, sans-serif;
color:#7f6447;
text-decoration:underline;
font-weight:bold;
font-size:25px;
}

.brown_subhead {
	color:#553f30;
	font-size:30px;
	border-bottom: #553f30;
	border-bottom-width:2px;
	border-bottom-style: solid;
	padding-top:10px;
}

.yellow_subhead {
	color:#fefaba;
	font-size:30px;	
	border-bottom: #fefaba;
	border-bottom-width:2px;
	border-bottom-style: solid;
	padding-top:10px;
	}

.blue_subhead {
	color:#c2d5d9;
	font-size:30px;	
	border-bottom: #c2d5d9;
	border-bottom-width:2px;
	border-bottom-style: solid;
	padding-top:10px;
	}

.green_subhead {
	color:#314900;
	font-size:30px;
	border-bottom: #314900;
	border-bottom-width:2px;
	border-bottom-style: solid;
	padding-top:10px;
}

table {
margin:auto;
}

input {
background-color:#fff;
}

.small, .small a, .small a:hover, .small a:visited {
font-size:10px;
color:#314900;
}

#map {
position:auto;
margin:auto;
border-width:10px;
border-color:#8a664e;
}

.brown_breadcrumbs, .brown_breadcrumbs a, .brown_breadcrumbs a:visited {
color:#553f30;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin-bottom:10px;
}

.brown_breadcrumbs a:hover {
color:#553f30;
text-decoration:underline;
}

.green_breadcrumbs, .green_breadcrumbs a, .green_breadcrumbs a:visited {
color:#314900;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin-bottom:10px;
}

.green_breadcrumbs a:hover {
color:#314900;
text-decoration:underline;
}

.blue_breadcrumbs, .blue_breadcrumbs a, .blue_breadcrumbs a:visited {
color:#c2d5d9;
font-size:12px;
font-weight:bold;
text-decoration:none;
margin-bottom:10px;
}

.blue_breadcrumbs a:hover {
color:#c2d5d9;
text-decoration:underline;
}

img {
margin:auto;
}
