body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
}

a {
	font-weight: normal;
	color:#7A7D80;
}

/* BEGIN HEADER */

.header {
	margin-top: 47px;
	height: 57px;
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

.menu_box {
	width: 807px;
	height: 57px;
	float:left;
	background-color:#FF090D;
}

.logo_box {
	width:180px;
	height:57px;
	float:left;
}
/*END HEADER */

/* BEGIN GLOBAL NAV */

/* BEGIN GNAV MENU STYLING */



.gnav
{
	width:590px;

/*	height: 22px;
	margin-top:34px;*/
	height:33px;
	margin-top:32px;
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin-left:2px;
	margin-bottom:0px;
	float:left;
	display:inline;
	
}

.gnav li
{
	list-style: none;
	margin: 0;
	padding: 0px;
	margin-left:44px;
	display: inline;
}

.gnav li a
{
	padding: 10px 7px 10px 7px;
	border-bottom: none;
	color:#FFFFFF;
	text-decoration: none;
	position:relative;
	outline:none;
}

.social_links a.icon {
	padding:0px 3px 0px 3px;
	border:none;
	
}

.social_links a.icon:hover {
	background-color:#FF090D;
}

.social_links a.icon img {
	border:none;
}

.social_links {
	width:150px;
	float:left;
	display:inline;
	margin:28px 0px 0px 24px;
}

.gnav a:hover{	
	background-color: #ffffff;
	color: #FF090D;
} 

a.gnav_active:link,a.gnav_active:visited {
	background-color: #ffffff;
	color: #FF090D;
}
/* END GLOBAL NAV */

/* BODY */

.body_wrapper {
	width: 1002px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #B9C9D3;
}

.body_prop {
	height: 372px;
	width:1px;
	float:right;
}

.body_prop_clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.column_one {
	width:785px;
	float:left;
	
}

.column_two {
	width:195px;
	float:left;
	display:inline;

	margin:0px 0px 0px 21px;
}
/* END BODY */

/* WORK BOX */

.work_wrapper {
	width:780px;
	/*height: 361px; */
	margin-top:12px;
	/*margin-left:4px; */
	float:left;
	display:inline;
	
}

.work_box {
	/* background-image:url(/site_images/work_border.gif); */
	background-repeat:no-repeat;
	width:780px;
	
}

.work_box td {
	text-align:center;
}

/*** WORK SLIDER ***/

.workcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 619px; /*Width of Carousel Viewer itself*/
height: 350px; /*Height should enough to fit largest content's height*/
float:left;

}

.workcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.workcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
width: 619px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background-color:#ffffff;
}

/*** END WORK  SLIDER ***/

.work_menu {
	width: 177px;
	height: 274px;
	margin-top:34px;
	margin-left:1px;
	display:inline;
	float:left;
}

.work_menu_item {
	height: 24px;
	margin-bottom:6px;
}

.work_menu a {
	font-family:Century Gothic, Helvetica,Arial;
	font-size: 11px;
	position:relative; 
	padding: 6px 9px 6px 29px;
	text-decoration:none;
	color: #7A7D80;
}

.work_menu a:hover {
	background-color: #B8BBBF;
	color: #ffffff;
}

a.work_menu_active:link,a.work_menu_active:hover,a.work_menu_active:visited {
	background-color: #B8BBBF;
	color: #ffffff;
}

.work_menu_pagination {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B8BBBF;
	height:20px;
	margin-left: 29px; 
	margin-top: -3px;
	overflow:visible;
}

.work_menu_pagination_wrapper {
	float:left;
	display:inline;
}

.work_menu_pagination a {
	font-size:11px;
	padding:0px;
	color: #B8BBBF;
	text-decoration:none;
	position:static;
}

.work_menu_pagination a:hover {
	background-color: #FF090D;
	color: #ffffff;
}

.work_menu_pagination_active,a.work_menu_pagination_active:visited,a.work_menu_pagination_active:link {
	background-color: #FF090D;
	color: #ffffff;
}

.work_menu_arrow_wrapper {
	float:left;
	display:inline;
}

