@charset "utf-8";
/*-------------------------
			Body
-------------------------*/
body{
	background:url(../assets/images/skin/g-bg.png) repeat-x top #EBF3DB;
}

/*-------------------------
		Containers
-------------------------*/
.outer{
	margin:0 auto 0 auto;
	padding:0px;
	max-width:965px;
	min-width:965px;
	width:965px;
}
.head{
	height:200px;
}
.container{
	position:absolute;
	width:965px;
	top:160px;
}
.content{
	position:relative;
	float:left;
	width:720px;
}
.menu{
	position:relative;
	float:right;
	width:235px;
}
/*-------------------------
		Header
-------------------------*/
h1.header {
	width: 965px;
	height: 200px;
	background:url(../assets/images/skin/g-logo.png) no-repeat center top;
}
h1.header a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -5000px;
}
/*-------------------------
		Content
-------------------------*/
h1{
	color:#6CAC4E;
	font:22px/36px  bolder Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a h1, a:active h1, a:visited h1{
	color:#6CAC4E;
	font:22px/36px bolder  Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
a:hover h1{
	color:#8BDD64;
}
h2{
	color:#000000;
	font:36px/42px bolder Arial, Helvetica, sans-serif;
}
h3{
	color:#79AE5C;
	font:18px/20px bold Arial, Helvetica, sans-serif;
	margin-top:5px;
}
.menu-top{
	margin-top:50px;
	margin-bottom:10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
p{
	margin-top:10px;
	width:480px;
	color:#6EAD52;
	text-align:justify;
}
p.t1{
	margin-top:0px;
	width:480px;
	color:#000000;
	text-align:justify;
}
/*-------------------------
	White Right Panels
-------------------------*/
.p1{
	width:235px;
	background:#FFFFFF url(../assets/images/skin/g-p1.png) no-repeat top;
	margin-bottom:10px;
}
.p2{
	background:url(../assets/images/skin/g-p2.png) no-repeat bottom;
	padding:0 5px 10px 5px;
	color:#79AE5C;
	text-align:justify;
	font-size:12px;
}

.cards{
	margin-top:20px;
}
.p3{
	width:234px; 
	height:280px; min-height:280px; 
	background:url(../assets/images/skin/g-p3.png) no-repeat top; 
	float:left; 
	margin-bottom:10px; margin-right:3px;
}
.p4{
	margin-top:7px; 
	height:273px; min-height:273px;
	background:url(../assets/images/skin/g-p4.png) repeat-y; 
	margin-bottom:12px;
}
.p5{
	background:url(../assets/images/skin/g-p5.png) no-repeat bottom; 
	height:273px; min-height:273px; 
	padding:0px 5px 0px 5px; 
	color:#000000;
	font-size:14px;
}
/*-------------------------
		Links
-------------------------*/
a, a:visited, a:active{
	color:#334C95;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:underline;
}
a:hover{
	color:#79AE5C;
}
/*-------------------------
		inputs
-------------------------*/
input{
	border:2px solid #CBE0C1;
	width:150px;
}

ul ul {
	margin-left: 20px;
}

ul li {
	background: url(../assets/images/skin/bullet.png) no-repeat 0 3px;
	padding-left: 16px;
}

body, a {
	font-size: 12px !important;
	font-weight: normal !important;
}