body {
	margin:0px;
	padding:0px;
	font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size:12px;
	color:#333;
	background-image:url("/images/body_bg.png");
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
}



/* CONTENT STYLES*/
.full_grid {
	float:left;
	width:100%;
	margin:0px;
	position:relative;
}

.glow_top {
	background-image:url("/images/glow_top.png");
	height:30px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:repeat-x;
	background-position:top;
	behavior: url("/js/iepngfix.htc");
}

h2 {
	color:#60604b;
	font-size:60px;
	padding:0px;
	margin-bottom:5px;
}

h3 {
	color:#f58026;
	font-size:40px;
}

h4 {
	color:#60604b;
	font-size:32px;	
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #60604b;
}

h5 {
	color:#f58026;
	font-size:24px;
	padding-bottom:0px;
	margin-bottom:3px;
	border-bottom:1px dotted #f58026;
}

h6 {
	font-size:12px;
	font-weight:bold;
}

img {
	border:none;
	behavior: url("/js/iepngfix.htc");
}

a:link, a:visited {
	color:#f58026;
	text-decoration:none;
}

a:hover, a:active {
	color:#f58026;
	text-decoration:underline;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


.shadow {
	width:100%;
	margin:0px;
	height:8px;
	background-image:url("/images/shadow.png");
	background-repeat:repeat-x;
	background-position:top;
	behavior: url("/js/iepngfix.htc");
	background-color:transparent;
	position:absolute;
	bottom:-10px;
	left:0px;
	padding:0px;
}



.dotted {
	border-bottom:1px dotted #999;
}

.column {
	margin-bottom:30px;
}

img.alignright {
	float:right;
	margin:5px 0px 5px 5px;
}

img.alignleft {
	float:left;
	margin:5px 5px 5px 0px;
}




#header {
	margin-top:20px;
}

#menu {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li {
	float:left;
	display:inline;
	padding:0px;
	margin:0px 40px 0px 0px;
}

#menu li a:link, #menu li a:visited {
	color:#666666;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#menu li a:hover, #menu li a:active {
	color:#f58026;
	text-decoration:none;
}


#tagline {
	margin-top:40px;
}

#index_slide {
	height:320px;
	position:relative;
}

#index_slide_band {
	width:100%;
	height:240px;
	background-image:url("/images/index_slide_band.png");
	background-repeat:repeat-x;
	position:absolute;
	top:40px;
	left:0px;
	z-index:0;
}

#index_slide_box {
	height:320px;
	z-index:10;
}

#index_slide_prev {
	position:absolute;
	left:-45px;
	top:34px;
	width:45px;
	height:255px;
	background-image:url("/images/arrow_left.png");
	background-repeat:no-repeat;
	background-position:left;
	z-index:50;
}

#index_slide_next {
	position:absolute;
	right:-45px;
	top:34px;
	width:45px;
	height:255px;
	background-image:url("/images/arrow_right.png");
	background-repeat:no-repeat;
	background-position:right;
	z-index:50;
}

#index_slide_feature {
	height:320px;
	overflow:hidden;
}

.index_slide_gloss {
	background-image:url("/images/index_slide_gloss.png");
	background-repeat:no-repeat;
	height:320px;
	width:940px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:20;
}

#index_slide_reel {
	width:4700px;
	height:320px;
	position:absolute;
	left:0px;
	top:0px;
}

.index_slide_feature_slide {
	width:940px;
	height:320px;
	background-color:#333;
	float:left;
	margin:0px;
	position:relative;
}

.index_slide_balloon {
	position:absolute;
	color:#fff;
	left:616px;
	top:212px;
	width:303px;
	z-index:40;
}

.index_slide_balloon h4 {
	color:#f58026;
	border:none !important;
	font-size:24px;
	padding:0px;
	margin-bottom:2px;
}


#index_slide_0 {
	background-image:url("/images/index_slide_0.jpg");
	background-repeat:no-repeat;
	background-color:#c90062;
}

#index_slide_1 {
	background-image:url("/images/index_slide_1.jpg");
	background-repeat:no-repeat;
	background-color:#58a618;
}

#index_slide_2 {
	background-image:url("/images/index_slide_2.jpg");
	background-repeat:no-repeat;
	background-color:#c00;
}

#index_slide_3 {
	background-image:url("/images/index_slide_3.jpg");
	background-repeat:no-repeat;
	background-color:#003359;
}

#index_slide_4 {
	background-image:url("/images/index_slide_4.jpg");
	background-repeat:no-repeat;
	background-color:#0083bf;
}


#index_slide_left_preview {
	width:240px;
	height:240px;
	position:absolute;
	top:40px;
	left:-240px;
	overflow:hidden;
}

#index_slide_edge_left {
	position:absolute;
	left:0px;
	top:0px;
	height:240px;
	width:10px;
	background-image:url("/images/index_slide_edge_left.png");
	background-repeat:no-repeat;
}


#index_slide_left_preview_slides {
	width:1200px;
	height:180px;
	position:absolute;
	top:20px;
	left:0px;
}


#index_slide_right_preview {
	width:240px;
	height:240px;
	position:absolute;
	top:40px;
	right:-240px;
	overflow:hidden;
}

#index_slide_edge_right {
	position:absolute;
	right:0px;
	top:0px;
	height:240px;
	width:10px;
	background-image:url("/images/index_slide_edge_right.png");
	background-repeat:no-repeat;
}


#index_slide_right_preview_slides {
	width:1200px;
	height:180px;
	position:absolute;
	top:20px;
	left:0px;
}

.index_slide_preview_slide {
	float:left;
	width:240px;
	height:180px;
}

.index_slide_preview_0 {
	background-image:url("/images/index_slide_preview_0.png");
	background-repeat:no-repeat;
}

.index_slide_preview_1 {
	background-image:url("/images/index_slide_preview_1.png");
	background-repeat:no-repeat;
}

.index_slide_preview_2 {
	background-image:url("/images/index_slide_preview_2.png");
	background-repeat:no-repeat;
}
.index_slide_preview_3 {
	background-image:url("/images/index_slide_preview_3.png");
	background-repeat:no-repeat;
}

.index_slide_preview_4 {
	background-image:url("/images/index_slide_preview_4.png");
	background-repeat:no-repeat;
}

#content {
	margin-top:30px;
}

#soccer_ball {
	height:367px;
	background-image:url("/images/soccer_ball.png");
}

#index_paragraph p {
	font-size:20px;
	color:#60604b;
	line-height:150%;
}

#index_links {
	background-color:#60604b;
	margin-top:30px;
	color:#fff;
}

#index_links a:link, #index_links a:visited {
	text-decoration:underline;
	color:#fff;
}

#index_links a:hover, #index_links a:active {
	text-decoration:underline;
	color:#f58026;
}

#index_links h4 {
	color:#fff;
	font-size:32px;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #fff;
}



/* PAGES */

#aboutus_slide {
	background-image:url("/images/aboutus_slide.jpg");
	background-color:#5F604B;
	height:320px;
	position:relative;
	overflow:hidden;
}

#whatwedo_slide {
	background-image:url("/images/whatwedo_slide.jpg");
	background-color:#ffffff;
	height:320px;
	position:relative;
	overflow:hidden;
}

#whatwedid_slide {
	background-image:url("/images/whatwedid_slide.jpg");
	background-color:#f58026;
	height:320px;
	position:relative;
	overflow:hidden;
}


#contactus_slide {
	background-image:url("/images/contactus_slide.jpg");
	background-color:#efd350;
	height:320px;
	position:relative;
	overflow:hidden;
}

.service_box {
	background-image:url("/images/service_box_bg.jpg");
	background-repeat:no-repeat;
	height:180px;
	margin-bottom:10px;
	position:relative;
}

.service_box .service_box_slide {
	width:446px;
	height:166px;
	position:absolute;
	top:7px;
	left:7px;
}

