/** Default Settings **/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

* html body { /* Fixes IE6- margin:auto not centering bug.  This declaration only works in IE6 and below, used to center the #page */
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul { padding-left: 25px; }
ol { padding-left: 30px; }
table { border-collapse: collapse; }
table td { vertical-align: top; }

/** Page **/
div#page {
	width: 925px;
	margin: 3px auto;
	padding: 0;
	border: 1px solid black;
	text-align: left;
}

/** Header **/
#header {
	position: relative;
	width: 925px;
	height: 162px;
	background: white url('/images/website-developer-bg.jpg') no-repeat;
	}
#header h1 {
	position: absolute;
	left: 10px;
	top: 111px;
	color: white;
	font-size:14px; 
	line-height: 18px;
   letter-spacing:2px;
	} 
#header h2 {
	position: absolute;
	left: 290px;
	top: 27px;
	color: black;
	font-size:21px; 
	line-height: 26px;
   letter-spacing:4px;
	} 
#header h3 {
	position: absolute;
	left: 290px;
	top: 53px;
	color: #0091DE;
	font-size:28px; 
	line-height: 31px;
   letter-spacing:0px;
	} 
#header p.since-1994 {
	position: absolute;
	left: 500px;
	top: 115px;
	color: white;
	font-size:25px; 
	line-height: 29px;
   letter-spacing:3px;
	} 
#header p.goals {
	position: absolute;
	left: 500px;
	bottom: 2px;
	color: white;
	font-size:10px; 
	line-height: 13px;
   letter-spacing:2px;
	} 
#header a.clearbuilt-logo {
	position: absolute;
	left: 10px;
	top: 5px;
	}
#header a.clearbuilt-logo img {
	width: 239px;
	height: 90px;
	border: 0;
	}

/** Wrapper **/
#wrapper {
	width: 925px;
	margin: 0;
	padding: 0;
	background: url('/images/bg_174.gif') repeat-y;  /* background for lower sidebar */
}

/** Content **/
#content {
	float: left;
	display: inline;                      /* fixes the IE6 double margin float bug */
	width: 746px;                         /* 750 - body:border - gold:border:left */
	margin: 0 0 0 177px;                  /* 175 + gold:border:left */
	border-left: 2px solid #f8d93d;
	background-color: white;
}

#content #case_study_list {
	float: right;
	width: 235px;
	margin: 0 0 5px 5px;
	padding: 8px 0px;
	border-top: 2px solid #f8d93d;
	border-bottom: 2px solid #f8d93d;
	border-left: 1px solid #f8d93d;
}
#content #case_study_list h2 {
	margin-top: 0;
	padding-top: 0;
	width: 200px;
}
#content #case_study_list ul li {
	list-style-type: none;
	padding-left:0;
	margin-left:0;
}

#content h1 {
	width: 500px;
	padding: 15px 0 3px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid black;
	color: #0091DE;
	font-size: 24px; 
	line-height: 28px;
   letter-spacing: 0px;
	font-weight: normal;	
}	
#content h2 {
	width: 344px;
	padding: 15px 0 3px 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid black;
	color: #0091DE;
	font-size: 17px; 
	line-height: 20px;
   letter-spacing: 0px;
	font-weight: normal;	
}	
#content h3 {
	padding: 5px 0 3px 10px;
	margin: 0 0 3px 0;
	color: #0091DE;
	font-size: 14px; 
	line-height: 18px;
   letter-spacing: 0px;
	font-weight: bold;	
}	
#content li {
	padding-bottom: 8px;
	} 

#content p {
	padding: 0 10px 10px 10px;
	}

#content .subhead {
	color: #0091DE;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 3px;
	}
	
#content ul li p, #content ol li {
	padding: 0 0 4px 0;
	}

#content ol {
	padding: 4px 10px 15px 50px;
}

#content span.attribution {
	font-weight: bold;
}