.work_menu_arrow {
	float:left;
	width:15px;
}
/*** PAGINATION SLIDER ***/

.stepcarousel{
		position: relative;
		overflow: scroll; 
		width: 50px;
		height: 20px; 
		background-color:#FFFFFF;
		float:left;
		
	}
	
	.stepcarousel .belt{
		position: absolute; 
		left: 0;
		top: 0;
	}
	
	.stepcarousel .panel{
		float: left; 
		overflow: hidden;
		
		width: 50px; 
		
	}

/*** END PAGINATION SLIDER ***/

.work_pagination {
	width:530px;
	height:15px;
	float:left;
	font-size:11px;
	text-align:left;
	display:inline;
	padding: 0px 0px 4px 0px;
	
}

.work_pagination a {
	padding:0px;
	color: #7A7D80;
	text-decoration:none;
}

.work_pagination a:hover {
	background-color: #FF090D;
	color: #ffffff;
}

.work_pagination_active,a.work_pagination_active:visited,a.work_pagination_active:link {
	background-color: #FF090D;
	color: #ffffff;
}

.work_desc_wrapper {
	width:614px;
	/*height:75px;
	margin-left:-15px; */
	margin-right: auto;
	float:left;
	font-size:11px;
}

.work_highlight {
	color: #FF090D;
}

.work_desc {
	margin-left: 2px;
	margin-top:13px;
}

.work_sub_menu {
	margin-left: 2px;
	margin-top:15px;
	text-align:left;
	clear:both;
}

.work_sub_menu a {
	color: #7A7D80;
	text-decoration:none;
	padding-right: 27px;
}

/* END WORK BOX */

/* BOTTOM MENU */

.bottom_menu {
	font-family:Century Gothic,Helvetica;
	font-size: 11px;
	height:22px;
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	border-bottom: 1px solid #B9C9D3;
	clear:both;

}

.bottom_menu a {
	margin-left: 35px;
	padding-right: 8px;
	color: #7A7D80;
	text-decoration: none;
}

/* END BOTTOM MENU*/

/* BEGIN FOOTER */

.footer_wrapper {
	color: #7A7D80;
	margin-left:auto;
	margin-right:auto;
	width: 1002px;
}

.footer_menu
{
	margin-width:370px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0px;
	margin-left:2px;
	/* margin-top:34px; */
	margin-bottom:0px;
	
}

.footer_menu li
{
	list-style: none;
	margin: 0;
	padding: 0px;
	margin-left:44px;
	display: inline;
}

.footer_menu li a
{
	padding: 10px 7px 10px 7px;
	border-bottom: none;
	color:#7A7D80;
	text-decoration: none;
	position:relative;
	outline:none;
}

.footer_menu a:hover{	
	color: #7A7D80;
} 

a.footer_menu_active:link,a.footer_menu_active:visited {
	color: #7A7D80;
}


.footer_links {
	float:left;
	display:inline;
}

.footer_info {
	font-size: 11px;
	margin-right:24px;
	padding-top:10px;
	float:right;
	display:inline;
}

.footer_info a:hover,.footer_info a:active {
	color: #FF090D;
}

.grow {
	clear:both;
	height:300px;
}
/* END FOOTER */

/* METRO 50 */
.metro_logo {
	margin-top:108px;
	margin-left:42px;
	width:94px;
}

.metro_logo a {
	padding:0px;
}

.metro_logo a:hover{
	background-color:#ffffff;
}


.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.home_col_one {
	width:200px;
	float:left;
	display:inline;
	padding:15px 0px 0px 0px;

}

.home_col_two {
	width:545px;
	float:left;
	display:inline;
	padding:15px 0px 0px 22px;
	color:#474747;

}

.home_right_menu {
	background-color:#EBF0F5;
	margin-top:15px;
	color:#474747;
}

.home_right_content{
	width:168px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.blog_right_content {
	width:133px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 3px 0px 8px;
}

.home_menu_heading {
	width:205px;
	height:36px;
	background-image:url(../site_images/blog_left_heading.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	padding:4px 0px 0px 32px;
}

.home_blog_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#FF090D;
	margin-bottom:22px;
}
