body, html{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #005186;
	font-size: 62.5%;
}



/* Text styles */

h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	padding: 16px 0px 10px 0px;
	margin: 0px;
}

h3{
	font-weight: bold;
	font-size: 1em;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h4{
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px 0px 4px 0px;
	margin: 0px;
}


p{
	color: #58595b;
	margin: 0px;
	padding: 0px 35px 18px 0px;
	line-height: 1.4;
}

p.right_content{
	color: #005186;
}

p.footer{
	font-size: 0.7em;
	color: #000;
	padding: 14px 0px 0px 0px;
	text-align: center;
}

p.contact{
	font-size: 1em;
}

p.small{
	font-size: 0.7em;
	padding-top: 10px;
}


a{
	color: #005186;
	text-decoration: none;
	line-height: 1.4;
	font-size: 0.8em;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

a.menu_item{
	display: block;
	border-left: 1px solid #c6c7c8;
	margin-right: 5px;
	padding-left: 5px;
	float: left;
	outline: none;
	cursor: pointer;
	position: relative;
	text-decoration: none;
}



/* Lists styles */

ul, ol{
	margin: 0px;
	padding: 0px 35px 18px 13px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #58595b;
	line-height: 1.5;
}
ol{padding: 0px 35px 18px 25px;}



/* Form styles */

form{
	margin: 0px 0px 25px 0px;
}

label{
	vertical-align: top;
}



/* Div styles */

#menu_container{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}

#menu{
	position: relative;
	/*width: 498px;*/
	width: 95%;
	background-color: #ffffff;
}

#menu_items{
	position: relative;
	top: 33px;
	left: 5px;
	height: 75px;
}

#top_container{
	position: relative;
	width: 100%;
	height: 36px;
	background-color: #fff;
}

#top_images{
	position: relative;
	/*width: 498px;*/
	width: 95%;
	height: 36px;
	background: url(../graphic/top_images_s.jpg) no-repeat top left #fff;
}

#page{
	position: relative;
	/*width: 522px;*/
	width: 95%;
	background-color: #fff;
	padding-top: 5px;
}

#content{
	position: relative;
	/*width: 498px;*/
	width: 95%;
}

#content_left{
	position: relative;
	/*width: 428px;*/
	width: 95%;
	padding: 27px 35px 20px 5px;
}

#content_right{
	position: relative;
	/*width: 428px;*/
	width: 95%;
	padding: 27px 35px 20px 5px;
}

#work{
	position: relative;
	/*width: 471px;*/
	width: 95%;
	border-top: 1px solid #c6c7c8;
	top: 15px;
	padding-bottom: 15px;
}

#bottom{
	position: relative;
	/*width: 522px;*/
	width: 95%;
	height: 70px;
	background-color: #fff;
}

.sep{
	display: block;
	/*width: 400px;*/
	width: 90%;
	height: 15px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 25px;
}


/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }