/* CSS Document */

/* --------------------------------------------------------------------------- */

/* CSS RESET */
/* CSS Reset http://meyerweb.com/eric/tools/css/reset/index.html */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset Ends */

/* --------------------------------------------------------------------------- */

/* STRUCTURE */
body {
	background-color:#ccc;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:#333;
	font-size:10px;
	font-weight:inherit;
}
#container {
	width:980px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#fff;
}
#header {
	height:90px;
	background-color:#ccc;
	float:left;
	width:980px;
}
#info {
	background-image:url(../assets/img/info.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
	overflow:visible;
	height:90px;
	width:328px;
	text-indent:-9999px;
	margin-right:40px;
}
#content {
	padding:13px 13px 13px 13px;
	float:left;
	background-color:#fff;
}
#contentLeft {
	float:left;
	width:407px;
	padding:35px 35px 0px 35px;
	margin:0px;
}
#contentRight {
	float:right;
	background-color:#fcfce7;
	width:407px;
	padding:35px 35px;
	margin:0px;
}
#contact {
	clear:both;
	padding-top:20px;
}
#footer {
	height:40px;
	clear:both;
	background-color:#ccc;
}
/* STYLES */
.textbold {
	font-weight:bold;
	color:#cc6600;
}
h1 {
	background-image:url(../assets/img/logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:350px;
	height:90px;
	float:left;
	text-indent:-9999px;
	margin-left:25px;
}
h2 {
	font-size:22px;
	padding-bottom:15px;
	background-image:url(../assets/img/welcome.gif);
	background-repeat:no-repeat;
	width:304px;
	height:47px;
	overflow:visible;
	text-indent:-9999px;
}
h3 {
	font-size:18px;
	padding-bottom:15px;
	line-height: 1.2;
}
/*h4 #servicesHeading {
	font-size:16px;
	padding-bottom:15px;
	text-indent:-9999px;
	background-image:url(../assets/img/services.gif);
	background-repeat:no-repeat;
	width:99px;
	height:25px;
	overflow:visible;
}
h4 #contactHeading {
	font-size:16px;
	padding-bottom:15px;
	text-indent:-9999px;
	background-image:url(../assets/img/contactme.gif);
	background-repeat:no-repeat;
	width:134px;
	height:25px;
	overflow:visible;
}*/
h4 {
	font-size:16px;
	padding-bottom:15px;
	text-indent:-9999px;
	overflow:visible;
}
h4.servicesHeading {
	background-image:url(../assets/img/services.gif);
	width:99px;
	height:25px;
	background-repeat:no-repeat;
	
}
h4.contactHeading {
	background-image:url(../assets/img/contactme.gif);
	width:134px;
	height:25px;
	background-repeat:no-repeat;
	
}
p {
	font-size:14px;
	padding-bottom:15px;
	line-height: 17px;
}
#list ul {
	width:170px;
	font-size:12px;
	list-style:disc;
	padding-left:15px;
	float:left;
	line-height: 17px;
	overflow:inherit;
}
#list2 ul {
	width:170px;
	font-size:12px;
	list-style:disc;
	padding-left:15px;
	float:right;
	line-height: 17px;
}
input, textarea {
	border:1px solid #999;
	background-color:#fff;
	width:245px;
	font-size:12px;
	padding:3px 3px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
input:focus, textarea:focus {
	border:1px solid #333;
}
form label {
	width:130px;
	display: inline-block;
	padding-bottom:15px;
	font-size:12px;
	font-weight:normal;
	vertical-align:middle;
}
form label#messageField {
	width:130px;
	display: inline-block;
	vertical-align:top;
	padding-top:7px;
}
#submitButton {
	border:0px;
	width:392px;
	background-color:#fcfce7;
	color:#cc6600;
	font-size:14px;
	margin-top:10px;
	text-align:right;
}
#submitButton a {
	border:0px;
	width:100px;
	background-color:#fcfce7;
	color:#cc6600;
	font-size:14px;
	margin-top:10px;
}
#submitButton a:hover {
	border:0px;
	width:100px;
	background-color:#fcfce7;
	color:#333;
	font-size:14px;
}
.formError {
	color:#ff0000;
	font-size:12px;
}
#servicesHeading {
	background-image:url(../assets/img/services.gif);
	background-repeat:no-repeat;
	width:99px;
	height:25px;
	overflow:visible;
}
