/* CSS for CPC */

body,html {
	background-color: #FFFFFF;
	color:#505153;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	font-size:62.5%; /* this is set so we can use ems instead of px */
}

/* set some defaults */
body,td,p,table,tr {font-family: Arial, Helvetica, sans-serif; font-size: 1em; line-height: 16pt; font-weight:normal; color:#505153;}
/* zero padding on forms */
form {border:0px; margin:0px; padding:0px;}
/* some bug fixes for mozilla etc */
html { min-height: 100%; margin-bottom: 1px; }
html {overflow-y: scroll;}

img {border:0px;}

/* switch off borders from all images unless specified */
img {border:0;}

/* outer site wrapper */
#site_wrapper {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 }

/* site content wrapper */	  
#site_content {
	position: relative;
	height:600px;
	min-height:600px;
	overflow:visible;
	width: 995px;
	margin: 0px auto;
	padding:0px;
	background-repeat: no-repeat;
}
#header {
	overflow:visible;
	width:auto;
	height: 187px;
	padding:0px;
	background-image:url('images/header.jpg');
	background-repeat:repeat-x;

}
#logo {
	padding-top:18px;
	padding-right:18px;
	float:right;
	width:400px;
}
#toprightnav {
	position:absolute;
	width:350px;
	top:0px;
	right:0px;
	padding-right:10px;
	text-align:right;
}
.topright ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
.topright li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #325221;
	list-style: none;
	display: inline;
}
.topright li a {color:#FFFFFF;}
.topright li a:hover {color:#325221; text-decoration:none;}
.topright li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}


#navigation {
	position:relative;
	top:154px;
	bottom:0px;
	float:left;
	padding-left:18px;
	width:995px;
}
#codeclick {
	position:absolute;
	top:70px;
	right:0px;
	width:280px;
	height:80px;
	cursor:pointer; cursor:hand; 
}

#main_content {
	left:0px;
	border: 0px;
	padding:20px;
	padding-top:30px;
	background-image:url('images/longback.jpg'); /* ever expanding background image */
	font-size: 1.2em;
}
#pushdiv {clear:both;} /* this is a bug fix, so the inner DIVS expand the outer div */

#homeleft {
	float:left;
	margin-right:13px;
	width:500px;
}
#homemid {
	float:left;
	margin-right:13px;
	width:208px;
}
#video {
	padding:4px; 
	padding-top:12px;
	line-height:1.0em;
	background: url('images/video.jpg') no-repeat left top;
	height:239px;
	text-align:center;
}
#homeright {
	float:left;
	width:208px;
}
#homeboxinner {
	float:left;
	width:470px;
	height:160px;
	padding:15px;
	background: url('images/homeboxinner.jpg') no-repeat left top;
	font-size:1.0em;
	line-height:1.2em;
}
#mainwide {
	float:left;
	width:725px; 
	margin-right:13px;
	background: #FFFFFF url('images/main_bg.jpg') no-repeat left top;
	min-height:550px;
}	
#greenwide {
	width:717px; /* excludes padding */
	height:22px;
	padding:4px;
	font-size:1.2em;
	padding-left:15px;
	padding-top:8px;
	background: url('images/green-wide.jpg') no-repeat left top;
	text-align:left;
}
#leftmenu {
	float:left;
	width:180px;
	margin-right:30px;
}
#mainleft {
	float:left;
	width:505px;
}
#mainright {
	float:left;
	width:208px;
}
#yellowtop,#greentop {
	width:202px; /* 208 minus padding */
	height:21px;
	line-height:1.0em;
	padding:4px;
	padding-top:10px;
	background: url('images/yellow-top.jpg') no-repeat left top;
	text-align:center;
}
#greentop {background: url('images/green-top.jpg') no-repeat left top;}
#expandbox {
	border:1px solid #e0e2e6;
	padding:4px;
	text-align:center;
	background: url('images/box_grad.jpg') repeat-y left top;
	margin-bottom:10px;
}
.title-wsmall {
	color:#FFFFFF;
	font-size:0.9em;
	line-height:10px;
}
.title-white {
	color:#FFFFFF;
	font-size:1.1em;
	line-height:10px;
}
.title-green {
	color:#a0af45;
	font-size:1.6em;
	line-height:1.5em;
}
.head-green {
	color:#436b32;
	font-size:1.4em;
	line-height:1.0em;
}
.head-orange {
	color:#ed9921;
	font-size:1.4em;
	line-height:1.0em;
}

