@charset "UTF-8";
/* CSS Document */
/* Stuff for all pages */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	background-color:#FFF;
	background-image:url(../background.png);
	background-repeat:repeat-x;
}

a, a:visited, a:hover {
	color: #355E3B;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Sans-serif; 
	font-size: 13px;
	font-weight:normal;
	color:#355E3B;
	padding-top: 25px;
}

p {
	padding-top: 10px;
	font-size: 10px;
	line-height: 18px;
}

#container {
	width: 806px;
	margin: auto;
	padding-top: 5px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Stuff specific to home page */

#flashheaderhome {
	width: 806px;
	height: 400px;
}

#content_holder {
	padding: 0px;
	margin: 0px;
	width: 806px;
	background-image: url("../graphics/content_holder_bg.png");
	background-repeat: repeat-y;
}

#flashvideohome {
	float: left;
	width: 260px;
	height:328px;
	background-color: #fff;
}

#hometext {
	float:left;
	width: 300px;
}

#home_text_flash {
	width: 300px;
	height: 280px;
}

#homesidemenu {
	padding-top: 20px;
	float: right;
	width: 246px;
	height: 280px;
}
	
#homefooter {
	width: 806px;
	height: 80px;
	background-image: url("../graphics/homefooter.png");
}

#homefooter p {
	color:#355E3B;
	font-size: 9px;
	padding-top: 50px;
	padding-left: 145px;
	padding-right: 20px;
	
}

#homefooter a, a:visited, a:hover {
	color: #355E3B;
	text-decoration: none;
}

/* Stuff for "normal pages" */

#normal_content_holder {
	padding: 0px;
	margin: 0px;
	width: 806px;
	background-image: url("../graphics/normal_content_holder_bg.png");
	background-repeat: repeat-y;
}

#normal_content_holder h1 {
	padding-top: 15px;
}

#normal_content_holder a, a:visited, a:hover {
	text-decoration: none;
}

#normal_content_holder ul {
	padding-left: 30px;
	padding-top: 10px;
	font-size: 10px;
	line-height: 18px;
}

#flashnormalheader {
	width: 806px;
	height:150px;
}

#flashnormalheader_full {
	width: 806px;
	height:650px;
}

#normaltext {
	width: 497px;
	padding-right: 40px;
	float:right;
}

#footer {
	width: 806px;
	height: 80px;
	background-image: url("../graphics/footer.png");
}

#footer p {
	color:#355E3B;
	font-size: 9px;
	padding-top: 50px;
	padding-left: 145px;
	padding-right: 20px;
	
}

#footer a, a:visited, a:hover {
	color: #355E3B;
	text-decoration: none;
}

/* Specific to sidebars */

#aboutsidebar {
	width: 269px;
	height: 550px;
	background-image: url("../graphics/about_sidebar.png");
	float: left;
}

#clientsidebar {
	width: 269px;
	height: 550px;
	background-image: url("../graphics/client_sidebar.png");
	float: left;
}

#teamsidebar {
	width: 269px;
	height: 550px;
	background-image: url("../graphics/team_sidebar.png");
	float: left;
}

#worksidebar {
	width: 269px;
	height: 550px;
	background-image: url("../graphics/work_sidebar.png");
	float: left;
}

#contactsidebar {
	width: 269px;
	height: 550px;
	background-image: url("../graphics/contact_sidebar.png");
	float: left;
}

/* Specific to headers */

#aboutheader {
	width: 537px;
	height: 150px;
	background-image: url("../graphics/about_header.png");
	float: right;
}

#clientheader {
	width: 537px;
	height: 150px;
	background-image: url("../graphics/client_header.png");
	float: right;
}

#teamheader {
	width: 537px;
	height: 150px;
	background-image: url("../graphics/team_header.png");
	float: right;
}

#workheader {
	width: 537px;
	height: 150px;
	background-image: url("../graphics/work_header.png");
	float: right;
}

#workflash {
	width: 497px;
	height: 200px;
}

#contactheader {
	width: 537px;
	height: 150px;
	background-image: url("../graphics/contact_header.png");
	float: right;
}

/* Specific to lists */

#normaltext h3 {
	padding-left: 15px;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

#team_member {
	padding-top: 10px;
	padding-bottom: 30px;
}

#team_member_photo {
	float: left;
	padding-right: 10px;
	width: 230px;
}

#team_member h1 {
	padding-left: 15px;
	padding-bottom: 20px;
}

#team_member p {
	padding-left: 15px;
}


