﻿html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
	padding: 0px;
	margin: 0px auto;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color:black;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #627fa4;
}
#container {
	background: #033c7c;
	width: 951px;
	margin: auto;
}
#header {
	width: 951px;
	height: 115px;
	text-align: right;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#nav {
	margin: auto;
	background: #efe256;
	width: 951px;
	height: 37px;
	color: #FFFFFF;
	background-image:url('../images/menu_bg.jpg');
	background-repeat:no-repeat;
	background-position:center;

}
#nav2 {
	margin: auto;
	width: 951px;
	height: 37px;
	background-image:url('../images/menu_bg2.jpg');
	background-repeat:no-repeat;
	background-position:center;
	clear:both;
}

#content {
	margin: auto;
	width: 920px;
	padding: 0px;
	clear:both;
}
#welcome_content {
	background: #fcbd13;
	width: 729px;
	height: 370px;
	float: left;
	background-image:url('../images/welcome.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#welcome_main
{
	width:524px;
	height:272px;
	float: left;
	margin-top:75px;
	margin-left: 18px;
}
#welcome_feature1
{
	width:165px;
	height:135px;
	float: right;
	margin-top:75px;
	margin-right: 10px;
}
#welcome_feature2
{
	width:165px;
	height:135px;
	float: right;
		margin-right: 10px;
}

#right_column {
	width: 191px;
	float: right;
	background-image:url('../images/rightcolumn_repeat.jpg');
}
#right_column_content {
	width: 191px;
	background-image:url('../images/rightcolumn_top.jpg');
	background-repeat:no-repeat;
}

#right_column_bottom {
	width: 191px;
	height:15px;
	background-image:url('../images/rightcolumn_bottom.jpg');
}
#right_contact {
	background: #ac1a1a;
	width: 191px;
	right: 0px;
	top: 0px;
	float: right;
}

#expert_content {
	background: #1a4f01;
	width: 729px;
	float: left;
}
#content3 {
	width: 729px;
	float: left;
	margin-bottom:25px;
}
#crazy_facts {
	background: #990072;
	width: 190px;
	float: left;
}

#green_news_container {
	background: #ffff01;
	width: 538px;
	float: right;
}
#green_news1 {
	background: #FFFFFF;
	width: 520px;
	margin: auto;
}

#green_news2 {
	background: #000000;
	width: 520px;
	margin: auto;
}

#content_footer {
	width: 951px;
	margin:auto;
	height: 73px;
	color: #FFFFFF;
	text-align:center;
	clear: both;
}
#copyright {
	color: #FFFFFF;
}
A:link
{
	COLOR: blue;
	TEXT-DECORATION: none;
}
A:visited
{
    COLOR: blue;
    TEXT-DECORATION: none;
}
A:active
{
    COLOR: #ff000a;
}
A:hover
{
    COLOR: #ff7300;
    TEXT-DECORATION: underline
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
/*events*/
/*calendar*/
/*article*/
#articlesshort {
}
#articlesshortheader {
	font-size: 12px;
	font-weight: bold;
}
#articlesshortbody {
	font-size: 10px;
}
/*faq*/
/*gallery*/
/*news*/
#newsshort {
}
#newsshortheader {
	font-size: 12px;
	font-weight: bold;
}
#newsshortbody {
	font-size: 10px;
}
/*blog*/
#blogshort {
}
#blogshortheader {
	font-size: 12px;
	font-weight: bold;
}
#blogshortbody {
	font-size: 10px;
}
