

body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:								0;
	padding:							0;
	border:								0;
	outline:							0;
	font-size:							100%;
	/*vertical-align:						baseline;*/
	background:							transparent;
	text-decoration:none;
}

body {
	line-height: 						1;
}

ol, ul {
	list-style: 						none;
}

blockquote, q {
	quotes: 							none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: 							'';
	content: 							none;
}

/* remember to define focus styles! */
:focus {
	outline: 							0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: 					none;
}
del {
	text-decoration: 					line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 					collapse;
	border-spacing: 					0;
}

* {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
body {
	background:							#000;
}

p {
	font:								11px arial;
	color:								#666;
	margin:								0 0 10px 0;
	line-height:						18px;
}

h2 {
	font-size:							9pt;
	margin:								0 0 7px 0;
	text-transform:						uppercase;
	color:								#207E2F;
}

h2.download {
	font-size:							8pt;
}

div{display:block;}

.fleft {
	float:								left;
}

.fright {
	float:								right;
}

/* Clear Definition : life saver with floats */	
.clear {
	clear:both !important;
	line-height:0 !important;
	height:0 !important;
	font-size:0 !important;
	display:block !important;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	}
/* END: ----------------------- */

.divider {
	width:								1px;
	height:								110px;
	background:							#c3c3c3;
	display:							block;
}

.underline {
	width:								110px;
	height:								1px;
	line-height:						1px;
	font-size:							1px;
	background:							#c3c3c3;
	display:							block;
	margin:								0 0 12px 0;
}

.img-border {
	border:								1px solid #666;
}

.bold {
	font-weight:						bold;
}

.green {
	color:								#207e2f;
}

.green-12 {
	color:								#207e2f;
	font-size:							12px;
}

a.green {
	color:								#207e2f;
}

a.green:hover {
	color:								#207e2f;
	text-decoration:					underline;
}

.icon-pdf {
	background:							url(../../images/icon-pdf.gif) no-repeat;
}

.icon-edit {
	background:							url(../../images/icon-edit.gif) no-repeat;
}

.icon-green-blocks {
	background:							url(../../images/download-brief.gif) no-repeat left center;
	padding:							0 0 0 12px;
}

.icon-doc {
	background:							url(../../images/icon-msword.gif) no-repeat left center;
}

.icon-news {
	background:							url(../../images/icon-news.gif) no-repeat left center;
}

.icon-click {
	background:							url(../../images/icon-click.gif) no-repeat left center;
}

.icon-pos-left {
	background-position:				left center;
	padding:							0 0 0 22px;
}

.icon-pos-left-top {
	background-position:				left 3px;
	padding:							0 0 0 22px;
}

.icon-pos-right {
	background-position:				right center;
	padding:							0 22px 0 0;
}

a.return {
	background:							url(../../images/return-arrow.gif) no-repeat left center;
	padding:							0 0 0 14px;
	font:								bold 11px arial;
	color:								#666;
	text-decoration:					none;
}

a.return:hover {
	text-decoration:					underline;
}

#top {
margin:0 auto;
overflow:hidden;
width:974px;
}

#contain {
background:url(../../images/footer_bg_01.jpg) no-repeat right bottom;
margin:0 0 0 5px;
padding:0 0 108px;
width:969px;
}

#header {
height:220px;
}

#header a {
display:block;
height:220px;
text-decoration:none;
}

#menu {
	width:								100%;
	height:								49px;
	border-top:							1px solid #e5e5e5;
	border-bottom:						1px solid #e5e5e5;
	margin:								0 0 20px 0;
}

#menu ul {
	margin:								10px 0 0 0;
}

#menu ul li {
	float:								left;
	padding:							4px 12px 0 12px;
	height:								25px;
	border-right:						1px solid #e5e5e5;
}

#menu ul li.start {
	padding:							4px 12px 0 0;
}

#menu ul li.end {
	border-right:						none;
	padding:							4px 0 0 12px;
}

#menu ul li a {
	font:								bold 12px arial;
	text-decoration:					none;
	color:								#666;
}

#menu ul li a:hover {
	font:								bold 12px arial;
	text-decoration:					none;
	color:								#25a345;
}

#menu ul li a.on {
	font:								bold 12px arial;
	text-decoration:					none;
	color:								#25a345;
}

#content {
	width:								100%;
}

#bottom {
background-color:#000000;
margin:0;
width:100%;
}

.bottom {
background:#000 url(../../images/footer_bg_02.jpg) no-repeat right top;
margin:0 auto;
width:974px;
}

.bottom .fleft {
margin:25px 0 0 5px;
}

#bottom .text p {
	font:								10px arial;
	color:								#fff;
	margin:								0 0 5px 0;
}

#bottom .text a {
	font:								10px arial;
	color:								#fff;
	text-decoration:					none;
}

#bottom .text a:hover {
	font:								10px arial;
	color:								#fff;
	text-decoration:					underline;
}
.hr {
border-top:1px solid #E5E5E5;
display:block;
height:1px;
width:100%;
clear:both;
margin:0;
}
.foot_logos a {
display:block;
float:right;
margin:25px 0 100px 15px;
}
.outer {
width:100%;
display:block;
background:#fff url(../../images/header_bg_sm.jpg) no-repeat center top;
}










/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
background:#1D7A2C url(../../images/lightbox_foot.jpg) repeat left top;
border:3px solid #1D7A2C;
color:#fff;
font-family:Verdana,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
line-height:1.4em;
margin:0 auto;
padding:0 7px;
overflow:auto;
width:100%;
}
#lightbox-container-image-data {
	padding: 0 10px; 
color:#fff;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 100%; 
	float: left; 
	text-align: left;
	padding:10px 0 0; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	float:right;
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	display:none;
	float: right;
	width: 66px; 
	padding-bottom: 0.7em;	
}
.lightbox_close {
display:block;
position:absolute;
right:0;
top:-22px;
}

.runners_up_top {padding-bottom:30px;}
.runners_up_top .col1 {
float:left;
width:300px;
}
.runners_up_top .col2 {
float:right;
width:590px;
}
.runners_up_top .col2 a {
border-left:1px solid #E5E5E5;
display:block;
float:left;
height:60px;
text-align:center;
width:190px;
}
.runners_up_top .col2 a img.img_top {
}
.runners_up_top .col2 a img.img_bottom {
margin-top:10px;
}
.runners_up_bottom {
margin-top:20px;
}
.runners_up_bottom .hr {
margin:3px 0 20px;
}
.runners_up_bottom .col1 {
float:left;
margin-right:50px;
width:270px;
}
.runners_up_bottom .col2 {
float:left;
width:270px;
}
.runners_up_bottom .col3 {
float:right;
width:325px;
}
.runners_up_bottom .col3 img {
margin:0;
}

h2.download {
background:#FFFFFF url(../../images/arrow.jpg) no-repeat left 3px;
padding:0 0 0 10px;
margin:0 0 0 10px;
}

p.pdf {
background:#FFFFFF url(../../images/pdf.jpg) no-repeat left top;
margin:0 0 10px 20px;
padding:0 0 0 20px;
}

.col3 ul {list-style: none;}
.col3 ul li {display:block;float:left;margin:0 15px 20px 0;width:142px;}
.col3 ul li a {display:block;margin:0;}
.col3 ul li.even {margin-right:0;}



