﻿/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
	}
pre {
    white-space: pre-wrap;
	}
small {
    font-size: 80%;
	}

/*===================== 
	base styles 
=======================*/

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	background: #000;
	}


svg:not(:root) {
    overflow: hidden;/*reset*/
	}
	

/* clear float */ 
.cf:before, 
.cf:after { 
	content:""; 
	display:table; 
	}	
	
.cf:after { 
	clear:both; 			
	} 
	
.clear {
	clear: both;
	}
	

/*image replacement*/
.hide-text {
	  text-indent:  100%;
	  white-space:  nowrap;
	  overflow:  hidden;
	  }	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img {
    border: 0;
	} 
	
.left {
	float: left;
}

.right {
	float: right;
}

/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}

h1 {
    font-size: 2em;
	}

p {
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	}
	
p.underlined {
	border-bottom: 2px #076f1b solid;
	padding: 0 0 8px 0;
	margin: 0 0 10px 0;
	}

b,
strong {
    font-weight: bold;
	}

dfn {
    font-style: italic;
	}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;/*reset*/
}

a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #076F1B; 
    text-decoration:none;
	}

a:hover  {
	outline: 0;/*reset*/
	text-decoration: none;
	color: #0FC;
	}

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	background: #fff;
	min-width: 1024px;
	}

header {
	margin: 0 auto;
	width: 1024px;
	padding: 30px 0;
	}
	
header a.logo {
	display: block;
	background: url(../siteart/logo.png) 0 0 no-repeat;
	width: 344px;
	height:149px;
	margin: 15px 60px 0 0;
	float: left;
	}
	
.top-info {
	width: 590px;
	margin:0;
	}

.info {
	width: 370px;
	}
	
.info-small {
	width: 190px;
	margin: 0 0 0 20px;
	}
/*===================== 
	nav styles 
=======================*/


/*===================== 
	content styles 
=======================*/
.container-wrap {
	width: 100%;
	margin: 0;
	background: #000;
	min-width: 1024px;
	}

.container {
	width: 1024px;
	margin: 0 auto;
	}
	
.content-wrap {
	background: url(../siteart/green-bg.png) 0 0 repeat-x;
	width: 100%;
	height: 324px;
	border-bottom: 10px #ffe600 solid;
	min-width: 1024px;
	}

.content {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	}
	
.col-1-2 {
	width: 420px;
	float: left;
	color: #fff;
	}


/*===================== 
	slideshow styles 
=======================*/

/*===================== 
	banner styles 
=======================*/
	
/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	padding: 40px 0;
	width: 100%;
	min-width: 1024px;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #bbb;
	}
	
a.footerlink:hover {
	text-decoration:none; 
	font-size:13px;
	color: #fff;
	}

.footertext {
	font-size:13px; 
	color:#888;
	}

.smallfootertext {
	font-size:10px; 
	color:#888;
	}

.divfooter {
	width:490px; 
	text-align:center; 
	margin:0 auto;
	}

	
