@charset "utf-8";
/* CSS Document */

/*

Start of canvas setting out css

*/

/*Required for vertical centering css fudge*/
/*html, body {
	height: 100%;
	margin: 0;
	padding: 0;*/
}

/*centers the canvas using a negative margin of the canvas size and a height that is always 50%*/
#vert_spacer {
	float: left;
	height: 50%;
	margin-top: -362px;
	width: 100%;
}

/*wraps all page content*/
#hori_wrapper {
	clear:both;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
	width:960px;
	background-image: url(../images/background/Background.png);
	background-repeat: no-repeat;
	padding: 12px;
}

/*Set font family for all text, background colour, min width and heights, and IE text fix*/
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Geneva, Arial, helvetica, sans-serif;
  	background-color: #C5C5BA;
	text-align: center;
	min-width: 986px;
	min-height: 726px;
}
/*

Start of header css

*/

#header {
	height: 110px;
}
#header_menubar {
	background-color: #657A3B;
	color: #D7D7CE;
	height: 20px;
	width: 610px;
	margin-top: 90px;
	float: left;
}
#header_logo {
	height: 110px;
	width: 350px;
	float: left;
}
#menubar_aboutus {
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7CE;
	margin-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#menubar_ourprojects {
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7D7CE;
	margin-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#menubar_contactus {
	height: auto;
	margin-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

/*turn of hyperlink decoration and set font properties for hyperlinks in menubar*/
#header_menubar a {
	color: #D7D7CE;
	text-decoration: none;
	text-transform: uppercase;
}

#header_menubar a:hover {
	color: #FFFFFF;
}

/*

Start of content css

*/

#content {
	padding: 12px;
	height: 496px;
}
#content_top_spacer {
	height: 88px;
	width: 100%;
}
#content_image_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 225px;
	width: 150px;
}
#content_text {
	float: left;
	width: 536px;
	height: 410px;
	overflow: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

/*apply class to first text item in text to rid it of top padding*/
.content_text_first_item {
	margin-top: 0px;
	padding-top: 0px;
}

/*class for indented content Text*/
.content_text_indent {
	padding-left: 24px;
}

#content_text ul li{
	font-size:12px; 
}

/*

start of content right hand submenu

*/

#content_rightmenu {
	margin: 0px;
	padding: 0px;
	width: 150px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
#content_rightmenu ul {
	margin: 0px;
	padding: 0px;
}
#content_rightmenu ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
}
/*turn of hyperlink decoration and set font properties for hyperlinks in menubar*/
#content_rightmenu a {
	color: #8d8d8d;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 px;
	padding: 0 px;
}

#content_rightmenu a:hover {
	color: #4B6A10;
}

/*

start of content personnel css

*/

.content_personnel_container {
	width: 145px;
	height: 400px;
	float: left;
	margin-right: 12px;
}

.content_personnel_name {
	height: 24px;
	margin-top: 24px;
	border-bottom-color:#777777;
	border-bottom-style:solid;
	border-bottom-width: 1px;	
}

.content_personnel_name h1:hover {
	color: #4B6A10;
}

/*

start of content ourprojects css

*/

.content_projects_container {
	width: 175px;
	height: 400px;
	float: left;
	margin-right: 14px;
}

.content_projects_container_last {
	width: 175px;
	height: 400px;
	float: left;
	margin-right: 0px;
}

.content_projects_name {
	height: 24px;
	margin-top: 24px;
	border-bottom-color:#777777;
	border-bottom-style:solid;
	border-bottom-width: 1px;	
}

.content_projects_list {
	overflow:auto;
	height:235px;
}

.content_projects_list ul {
	margin: 0px;
	padding: 0px;
}
.content_projects_list ul li {
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
/*turn of hyperlink decoration and set font properties for hyperlinks in menubar*/
.content_projects_list a {
	color: #2a2a2a;
	text-decoration: none;
	margin: 0 px;
	padding: 0 px;
	cursor: pointer;
}

.content_projects_list a:hover {
	color: #4B6A10;
}

/*

start of content contactus css

*/

#content_text_contactus {
	float: left;
	width: 586px;
	height: 412px;
	overflow: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#map_simple{
	float:right
}

/*

start of content project css

*/

#content_pic_container{
	width: 450px;
	height: auto;
	border:1px solid #c5c5ba;
	padding:6px;
	float:left;
	max-height: 500px;
	position:relative;
}

#content_pic_container img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#content_pic_container a h3{
	color:#5B2875;
}

#content_pic_container a h3:hover{
	color:#4B6A10;
}

#back_btn{
	background-image: url(../images/background/arrow_left_purple.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
	padding-left:10px;
	color:#5B2875;
} 
#back_btn:hover{
	background-image: url(../images/background/arrow_left_green.png);
	color:#4B6A10;
} 

#content_thumb_container{
	width: 60px;
	height: auto;
	border:1px solid #c5c5ba;
	padding-left:6px;
	padding-right:6px;
	padding-top:18px;
	padding-bottom:18px;
	margin-left:12px;
	float:left;
}

#content_thumb_container img{
	padding-top:6px;
	padding-bottom:6px;
	width: 60px;
	cursor:pointer;
}
#content_text_container{
	padding-bottom:0px;
	padding-left:12px;
	padding-right:0px;
	padding-top:0px;
	margin-right:0px;
	width:372px;
	height: 496px;
	float:left;
	overflow:auto;
}
#content_details_text{
	border-bottom:solid 1px #c5c5ba;
	width:100%;
	float:left
}
#content_description_text{
	float:left;
	width:100%;
}

#content_details_text p{
	margin: 0px;
	margin-bottom: 10px;
	color: #777777;
}

#content_details_text h1{
	margin: 0px;
	margin-bottom: 16px;
	color: #2a2a2a;
}

#content_details_text em{
	color: #2a2a2a;
	font-style:normal;
}

#content_description_text p{
	color: #777777;
}

/*

Start of footer css

*/

#footer {
	height: 70px;
}
#footer_bar{
	width: auto;
	height: 10px;
	background-color: #657A3B;
}
/*position releative needs to be set on div so that absolute referencing of the text is relative to the dive not the document*/
#footer_text{
	float: left;
	height: 60px;
	position: relative;
	width: 50%;
}
/*absolutly position from the bottom of the div*/
#footer_text p{
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	color: #2a2a2a;
	position:absolute;
	bottom: 5px;
	left: 12px;
}

#footer_text_index{
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	color: #2a2a2a;
	position:absolute;
	bottom: 5px;
	left: 12px;
	font-weight: normal;
	text-transform: none;
}

.footer_logo {
	float: right;
	padding-top: 5px;
	padding-right: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*

Start of general css

*/

/*Set all <a> and <p> text to 12px*/
a {
	font-size: 12px;
	text-decoration: none;
	color:#5B2875;
	border:none;
}
a:hover {
	color:#4B6A10;
}
a img {
	border:0;
}

p {
	font-size: 12px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2a2a2a;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #2a2a2a;
}

#para_heading{
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color:#000;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #8d8d8d;
} 

/*This highlights current page on menu using CSS. Body is assigned a id to represent the current page so the rule only mataches when the body id and link id match*/
body#about a#a_about,
body#projects a#a_projects,
body#contact a#a_contact
{
	font-weight: bold;
	color: #FFF;
}

/*This highlights current page on submenu using CSS. first div in page is a dummy div assigned a id to represent the current page so the rule only mataches when the div id and link id match*/
div#history a#a_history,
div#about a#a_about_sm,
div#philosophy a#a_philosophy,
div#personnel a#a_personnel,
div#services a#a_services
{
	color: #2a2a2a;
}