.service_box_more {
	left:165px;
	top:140px;
	width:130px;
	height:30px;
	position:absolute;
	background-image:url("/images/service_box_more.png");
	background-repeat:no-repeat;
	text-align:center;
	overflow:hidden;
}

.service_box_more p {
	margin:5px 0px 0px 0px;
}

.service_box_more a:link, .service_box_more a:visited {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}

.service_box_more a:hover, .service_box_more a:active {
	color:#eee;
	text-decoration:none;
}

.contactrow {
	margin-bottom:5px;
}

.inputfield {
	padding:3px;
	font-size:12px;
	color:#60604B;
	font-family:"Lucida Grande","Lucida Sans Unicode",  sans-serif;
	border:1px dotted #F58026;
}

#emailresult {
	font-weight:bold;
}

/* SOCIAL MEDIA BLOCK */
#media_footer {
	margin-top:30px;
	background-image:url("/images/bottom_shade.png");
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:20px;
	behavior: url("/js/iepngfix.htc");
}

#media_footer h6 {
	font-size:14px;
}

.recent_blog_date {
	color:#999;
	font-style:italic;
	font-size:10px;
}

#twitter_icon {
-moz-opacity:.30; filter:alpha(opacity=30); opacity:.30; 
}

#facebook_tick {
	width:20px;
	height:12px;
	background-image:url("/images/facebook_tick.png");
	behavior: url("/js/iepngfix.htc");
	background-repeat:no-repeat;
	position:absolute;
	right:-20px;
	top:30px;
}

#twitter_tick {
	width:20px;
	height:12px;
	background-image:url("/images/twitter_tick.png");
	behavior: url("/js/iepngfix.htc");
	background-repeat:no-repeat;
	position:absolute;
	right:-20px;
	top:90px;
}

#facebook_widget {
	height:240px;
	position:absolute;
	top:57px;
	left:0px;
}

#twitter_widget {
	background-color:#d0edfa;
	height:240px;
	position:absolute;
	top:57px;
	display:none;
}

#twitter_widget h6 {
	margin-top:5px;
	margin-left:5px;
	margin-bottom:7px;
	padding:0px;
	font-size:12px;
}

#twitter_widget p {
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}

.tweet_list {
	list-style:none;
	margin:5px 5px;
	padding:0px;
}

.tweet_list li {
	list-style:none;
	margin:0px 0px 7px 0px;
	padding:0px 0px 2px 0px;
	border-bottom:1px dotted #999;
}

.tweet_avatar {
	float:left;
	margin-right:5px;
	margin-bottom:3px;
}

#facebook_icon a:hover, #facebook_icon a:active, #twitter_icon a:hover, #twitter_icon a:active {
	text-decoration:none;
}


/* FOOTER */
#footer {
	background-color:#f58026;
	color:#fff;
	font-size:14px;
	padding-bottom:10px;
	padding-top:10px;
}

#footer h4 {
	color:#fff;
	font-size:32px;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:1px dotted #fff;
}

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

#footer a:hover, #footer a:active {
	text-decoration:none;
	color:#fafafa;
	}

#footer ul {
	margin:0px;
	padding:0px 0px;
}

#footer ul li {
	list-style:none;
	padding:3px 5px;
	margin:0px;
}

#footer ul li:hover {
	background-color:#f2ab74;
}

.subsidiary_container {
}

.subsidiary_container p {
	margin-left:5px;
	font-size:12px;
}

.subsidiary_icon {
	height:90px;
}

.subsidiary_icon:hover {
	background-color:#f2ab74;
}

.subsidiary_icon img {
	margin:5px;
	background-color:#f58026;
}

#credits {
	color:#fff;
	font-size:10px;
	padding-top:20px;
	background-color:#60604B;
	background-image:url("/images/bottom_shade.png");
	background-repeat:repeat-x;
	background-position:bottom;
}

#credits_right {
	text-align:left;
}


