@charset "utf-8";
/*** LAYOUT ***/

html {
	overflow-y: scroll;}

body {
	width: auto;
	background-image: url(../images/background_fade.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 0px}
	
preload {
	display: none;}
	
/*** NAVIGATION ***/

#nav {
	margin: 0px auto 2px auto;
	width: 800px;
	height: 35px;
	color: #fff;
	font-size: 14px;}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	height: 35px;
	list-style: none;
	background-repeat: no-repeat;
	display: block;
	float: left; 
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	/* text-indent: -1000px; */
	height: 35px;
	background-repeat: no-repeat;
}

.home {background-image: url(../images/buttons/glow_01.jpg); width: 84px;}
.home a {background-image: url(../images/buttons/no-glow_01.jpg);}

.abouttag {background-image: url(../images/buttons/glow_02.jpg); width: 140px;}
.abouttag a {background-image: url(../images/buttons/no-glow_02.jpg);}

.ourteam {background-image: url(../images/buttons/glow_03.jpg); width: 120px;}
.ourteam a {background-image: url(../images/buttons/no-glow_03.jpg);}

.services {background-image: url(../images/buttons/glow_04.jpg); width: 118px;}
.services a {background-image: url(../images/buttons/no-glow_04.jpg);}

.press {background-image: url(../images/buttons/glow_05.jpg); width: 137px;}
.press a {background-image: url(../images/buttons/no-glow_05.jpg);}

.contact {background-image: url(../images/buttons/glow_06.jpg); width: 120px;}
.contact a {background-image: url(../images/buttons/no-glow_06.jpg);}

ul.menu li a:hover {background: none;}
	
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	min-height: 144px;
	width: 800px;
	text-align: left;
	padding-top: 30px;
	color: #fff;}
	
#bluetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0066cc;}
	
#orangetitle {
	font-size: 15px;
	color: #cc6600;}

/*** HOME ***/

#home_container {
	background-image: url(../images/home_bg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 453px;
	border-bottom: 24px solid #0055a7;}
	
#home_text {
	padding-top: 200px;
	margin-left: 440px;
	margin-right: 50px;}
	
#home_video {
	padding-top: 0px;
	margin-left: 455px;
	margin-right: 20px;}
	
/*** ABOUT US ***/

#about_container {
	background-image: url(../images/about_bg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 433px;
	border-bottom: 24px solid #0055a7;}
	
#about_text {
	padding-top: 120px;
	margin-left: 305px;
	margin-right: 20px;}
	
/*** OUR TEAM ***/

#ourteam_container {
	background-image: url(../images/ourteam_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 433px;
	border-bottom: 24px solid #0055a7;}
	
#ourteam_text {
	padding-top: 120px;
	padding-bottom: 1px;
	margin-left: 305px;
	margin-right: 20px;}
	
/*** SERVICES ***/

#services_container {
	background-image: url(../images/services_bg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 645px;
	border-bottom: 24px solid #0055a7;}
	
#services_text {
	padding-top: 120px;
	margin-left: 305px;
	margin-right: 20px;}
	
/*** CASE STUDIES ***/

#casestudies_container {
	background-image: url(../images/casestudies_bg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 645px;
	border-bottom: 24px solid #0055a7;}
	
#casestudies_text {
	padding-top: 120px;
	margin-left: 305px;
	margin-right: 20px;}

/*** PRESS ***/

#press_container {
	background-image: url(../images/press_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 300px;
	border-bottom: 24px solid #0055a7;}

#press_div_container {
	padding: 100px 50px 10px 50px;}
	
#press_left_div {
	width: 345px;
	padding-right: 10px;
	float: left;}
	
#press_right_div {
	width: 300px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	float: left;}
	
#press_right_div object {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;}
	
#press_rss {
	width: 320px;
	text-align: left;}
	
#press_rss ul {
	list-style: none;
	padding: 0px;
	margin: 0px;}
	
.press_orangetitle {
	font-size: 14px;
	font-weight: bold;
	color: #ff9933;}
	
.press_bordertop {
	padding-top: 12px;
	border-top: 1px solid #ccc;}

.press_graytext {
	color: #999;}
	
#press_text {
	padding-top: 120px;
	margin-left: 50px;
	margin-right: 50px;}
	
#quotes {
	position: relative;
	top: -52px;
	left: 15px;
	width: 600px;
	color:  #fff;
	}

/*** CONTACT ***/

#contact_container {
	background-image: url(../images/contact_bg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 273px;
	border-bottom: 24px solid #0055a7;}
	
#contact_text {
	padding-top: 180px;
	margin-left: 305px;
	margin-right: 20px;}
	
#contact_margin {
	padding-left: 50px;}
	
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3ca1ed;
	margin-bottom: 10px;}
	
#preload {
	display:none;}

#box_row td {
	border-left: 1px solid #fff;}
	
#box_row td p {
	margin: 0;}
	
#boxes {
	padding: 0 15px;}
	
#boxes ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;}
	
#box_bottom {
	padding-top: 5px;}
	
#italics {
	font-style: italic;}
	
/*** ADMIN ***/

#admin_container {
	background-image: url(../images/admin_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 800px;
	min-height: 300px;
	border-bottom: 24px solid #0055a7;}
	
#admin_container table {
	margin: 0 10px;}