/* Default for IE */
* {
	padding: 0;
	margin: 0;
}

/* Basic HTML */
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}
a img {
	border: none;
	background: none;
}
a:link, a:visited, a:active {
	color: #0033cc;
}
a:hover {
	text-decoration: none;
}
p {
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 1em 0;
}
h1 {
	border-bottom: 1px solid #ccccff;
	font-size: 2.75em;
	font-weight: bold;
	letter-spacing: -.04em;
	margin: 0 0 .45em 0;
	padding: 0 0 .1em 0;
}
h1.home {
	border-bottom: none;
	font-family: georgia, serif;
	font-size: 1.75em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0em;
	margin-bottom: .5em;
}
h2 {
	margin-bottom: .7em;
	padding-bottom: .3em;
	font-size: 2em;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ccccff;
}
h3 {
	border-bottom: 1px solid #ccccff;
	font-size: 1.5em;
	text-align: left;
	color: #0066cc;
	font-weight: bold;
	margin: 1em 1em 0 1em;
}
ul {
	margin: 1em 0 1em 1.5em ;
}
li {
	margin: .4em 0;
	font-size: 1.4em;
}

/* Layout wrapper */
#container {
	text-align: center;
	min-width: 950px;
}

/* Header includes logo and navigation */
#header {
	width: 950px;
	margin: 0 auto;
	position: relative;
	height: 90px;
}
#logo {
	position: absolute;
	left: 0;
	bottom: 1em;
}

#hiring {
	position: absolute;
	top: 15px;
	right: 0;
}

/* Top navigation */
#nav {
	position: absolute;
	right: 0;
	bottom: 0;
}
#nav ul {
	list-style: none;
}
#nav li {
	margin: 0;
	float: left;
}
#nav li a, #nav li a:visited {
	color: #0066cc;
	float: left;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: .8em;
	border-top: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
	padding: .5em .75em;
	background: url(../images/gradient-bottom.gif) repeat-x bottom;
}
#nav .about a {
	border-left: 1px solid #ccccff;
}
#nav ul a:hover {
	background: #fff;
	color: #0066cc; 
}

/* Sub navigation */
#subnav {
	float: left;
	width: 170px;
}
#subnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccccff;
}
#subnav li {
	display: inline ; /* Removes large gaps in IE/Win */
	padding: 0;
	margin: 0;
}
#subnav li a {
	display: block;
	padding: .2em 1em;
	line-height: 2.3em;
	text-decoration: none;
	color: #0066cc;
	border-left: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
	border-bottom: 1px solid #ccccff;
	background: url(../images/subnavbg.jpg) repeat-x;
	font-size: .85em;
}
#subnav ul a:hover {
	background: #0066cc;
	border-bottom: 1px solid #ccccff;
	color: #fff;
	border-left: 1px solid #0066cc;
	border-right: 1px solid #0066cc;
}
#subnavtop {
	height: 15px;
	background: #0066cc url(../images/topbg.jpg) repeat-x;
}
#subnavtopleft {
	height: 15px;
	background: #0066cc url(../images/top-left.jpg) no-repeat top left;
	width: 50px;
	float: left;
}
#subnavtopright {
	height: 15px;
	background: #0066cc url(../images/top-right.jpg) no-repeat top right;
	width: 50px;
	float: right;
}
#subnavbottom {
	height: 50px;
	background: #0066cc url(../images/bottombg.jpg) repeat-x bottom;
}
#subnavbottomleft {
	height: 50px;
	background: #0066cc url(../images/bottom-left.jpg) no-repeat bottom left;
	width: 50px;
	float: left;
}
#subnavbottomright {
	height: 50px;
	background: #0066cc url(../images/bottom-right.jpg) no-repeat bottom right;
	width: 50px;
	float: right;
}

/* Home page banner */
#startbanner {
	background: #0066cc;
	border-bottom: 1px solid #0066cc;
	border-top: 1px solid #0066cc;
	height: 200px;
	clear: both;
	text-align: center;
}
#startinside {
	margin: 0 auto;
	height: 200px;
	max-width: 1000px;
	width: 950px;
	text-align: left;
}
#startbanner-left {
	position: absolute;
	height: 200px;
}

/* Content */
#contentwrapper {
	width: 950px;
	margin: 0 auto 2em auto;
	clear: both;
	text-align: left;
	padding: 2em 0;
}
#contentwrapper2 {
	max-width: 1050px;
	width: 950px;
	margin: 0 auto 2em auto;
	padding-top: 3em;
	padding-left: 1em;
	clear: both;
	text-align: left;
	border-top: 1px solid #ccccff;
}
#maincontent {
	width: 60%;
	float: left;
}
#maincontent2 {
	width: 65%;
	float: left;
	margin-bottom: 2em;
}
#maincontent3 {
	width: 75%;
	float: left;
	margin-bottom: 2em;
}
#content {
	width: 78%;
	float: right;
}
#content2 {
	width: 75%;
	float: right;
}
#quotes {
	width: 35%;
	float: right;
}
#quotes h2 {
	font-size: 1.6em;
}
#secondarysidebar {
	background: url(../images/gradient-bottom.gif) repeat-x bottom;
	border: 1px solid #ccccff;
	font-size: 1em;
	width: 200px;
	float: right;
	padding-bottom: 1em;
}
#joinstart {
	text-align: right;
	margin: 2em 0 1em 0;
}

