body {
	margin:0; padding:0;	
	
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #313131;
}

#bgprojector {
	position: absolute;
	left: 0; top: 0;
	height: 380px;
	width: 100%;
	z-index: -2;
}

#container #bgprojector {
	background: transparent url('/media/2795/bg_sprite.png')
	    0px 0px repeat-x;
}

#container.blue #bgprojector {
	background: transparent url('/media/2795/bg_sprite.png')
	    0px -380px repeat-x;
}

#container.green #bgprojector {
	background: transparent url('/media/2795/bg_sprite.png')
	    0px -760px repeat-x;
}

#page {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	
	border-left: 1px #f3f3f3 solid;
	border-right: 1px #f3f3f3 solid;
}

#pagebgprojector {
	position: absolute;
	height: 379px; width: 962px;
	z-index: -1;
}

#page #pagebgprojector {
	background: transparent url('/media/2821/page_sprite.png')
	    0px 0px repeat-x;
}

#page.blue #pagebgprojector {
/*	background: transparent url('/media/2821/page_sprite.png')
	    0px -380px repeat-x;*/
}

#page.green #pagebgprojector  {
/*	background: transparent url('/media/2821/page_sprite.png')
	    0px -760px repeat-x;*/
}

#header {
}

#frontheader {
	height: 102px;
}

#content {
	width: 870px;
	margin: 0 auto 30px auto;
/*	padding-top: 10px;*/
/*	border-top: solid 1px #3f3f3f;*/
}

#frontcontent {
	width: 840px;
	margin: 30px auto 30px auto;
}

#footer {
	width: 840px;
	border-top: 1px #3f3f3f solid;
	padding: 10px;
	padding-left: 20px;	
	
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#below_page {
	padding: 20px;
	padding-top: 40px;
	width: 900px;

	text-align: center;
		
	margin-left: auto;
	margin-right: auto;
}

div.column {
	width: 300px;
	float:left;
	margin-right 30px;
}

div.right_column {
	width: 300px;
	clear: right;
}

/**** HEADER ****/

#frontlogo {
	position:absolute;
	margin: 20px 0 0 220px;
}

#logo {
	position:absolute;
	margin: 75px 0 0 750px;
	display: none;
}

#slogan {
/*	position: absolute;*/
	padding: 23px 0 0 20px;
}

#sectionheader {
	height: 100px;
	margin: 0 10px 0 10px;
}

#sectionheader h1 {
	position: absolute;
	margin: 65px 10px;
	font-size: 24px;
	white-space: nowrap;
}

#statement {
	margin: 40px 45px;
/*	margin-top: 30px; */
	width: 872px;
}

#statement h1 {
	font-size: 20px;
}

#statement h1 b {
	font-size: 30px;
}

#menu {
/*	position: absolute;
	top: 32px; padding: 10px; 
	margin-left: 50px;
*/
	padding: 10px 10px 0 10px;
}

#sectionheader.blue {
	background-color: #468cb0;	
	color: white;
}

#sectionheader.green {
/*	background-color: #b9e151;
	color: #3f3f3f;*/
	background-color: #468cb0;	
	color: white;
}

/**** TAGS GLOBAL ****/

h3{
	font-size: 18px;
}

img {
	border: none;
}

h3.green, h3.green a, span.green {
	color: #86b70b;
}

h3.blue, h3.blue a, span.blue {
	color: #178cb0;
}

h3.red, h3.red a, span.red {
	color: #c30f10;
}

ul.green li, li.green {
    list-style: none;
    background:transparent url('/media/1067/list_arrow_green.gif') no-repeat;
    background-position: 0 7px;
    padding-left: 10px;
}

ul.blue li, li.blue {
    list-style: none;
    background:transparent url('/media/1066/list_arrow_blue.gif') no-repeat;
    background-position: 0 7px;
    padding-left: 10px;
}

ul.red li, li.red {
    list-style: none;
    background:transparent url('/media/1068/list_arrow_red.gif') no-repeat;
    background-position: 0 7px;
    padding-left: 10px;
}

.highlight {
	background-color: yellow;
}

/* MENU CONTENT */

