﻿@charset "utf-8";
/*# Layout CSS  for site structure and global styles #*/

/* Reset all margins */
* { margin:0; padding:0;}

option {padding-left:0.4em}

html {height:100%; margin-bottom:1px;}

body {
	font-size:12px;
	line-height:17px;
	font-family:Arial, sans-serif;
	color:#767575;
	background:#125078;
	text-align:left;
}

fieldset, img { border:0 solid;}	
ul, object {margin:0;}
li { margin-left: 0; line-height: 0;}

a {text-decoration:none;}
*:focus {outline:none;}

/*##LAYOUT###*/
#site_wrapper {
	width:960px;
	background:url(../img/layout/bg_cross_tile3.png) repeat top left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:150px;
	padding:19px 35px 0 35px;
}

.meta_container{
	overflow:hidden;
	margin:0 23px 3px 0;
	height:21px;
}

.flash_header {
	margin:0 0 1px 10px;
}

#wrapper {
  	width:890px;	
  	margin-left:35px;
  	overflow:hidden;
  	clear:both;
  	height:100%;
}

#left{
	width:203px;
	float:left;
	padding-top:43px;
	display:inline;
}
#right{
	float:left;
	width:667px;
	padding: 29px 0 0 0;
	display:inline;
}

#footer {
    clear:left;
	padding:24px 0 35px 301px;
	font-size:10px;
	color:#bababa;
	line-height:14px;
	overflow:hidden;
}

#footer span {
	color:#bababa;
	padding-right:30px;
}

.clear{ overflow:hidden;}



	


