 @charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, sans-serif;
	background-color:#f1efe2;
	font-size:.70em;
}
#wrapper {
	width: 990px;
	margin: auto;
	background-color:#FFF;
}
#header {
	width: 900px;
	margin:auto;
	padding-top:25px;
	margin-bottom:10px;
}
#header #menu {
	float: right;
	width: 600px;
	padding-top:20px;
}
#header #logo {
	width: 300px;
	float: left;
	text-align:left;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right:1px solid #D4D0C8;
}
#menu li a {
	display: block;
	padding: 6px;
	text-decoration:none;
	color:#9d9b9e;
	font-weight:bold;
	font-size:1.25em;
}
#menu li a:hover {
	color:#7a2b5a;
}
#content {
	width: 990px;
	margin: auto;
}
/* Home Page */
#content #flash {
	width:900px;
	background-color: #ffffff;
}
#content #flash #flash_left {
	width:215px;
	float:left;
}
#content #flash #flash_right {
	width: 678px;
	float: right;
	height: 324px;
	border: thin #e3e3e3 solid;
}
#content .home_buttons {
	margin: 10px auto;
	text-align: center;
}
#content .hometext {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 12px;
}
/* End - Home Page */

/* Interior Pages */
#content #content_left {
	width:580px;
	padding:10px;
	float:left;
	text-align: justify;
}
#content #content_right {
	background:url("../images/rightbkgrd.jpg") repeat-x 0px 0px;
	width:378px;
	float:left;
	text-align:center;
	margin-bottom:20px;
	padding-bottom: 10px;
	min-height:703px;
}
/* End - Interior Pages */

#footer {
	border-top: 1px solid #9d9b9e;
	width: 990px;
	margin: auto;
}
#footer, #footer a {
	text-decoration: none;
	color: #9d9b9e;
	font-size:.95em;
}
#footer #footer_left {
	width: 175px;
	margin: 10px 0px 10px 45px;
	text-align: left;
	float: left;
}
#footer #footer_right {
	width: 450px;
	margin: 10px 45px 10px 0px;
	text-align: right;
	float: right;
}
#home a#menu-home, #how_we_work a#menu-how_we_work, #products a#menu-products, #about_us a#menu-about_us, #portfolio a#menu-portfolio, #contact_us a#menu-contact_us {
	color:#7a2b5a;
}
#title {
	color: #01889b;
	font-size: 1.8em;
	padding-bottom:25px;
}
#text_green {
	color: #01889b;
}
div.how_we_work {
	text-decoration:none;
	color:#000;
	display:block;
	width:560px;
	float:left;
	padding:10px 10px 30px 10px;
}
#fullWidth {
	width:950px;
	padding:10px;
	margin:auto;
	clear:both;
}
#fullWidth-left {
	width:570px;
	float:left;
}
#fullWidth-right {
	width:368px;
	float:right;
	padding-right:10px;
}
.previewImagesDiv {
	width:75px;
	height:60px;
	float:left;
	text-align:center;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	background:url(../images/dividers.jpg) no-repeat right center;
}
.previewImagesDiv a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.previewColorImagesDiv {
	width:60px;
	height:85px;
	float:left;
	text-align:center;
	background:url(../images/dividers.jpg) no-repeat right center;
	padding:5px;
}
.previewColorImagesDiv a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.previewColorImagesDiv div {
	margin-top:5px;
}
.previewColorImagesDiv img {
	width:50px;
	height:50px;
}
.previewImages {
	padding-top:10px;
	width:50px;
	height:50px;
}
a.read_case_study {
	float:right;
	padding:5px;
	color:#01889b;
	font-weight:bold;
	clear:both;
	padding-top:25px;
}
a.page-link {
	color:#000;
	text-decoration:none;
}
a.purple-link {
	color:#650B41;
 }
a.red-link {
	color:#EC3219;
 }
a.blue-link {
	color:#006F7B;
 }
a.green-link {
	color:#AEDA00;
 }

.port_main_listing {
	width:170px;
	float:left;
	margin:5px;
	height:190px;
}
.request_info {
	border:1px solid black;
	text-align:center;
	padding:5px;
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

a.request_info:hover{
	background-color:#CCC;
	cursor:pointer;
}

