

/*
	green: #20a10a
	text: #cccccc
	lines: #4d4d4d
	footer text: #7e7e7e
	nav: #b3b3b3
	subtitle: #8f8f8f
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url('/_common/img/bg.gif') repeat-x;
	color: #cccccc;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
}


img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}


div#container {
	width:840px;
	margin: auto;
}

div#header {
	
	height: 98px;
	position: relative;
}

div#nav {
	margin-bottom: 25px;
	width:840px;
}

div#content {
	
}

div#footer {
	border-top: 1px solid #4d4d4d;
	margin-bottom: 30px;
}





/*****************************************************
	all navs
*****************************************************/
ul.nav {
	list-style:none;
	width: auto;
	overflow: hidden;
	font-size: 1.1em;
	font-family: 'SansumiRegular', Tahoma, Arial, sans-serif;
	margin: 0;
}

ul.nav li {
	float: left;
	padding: 6px 10px 0 0;
	margin-right: 10px;
	background: url('/_common/img/line.gif') no-repeat right -5px;
}

ul.nav li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}

ul.nav li.selected a {
	color: #20a10a;
}

ul.nav li a {
	color: #b3b3b3;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li a:focus {
	color: #20a10a;
	text-decoration: none;
}





/*****************************************************
	header
*****************************************************/
div#header img {
	position: absolute;
	bottom: 10px;
}

div#header ul.nav {
	position: absolute;
	bottom: 0px;
	right: 0;
}

div#header ul.nav li {
	padding: 0 10px 10px 0;
	background: url('/_common/img/line.gif') no-repeat right 7px;
}

div#header ul.nav li.last {
	padding-right: 0;
	margin-right: 0;
	background: none;
}





/*****************************************************
	footer
*****************************************************/
div#footer ul.nav {
	font-size: 1em;
	color: #7e7e7e;
	font-family: Tahoma, Arial, sans-serif;
}

div#footer ul.nav li a {
	color: #7e7e7e;
}

div#footer ul.nav li a:hover, div#footer ul.nav li a:focus {
	color: #20a10a;
}



/*****************************************************
	content
*****************************************************/

div#content {
	width: 840px;
	overflow: hidden;
	background: url('/_common/img/px.gif') repeat-y 420px 0px;
}

body.home div#content {
	background: none;
}

body.home h1 {
	font-size: 2em;
	float: right;
	margin: 10px 0;
	color: #4d4d4d;
	font-family: 'SansumiRegular', Tahoma, Arial, sans-serif;
}


div#pageTitle {
	background: #000000;
	border-bottom: 1px solid #4d4d4d;
	width: 421px;
	
	position: relative;
}

h1 {
	font-size: 1.8em;
	font-family: 'SansumiRegular', Tahoma, Arial, sans-serif;
	color: #20a10a;
	text-transform: lowercase;
	background: #000000;
	display: inline;
	position: relative;
	bottom: -8px;
	padding-right: 5px;
}

h2 {
	font-size: 1.4em;
	font-family: 'SansumiRegular', Tahoma, Arial, sans-serif;
	color: #20a10a;
	text-transform: lowercase;
	margin-bottom: 10px;
}

h2 span {
	color: #8f8f8f;
}


p {
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #20a10a;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #20a10a;
}

ol {
	margin-left: 20px;
	margin-bottom: 1em;
}

ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 1em;
}


div.contentItem {
	width: 840px;
	overflow: hidden;
	margin-bottom: 20px;
}

div.contentItem div.text {
	width: 390px;
	float: left;
	padding-right: 10px;
}

div.main div.text {
	margin-top: 30px;
}

div.contentItem div.images {
	width: 396px;
	float: left;
	padding-left: 44px;
	padding-top: 3px; 
}

div.main div.images {
	padding-top: 0;
}

div.contentItem div.images img {
	border: 1px solid #4D4D4D;
}

div.contentItem div.images img.img {
	margin:0px 0 9px 9px;
}

div.contentItem div.images a {
	float:left;
	margin:0px 0 9px 9px;
	display: block;
}

div.contentItem div.images a:hover img, div.contentItem div.images a:focus img {
	border: 1px solid #20a10a;
}





