/* *************************** 
  Site - CPV
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Sidebar Styles
  $4 - Content Styles
  $5 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#80C428;
	text-decoration:none;
}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
#containerChoose .tick {
	float: right;
	position: absolute;
	top: 10px;
	display: none;
}


/* dn */
#cpv-tick {
	position: absolute;
	top: 23px;
	right: 4px;
}

#non-cpv-tick {
	position: absolute;
	top: 170px;
	right: 0px;
}
/* end dn */

#choices {
	float: left;
	height: 400px;
	width: 600px;
}

.white {
	background: #fff;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
	background:#80C428;
}
.normal_font {
    font-size:100%;
}
.large_font {
    font-size:120%;
}
#container {
	width:877px;
	margin:26px auto 0 auto;
	text-align:left;
}
#containerChoose {
	width:680px;
	margin:150px auto 0 auto;
	padding:0 auto 0 40px;
	text-align:left;
	height: auto;
	position: relative; /* dn */
}
.white #headbar {
	color:#000;
}
#headbar {
	width:677px;
	background:url(../images/breadcrumb_bg.gif) left bottom repeat-x;
	color:#fff;
	font-size:11px;
	padding-bottom:20px;
}

	#headbar .crumb {
		float: left;
		font-size:11px;
	}
	.white #headbar .crumb a {
		color:#000;
	}
	#headbar .crumb a {
		color:#fff;
		text-decoration:underline;
	}
	#headbar .crumb a:hover {
		text-decoration:none;
	}
	#headbar .crumb span {
		padding-right:8px;
	}
	#headbar .crumb b {
		padding:0 3px;
	}

	#login {
		float: right;
	}
		.white #login a {
			color:#000;
			background-color:none;
		}
		#login a {
			color:#fff;
			background-color:none;
		}
		.white #login li {
			border: 1px solid #000;
			border-width: 0 1px 0 0;
		}
		#login li {
			float: right;
			border: 1px solid #fff;
			border-width: 0 1px 0 0;
			padding: 0 5px 0 5px;
		}
		#login li.last {
			border-width: 0;
		}

/* *************************** 
   $3 Sidebar Styles
   ***************************/
#sidebar {
	width:179px;
	float:left;
}
.white #sidebar h1 {
	background:url(../images/logo_black.png) no-repeat;
}
#sidebar h1 {
	width:164px;
	height:39px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	margin:8px 0;
}

/* *************************** 
   $4 Content Styles
   ***************************/
.white #content {
	background:url(../images/content_bg_white.gif) left repeat-y;
}
#content {
	width:679px;
	float:right;
	background:url(../images/content_bg.gif) left repeat-y;
	padding:0 0 0 19px;
}
.white #content_top_small {
	background: #80C428;
}
#content_top_small {
	background:url(../images/content_topbar.gif) left top repeat-x;
	width:677px;
	height:22px;
	position:relative;
}
#content_top {
	width:679px;
	height:145px;
	position:relative;
}
#content_top img {
	vertical-align:middle;
}
#content_top_tick {
	width:152px;
	height:157px;
	background:url(../images/content_top_tick.png) no-repeat;
	position:absolute;
	left:574px;
	top:0px;
	z-index:10;
}

#crumbgreen {
	float:none;
	width:570px;
	background:url(../images/breadcrumb_bg.gif) 0 8px repeat-x;
	/*cor:#fff;*/
	height: 12px;
	font-size:11px;
	margin-bottom:20px;
}
#crumbgreen a {
	color:#fff;
	text-decoration:underline;
}
#crumbgreen a:hover {
	text-decoration:none;
}
#crumbgreen span {
	background:#80C428;
	padding-right:8px;
}
#crumbgreen b {
	padding:0 3px;
}
#crumbgreen #page_functions {
	float:right;
	padding-left:8px;
}
#crumbgreen #page_functions a {
	color:#fff;
	text-decoration:none;
}
#crumbgreen #page_functions a:hover {
	text-decoration:underline;
}


#maincontent_wide {
	width:677px;
	background:#fff;
	padding:0;
	margin:0;
}
.white #maincontent {
	padding:11px 11px 11px 0;
	width:539px;
}
#maincontent {
	width:528px;
	background:#fff;
	padding:11px;
}
#content #maincontent_print {
	float:right;
	position:relative;
	margin: 10px 10px 0 0;
}
	#content #maincontent #maincontent_print {
		margin: 0 0 0 20px;
	}
	#content #maincontent_print a {
		color:#000;
		text-decoration:none;
	}
	#content #maincontent_print a:hover {
		text-decoration:underline;
	}
