/* @group Reset */

body, div, dl, dt, dd, li, pre,
form, fieldset, input, textarea, p, blockquote, th, td, button {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

acronym, abbr, fieldset, img {
	border: 0;
}

:focus {
	outline: 0;
}

/* @end */

/* @group Layout */
body { 

	background-image: url(/images/back.jpg);
	height: 41px;
	width: 100%;
	background-repeat: repeat-x;  
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.logo { 
	 margin: 0 auto;
	 width: 950px;
	 cursor: pointer;
}
.nav { 
	background: url(/images/redbar_side.jpg) repeat-x;
	background-position: bottom; 
	width: 100%; 
	margin-top: -20px;
}
.nav_content { 
	width: 950px;
	margin: 0 auto; 
	height: 41px;
}
.content { 
	width: 950px; 
	margin: 0 auto;
}
#footer { 
	margin: 0 auto; 
	width: 950px;
	font-size: 10px;
	color: #666;
}


/* @end */

/* @group Nav */
ul#nav { 
	margin-left: 300px; 
}
ul#nav li { 
	display: block;
	list-style-type: none;
	padding: 0; 
	background: transparent url(/images/menu.jpg) no-repeat;
	overflow: hidden;
	cursor: pointer;
	width: 130px;
	height: 41px;
	float: left;
	text-indent: -9999px;
}
ul#nav li.nav_home { 
	background-position: 0 -42px; 	
}
ul#nav li.nav_home_selected, ul#nav li.nav_home:hover { 
	background-position: 0 -1px; 	
}
ul#nav li.nav_about { 
	background-position: -136px -42px; 	
}
ul#nav li.nav_about:hover, ul#nav li.nav_about_selected { 
	background-position: -136px -1px;  
}
ul#nav li.nav_services { 
	background-position: -272px -42px; 
}
ul#nav li.nav_services:hover, ul#nav li.nav_services_selected { 
	background-position: -272px -1px; 
}
ul#nav li.nav_projects { 
	 background-position: -408px -42px; 
}
ul#nav li.nav_projects:hover, ul#nav li.nav_projects_selected { 
	 background-position: -408px -1px;
}
ul#nav li.nav_contact { 
	 background-position: -542px -42px;
}
ul#nav li.nav_contact:hover, ul#nav li.nav_contact_selected { 
	 background-position: -542px -1px;
}
/* Breadcrumb */
.breadcrumb { 
	margin-bottom: 15px; 
	font-size: 10px;
	color: #666;
}
.breadcrumb a:link, .breadcrumb a:visited { 
	text-decoration: none;
	color: #666;
	font-size: 10px; 
}
.breadcrumb a:hover { 
	color: #000; 
}
/* @end */

.clear { 
	clear: both; 
}
.page_content { 
	margin-top: 10px; 
	margin-bottom: 20px;
	margin-left: 10px;
}
.page_content ul { 
	margin-top: 20px; 
}
.page_content ul li{ 
	margin-left: 50px; 
	list-style-position: outside; 
	list-style-type: disc; 
}
/* @group Home */
.home_left { 
	width: 562px;
	float: left; 
}
.home_left p { 
	font-size: 14px; 
	text-align: justify;
	line-height: 19px;
	margin-right: 8px;
}
.home_left_content_grad { 
	background: transparent url(/images/home/left_grad_sec.jpg) no-repeat -4px 0;
	width: 562px; 
	padding: 15px 0 0 20px;
	margin-top: 15px;
}
.home_left_content_grad strong { 
	font-size: 18px;
	font-weight: bold;
	color: #666; 
}
.home_left_content_static img{
  border: 1px solid silver;
  padding: 5px 5px 5px 5px;
}
.home_left_content_static_left { 
	float: left;
	width: 270px;
	margin-left: -13px;	 
}
.home_left_content_static_left p, .home_left_content_static_right p { 
	font-size: 10px; 
	line-height: 14px;
	padding: 4px 0 0 5px;
	color: #333;
}
.home_left_content_static_left p strong, .home_left_content_static_right p strong { 
	font-weight:bold;
	color: #990000; 
	font-size: 10px;
	text-align: left;
	line-height: 14px;
}
.home_left_content_static_right { 
	float: left;
	width: 270px;
	margin-left: 5px; 
}
.home_right { 
	float: left;
	width: 301px; 
	margin-left: 60px;
}
.home_right img {
	border: 1px solid silver;
	padding: 5px 5px 5px 5px;
}
.home_right_divBar { 
	height: 10px;
	background-color: #666; 
	margin-top: 30px;
	margin-bottom: 20px;
}
.home_quotes { 
	 padding: 0 5px 0 5px;
}
.home_quotes p { 
	color: #666;
	font-size: 11px; 
	text-align: left;
	line-height: 17px;
	margin-bottom: 35px;
}
.home_quotes p strong {
	color: #000;
	font-size: 11px;
	float: right; 
	font-style: italic;
	line-height: 19px; 
}

/* @end */
/* @group About */
.about_img { 
	border: 1px solid silver; 
	padding: 5px 5px 5px 5px;
	width: 380px;
	height: 253px;
	float: left;
}
.about_body { 
	float: left;
	margin-left: 40px;
	width: 500px; 
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
/* @end */
/* @group Services */
.services_img { 
	border: 1px solid silver; 
	padding: 5px 5px 5px 5px;
	width: 380px;
	height: 253px;
	float: left;
}
.services_body { 
	float: left;
	margin-right: 40px;
	width: 500px; 
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
/* @end */
/* @group Projects */
.projectItem { 
	width: 313px; 
}
.project_img { 
	border: 1px solid silver; 
	background-color: #fff;
	width: 250px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}
.project_img:hover { 
	background-color: #daedff;
	cursor: pointer; 
}
.project_caption { 
	margin-top: 5px;
	font-size: 11px;
	color: #666; 
}
.project_img_full { 
	border: 1px solid silver; 
	width: 250px;
	height: 150px;
	padding: 5px 5px 5px 5px;
	float: left;
}
.project_show_body { 
	float: left;
	margin-left: 60px;
	width: 500px; 
}
.project_show_body p strong { 
	font-weight: bold;
	color: #990000;
	font-size: 21px; 
}
.project_show_body p { 
	font-size: 11px; 
	text-align: justify;
}
.project_show_body p.project_copy { 
	font-size: 12px;
	line-height: 18px; 
}
/* @end */
/* @group Contact */
.contact_left { 
	float: left;
	width: 450px; 
}
.contact_right { 
	float: left;
	width: 450px;
}
.contact_line > .contact_title { 
	float: left;
}
.contact_title {
	width: 100px;
	font-weight: bold;
	color: #333; 
}
.contact_field { 
	float: left; 
	width: 200px;
}
.contact_spacer { 
	height: 20px; 
}
.contact_right p strong { 
	font-weight: bold;
	color: #990000;
	font-size: 24px; 
}
.contact_right p { 
	font-size: 14px; 
}
p.contact_phone { 
	font-weight:bold; 
}
/* @end */



















