@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 0px;
	font-family: "Myriad Pro";
	font-size: 100%;
	background-color: #4B657C;
}
.main_body #container {
	width: 880px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1579px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #C0CDD9;
	background-repeat: no-repeat;
	background-position: 158px 168px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../site_images/bg_main_content_bar.gif);
} 
.main_body #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 167px;
	background-color: #7F9AB2;
} 
.main_body #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 12px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main_body #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 158px;
	height: 1400px;
	background-color: #A2B5C6;
	background-image: url(../site_images/left_home_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.main_body #mainContent {
	right: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: -66px;
	margin-left: 182px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.main_body #footer {
	background-color: #A2B5C7;
	background-position: 3px 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../site_images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -20px;
} 
.main_body #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text_title_buttons {
	font-weight: normal;
	font-family: "Myriad Pro";
	font-size: 19px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
}
.text_main_content_title {
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #FFFFFF;
	font-size: 19px;
}
.text_left_bar_contact {
	font-family: "Myriad Pro";
	font-size: 18px;
	line-height: 1px;
	color: #000000;
}.text_left_bar_email {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_left_bar_email a:hover{
	color:#666666;
	
}
.text_left_side_button_01 {
	font-size: 19px;
	background-color: #1B3350;
	padding-right: 20px;
	padding-left: 20px;
}
.text_left_side_button_02 {
	font-size: 19px;
	background-color: #62829C;
	padding-right: 13px;
	padding-left: 13px;
}
.text_site_update {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	color: #E8E8E8;
	padding-top: 3px;
}
.text_contact_page_list {
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #000000;
	font-size: 19px;
}
.text_contact_page_numbers {
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #000000;
	font-size: 19px;
}
.text_contact_page_email {
	font-family: "Myriad Pro";
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_contact_page_email a:hover {
	color:#666666;
}
.text_reel_download {
	font-family: "Myriad Pro";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_reel_download a:hover {
	color:#666666;
}
.text_job_heading {
	font-family: Verdana;
	font-weight: normal;
	color: #0099FF;
	font-size: 18px;
}
.text_main_info {
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #000000;
	font-size: 18px;
}
.text_company_link {
	font-family: "Myriad Pro";
	font-weight: normal;
	color: #0099FF;
	font-size: 18px;
	text-decoration: none;
}


#menubar{
	font-family: "Myriad Pro";
	font-size:14px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 180px;
	top: 0px;
	width: 500px;
	border-left: -40px;
}

#menubar ul{
	list-style:none;
	margin:0px;
}

#menubar ul li{
	display: inline;
	padding:0 20px 0 0;
	right: 100px;
}

#menubar ul li a{
	color:#000000;
	text-decoration:none;
	border-bottom:0;
	background-image:none;
}
#menubar ul li a:hover{
	color:#FFFFFF;
}
#left_side_button_01{
	font-family: "Myriad Pro";
	font-size:19px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
}

#left_side_button_01 ul{
	list-style:none;
	margin:0px;
}

#left_side_button_01 li{
	display: inline;
	padding:0 0 0 0;
	right: 0px;
}

#left_side_button_01 ul li a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:0;
	background-image:none;
}
#left_side_button_01 ul li a:hover{
	color:#666666;
}
#left_side_button_02{
	font-family: "Myriad Pro";
	font-size:19px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
}

#left_side_button_02 ul{
	list-style:none;
	margin:0px;
}

#left_side_button_02 li{
	display: inline;
	padding:0 0 0 0;
	right: 0px;
}

#left_side_button_02 ul li a{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:0;
	background-image:none;
}
#left_side_button_02 ul li a:hover{
	color:#666666;
}
#site_update {
	font-family: "Myriad Pro";
	font-size:15px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 640px;
}
#main_content_title {
	font-family: "Myriad Pro";
	font-size:19px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -18px;
}
#contact_page_list {
	font-family: "Myriad Pro";
	font-size:19px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 580px;
	margin-bottom: 28px;
	margin-left: 20px;
}
#contact_page_list_numbers {
	font-family: "Myriad Pro";
	font-size:19px;
	border-top:0px double #FFFFFF;
	border-bottom:0px double #FFFFFF;
	top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: -163px;
	margin-left: 100px;
}
#flashVideo_showreel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
