@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Tahoma, "Trebuchet MS", Verdana, arial, sans-serif;
	color: #666666;
	font-size: 11px;
	background-color: #666B6F;
	line-height: 120%;
}
h3 {
	font-size: 100%;
	padding-bottom: 6px;
	font-weight: bold;
	color: #B12C1B;
}
.blue {
	color: #00509A;
	font-weight: normal;
	padding-bottom: 20px;
}

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #A31D10;
	padding-top: 8px;
	padding-bottom: 12px;
}
p {
	padding-bottom: 4px;
	padding-top: 2px;
	text-align: justify;
	line-height: 160%;
}
.clear {
	clear: both;
}
.spacer {
	height: 12px;
}



/* general   */

#wrapper {
	width: 100%;
	background-color: #666b6f;
	padding-top: 10px;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #A31D10;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
}


/*top navigation   */

#top_navigation {
	height: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
}
.icon {
	padding-right: 25px;
}


/* header   */

#header {
	height: 135px;
}
#logo {
	padding-top: 15px;
	padding-left: 15px;
}


/*main navigation   */

#navigation {
	height: 29px;
}
#navigation a {
	text-decoration: none;
	width: 179px;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #00509A;
	height: 20px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 15px;
}
#navigation  a:hover {
	background: #8cadbd;
}
.button {
	background-color: #666666;
	width: 194px;
}
#menu_vertical ul {
	list-style-position: inside;
	list-style-image: url(../images/arrow.png);
}
#main_content {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#main_content a{
	color: #00509A;
}

#main_content a:hover{
	color: #00509A;
	text-decoration: underline;
}

.navigation_active {
	text-decoration: none;
	width: 179px;
	display: block;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #8cadbd;
	height: 20px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 15px;
}

/*  left column  */

#left_column {
	float: left;
	width: 195px;
}
#menu_vertical {
	height: 125px;
}
#menu_vertical a {
	text-decoration: none;
	padding-left: 3px;
	font-weight: normal;
	color: #00509A;
}
#menu_vertical li {
	padding-bottom: 5px;
}

#menu_vertical a:hover {
	color: #7E99A8;
}

.left_boxes {
	border: 1px solid #EFEFEF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.left_boxes2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
#box_2 {
	height: 172px;
	background-image: url(../images/box2_bg.jpg);
	background-repeat: no-repeat;
	font-style: italic;
	text-align: justify;
	vertical-align: middle;
	line-height: 150%;
}

.author {
	text-align:right;
	font-style:italic;
	color:#666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
}
#contact {
	height: 170px;
}


/*right column  */

#right_column {
	float: left;
	width: 583px;
	padding-left: 2px;
}
#right_col_left_box {
	float: left;
	width: 262px;
}
#right_col_right_box {
	float: left;
	width: 260px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EFEFEF;
}
.right_col_bottom_boxes {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.home_down_left {
	float: left;
	width: 130px;
	padding-right: 10px;
	text-align: justify;
}
.read_more {
	padding-left: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 60px;
}


/*footer  */

#footer {
	height: 30px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #CCCCCC;
	text-align: right;
}
#page_base {
	background-color: #00509A;
	height: 15px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: #FFFFFF;
}

/*form  */
#form {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding-top: 15px;
}


label {
	color: #333333;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
}
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: #333333;
	font-size: 1em;
}
.submit {
	width: 70px;
	font-size: 100%;
	background-color: #00509A;
	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;
}

#line
{
	width: 550px;
	border-bottom:1px solid #E0E0E0;
	margin-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 7px;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
