body 
{
    background:  #CBC8BC url(../images/bg_1.jpg) repeat-x top;
	text-align:center;
	margin-top:0;
}

a	{ 
    color: #2E6695; 
    text-decoration: none;
	}
	
a:hover {
	text-decoration:underline;
	color: #2E6695;
	}

a:visited {
	color: #2E6695;
	text-decoration: none;
	outline:none;
	}

a:active {
	color: #2E6695;
	outline:none;
	}

p 	{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #282828;
	line-height:1.6em;
	text-align:justify;
	padding:5px;
	}
	
.paragraph_style {
    color: rgb(44, 102, 146);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 10px;
	padding-bottom: 10px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
	background-color:#CBC8BC;
}

h1{
    color: rgb(44, 102, 146);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 35px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 25px;
    text-transform: none;
	background-color:#ededed;
}
	
ul {
	text-align:left;
	margin:0;
	padding:0;
	}
	
hr {
border: 0;
color: #5C88AD;
background-color: #5C88AD;
height: 1px;
width: 100%;
text-align: left;
clear:both;
margin:5px 0;
padding:0;
}
	
img {
	border:1px solid #CCC;
	padding:5px;
	background-color:#ededed;
	}
	
figcaption {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #282828;
	line-height:1.6em;
	padding:10px;
	}
	

#box {
	position:relative; /* THIS HELPS POSITION THE NAV BAR */
	width:750px;
	margin:auto;
	background-color:#e4e1d6;
	}
	
#top 	{
	height:215px;
	margin-bottom:15px;
	background: #2c6692 url(banner.jpg) center top no-repeat;
		}
	
#block {
	text-align:center;
	padding:0 15px 0 15px;
	background-color:#ededed;
	}
	
#block ul {	
	line-height:1.4em;
	list-style-type: dot;
		}
	
#block ul li {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #282828;
	margin:5px 0 5px 40px;
	}
	
.f_left {
	float:left;
	}
	
.gallery {
	line-height: 200px;
		}

.gallery img {
	width:150px;
	vertical-align: middle;
	margin:10px;
	}
	
		
#address {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(44, 102, 146);
	margin:15px 0 15px 0;
	clear:both;
	}
	
#footer {
	clear:both;
	background-color: #7499B8;
	padding:20px 0 20px 0;
	margin-top:15px;
	border-top:2px solid #2e6695;
	}
	
#footer span {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #282828;
	line-height:1.6em;
	text-align:center;
	}
	
#footer p {
	color:#fff;
	}
	
#gallery #left {
	width:0;
	}
	
#gallery #block {
	width:815px;
	text-align:left;
	}

/* ------------- nav ---------------- */

#nav {
	position:absolute;
	top:174px;
	left:0;
	width: 100%;
    margin-left: auto ;
    margin-right: auto ;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	}
	
#nav ul  {
	list-style-type: none;
    text-align: center;
	background-color:#2e6695;
}
	
#nav ul li {
    display:inline-block;
	position:relative;
	width:110px;
}
	
#nav li a {
	display: block;
	padding: 3px 8px;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #ccc;
    text-decoration: none;
	}
	
#nav ul li:hover {
	background-color:#7498ba;
	}
	
#nav li a:hover {
	color: #fff;
	}
	
#nav .selected a {
	color:#fff;}
	
#nav li ul
{

margin:0px;
padding: 3px 3px;
display:none;
position:absolute;
left:-30px; top:45px;

}

#nav li:hover ul
{
display:block;
width:155px;

border-bottom:2px solid #ccc;
border-left:2px solid #ccc;
border-right:2px solid #ccc;
}

#nav li li
{
list-style:none;
display:list-item;
width:100%;
}
	
/* --------- CONTACT -------*/

.input_bar {
	width:300px;
	margin:10px;
	}
	
.input_box {
	width:500px;
	}
	




