/* Main Styles */


/* General */

@import url("reset.css");

/* Layout */



body {
font-family: Helvetica, Arial, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
background : #244f7c url('../images/body_bg.png') repeat top left;
color  :#111;
}
#container {
margin : 0 auto;
padding : 0;
width : 800px;
}
#header {
background : url('../images/header_bg.png') no-repeat top center;
margin : 0px 0 -5px 0 ;
padding : 20px 0 10px 0;
height : 120px;
width : 100%;
color : #333;
}
#header img {
display:inline;
margin : 20px 0px 20px 20px;
float: left;
}
#header h1 {
padding : 10px;
margin : 0;
font-size : 1.7em;
}
#header h2 {
padding : 10px;
margin : 0;
font-size : 2em;
}
#header a.image {
	margin: 0;
	float:left;
}
#navcontainer
{
display: inline;
list-style-type: none;
float: right;
/*display : inline;*/
padding: 0;
margin: 20px 20px 20px 0;
text-align: center;
width: 120px;
}
#navcontainer li{
margin-bottom : 1px; /*display : inline; float : right;*/
}
#navcontainer li a
{
display: block;
text-align: center;
width: 100px;
font-size : 1.3em;
margin : 0;
padding: 5px 10px;
color :#91b740;
text-decoration: none;
background-color: #244f7c;
}
#navcontainer li a:hover
{
color : #fff;
}
#navcontainer li a.current
{
color: #fff;
background-color: #111;
}
#clear, .clear{
clear : both;
}
.right {
float : right;
margin : 20px;
border : 5px solid #91b740;
}
#content {
margin: 0;
background : #fff;
padding:10px 0 20px 0;
}
/* contact */
fieldset {
border: none;
padding: 0;
margin : 5px 20px;
}
fieldset ul {
list-style: none;
padding: 0 0 10px 0;
margin: 0 !important;
}
fieldset ul li {
padding-bottom: 0;
}
fieldset input,
fieldset select,
fieldset textarea {
font-size: 1.4em !important;
font-weight: normal;
padding: 3px;
margin: 2px 0 0 0;
color: #222;
background : #b5ce7f;
border: 1px solid #7b993e;
}
fieldset textarea {
overflow: auto;
font-size: 1.4em !important;
}
fieldset select {
padding: 1px;
padding: 2px 1px 2px 0;
}
fieldset label {
margin-right: 5px;
text-transform: uppercase;
color : #1c1d19;
display: block;
margin-top: 10px;
/*	font-size: 110% !important; */
font-size : 1.1em;
line-height: 1.6em;
}
fieldset p {
margin-bottom: 0.5em !important;
}
.contact_submit {
background : #fff ;
border: 1px solid #D7DADA;
border : 0;
width : 114px;
height : 24px;
padding : 0px;
color : #222;
}
.contact_submit:hover {
background : #fff url('../images/send_hover_bg.png') repeat-x top left;
}
#right_content {
float : right;
width : 31%;
margin-top : 20px;
background : #fff;

}
#right_content p {
font-size : 1.1em;
}
#left_content {
float : left;
width : 100%;
margin : 0;
background : #fff;

}
#footer {
margin : 0 0 10px 0 ;
background : url('../images/footer_bg.png') no-repeat bottom center;
padding : 20px;
}
#footer span {
float : right;
}
/*type */
h1, h2, h3, h4 {
padding : 5px 20px;
color : #244f7c;
margin : 0;
}
h2 {
font-size : 2.1em;
}
p {
padding : 10px 20px;
margin : 0;
font-size : 1.4em;
}
a:link, a:visited {
color : #244f7c ;
text-decoration : underline;
}
a:hover {
color :#91b740;
text-decoration : none;
}

.left_content {
	float: left;
	width: 210px;
	padding: 7px 0 0 20px;
}

.right_content {
	float: right;
	width: 550px;
	padding: 0px;
	margin: 0;
}

.right_content * {
	margin:0;
	padding-left: 0;
}

.right_content dd {
	padding-right: 20px;
}

ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
}


ul.hor_menu {
	list-style:none;
}
.hor_menu li {
	float: left;
	width: 49%;
	text-align:center;
}
.hor_menu li a {
	display: block;
	padding: 0.5em 0;
	margin: 0 10%;
	width: 80%;
	background: #244f7c;
	color :#91b740;
	text-decoration:none;
	font-size: 1.2em;
}
.hor_menu li a:hover {
	color: #fff;
}
.menu a {
	position:relative;
	display:block;
	background: white;
	width: 200px;
	height: 150px;
	border: solid #244f7c 3px;
	text-decoration:none;
}
.menu a:hover {
	border: solid #91b740 3px;
}
dl {
	margin-left: 2em;
	clear: both;
}
dt {
	font-weight: bold;
	font-size:1.5em;
}
dd {
	font-size: 1.4em;
	margin-bottom: 1em;
}

.caption {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	width: 100%;
	text-align:center;
	background-image: url(../images/caption-bg.png);
	background-repeat: repeat;
	background-position: left top;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

#footer p.left {
	float: left;
}

#footer p.itsc {
	float: right;
}

#footer p.itsc img {
	vertical-align:middle;
}

.right_content p img {
	border: 3px #ccc solid;
}