/** SideBar **/
	/** Navs **/
	#nav {
		float: left;
		width: 175px;
		margin: 0 0 0 -925px;
		padding: 1px 0 0 0;
		background-color: white;
	}

	#nav p.nav_list {
		margin: 0;
		padding: 2px 0px 8px 3px;
		border-bottom: 1px solid white;
	} 
	#nav p.nav_list a {
		color: #0091DE;
	}
	#nav p.nav_list a:hover {
		color: black;
	}
	#nav .cold {
		color: white;
		background-color: #3577B3;
	}
	#nav .hot {
		color: #0091DE;
		background-color: #B8D7EB;
	}
	#nav p.hot:hover {
		color: white;
		background-color: white; 
		border-bottom: 1px solid #3577b3;
	}
	#nav p.hot :link, #nav p.cold :link,
	#nav p.hot :visited, #nav p.cold :visited {
		display: block;
	}

	/** White Box **/
	#nav .whitebox {
		color: black;
		padding: 30px 5px;
		text-align: center;
		background-color: white;
	}

	/** Grey Box **/
	#nav .greybox {
		color: white;
		padding: 30px 5px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		background: url('/images/bg_174.gif') repeat-y;
	}

	#nav h1 {
		font-size: 18px;
		font-weight: bold;
		margin: 0px 0px 5px 0px;
		padding: 0px;
	}

	#nav h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 12px;
	}

/** Forms **/
.formfieldname {
	width: 125px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	}
div.formerror {
	width: 392px; 
	margin: 0 0 10px 50px;
	border: 1px solid red;
}
div.formerror p {
	background: url('/images/warning.jpg') no-repeat;
	margin: 4px;
	padding: 3px 3px 3px 40px;
}
div.formsuccess {
	width: 392px; 
	margin: 0 0 10px 50px;
	border: 1px solid green;
}
div.formsuccess p {
	background: url('/images/success.jpg') no-repeat;
	margin: 4px;
	padding: 3px 3px 3px 40px;
}

form#client-login {
	margin: 0 10px 10px 10px;
	width: 450px;
	}
form#client-login input {
	margin: 5px 0;
	width: 200px;
	height: 20px;
	padding-left: 3px;
	background-color: #f9f9f9;
	}
form#client-login input.button {
	width: 125px;
	background-color: #ddd;
	}	

form#contact-us {
	width: 450px;
	}
form#contact-us input {
	margin: 5px 0;
	width: 300px;
	height: 20px;
	padding-left: 3px;
	background-color: #f9f9f9;
	}
form#contact-us input.button {
	width: 125px;
	background-color: #ddd;
	}	
form#contact-us textarea {
	margin: 5px 0;
	width: 300px;
	height: 100px;
	padding: 3px;
	background-color: #eee;
	}

/** Press Release List **/
	div.prmonth {
		width: 40px;
		padding-left: 10px;
		float: left;
	}

	div.pryear {
		width: 50px;
		float: left;
	}

	div.prsummary {
		margin-left: 90px; 
	}

	div.prsummary a {
		color: #6170B3;
	}

/** ClearPoint List **/
	#clearpoint p {
		margin: 0;
		padding: 0;
	}
	div.cptitle {
		clear: both;
		margin: 0px;
		padding: 0 0 0 10px;
	}

	div.cptitle a {
		color: #6170B3;
	}

	div.cpdate {
		clear: both;
		float: left;
		width: 120px;
		margin: 0px;
		padding: 0 0 0 10px;
		font-weight: bold;
	}

	div.cpexcerpt {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 130px;
	}

/** Footer **/
	div#footer {
		clear: both;
		text-align: center;
		padding: 30px 0 5px 0;
	}

/** Misc **/
	.sup {
		font-size: 60%;
		line-height: 100%;
		vertical-align: top; 
	}

	.divider {
		width: 400px;
		margin: 0 0 10px 10px;
		border-bottom: 2px solid #0091DE;
	}
