@charset "utf-8";
/* CSS Document */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #3C4F9E;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#header img {
	margin-bottom: 15px;
}

#content img {
	margin: 15px;
}

#content {
	position: relative;
}

#contactcontent {
	position: relative;
	padding-left: 35px;
	height: 580px;
}
#contactcontent img {
	margin-top: 15px;
}

#mainnav {
	overflow: hidden;
	padding-left: 20px;
	height: 50px;
}

#mainnav ul {
	list-style-type: none;
	width: 760px;
}
#mainnav li {
	display: inline;
}
#mainnav li a{
	background-color: #B0B9D8;
	width: 126px;
	height: 25px;
	text-align: center;
	float: left;
	padding-top: 7px;
}
#mainnav li a:hover {
	background-color: #3C4F9E;
}

#mainnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

#mainnav a.current {
	background-color: #3C4F9E;
}
#copyspace {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3C4F9E;
	border-bottom-color: #3C4F9E;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

#copyspace .home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3C4F9E;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: none;
}

#copyspace p {
	padding-top: 10px;
	margin-bottom: 10px;
}

#copyspace li {
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	margin-bottom: 10px;
}
#copyspace ul {
	padding-top: 10px;
}
#copyspace span {
	margin-left: 17px;
}
#footer {
	height: 146px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3C4F9E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C4F9E;
	background-image: url(images/image025.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#contact {
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
}
#contact p {
	clear: left;
	display: inline;
}
#contact strong {
	font-weight: bold;
	font-size: 16px;
}

#contact span {
	float: left;
	display: block;
	width: 180px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}

.copyleft {
	width: 200px;
	top: 20px;
	left: 35px;
	float: left;
}

.copyright {
	display: block;
	width: 200px;
	position: relative;
	top: 250px;
	left: 35px;
	float: left;
}

.map {
	margin-left: -50px;
	display: inline;
	vertical-align: top;
}
iframe {
	margin-bottom: 30px;
}