#maincontent_image {
	float:right;
	margin-left:50px;
	margin-right:-140px;
	margin-top:-11px;
	margin-bottom:30px;
	position:relative;
}
#maincontent h2 {
	font-size:24px;
	line-height: 1em;
	margin-bottom:11px;
	font-family:Helvetica, Arial, sans-serif;
}
#maincontent h3 {
	font-size:12px;
}
#maincontent h3 a {
	color:#000;
	text-decoration:underline;
}
#maincontent h4 {
	font-size:12px;
	color:#80C428;
}
#maincontent h3 a:hover {
	text-decoration:none;
}
#maincontent p {
	margin-bottom:11px;
	margin-right:40px;
}
#maincontent a {
	color:#80C428;
}
#maincontent ul {
	padding-left: 15px;
	margin-bottom:11px;
	margin-right:30px;
}
	#maincontent ul li {
		list-style:square;
	}
	#maincontent ul li ul {
		margin-bottom:0px
	}
#maincontent ol {
	padding-left: 19px;
	margin-bottom:11px;
	margin-right:30px;
}
	#maincontent ol li {
		list-style:decimal;
	}
	#maincontent ol li ol {
		margin-bottom:0px;
	}
#maincontent .newsdate {
	padding: 0 0 10px 0;
}
#maincontent_wide .newsdate {
	padding: 10px 0 0 10px;
}
#maincontent .newsdatelist {
	padding: 0 0 0 0;
}
#maincontent_wide #maincontent {
	width:600px;
}
#maincontent .space_before {
	margin-top:40px
}
#maincontent .space_after {
	margin-bottom:40px;
}
/* *************************** 
   $5 Footer Styles
   ***************************/
.white #footer {
	color:#000;
}
#footer {
	width:877px;
	float:left;
	font-size:11px;
	color:#fff;
	margin-top:16px;
	background:url(../images/breadcrumb_bg.gif) top repeat-x;
	padding:10px 0 20px 0;
}
.white #footer a {
	color:#000;
}
#footer a {
	color:#fff;
}
#copyright {
	float:right;
}
#register {
	width:605px;
	background:#fff;
	padding:11px;
}
	#register label span {
		clear: left;
		display: block;
		float: left;
		margin-top: 10px;
		width: 90px;
		font-size: 10px;
	}
.checkbox .ezcc-user {
	width: auto;
}
.contact_us .box,.ezcc-user, .greenField {
	background-color: #80C428;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 8px;
	padding: 3px;
	width: 260px;
}

.smallerFormText {
	font-size: 10px;
}

table {
	border:0;
	padding:0;
	margin-bottom:11px;
}
	table td img {
		border: 0px solid #80C428;
	}

	table td {
		border:0;
		padding:0 20px 10px 0;
		marging:0;
		vertical-align: top;
	}

table.default {
	border:0;
	padding:0;
	margin-bottom:11px;
	margin-right:30px;
}
	table.default td img {
		/*border: 1px solid #80C428 !important;*/
		margin: 0 !important;
		padding: 0 !important;
	}

	table.default td {
		border:0;
		padding:0 20px 10px 0;
		marging:0;
		align: left;
		vertical-align: middle;
	}
#containerChoose #register #registerForm .smallerFormText table {
	margin: 0px;
	padding: 0px;
}

	#maincontent table td h3 {
		font-size: 14px;
	}
#containerChoose #register #registerForm .smallerFormText table td {
	margin: 0px;
	padding: 0px;
}

.warning h2 {
	display: none;
}
.warning li {
	
	color: red;
}

.object-left img {
	float: left;
	padding: 5px 15px 5px 0;
}
.object-center {
	text-align: center;
}
	.object-center img {
		padding: 5px 15px 5px 15px;
	}
.object-right img {
	float: right;
	padding: 5px 0 5px 15px;
}

.cpv_line dt {
	float:left;
	width: 100px;
	font-weight: bold;
}
.cpv_line dd {
	float:left;
	padding-bottom:2px;
	width:200px;
}
.cpv_line dd.wide {
	width:500px;
}
#maincontent h2.cpv_name {
	font-size: 12pt;
	color: #80C428;
}

