/* Copyright © 2010. All rights reserved. Developed by Web Design NY */

body {
	background:#79b312 url(../images/bg.jpg) top repeat-x;
	text-align:left;
	font:.75em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1.4em;
	color:#fff;
	margin:0;
	padding:0;
}

a {
	color:#bdff8b;
	text-decoration:underline;
	outline:none;
}

a:hover {text-decoration:none;}

p {
	margin:0;
	line-height:1.4em;
	padding:0 0 10px;
}

p strong {color:#bdff8b;}

a img {border:0;}

div	{
	margin:0;
	padding:0;
	text-align:left;
}

form {
	border:none;
	margin:0;
	padding:0;
}
				
fieldset {
	border:0;
	margin:0;
	padding:0;
}

label {
	color:#fffefe;
	font-size:.9em;
	display:block;
	line-height:1.7em;
	margin:0;
	padding:0;
}

input, textarea {
	border:1px solid #fffeff;
	background:#35424c;
	font:.9em Arial, Helvetica, Tahoma, sans-serif;
	line-height:1em;
	color:#feffff;
	padding:1px 3px 2px;
}

input:focus, textarea:focus {border:1px solid #222e38;}

.form_text input {width:325px;}

.form_text textarea {
	width:325px;
	height:65px;
	padding:3px;
	overflow:auto;
}

h1 {
	font:1.4em Arial, Helvetica, Tahoma, sans-serif;
	color:#8f024a;
	line-height:1em;
	padding:0 0 20px;
	margin:0;
}

#container {
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

/* ---------------------------------- Header ----------------------------------------------*/
.cl{height:0;font-size:0;line-height:0;clear:both;}
#header {
	position:relative;
	width:100%;
	height:375px;
}
.h_box{
	position:relative;
	height:268px;
	background:url(../images/header_bg.jpg) left bottom no-repeat;
}
a.logo {
	float:left;
	width:205px;
	height:90px;
}

#header p {
	font-size:1.2em;
	text-align:right;
	/*text-transform:uppercase;*/
}

#header p strong {font:normal 1em Tahoma;}

ul#navigation {
	/* background:url(../images/nav_bg.jpg) top repeat-x; */
	list-style:none;
	width:670px;
	height:63px;
	text-align:center;
	margin:0;
	padding:0;
	overflow:hidden;
    padding-left:130px;
}

#navigation li {
	background:url(../images/nav_sep.jpg) top right no-repeat;
	height:63px;
	font-size:1.25em;
	font-weight:bold;
	text-transform:uppercase;
	/*display:inline-block;*/
        float:left;
	margin:0;
	padding:0 10px 0 0;
	position:relative;
	overflow:hidden;
}

#navigation li a {
	color:#6d7a80;
	display:block;
	text-decoration:none;
	padding:26px 35px 22px;
}

#navigation li a.select, #navigation li a:hover {color:#41850a;}

#middle {
	background:#222e38;
	width:750px;
	padding:25px 25px 15px;
	margin:6px 0;
	position:relative;
	overflow:hidden;
}

#middle div.fl img, #middle img.fl {padding:0 15px 10px 0;}

.box {
	background:#35424c;
	padding:20px 15px 5px;
	margin:0 0 10px;
}

/* ---------------------------------- Left Column ----------------------------------------------*/

#column-left {
	width:362px;
	float:left;
	padding:0;
	position:relative;
	overflow:hidden;
}

#column-left ul {
	list-style:disc inside;
	padding:0;
	margin:0;
}

#column-left li {
	padding:0;
	margin:0;
}

#column-left ul.fl {padding-right:25px;}

/* ---------------------------------- Right Column ----------------------------------------------*/

#column-right {
	width:362px;
	float:right;
	padding:0;
	position:relative;
	overflow:hidden;
}

#column-right .block {
	background:#7ebd10 url(../images/block_bg.jpg) top left no-repeat;
	color:#07263f;
	padding:20px 15px 2px;
	margin:0 0 15px;
}

#column-right .block strong {color:#093a59;}

/* ---------------------------------- Footer ----------------------------------------------*/

#footer {
	width:100%;
	height:100px;
	text-align:center;
	position:relative;
}

#footer .menu_bot {
	text-align:center;
	padding:18px 0 20px;
}

#footer .menu_bot a {
	color:#fefefe;
	text-decoration:none;
	padding:0 15px;
}

#footer .menu_bot a:hover {text-decoration:underline;}

/* ---------------------------------- Other ----------------------------------------------*/

a.button {
	background:#35424c;
	color:#fefeff;
	font-size:.9em;
	text-decoration:none;
	text-align:center;
	padding:7px 20px 8px;
	cursor:pointer;
}

.box a.button {background:#222e38;}

.form_text.but {padding:15px 0 40px;}

.form_text.but a.button {
	float:right;
	padding:5px 20px;
	margin:0 0 0 10px;
}

.fl {float:left;}

.fr {float:right;}

 #middle, .block, .box, .h_box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../css/border.htc);
}
a.button{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(../css/border.htc);
}
/* #header{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	behavior: url(../css/border.htc);
} */

.slogan{position:absolute;right:320px;top:1px;}
.slogan p{padding:0 0 10px;}