h1 {font-size:1.7em;}
.subtitle {
	font-size:1.4em;
}

/* Standard link colours for site */
a:link {
	color: #2D521F;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #2D521F;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #5B8107;
	font-weight:bold;
	text-decoration:underline;
}
a:active {
	color: #2D521F;
	font-weight:bold;
	text-decoration:none;
}


/* orange link colours for site */
a.orange:link {
	color: #ed9921;
	font-weight:bold;
	text-decoration:none;
}
a.orange:visited {
	color: #ed9921;
	font-weight:bold;
	text-decoration:none;
}
a.orange:hover {
	color: #5B8107;
	font-weight:bold;
	text-decoration:underline;
}
a.orange:active {
	color: #ed9921;
	font-weight:bold;
	text-decoration:none;
}

div.imgshadow {
	background: url('images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.imgshadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 1px;
	position: relative;
}

#mov1 {
	font-size:12px;
}

/* Footer divs */
#footer {	
	height: 20px;
	width:931px;
	clear:both;
	padding:30px;
	background-image:url('images/footer.jpg');
}
ul#portfolio li {
	list-style: none;
	margin: 0; padding: 0;
	border: none;
}
ul#portfolio {list-style: none; margin: 0; padding: 0; border: none;}

#bizcard {
	overflow:visible;
	width: 400px;
	margin: 20px auto;
	padding:10px;
	font-size:1.6em;
}

.azwrap {
	float:left;
	padding:0px;
	width:230px;
	margin-right:20px;
}

.azcol {
	float:left;
	width:215px;
	padding:10px;
	border:1px solid #E0E2E6;
	margin-bottom:15px;
}
.azcol ul {padding-left:0px; margin-left:15px;}

/* side menu */

.sidemenu {
	list-style: none;
	margin: 0; padding: 0;
	margin-left:12px;
	font-size:0.9em;
	font-weight:normal;
}
.sidemenu ul {}
.sidemenu li {display: block;} 	
.sidemenu li a {text-decoration: none;}	
.sidemenu li a:link, .sidemenu li a:visited {color: #5E7830;}
.sidemenu li a:hover {color: #ed9921;}
.sidemenu li a.selected {color: #26370A;}
.sidemenu li.active > a {color: #ed9921;}

.sidesubmenu {
	list-style: none;
	margin: 0; padding: 0;
	margin-left:10px;
	font-size:0.9em;
}
.sidesubmenu li {display: block;height: 15px;}
.sidesubmenu li a {text-decoration: none;}
.sidesubmenu li a:link, .sidesubmenu li a:visited {color: #808080;}
.sidesubmenu li a:hover{color: #ed9921;}
.sidesubmenu li a.selected{color: #808080;}
.sidesubmenu li.active > a {color: #ed9921;}

dt {display:block; float:left;}
dd {margin-left:40px; margin-bottom:20px;}

#next {text-align:right; padding-right:20px; margin-bottom:10px;}

.clickable {cursor:pointer;cursor:hand;}
.hsclickable {cursor:pointer;cursor:hand;}


/*
	Sliding labels is open source code by Tim Wright of CSSKarma.com
	http://www.csskarma.com/blog/sliding-labels
*/

label                       { cursor:pointer;display:block; }
input[type="password"], input[type="text"],
textarea                    { width:250px; border:1px solid #999;padding:5px;-moz-border-radius:4px;-webkit-border-radius:4px; background:url(images/inputbg.jpg) repeat 0 0; }
textarea {width:350px;}
input[type="password"]:focus, input[type="text"]:focus    { border-color:#777; }
input[name="zip"]           { width:150px; }

/* submit button */
input[type="submit"]        { cursor:pointer;border:1px solid #999;padding:5px;-moz-border-radius:4px;-webkit-border-radius:4px;background:#eee; }
input[type="submit"]:hover,
input[type="submit"]:focus  { border-color:#333;background:#ddd; }
input[type="submit"]:active { margin-top:1px; }
