/* CSS Document */

.site_container {
	float: left;
	height: auto;
	width: 100%;
	min-width:852px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	list-style-type: square;
	background-image: url(images/index_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
}


body {
	background-color:#676C63;
	height: 600px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	color: #333333;
}

.header1 {
	float:left;
	width: 100%;
	height:auto;
}

.header{
	float: left;
	height: auto;
	width: 100%;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


.menu{
	float: left;
	height: 24px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 25px;
	color: #FFFFFF;
}

.menu_items {
	margin-right: 60px;
	margin-left: 0px;
}


.menu_items a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	text-align: center;
	letter-spacing: normal;
	color: #FFFFFF;
	font-size: 14px;
}


.mainbody{
	float:left;
	width: 100%;
	height: auto;
	list-style-type: circle;
	list-style-position: inside;
	padding-bottom:30px;
	font-size: 14px;
	color: #333333;
}

.footer {
	float:left;
	width: 100%;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin:0;
	padding:0;
	line-height:20px;
}

h4 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
	margin: 0px;
}

h3 {
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	font-weight: normal;
	color: #B0CD4F;
	padding-bottom: 5px;
	margin: 0px;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	font-weight: Normal;
	color: #AFCC4D;
	padding-bottom: 11px;
	margin: 0px;
}

h1 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	font-weight: Normal;
	color: #000000;
	font-style:italic;
	padding-bottom: 11px;
	margin: 0px;

}

h5 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #B0CD4F;
	padding-bottom: 5px;
	margin: 0px;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: Normal;
	color: #5BA51F;
	padding-bottom: 3px;
	margin: 0px;
}


a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

.footer2 {
	float: left;
	height: auto;
	width: 100%;
	min-width:852px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	font-size: 12px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	padding-top:20px;
	padding-bottom:10px;
	color:#ffffff;
}

.footer2 a {
	color:#ffffff;
}

.nexacom {
	width: 852px;
	height: 21px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight:600;
	color:#ffffff;
	margin:0;
	padding-top:5px;
	line-height:30px;
}

.nexacom a {
	color:#333333;
}