/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
	}

img {
	border: 0;
	}

p {
	font-size: 12px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 14px 0;
	}
	
a	{
	border: none	
	}
a {
	outline: none;
	}

ul {
	margin: 0;
	padding: 0;
	}

ul li {
	margin: 0;
	padding: 0;
	}

h1 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 30px;
	line-height: 33px;
	color: #434343;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}

h2 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 24px;
	line-height: 26px;
	color: #434343;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}

#container {
	width: 968px;
	margin: 0 auto;
	}

#header {
	position: relative;
	width: 968px;
	height: 136px;
	}

h1#logo {
	position: absolute;
	top: 25px;
	left: 0;
	text-indent: -999em;
	background: url(../images/logo.gif) no-repeat;
	width: 273px;
	height: 41px;
	margin: 0;
	padding: 0;
	}

h1#logo a {
	display: block;
	}

#login {
	position: absolute;
	top: 31px;
	left: 567px;
	height: 30px;
	}

#login form {
	margin: 0;
	padding: 0;
	height: 26px;
	float: left;
	}

#login form .input {
	margin: 0 10px 0 0;
	padding: 4px 8px;
	width: 147px;
	height: 17px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: 0;
	float: left;
	color: #8f8f8f;
	background-color: #d9d9d9;
	border: 1px solid #acacac;
	}

.input {
	padding: 4px 8px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: 0;
	color: #333333;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	}

#login button {
	background: url(../images/login.gif) no-repeat;
	cursor: pointer;
	width: 47px;
	height: 26px;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -999em;
	float: left;
	}

/* Nav */

#nav {
	position: absolute;
	top: 66px;
	left: 0;
	width: 952px;
	height: 55px;
	padding: 3px 8px 2px 5px;
	background: url(../images/nav_bg.gif) no-repeat;
	}


#nav ul {
	margin: 0;
	padding: 1px 0 0 0px;
	list-style: none;
	height: 55px;
	}

#nav ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav li a {
	margin: 0;
	padding: 0;
	text-indent: -999em;
	display: block;
	height: 55px;
	text-decoration: none;
	}

#home a, #home a:link, #home a:visited {
	background: url(../images/nav/home.gif) 0 0 no-repeat;
	width: 78px;
	}

#home a:hover  {
	background-position: -78px 0;
	}

#home_active {
	background: url(../images/nav/home.gif) 0 0 no-repeat;
	background-position: -78px 0;
	width: 78px;
	}

#portfolio a, #portfolio a:link, #portfolio a:visited {
	background: url(../images/nav/portfolio.gif) 0 0 no-repeat;
	width: 114px;
	}

#portfolio a:hover  {
	background-position: -114px 0;
	}

#portfolio_active {
	background: url(../images/nav/portfolio.gif) 0 0 no-repeat;
	background-position: -114px 0;
	width: 114px;
	}

#contact a, #contact a:link, #contact a:visited {
	background: url(../images/nav/contact.gif) 0 0 no-repeat;
	width: 100px;
	}

#contact a:hover  {
	background-position: -100px 0;
	}

#contact_active {
	background: url(../images/nav/contact.gif) 0 0 no-repeat;
	background-position: -100px 0;
	width: 100px;
	}

#about a, #about a:link, #about a:visited {
	background: url(../images/nav/about.gif) 0 0 no-repeat;
	width: 84px;
	}

#about a:hover  {
	background-position: -84px 0;
	}

#about_active {
	background: url(../images/nav/about.gif) 0 0 no-repeat;
	background-position: -84px 0;
	width: 84px;
	}

#careers a, #careers a:link, #careers a:visited {
	background: url(../images/nav/careers.gif) 0 0 no-repeat;
	width: 102px;
	}

#careers a:hover  {
	background-position: -102px 0;
	}

#careers_active {
	background: url(../images/nav/careers.gif) 0 0 no-repeat;
	background-position: -102px 0;
	width: 102px;
	}

#faq a, #faq a:link, #faq a:visited {
	background: url(../images/nav/faq.gif) 0 0 no-repeat;
	width: 66px;
	}

#faq a:hover  {
	background-position: -66px 0;
	}

#faq_active {
	background: url(../images/nav/faq.gif) 0 0 no-repeat;
	background-position: -66px 0;
	width: 66px;
	}

#testimonials a, #testimonials a:link, #testimonials a:visited {
	background: url(../images/nav/testimonials.gif) 0 0 no-repeat;
	width: 135px;
	}

#testimonials a:hover  {
	background-position: -135px 0;
	}

#testimonials_active {
	background: url(../images/nav/testimonials.gif) 0 0 no-repeat;
	background-position: -135px 0;
	width: 135px;
	}

#blog a, #blog a:link, #blog a:visited {
	background: url(../images/nav/blog.gif) 0 0 no-repeat;
	width: 76px;
	}

#blog a:hover  {
	background-position: -76px 0;
	}

#blog_active {
	background: url(../images/nav/blog.gif) 0 0 no-repeat;
	background-position: -76px 0;
	width: 76px;
	}

#services a, #services a:link, #services a:visited {
	background: url(../images/nav/services.gif) 0 0 no-repeat;
	width: 106px;
	}

