@charset "utf-8";
/* CSS for CGCC*/

/****************************************
Reset CSS
****************************************/
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;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	margin-left: 15px;
}
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;
}

a {
	outline: none;
}

/****************************************
Tags
****************************************/
body {
	background: #C3BCB6;
	font-size: 14px
	
}

p, ul{
	line-height: 1.5;
	margin-bottom: 1.5em;
		
}

li {
	margin: 0 0 .5em 0;
}

h1,h2,h3,h4 {
	padding: 0 0 0 0;
	font-family: Helvetica, Arial,sans-serif;
	color: #3091C0;
	clear: both;
	margin-bottom: 1em;
}

h1 {
	font-size: 20px;
	
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	
}

hr {
	clear: both;
	height: 1px;
	background: none;
	border: solid 1px #DFD8D1;
	
}
/****************************************
IDS
****************************************/

#container {
	width: 800px;
	position: relative;
	margin: 0 auto;
	background: #CDB39A;
	
}

#homepic {
	background: url('images/homepic.jpg');
	height: 160px;
	width: 800px;	
}

/****************************************
IDS > Header
****************************************/
#header {
	width: 100%;
	height: 140px;
	background: url('images/headerbg.jpg') repeat-x #736246;
}

#header h1 {
	padding: 0;
	padding-top:98px;
	height: 0px;
	overflow: hidden;
	background: url('images/homepic.gif') no-repeat;
	width: 330px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	
}


#header p.address {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: right;
	margin: 50px 20px 0 0;
	text-align: center;
	line-height: 1.5;
	font-size: 12px;
	width: 180px;
	
	
}
/****************************************
IDS > Navigation
****************************************/
#nav {
	font-family:Helvetica, Arial,  sans-serif;
	text-align: center;
	height: 25px;
	background: #775D44;
	
	
}

#nav li {
	display:inline;
	font-size: 13px;
	
	
}

#nav ul {
	line-height: 25px;
	overflow: hidden;
	
}

#nav a {
	
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
	padding-bottom: 4px;
	
}

#nav a:hover {
	background: #998562;
	
	
}

#content p{
	line-height: 1.3;
	font-size: 14px
	
}

#single_column {
	background: #ffffff;
	padding: 20px;
}

#left_column {
	background:url('images/left-columnbg.jpg') right repeat-y #ffffff;
	width: 520px;
	float: left;
	padding: 20px;
	
}

#right_column {
	background: #CDB39A;
	width: 200px;
	float: right;
	padding: 20px 20px 20px 20px;
	
	
}



#right_column h1,#right_column h2,#right_column h3,#right_column h4 {
	color: #ffffff;
	
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	background: url('images/footerbg.jpg') bottom no-repeat #775D44;
	color: #ffffff;
	padding: 10px 0 5px 0;
	font-size: 70%;
	
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px;
}

.bio {
	width: 365px;
	float: right;
	
}