/*
 * RESET
 */
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;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background:#FFF;
	color:#999;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:50px auto;
	padding:0;
	width:950px;
}
img {
	border:none;
}
h1 {
	color:#00A2B1;
	font:normal 200% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:1px 0;
}
h2 {
	color:#00A2B1;
	font:bold 133.3% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:35px 0 10px 0;
}
h5 {
	color:#00A2B1;
	font:bold 133.3% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:15px 0 10px 0;
}
hr {
	border:none;
	border-top:1px solid #CCC;
}
dl{
	padding: 5px;
}
dt{
	color:#00A2B1;
	font:bold 133.3% "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0;
	padding:15px 0 10px 0;
}
/*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
/*FEATURED CAMPAIGN LAYOUT*/
.fc{
	width: 657px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
 */
#header {
	display:block;
	height:100px;
	margin:0;
	padding:0;
}
#content {
	background:#FFF;
	width:950px;
	height:420px;
}
/* USED ON CULTURE PAGE*/
#content_right{
	border-left:1px solid #CCC;
	float:right;
	padding:10px 30px 30px 30px;
	width:630px;
} 
#sidemenu {
	float:left;
	width:250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fc_content_right{
	float:right;
	width: 627px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 10px;
} 
#fc_sidemenu {
	float:left;
	width: 280px;
}
#fc_sidemenu ul{
	list-style:square;
}
#fc_sidemenu li{
	list-style:square;
	list-style-type:square;
	padding: 5px;
	margin-left: 15px;
}
	#sidemenu a:link, #sidemenu a:visited, #sidemenu  a:active,
	#fc_sidemenu a:link, #fc_sidemenu a:visited, #fc_sidemenu  a:active {
		color:#999;
		text-decoration:none;
	}
	#sidemenu a:hover,
	#fc_sidemenu a:hover {
		color:#00A2AF;
	}
/*
 * HEADER
 * Define all elements in the header
 */
#header img {
	float:left;
}
#nav {
	float:right;
	padding:0;
	margin:62px 0 0 0;
}
		#nav .stuff, #nav .culture, #nav .team, #nav .blog{
		float:left;
		}
			#nav .stuff a {
				display: block;
				width: 74px;
				height: 35px;
				background:url(/_images/btn_ourstuff.gif) no-repeat top left;
			}
			#nav .stuff a:hover {
				background-position: bottom left;
			}	
			#nav .culture a {
				display: block;
				width: 92px;
				height: 35px;
				background:url(/_images/btn_ourculture.gif) no-repeat top left;
			}
			#nav .culture a:hover {
				background-position: bottom left;
			}
			#nav .team a {
				display: block;
				width: 80px;
				height: 35px;
				background:url(/_images/btn_ourteam.gif) no-repeat top left;
			}
			#nav .team a:hover {
				background-position: bottom left;
			}
			#nav .blog a {
				display: block;
				width: 74px;
				height: 35px;
				background:url(/_images/btn_ourblog.gif) no-repeat top left;
			}
			#nav .blog a:hover {
				background-position: bottom left;
			}
/*
 * CONTENT
 * Define all elements in the content area
 */
#home_mod1 {
	border:1px solid #CCC;
	float:left;
	height:137px;
	width:300px;
	margin-bottom: 100px;
}
#home_mod2 {
	background:url(/_images/bloggy.gif) bottom right no-repeat #FFF;
	border:1px solid #CCC;
	float:left;
	height:107px;
	margin:0 20px;
	padding:15px;
	width:278px;
}
	#home_mod2 a:link, #home_mod2 a:visited, #home_mod2 a:active {
		color:#999;
		text-decoration:none;
	}
	#home_mod2 a:hover {
		color:#00A2AF;
	}
	#home_mod2 em {
		color:#CCC;
		font-size:10px;
		font-style:normal;
	}	
	#home_mod2 .author, #home_mod2 .date {
		display: block;
		color:#CCC;
		font-size:10px;
		font-style:normal;
	}
#home_mod3 {
	float:right;
	height:140px;
	width:290px;
}
#home_mod4 {
	float:right;
	height:140px;
	text-align:right;
	width:100%;
}
#home_mod5 {
	float:right;
	height:140px;
	padding:50px 0 0 0;
	text-align:right;
	width:100%;
}

/*
 * FOOTER
 * Define all elements in the footer
 */

/*
 * ETC
 * Continue to define the other sections one by one
 */
.links{
	margin-top: 10px;
}
a:link, a:visited{
	color:#999;
	text-decoration:none;
}
a:hover, a:active{
	color:#00A2AF;
}
.blog-comment-container{
	padding: 5px;
}
.comment{
	font-size: 95%;
}
.comment-details{
	font-size: 85%;
	font-style: italic;
}
.cat_listbox_small, .cat_textbox_small{
	width: 100%;
	padding: 5px;
}
.blog-post h1{
 margin-top: 10px;
}