#services a:hover  {
	background-position: -106px 0;
	}

#services_active {
	background: url(../images/nav/services.gif) 0 0 no-repeat;
	background-position: -106px 0;
	width: 106px;
	}	

#pricing a, #pricing a:link, #pricing a:visited {
	background: url(../images/nav/pricing.gif) 0 0 no-repeat;
	width: 94px;
	}

#pricing a:hover  {
	background-position: -94px 0;
	}

#pricing_active {
	background: url(../images/nav/pricing.gif) 0 0 no-repeat;
	background-position: -94px 0;
	width: 94px;
	}

#the-firm a, #the-firm a:link, #the-firm a:visited {
	background: url(../images/nav/the_firm.gif) 0 0 no-repeat;
	width: 102px;
}

#the-firm a:hover  {
	background-position: -102px 0;
}

#the-firm_active {
	background: url(../images/nav/the_firm.gif) 0 0 no-repeat;
	background-position: -102px 0;
	width: 102px;
}

/* End Nav */


#content, #home_content {
	width: 960px;
	margin: 0 auto;
	}
	
#home_top {
	background: url(../images/home_top_bg.gif) no-repeat;
	width: 960px;
	height: 269px;
	position: relative;
	}

#home_top_left {
	background: url(../images/chairs.jpg) no-repeat;
	width: 668px;
	height: 259px;
	position: absolute;
	top: 5px;
	left: 5px;
	}

#home_top_right {
	background: url(../images/home_top_right_bg.jpg) no-repeat;
	width: 262px;
	height: 261px;
	position: absolute;
	top: 4px;
	right: 4px;
	}

#start {
	position: absolute;
	top: 26px;
	left: 13px;
	}


#home_bottom {
	width: 960px;
	margin-top: 12px;
	float: left;
	}

#content #header_container, #home_content #header_container {
	width: 960px;
	height: 60px;
	background: url(../images/content_header_bg.gif) no-repeat;
	position: relative;
	border-bottom: 1px solid #fff;
	}

#home_content #header_container {
	background: url(../images/home_bottom_header_bg.gif) no-repeat;
	}

#content #header_container h1, #home_content #header_container h1 {
	padding: 20px 20px 0 10px;
	}

#content #header_container #red_arrow_nav, #home_content #header_container #red_arrow_nav {
	position: absolute;
	top: 14px;
	right: 22px;
	height: 34px;
	width: 200px;
	}

#content #header_container #red_arrow_nav img, #home_content #header_container #red_arrow_nav img {
	padding-left: 9px;
	}

#home_column_wrap {
	float: left;
	background: #fff url(../images/home_col_wrap_bg.gif) repeat-y;
	width: 960px;
	}

#home_left {
	float: left;
	width: 660px;
	padding: 16px 20px 0 14px;
	background: #fff url(../images/home_left_bg.gif) no-repeat 665px 0;
	}


#column_wrap {
	float: left;
	background: #fff;
	width: 960px;
	}

#left_col {
	float: left;
	width: 664px;
	padding: 0 20px 20px 10px;
	background: #fff url(../images/home_left_bg.gif) no-repeat 665px 0;
	font-size: 12px;
	}
	* html #left_col {
		padding-right: 14px;
		}

#left_col a, #left_col a:link, left_col a:active, #left_col a:visited, #home_left a, #home_left a:link, #home_left a:active, #home_left a:visited  {
	color: #490000;
	text-decoration: underline;
	}
	
#left_col a:hover, #home_left a:hover {
	text-decoration: none;
	}

.ul-list{
	margin: 10px 0 10px 25px;
	list-style: square;
	font-size: 12px;
	}
	
.ul-list {
	margin: 10px 0 10px 25px;
	list-style: square;
	font-size: 12px;
	}
	
#left_col_left {
	float: left;
	background-color: #f1f1f1;
	width: 312px;
	padding: 5px;
	}
	
#left_col_left ul {
	margin: 10px 0 10px 25px;
	list-style: square;
	font-size: 12px;
	}
	
#left_col_left li {
	margin: 10px 0 10px 10px;
	}

#left_col_right, .left_col_right {
	float: left;
	width: 312px;
	padding: 5px;
	}
	
#left_col_right ul, .left_col_right ul {
	margin: 10px 0 10px 25px;
	list-style: square;
	font-size: 12px;
	}
	
#left_col_right li, .left_col_right li {
	margin: 10px 0 10px 10px;
	}

.map { float: right; }
	
.bio-name {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
	color: #490000;
	letter-spacing: -1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}


/* Right Column */

#right_col {
	float: left;
	width: 266px;
	}

.module {
	width: 250px;
	background: #490000 url(../images/home_side_bg.gif) top no-repeat;
	padding: 14px 10px 14px 6px;
	color: #ffffff;
	}

.module h3 {
	color: #eccfcf;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	padding: 0 0 6px 0;
	margin: 0;
	}

.module ul {
	width: 250px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #674343;
	}

.module ul.thumb_list {
	border-bottom: 0;
	}

.module ul li {
	border-top: 1px solid #674343;
	clear: both;
	font-size: 12px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	/*font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;*/
	}

