/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #FFFFFF;
/*background: #f1f1f1 url("../images/bg.gif") repeat;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 3px 3px #777;
-moz-box-shadow: 3px 3px 3px 3px #777;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #45BF55;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}

header {

width: 940px;

height: 200px;

margin: 0 auto;
background: #fff url(../images/headerimg.jpg) no-repeat left top;

}

#main {
width: 940px;
margin: 0 auto;
background: #FFF;
overflow: hidden;
}

#content {
margin-left: auto;
margin-right: auto;
width: 300px;
list-style: none;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 2.0em;
text-align:center;
}

h2 span {
color:#8a8a8a;
}
	
.contacts {
	list-style: none;
	padding-bottom:20px;
	line-height: 1.9em;
	width: 430px;
}
	.contacts li {
		width:100%;
		overflow:hidden;
	}
		.contacts li strong {
			float:left;
			width:95px;
		}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#6DBB0D;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {

margin: 0;

padding: 17px 0 0 20px;

list-style: none;

line-height: normal;

}



nav .menu li {

display: block;

float: left;

}



nav .menu a {

display: block;

float: left;

margin-right: 5px;

padding: 0px 15px;

text-decoration: none;
color: #FFF;
}



nav .menu a:hover {
border-top: #FFF 1px solid;
border-bottom: #FFF 1px solid;
}

/** HEADER */



header h1, header h2 {

margin: 0;

padding: 0 0 0 30px;

line-height: normal;

}



header h1 { 	

font-size: 40px;
float: left;

padding-top: 20px; 

}



header h1 a:link, header h1 a:visited {

text-decoration: none;

color: #FFF;

}

header h1 a:hover { 
text-decoration: underline; 
}



header h2 {

padding: 20px 0 0 30px;

font-style: italic;
font-size: 14px;

color: #FFFFFF;

}

/** ARTICLES **/

article {
padding: 0 30px 0 30px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

article h2 {
margin-top: 20px;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

aside li a {
display: block;
text-decoration: none;
}

aside li a:hover {
text-decoration: underline;
}

#footer-area {
background: #45BF55;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}


.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 190px;
}

.footer-segment-copyright{
float: right;
margin-right: 0px;
margin-left: 0px;
width: 120px;
font-size: 10px;
-webkit-text-size-adjust:none;
}

footer aside h4 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFF;
}

footer p {
margin-top: -15px;
}