* {margin: 0px; padding: 0px; outline: none;}

body {
	background-color: #3C6791;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	line-height: 160%;
}

.clear {
	clear: both;
}

img {border: none;}
h2 {
	font-size: 115%;
	font-weight: bold;
	color: #366088;
	font-variant: small-caps;
	margin-bottom: 25px;
}
h3 {
	font-size: 115%;
	font-weight: bold;
	color: #366088;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 15px;
}
h1 {
	color: #366088;
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-weight: bold;
}

#main_content a{
	text-decoration: none;
	color: #688CAE;
	border-bottom:dotted 1px #cccccc;
}

.dotted_border{
	text-decoration: none;
	color: #688CAE;
	border-bottom:dotted 1px #cccccc;
}

#main_content a:hover{
	text-decoration: none;
	color: #688CAE;
	border-bottom:dotted 1px #333333;
}


.blue_bold {
	font-size: 100%;
	color: #366088;
	font-weight: normal;
}

.blue_strong {
	font-size: 100%;
	color: #366088;
	font-weight: bold;
}


#wrapper1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	margin-top: 10px;
	
}

#wrapper {
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	
}

#top {
	height: 234px;
	width: 960px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F4F4F4;
}
#quick_menu {
	float: right;
	height: 23px;
	width: 142px;
	background-image: url(images/bg_quickmenu.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	margin-top: 20px;
	padding-top: 17px;
}

#quick_menu img {
	border: none;
}

#quick_menu a {
	margin-left: 18px;
}


#left_column {width: 322px; float: left;}
#right_column {width: 615px; float: right;}
#grey_box {
	background-color: #F5F5F5;
	width: 290px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #eaeaea;
}
#grey_box p {
	font-size: 12px;
	text-align: justify;
}

.image_left {
	float: left;
	margin-right: 10px;
}

.image_right {
	float: right;
	margin-left: 25px;
}
.middle_image {
	margin-right: 25px;
	margin-left: 25px;
}
.more_images {
	text-decoration: underline;
	color: #688CAE;
	width: 290px;
	text-align: left;
}

.home-button, .services-button, .gallery-button, .contact-button
{
height: 35px;
float: left;
}
.menu {
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 615px;
}


.home-button
{
background-image: url(images/bu_about.jpg);
width: 153px;
}

.services-button
{
background-image: url(images/bu_services.jpg);
width: 153px;
}

.gallery-button
{
background-image: url(images/bu_gallery.jpg);
width: 153px;
}

.contact-button
{
background-image: url(images/bu_contact.jpg);
width: 153px;
}

.home-button:hover
{
background-image: url(images/bu_about.jpg);
background-position: 0px -34px;
width: 153px;
}

.services-button:hover
{
background-image: url(images/bu_services.jpg);
background-position: 0px -34px;
width: 153px;
}

.gallery-button:hover
{
background-image: url(images/bu_gallery.jpg);
background-position: 0px -34px;
width: 153px;
}

.contact-button:hover
{
background-image: url(images/bu_contact.jpg);
background-position: 0px -34px;
width: 153px;
}
#main_content {
	padding: 15px;
	width: 575px;
	margin-bottom: 20px;
}

#main_content_showcase {
	padding: 15px;
	width: 575px;
	margin-bottom: 20px;
}

#main_content_showcase img{
	padding: 1px;
	border: solid 1px #cccccc;
}
#main_content p {
	text-align: justify;
}
#main_content ul {
	list-style-type: none;
}
#main_content li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}


table {
	font-size: 9px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a{
	text-decoration: none;
	color: #688CAE;
}

#footer a:hover{
	text-decoration: underline;
	color: #688CAE;
}


#form {
	width: 360px;
	padding-top: 15px;
}


label {
	color: #626262;
	padding-right: 10px;
	text-decoration: none;
	font-size: 12px;
}
td {
	vertical-align: top;
	padding-bottom: 5px;
}
input {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #333333;
}

select {
	width: 150px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #626262;
	font-size: 12px;
}
.submit {
	width: 70px;
	background-color: #00407e;
	color: #FFFFFF;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #333333;
}
.photo {
	width: 176px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 10px;
}

.photo2 {
	width: 277px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 10px;
}

