
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0px;
	padding: 0px; 
	background: center repeat-y #b5b5b5 url("../images/site/page_bg.jpg");
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #fff;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #fff;
}

td {
	font-size: small;
	color: #fff;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #029090;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 160%;	
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;	
	margin: 0px;
	padding: 15px 0px 5px 0px;
	font-weight: bold;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 

#navigation {
	clear: both;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 965px;
	background: bottom right no-repeat url("../images/site/flower_bottom_right.jpg");
	/*background: center repeat-x #191b1d url("../images/site/content_bg.jpg");*/
}

#footer {
	clear: both;
	padding: 15px 30px 35px 30px;
}

#footer div {
	font-size: 85%;
	color: #fff;
}

#footer a {
	font-size: 100%;
	color: #fff;
}


/* content page structural styles */

.content_page {

}

#content_wrapper {
	/* background: top left no-repeat url("../images/site/flower_top_left.jpg"); */
}

#left_nav {
	float: left;
	width: 180px;
	padding: 0px 0px 30px 30px;
}

#page_content {
	float: left;
	width: 660px;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 30px;
	border-left: 1px #333333 solid;
}

#page_content img {
	padding: 0px 10px 5px 10px;
}

#breadcrumb {
	font-size: 85%;
}

#breadcrumb a {
	font-size: 100%;
}

#col1 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 0px;
}

#col2 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 30px;
}

/* left nav styles */
.nav_item {
	display: block;
	width: 126px;
	height: 21px;
	padding: 5px 0px 0px 30px;
	margin: 10px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 110%;
}
.nav_item:hover {
	text-decoration: none;
}

#item1 {
	background: no-repeat url(../images/nav/item1_n.png);
}
#item1_active {
	background: no-repeat url(../images/nav/item1_h.png);
}
#item1:hover {
	background: no-repeat url(../images/nav/item1_h.png);
}
#item2 {
	background: no-repeat url(../images/nav/item2_n.png);
}
#item2_active {
	background: no-repeat url(../images/nav/item2_h.png);
}
#item2:hover {
	background: no-repeat url(../images/nav/item2_h.png);
}
#item3 {
	background: no-repeat url(../images/nav/item3_n.png);
}
#item3_active {
	background: no-repeat url(../images/nav/item3_h.png);
}
#item3:hover {
	background: no-repeat url(../images/nav/item3_h.png);
}
#item4 {
	background: no-repeat url(../images/nav/item4_n.png);
}
#item4_active {
	background: no-repeat url(../images/nav/item4_h.png);
}
#item4:hover {
	background: no-repeat url(../images/nav/item4_h.png);
}
#item5 {
	background: no-repeat url(../images/nav/item5_n.png);
}
#item5_active {
	background: no-repeat url(../images/nav/item5_h.png);
}
#item5:hover {
	background: no-repeat url(../images/nav/item5_h.png);
}
#item6 {
	background: no-repeat url(../images/nav/item6_n.png);
}
#item6_active {
	background: no-repeat url(../images/nav/item6_h.png);
}
#item6:hover {
	background: no-repeat url(../images/nav/item6_h.png);
}
#item7 {
	background: no-repeat url(../images/nav/item7_n.png);
}
#item7_active {
	background: no-repeat url(../images/nav/item7_h.png);
}
#item7:hover {
	background: no-repeat url(../images/nav/item7_h.png);
}


/* subnav styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border: 1px #7a92a8 solid;
	background: repeat-x #385066 top url(../images/nav/dd_nav_bg.jpg);
	width: 120px;
	padding: 0px 5px 0px 5px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 120px;
	border-bottom: 1px #688096 solid;
	padding: 5px 0px 5px 0px;
}

.dd_nav_item_last {
	border-bottom: 0px;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* case studies */

#cs_items {
	position: relative;
	float: left;
	width: 520px;
	height: 289px;
	overflow: hidden;
	border: 1px solid #333;
}

.cs_item {
	position: absolute;
	width: 520px;
	height: 289px;
	background-color: #191919;
	z-index:99;
}

.cs_image {
	width: 200px;
	float: left;
	padding: 5px;
}

.cs_image img {
	padding: 0px !important;
}

.cs_text_no_img {
	width: 490px;
	padding: 5px;
}

.cs_text {
	float: left;
	width: 290px;
	padding: 5px;
}

.cs_title {
	font-size: 130%;
}

.cs_link_box {
	float: left;
	width: 130px;
}

.cs_link_box a  {
	font-size: 100%;
	cursor: pointer;
}

.cs_link_box ul  {
	padding-left: 0px;
	margin-left: 15px;
}

.cs_link_box li  {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}

/* general styles */

.smallText {
	font-size: 80%;
}

.medBigText {
	font-size: 110%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

 /* contact */
 
#contact_col1 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 0px;
}

#contact_col2 {
	float: left;
	width: 315px;
	margin: 0px 0px 30px 30px;
}

/* team */
.team_td {
	width: 150px;
	text-align: center;
}