/* Start of CMSMS style sheet 'Icebreakers' */
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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	line-height:1.2em;
}


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;
}



#header, #body, #footer {
	width:700px;
	margin:0px auto;
}

#header {
	position: relative;
	height:90px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 15px solid #036;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#nav {
	position: relative;
	background-image:url(uploads/images/gradient.jpg);
	background-repeat:repeat-x;
	width:170px;
	float:left;
	min-height: 300px;
	height:auto !important;
	height:300px;
}

#nav ul {
	margin:0px 5px 0px 15px;
}

#nav ul li {
	list-style-type: none;
	padding:3px;
}



#body {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#content {
	position: relative;
	margin-left:170px;
	padding: 10px;
	overflow:auto;
}

p, ol, ul {
	font-size:1em;
}

h1, h2, h3, h4, h5, p, ol, ul, #header a img {
	text-align:left;
	margin-bottom:1em;
}

ol li {
	list-style:outside;
	list-style-type:decimal;
	margin-left:35px;
	margin-bottom:1em;
}

#footer {
	position: relative;
	clear:both;
}

#footer p {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
}

h1, h2, h3, h4, h5 {
	margin:0.5em 0px;
	color:#036;
	font-weight:normal;
}

h1 {font-size:2em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em}
h4 {font-size:1.2em;}

#content a, #footer a {
	text-decoration:underline;
	color:#036;
}

#content a:hover, #footer a:hover {
	color:#FFF;
	background-color:#036;
text-decoration:none;
}

#nav a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
}

#nav a:hover {
	color:#CCC;
}

a img {
	border:0px;
}

.people {
	position:absolute;
	top:10px;
	right:10px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.strong {
font-weight:bold;
}
/* End of 'Icebreakers' */