#menu ul {
	list-style: none;
	margin: 0; padding: 0;
	background-color: #3f3f3f;
	/*width: 940px; */ height: 42px;
}

#menu ul li {
	float: left;
/*	border-left: solid 1px white;*/
}

#menu ul li.first {
	border-left: none;
}

#menu a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#menu a:hover {
}

#page.blue #header #menu a:hover {
	background-color: #55b9d7;
}

#page.green #header #menu a:hover {
	background-color: #b9e151;
	color: black;
}


/**** CONTENT ****/

/***** GENEREL *****/

#content li {
	padding-bottom: 5px;
}

#content h3 {
	padding: 0;
}

#content a.button_small_normal {
	width: 150px; height: 30px;
	background: transparent url('/media/5671/button_small_normal.png')
	    0px 0px no-repeat;
	display: block;
	float: left;
	text-decoration: none;
	color: white;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	margin: 10px 10px 0 0;
}

#content a.button_small_normal:hover {
	background: transparent url('/media/5671/button_small_normal.png')
	    0px -40px no-repeat;
}

#content a.largelink {
	font-size: 16px;
}

#content a.largelink:hover {
	color: black;
}

/********* FRONT PAGE *********/
#post-its {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#post-its #green_post_it {
	float: left;
}

/******* REFERENCE LIST ******/

ul.reference_list {
	list-style: none;
	margin: 0; padding: 0;
}

ul.reference_list li.reference {
	margin-bottom: 50px;
/*	padding-bottom: 30px;
	padding-top: 30px;
	border-top: solid 1px black;*/
}

ul.reference_list li.reference h3 {
	margin-bottom: 30px;
	background: #e3e3e3;
}

ul.reference_list .ref_images {
	float: left;
	width: 200px;
}

ul.reference_list .ref_gallery {
	margin-top: 20px;
}

ul.reference_list .ref_images img {
	
}

ul.reference_list .ref_images a.thumb {
}

ul.reference_list .ref_images a.thumb img {
	padding:1px;
   	border:1px solid #021a40;
   	background-color:#fff;
	margin: 8px;
	width: 80px;
}

ul.reference_list div.ref_description {
	width: 400px;
	margin-left: 240px;
}

ul.reference_list div.ref_sidenote {
	width: 200px;
	float: right;
}

/**** FORM SPECIFIC ****/

p.input_description {
	margin-bottom: 0;
}

input.large_input, textarea.large_input {
	width: 100%;
	font-size: 18px;
}


/**** FOOTER ****/

ul.quickmenu {
	list-style: none;
	margin: 0; padding: 0;
}

ul.quickmenu li h3{
	font-size: 14px;
	font-weight:bold;
	margin: 0; padding-bottom: 10px;
}

ul.quickmenu h3.green a {
	color: #86b70b;
}

ul.quickmenu h3.blue a{
	color: #178cb0;
}

ul.quickmenu h3.red a {
	color: #c30f10;
}

ul.quickmenu a, ul.quickmenu a:active{
	text-decoration:none;
	color: #3f3f3f;
}

ul.quickmenu a:hover{
	text-decoration:underline;
}

ul.quickmenu li{
	float: left;
}

ul.quickmenu li ul{
	list-style: none;
	line-height: 16px;
	margin: 0; padding: 0;
}

ul.quickmenu li ul li{
	float: none;
	width: 195px;
	
	font-size: 12px;
}

/**** BELOW FOOTER ****/

#MCP{
	border: none;
/*	display: none;*/
}

/**** SUB FRONT BOXES ****/

.boxes h2 {
	font-size: 26px;
	margin:0;
}

.boxes p {
	font-size: 12px;
	margin: 0;
}

.boxes div.text {
	position: absolute; 	
	padding-top: 90px;
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 0px;
	width: 240px; 
	color: white; 
}







/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.green {

}

.red {

}

h1 {

}

h3 {
padding-bottom: 20px;
}

.blue {

}

.note {
font-size: 10px;
color: gray;
}

.left {
float:left;
margin-right: 20px;
}

.right {
float:right;
margin-left: 10px;
}

.twothird_column {
width: 580px;
float: left;
padding-right: 20px;
margin-right: 20px;
border-right: dashed gray 1px;
}

