@import url(reset.css);
@import url(editor.css);
@import url(forms.css);

body {
	background:#fff url(/images/bgBody.jpg) top repeat-x;
	color:#666666;
}

#page {
	margin:0 auto;
	width:874px;
}

#logo {
	float:left;
	width:255px;
}	

#nav-global {
	background-image:url(/images/bgNavGlobal.gif);
	background-repeat:no-repeat;
	float:right;
	height:120px;
	width:279px;
}

#nav-global img {
	float:left;
}

#nav-main {
	clear:both;
	height:33px;
	padding-right:8px;
	text-align:right;
}	
#nav-submain {
	background-image:url(/images/bgSubNav.gif);
	background-repeat:no-repeat;
	height:48px;
	width:874px;
}

#section-header {
	background:#fff url(/images/bgSectionHeader.gif) no-repeat bottom;
	border-top:1px solid #fff;
	padding-bottom:20px;
}

#page .cpvcontent {
	background-image:url(/images/bgContent.gif);
	background-repeat:repeat-y;
}	

#sidebar {
	float:left;
	padding-right:12px;
	width:220px;
}

#sidebar .title {
	padding-bottom:6px;
}	 

#search {
	background-color:#f1f1f1;
	border-bottom:2px solid #aeaeae;	
	margin:0 auto 10px auto;
	padding-bottom:6px;
	width:205px;
}

#search-home {
	background-color:#f1f1f1;
	margin:0 auto 10px auto;
	padding-bottom:6px;
	width:205px;
}

#sidebar .box {
	background-color:#edfae7;
	border-bottom:2px solid #aeaeae;
	color:#6ea132;
	font-size:10px;
	font-style:italic;	
	font-weight:bold;
	margin:0 auto 10px auto;
	padding-bottom:6px;
	width:205px;
}

#sidebar .box p {
	line-height:12px;
	padding:2px 6px;
}	

#sidebar #connect {
	margin-bottom:10px;
}

#sidebar #languages {
	margin-bottom:10px;
}

#main {
	float:right;
	padding:0 16px;
	width:610px;
}

#breadcrumbs {
	float:left;
	font-size:11px;
	margin-bottom:24px;
	width:490px;	
}	


#controls {
	float:right;
	font-size:11px;
	padding-bottom:25px;
	text-align:right;
	width:120px;

}

#copy {
	clear:left;
	margin-right:16px;
}

#footer {
	background:#000 url(/images/bgFooter.gif) repeat-x;
	clear:both;
	color:#858585;
	font-size:10px;
	height:60px;
	text-align:center;
	text-transform:uppercase;
}

#footer .cpvcontent {
	margin:0 auto;
	width:874px;
}
	
#footer #footerlogo {
	float:left;
	width:250px;

}

.clearfix {
	clear:both;
}	

/* Link Styles */

a {
	color:#74b823;
	text-decoration:none;
}	

#nav-global a {
	color:#74b823;
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-right:6px;
	text-decoration:none;
}

#sidebar .box a {
	color:#6ea132;
	font-size:11px;
	font-style:normal;	
	font-weight:bold;
	text-decoration:none;
}

#breadcrumbs a {
	color:#666666;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	color:#74b823;
}

/* Home Page Styles */

body#home {
	background-color:#efefef;
}

#home #page {
	width:690px;
}

#home #page .cpvcontent {
	background-image:none;
}

#home #copy {
	padding-top:50px;
}

#home #breadcrumbs {
	display:none;
}

#home #box_bg {
	background:#efefef url(/images/images/splash_box_bg.gif) repeat-y;
}

#home #topbox { width:690px; height:10px; background:url(/images/splash_box_top.gif) no-repeat}

#home #box_bg { clear:both; float:left; width:690px; background:url(/images/splash_box_bg.gif) repeat-y}


#home #box_bg #col1 { float:left; width:204px; padding:10px 10px 10px 12px}

#home #box_bg #col2 { float:left; width:204px; padding:10px 10px 10px 18px}

#home #box_bg #col3 { float:left; width:204px; padding:10px 10px 10px 17px}

#home #lowerrow {width:690px;}

#home #lowerrow #col1 { float:left; width:460px; padding:10px 10px 10px 0px}

#home #lowerrow #col2 { float:left; width:220px; padding:10px 0px 10px 0px}



#home #box_btm { clear:both; width:690px; height:12px; background:url(/images/splash_box_btm.gif) no-repeat}

.green {
	color: #74B823;	
}

