@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	background-color: #269bdb;
	background-image: url(images/bg_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}


#container {
	margin-right: auto;
	margin-left: auto;
	border: thin solid #21376c;
	width: 800px;
	background-color: #FFFFFF;
}

#container_black {
	margin-right: auto;
	margin-left: auto;
	border: thin solid #21376c;
	width: 800px;
	background-color: #000000;
}


#footer a {
	color: #E4E1E0;
	text-decoration: none;
}

#footer a:hover {
	color: #E4E1E0;
	text-decoration: underline;
}
#fontmedia a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#fontmedia a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}

#fontmedia {
	font-size: 10px;
	float: left;
	margin-left: 10px;
}
#nav {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E4E1E0;
}
#left_content {
	float: left;
	width: 350px;
	margin-left: 30px;
	margin-top: 10px;
}

#left_content_contact {
	float: left;
	width: 350px;
	margin-left: 80px;
	margin-top: 10px;
}

#right_content {
	margin-left: 400px;
	margin-right: 35px;
	padding-left: 15px;
	margin-top: 20px;
}
#content {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 20px;
}
.services {
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 1px dotted #269BDB;
	padding-top: 10px;
	min-height: 120px;
}
h3 {
	text-align: left;
}

h1 {
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 16px;
	text-align: left;
	margin-left: 30px;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	color: #000000;
}
#address {
	width: 730px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 30px;
}


li {
	list-style-image: url(images/list_graphic.gif);
	height: 25px;
	font-weight: bold;
}
#content object {
	border: thick solid #269BDB;
}

#form {

}




#footer {
	text-align: right;
	padding-right: 20px;
	background-color: #21376c;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #E4E1E0;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
}