.module ul li a, 
.module ul li a:link, 
.module ul li a:visited {
	padding: 8px 0 8px 10px;
	display: block;
	line-height: 15px;
	color: #eccfcf;
	text-decoration: none;
	}

.module ul.thumb_list li a, 
.module ul.thumb_list li a:link, 
.module ul.thumb_list li a:visited {
	height: 83px;
	padding: 8px 0 8px 0;
	overflow: hidden;
	}
	.module ul.thumb_list li a span {
		display: block;
		float: left;
		padding: 20px 5px;
		width: 110px;
		}
.module ul li a:hover {
	background-color: #280000;
	}

.module ul li a img, 
.module ul li a:link img, 
.module ul li a:visited img {	
	display: block;
	border: 1px solid #490000;
	float: left;
	margin: 0 5px;
	width: 113px;
	height: 81px;
	}

.module ul li a:hover img {
	border: 1px solid #624747;
	}

.module ul li.all {
	height: 28px;
	}

.module ul li.all a, .module ul li.all a:link, .module ul li.all a:visited {
	padding: 0 12px 0 34px;
	height: 28px;
	display: block;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
	background: url(../images/all_bg.gif) no-repeat;
	float: right;
	}

.module ul li.all a:hover {
	text-decoration: none;
	}

/* End Right Column */

p.lined {
	background: url(../images/p_lines.gif) repeat;
	}

.red_italic {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #490000;
	font-style: italic;
	}

.bread_crumbs {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 10px 0 10px 0;
	}
	
.bread_crumbs a, .bread_crumbs a:link, .bread_crumbs a:visited, .bread_crumbs a:active  {
	color: #490000;
	text-decoration: none;;
	}
	
.bread_crumbs a:hover {
	text-decoration: underline;
	}

/* Left Column Modules */

.module_container {
	float: left;
	width: 664px;
	margin-bottom: 6px;
	}

.module_container .portfolio_module {
	width: 319px;
	float: left;
	margin: 2px 8px 8px 0;
	background-color: #ced0d0;
	}

.module_top {
	padding: 5px;
	width: 309px;
	}

.module_container .module_top img {
	width: 299px;
	height: 122px;
	border: 5px solid #404040;
	margin: 0 0 5px 0;
	}

.module_container p {
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	}

.module_bottom {
	width: 299px;
	height: 38px;
	background-color: #404040;
	padding: 0 10px;
	}

.module_bottom ul {
	list-style: none;
	}

.module_bottom ul li {
	padding: 0 0 0 16px;
	margin: 0;
	background: url(../images/bullet_logo.gif) no-repeat 0 13px;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 38px;
	}

.module_bottom ul li a, .module_bottom ul li a:link, .module_bottom ul li a:visited {
	color: #ffffff;
	text-decoration: underline;
	}

.module_bottom ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	}

.module_bottom ul li.read {
	float: left;
	}

.module_bottom ul li.launch {
	float: right;
	}


.testimonial-name {
	text-align: right;
	font-style: italic;
	}
	
.paging {
	font-size: 12px;
	text-align: left;
	margin: 10px 0 0px 0;
	}

/* Footer */

#footer {
	clear: both;
	width: 928px;
	padding: 20px 16px;
	background: #b5b8b8 url(../images/footer_bg.jpg) no-repeat top;
	}

#footer p {
	color: #5e5e5e;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 0;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #5e5e5e;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* Other Styles */

.banner {
	position: relative;
	border: 1px solid #ccc;
	background: #f0f0f0;
	margin: 0 0 10px;
	padding: 7px;
	}
	.banner img {
		border: 6px solid #606060;
		}
	.banner .heading {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 7px;
		}
		.banner .heading h2 {
			display: block;
			background: url(/images/layout/portfolio-listing-two-tagline-bg.png) repeat 0 0;
			width: 618px;
			padding: 15px 15px 10px;
			font: bold 16px/20px Arial;
			color: #ffffff;
			text-transform: uppercase;
			letter-spacing: 0 !important;
			}
		.banner .heading h2 span {
			display: inline-block;
			position: relative;
			top: -2px;
			font-size: 12px;
			border-left: soli 1px #5A5A5A;
			text-transform: none;
			margin-left: 10px;
			padding-left: 10px;
			border-left: solid 1px #555555;
			}
		
	
#testimonials-port {
	width: 90%;
	margin: 0 auto;
	background: url(../images/quote-top.gif) no-repeat top left;
	}
	
#testimonials-port p {
	text-indent: 25px;
	padding-top: 15px;
	background: url(../images/quote-bottom.gif) no-repeat bottom right;
	}
	
ul#web-services-logo {
	margin: 0; padding: 0;
	list-style: none;
	height: 150px; width: 654px;
	}
	
ul#web-services-logo li {
	float: left;
	margin: 0 0 10px 10px; padding: 0;
	display: block;
	}
	
.social_networking.twitter {
	width: 266px;
	height: 100px;
	display: block;
	text-indent: -3000px;
	background: url(../images/social-networking-twitter.jpg) no-repeat 0 0;
	}
