html, body {
	margin:0;
	padding:0;
	background-color:#c9c9c9;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #535353;
	text-align:center;
	line-height:1.7em;
}

h1 {
	font-size:24px;
}

h1, h2, h3, h4 {
	color:#000000;
	font-weight:700;
	margin:0px;
	padding:15px 0px 10px 0px;
}

a, a:visited {
	color:#4b92ad;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}

label {
	width:100%;
	display:block;
}

.cs_button {
	padding:5px 10px;
	margin:15px 0px;
	text-decoration:none;
	cursor:pointer;
}

#cs_wrapper {
	background-color:#fff;
	background-image:url('../images/header_bg.png');
	background-position:top center;
	background-repeat:repeat-x;
	border-bottom:3px solid #999999;
	margin-bottom:15px;
}

/* this information is duplicated here, otherwise we would not see it on internal pages */
#cs_page_wrapper {
	background-image:url('../images/header_bg.png');
	background-position:top center;
	background-repeat:repeat-x;
	border-bottom:4px solid #e7f5e7;
	background-color:#f9fff9;
	margin-bottom:15px;
	text-align:left;	
}

#cs_error_wrapper {
	background-image:url('../images/header_bg.png');
	background-position:top center;
	background-repeat:repeat-x;
	border-bottom:4px solid #ff3737;
	background-color:#ffd8d8;
	margin-bottom:15px;
	padding:0px 0px 70px 0px;
	text-align:center;
	color:#000;	
}

#cs_error_wrapper h1 {
	color:#ff3737;
	font-size:30px;
	margin-top:35px;
}

#cs_error_wrapper p a {
	color:#ff3737;
}

#cs_header {
	width:980px;
	margin:auto;
	text-align:left;
}

#cs_header_menu_container {
	height:46px;
	float:right;
	margin-top:10px;
}

#cs_header_menu_left {
	float:right;
	width:7px;
	height:46px;
	background-image:url('../images/header_menu_left_cap.png');
	background-repeat:no-repeat;
}

#cs_header_menu_right {
	float:right;
	width:13px;
	height:46px;
	background-image:url('../images/header_menu_right_cap.png');
	background-repeat:no-repeat;
}

#cs_header_menu {
	float:right;
	height:34px;
	padding:12px 15px 0px 15px;
	background-image:url('../images/header_menu_background.png');
	text-transform:uppercase;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#ff9600;
}

#cs_header_menu a {
	color:#ff9600;
	text-decoration:none;
}

#cs_header_menu a:hover {
	text-decoration:underline;
}

#cs_logo {
	height:73px;
	width:302px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	float:left;
	margin-top:25px;
	margin-bottom:20px;
	margin-left:28px;
	display:inline;
}

#cs_logo a {
	height:73px;
	width:302px;
	float:left;
}

#cs_main_menu {
	height:55px;
	font-size:17px;
	font-weight:normal;
	padding-top:2px;
	padding-left:155px;
}

#cs_footer {
	text-align:center;
	color:#595959;
	font-size:11px;
}

#cs_footer_wrapper {
	float:right;
	width:500px;
	text-align:center;
	margin-top:10px;
}

#cs_footer_menu {
	text-transform:uppercase;
	margin-bottom:35px;
}

#cs_footer a {
	color:#595959;
	text-decoration:none;
}

#cs_footer a:hover {
	text-decoration:underline;
}

#cs_blog {
	float:left;
	width:350px;
	font-size:12px;
	position:relative;
	margin-top:10px;
	text-align:left;
}
#cs_blog a {
	margin-left:15px;
}
#cs_blog h1{
	text-align:left;
	color:#848484;
	padding-left:38px;
}
#cs_rss_icon {
	top:9px;
	left:0px;
	position:absolute;
	border:0px;
	cursor:pointer;
}

/* blog */
#cs_blog_container {
	margin-bottom:30px;
	margin-top:30px;
	border-top:4px solid #e7f5e7;
	border-bottom:4px solid #e7f5e7;
	background-color:#f9fff9;
	padding:10px;
	overflow:hidden;
	text-align:left;
}

.portfolio_image {
	width:75%;
	border:0px;
}

.portfolio_title {
	margin:0px;
	padding:15px;
	margin:-2px;
	background-color:#72b4cc;
	text-align:center;
	background-image:url('../images/post_title.png');
	background-position:top center;
	color:#fff;
	border-left:1px solid #68a2b9;
	border-right:1px solid #68a2b9;
}



.blog_title {
	margin:0px;
	padding:15px;
	background-color:#72b4cc;
	text-align:left;
	background-image:url('../images/post_title.png');
	background-position:top center;
	color:#fff;
	border-left:1px solid #68a2b9;
	border-right:1px solid #68a2b9;
}

.portfolio_title a, .blog_title a{
	color:#fff;
	text-decoration:none;
}

.portfolio_title a:hover, .blog_title a:hover;{
	text-decoration:underline;
}

#portfolio_table {
	width:100%;
}

.portfolio_entry {
	padding:15px;
}
/* Homepage */
.cs_featured {

	z-index:1;
}

#cs_featured_container {
	margin-bottom:5px;
	margin-top:30px;
	border-top:4px solid #e7f5e7;
	border-bottom:4px solid #e7f5e7;
	background-color:#f9fff9;
	padding:10px;
	height:205px;
	overflow:hidden;
	text-align:left;
}

#cs_featured_container h1 {
	text-align:center;
}

.cs_featured_url {
	text-align:center;
}

.cs_featured_text {
	width:322px;
	float:left;
	display:none;
}

.cs_featured_banner {
	float:right;
	width:658px;
}

.cs_featured_banner img {
	position:absolute;
	top:130px;
	z-index: 1;
	display:none;
}

#cs_featured_buttons {
	padding-bottom:30px;
}

#cs_featured_buttons img {
	float:left;
	margin-right:5px;
}

#cs_homepage_bl {
	width:500px;
	float:left;
	position:relative;
	text-align:left;
	padding-top:15px;
}
#cs_homepage_bl h1 {
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
}

/* Get Started */

#cs_get_started {
	width:316px;
	height:177px;
	margin-top:15px;
	background-image:url('../images/get_started.png');
	background-repeat:no-repeat;
	text-align:center;
	float:right;
	display:inline;
}


/* Pages */
#cs_page_content {
	padding-bottom:15px;
} 

#cs_page_content h1 {
	text-align:left;
}

#cs_about_us_bl {
	width:630px;
	float:left;
	text-align:left;
	padding-top:15px;
}

#cs_contact_info {
	float:left;
	width:300px;
}

#cs_contact_form {
	float:right;
	width:660px;
}

#cs_contact_form input, #cs_contact_form textarea {
	padding:5px;
	margin:0px 0px 5px 0px;
	border:1px solid #bde1bd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width:450px;
	outline:none;
}

#cs_quote_form .cs_input {
	padding:5px;
	margin:0px 0px 5px 0px;
	border:1px solid #bde1bd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 150px;
	outline:none;
}

#cs_quote_form .cs_textarea {
	padding:5px;
	margin:0px 0px 5px 0px;
	border:1px solid #bde1bd;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width:600px;
	outline:none;
}
#cs_quote_form td {
	vertical-align:top;
	white-space:nowrap;
}
/* Extras */
.clr {
	clear:both;
}
.mr25 {
	margin-right:25px;
}
.m12 {
	margin:0px 12px;
}
.pb40 {
	padding-bottom:40px;
}
.wrap980 {
	width:980px;
	margin:auto;
}

.error {
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
	float:right;
	clear:none;
	padding-right:200px;
}

.quote_error {
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
}