/* CSS Document */

/* HTML5 tags */
header, section, footer, aside, nav, article, figure {
	display: block;
}

@font-face {
	font-family: 'nevisBold';
	src: url('nevis-webfont.eot');
	src: url('nevis-webfont.woff') format('woff'), url('nevis-webfont.ttf') format('truetype'), url('nevis-webfont.svg#webfont15hdaIvf') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, html, body {
	margin:0;
	padding:0;
}

body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#919191;
	line-height:1.5;
}

img {
	padding-bottom:20px;
}

#header {
	padding:80px 0 40px;
}

green {
	color:#009933;
}

h1 {
	color: #009933;
	font-size: 16px;
	font-family:'nevisBold', Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
text-shadow: 0px 1px 3px #dedede;
}

h2 {
	font-size:10px;
	font-weight: normal;
}

h3 {
	font-size:9px;
	font-weight: normal;
}

a {
	text-decoration:none;
	color:#009933;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

.hr1 {
	background:url(images/hr1.png) repeat-x scroll center;
	height:4px;
	padding:45px 0 45px;
}

.hr2 {
	background:url(images/hr2.png) repeat-x scroll center;
	height:4px;
	padding:45px 0 45px;
}

.hr1 hr, .hr2 hr {
	display:none;
}


/* =Containers
--------------------------------------------------------------------------------*/
.container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3 {
	display: inline;
	float: left;
	position:relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 3 Columns
--------------------------------------------------------------------------------*/
.container .grid_1 {width: 300px;}
.container .grid_2 {width: 620px;}
.container .grid_3 {width: 940px;}

/* =Prefix Extra Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container .prefix_1 {padding-left: 320px;}
.container .prefix_2 {padding-left: 640px;}

/* =Suffix Extra Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container .suffix_1 {padding-right: 320px;}
.container .suffix_2 {padding-right: 640px;}

/* `Push Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container .push_1 {left: 320px;}
.container .push_2 {left: 640px;}

/* `Pull Space >> 3 Columns
--------------------------------------------------------------------------------*/
.container .pull_1 {left: -320px;}
.container .pull_2 {left: -640px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}