/*

Theme Name: CSRG

Theme URI: http://wordpress.org/

Description: The original WordPress theme that graced versions 1.2.x and prior.

Version: 1.5

Author: Skunkworks Creative Inc.

Tags: mantle color, variable width, two columns, widgets


Default WordPress by Skunkworks Creative Inc. || http://skunkworks.ca

Modifications by Skunkworks Creative Inc. || http://skunkworks.ca

*/

body {
	background-image: url(images/bg-lotus.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	width: 958px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c7c8ca;
}

#header {
	width: 958px;
	margin: 0 auto;
	padding: 0;
}


#content-wrapper {
	width: 958px;
	margin: 0 auto;
	padding: 0;
}


#content {
	padding-top: 30px;
	float: left;
	width: 650px;
}


span.separator {
padding: 0 10px 0 10px;
}


#content img {
	float: right;
	margin: 0 0 10px 30px;
	border: 2px solid #ffffff;
}


#content img.alignleft {
	float: left;
	margin: 20px 0px 10px 0px;
}

#content h1 {
	margin: 0;
	padding: 0 0 20px 66px;
	color: #c1d72e;
	font-size: 23px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 5px 66px;
	color: #c1d72e;
	font-size: 20px;
}

#content h3 {
	margin: 0;
	padding: 20px 0 5px 66px;
	color: #ffffff;
	font-size: 16px;
}

#content .privacy-policy-heading {
	margin: 0;
	/*padding: 20px 0 5px 66px;*/
	color: #ffffff;
	font-size: 16px;
	font-weight:bold;
}


#content p {
	padding-left: 66px;
	line-height: 18px;
}

#content p a,
#content ul li a {
	color:#c1d72e;
	text-decoration: underline;
	}
	
#content ul{
	padding-left: 50px;
	margin-left: 50px;
	line-height: 18px;
}

#right-col {
	padding-top: 30px;
	float: right;
	width: 250px;
}

#contact-box {
	background-image: url(images/contact-box.gif);
	background-repeat: no-repeat;
}

#contact-box p {
	padding: 8px 10px 0 17px;
	font-size: 11px;
	line-height: 15px;
}

#contact-box a,
#contact-box a:visited {
	color: #c7c8ca;
	text-decoration: underline;
	font-size: 11px;
}


#footer {
clear: both;
	width: 958px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#footer p {
	text-align: center;
	font-size: 10px;
}

#footer a,
#footer a:visited {
	color: #6c7914;
	text-decoration: none;
}



/****** NAV START********/

#nav {
	width: 823px;
	margin: 0 auto;
	padding: 0;
}

#nav ul {
	margin: 0 auto;
	padding: 0;
	width: 823px;
	height: 30px;
	list-style-type: none;
}

#nav ul li {
	float: left;
	list-style-type: none;
	height: 30px;
}

#nav a {
	display: block;
	height: 30px
}

#nav li span {
	display: none;
}

#nav ul li.home {
	background-image: url(images/01-home-off.gif);
	width: 67px;
}

#nav ul li.home:hover,
body.home #nav ul li.home {
	background-image: url(images/01-home-on.gif);
}


#nav ul li.whoweare {
	background-image: url(images/02-whoweare-off.gif);
	width: 107px;
}

#nav ul li.whoweare:hover,
body.whoweare #nav ul li.whoweare {
	background-image: url(images/02-whoweare-on.gif);
}


#nav ul li.whatwedo {
	background-image: url(images/03-whatwedo-off.gif);
	width: 110px;
}

#nav ul li.whatwedo:hover,
body.whatwedo #nav ul li.whatwedo {
	background-image: url(images/03-whatwedo-on.gif);
}

#nav ul li.whatwebelieve {
	background-image: url(images/04-whatwebelieve-off.gif);
	width: 140px;
}

#nav ul li.whatwebelieve:hover,
body.whatwebelieve #nav ul li.whatwebelieve {
	background-image: url(images/04-whatwebelieve-on.gif);
}


#nav ul li.whoweworkwith {
	background-image: url(images/05-whoweworkwith-off.gif);
	width: 159px;
}


#nav ul li.whoweworkwith:hover,
body.whoweworkwith #nav ul li.whoweworkwith {
	background-image: url(images/05-whoweworkwith-on.gif);
}


#nav ul li.services {
	background-image: url(images/06-services-off.gif);
	width: 88px;
}

#nav ul li.services:hover,
body.services #nav ul li.services {
	background-image: url(images/06-services-on.gif);
}

/*.hoverservices {
	background-image: url(images/06-services-on.gif);
}*/


#nav ul li.contact {
	background-image: url(images/07-contact-off.gif);
	width: 90px;
}

#nav ul li.contact:hover,
body.contact #nav ul li.contact {
	background-image: url(images/07-contact-on.gif);
}


#nav ul li.links {
	background-image: url(images/08-links-off.gif);
	width: 62px;
}

#nav ul li.links:hover,
body.links #nav ul li.links {
	background-image: url(images/08-links-on.gif);
}