/* Featured communities */
#communities {
	clear: both;
}
#communities h2 {
	text-align: left;
}
.communitiesfeature {
	background: url(../images/gradient-bottom.gif) repeat-x bottom;
	border: 1px solid #ccccff;
	float: left;
	font-weight: bold;
	height: 180px;
	margin-right: .75em;
	margin-bottom: 1em;
	padding: .25em;
	text-align: center;
	width: 200px;
}
.communitiesfeature img, .communitiesfeature2 img {
	border: 1px solid #ccccff;
}
.communitiesfeature_vert {

}
.communitiesfeature2 {
	background: url(../images/gradient-bottom.gif) repeat-x bottom;
	border: 1px solid #ccccff;
	float: left;
	font-weight: bold;
	height: 180px;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	margin-right: .75em;
	text-align: center;
	width: 215px;
}

/* Alternate style for full-page community list. */
#maincontent3 .communitiesfeature {
	margin-right: 7em;
}
.communitiesfeature p, .communitiesfeature2 p {
	margin-top: .3em;
	margin-bottom: 1em;
	font-size: 1.3em;
}
#communitiesfeaturemore {
	clear: both;
	font-weight: bold;
	padding: 0 0 2em 0;
}
#communitiesfeatureside {
	margin: 1em 0;
}
#communitiesfeatureside a img {
	padding: .5em;
}
#communitiesfeatureside a:hover img {
	background: #fff;
}
#communitiesfeatureside p {
	background: url(../images/quote.gif) no-repeat;
	margin: 0 1em 1em 1em;
	padding-top: 1em;
	font-size: 1.3em;
}
p.quote {
	background: url(../images/quote.gif) no-repeat;
	font-size: 1.3em;
	margin: 0 0 2em 0;
	padding-top: 1em;
}
p.news {
	font-size: 1.2em;
	color:#666666;
}

/* Includes "Why orgs use CH" and "Why users value CH" */
#about {
	padding-top: 1em;
	clear: both;
}
#about li {
	background: url(../images/li-about.gif) no-repeat 0 0;
	list-style: none;
	padding: 0 0 .25em 1.5em;
}
#why {
	float: left;
	margin-bottom: 2em;
	width: 48%;
}
#features {
	float: right;
	margin-bottom: 2em;
	width: 48%;
}

/* Footer */
#footer {
	border-top: 5px solid #0066cc;
	font-size: 1.1em;
	color: #ccccff;
	margin: 2em 0 .25em 0;
	padding: 1em 0 0 0;
	text-align: right;
	clear: both;
}

/* Class styles */
.highlight {
	font-weight: bold;
}

/* Breadcrumb Navigation */
#breadcrumb {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccccff;
}

#breadcrumb ul {
	list-style: none;
	display: inline;
	padding-left: 0;
	margin-left: 0;
}

#breadcrumb li {
	list-style: none;
	display: inline;
	margin-right: .5em;
	background: url(../images/breadcrumbli.gif) no-repeat 0 50%;
	padding-left: .7em;
	font-size: 1.1em;
}

#breadcrumb li.breadcrumbfirst {
	background: none;
}

.phone {
	font-weight: bold;
	font-size: 2em;
	color: #0066cc;
	font-family: "Lucida Grande", verdana, Arial, Helvetica, sans-serif;
}

.feedlink {
	font-size: 1.1em;
}

.feedlink img {
	vertical-align: text-bottom;
	border: none;
}

/* Forms */

fieldset {
	background: url(../images/gradient-bottom.gif) repeat-x bottom;
	border: 1px solid #ccccff;
	padding: 2em 0 1.5em 2em;
	position: relative;
}

legend {
	background: white;
	font-size: 2em;
	font-weight: bold;
	left: .5em;
	padding: 0em .5em 0 .5em;
	position:absolute;
	top: -.5em;
}

label {
	float: left;
	padding: .5em 0 0 0;
	width: 180px;
}
.textfield {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 .5em 0 0;
	padding: .5em;
	width: 350px;
}

.submitbutton {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: .5em 0 0 180px;
	padding: .25em;
	width: auto;
}
select {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 .5em 0 0;
	padding: .25em;
	width: auto;
}
.checkbox {
	margin-right: 1em;
}
.radio {
	margin-right: .5em;
}
option {
	margin: 0 .5em 0 0;
	padding: 0 .25em;
}
textarea {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 100px;
	margin: 0 .5em 0 0;
	padding: .75em;
	width: 300px;
}
.formfield {
	clear: both;
	display: block;
	font-size: 1.5em;
	margin:  .5em 0 1.5em 0;
	padding: 0;
}
.required {
	background: url(../images/required.gif) no-repeat 0 50%;
	color: #000;
	font-style: normal;
	padding-left: 1.5em;
}

.error {
	background: url(../images/required.gif) no-repeat 0 50%;
	color: red;
	font-size: 1.3em;
	font-weight: bold;
	margin:  .5em 0 1.5em 0;
	padding-left: 1.5em;
}

.clear {
	clear: both;
}
.partner-logo {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
}