@charset "utf-8";
/* CSS Document */

/* Sitewide content */

html {
	text-align:center;
}

body {
	margin:0;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9ca2a8;
}

a:link, a:visited {
	color:#9ca2a8;
}

a:hover {
	color:#000;
}

img, p, h1 {
	margin:0;
	padding:0;
	border:0;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

/* Containers */

#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#head {
	height:65px;
	background:#fff url(../images/bg_header.jpg) no-repeat;
}

#main {

	position:relative;
	min-height:100px;
	background:#fff url(../images/bg_body.jpg) repeat-y;
	text-align:left;
}

#main_content_container {
	position:relative;
	margin-left:85px;
	padding:120px 0 20px;
	display:inline-block;
}

#footer {
	height:100px;
	background:#fff url(../images/bg_footer.jpg) no-repeat;
}

/* Content */

#logo {
	padding:10px 0 0 30px;
}

#title_container {
	float:right;
	width:440px;
	height:50px;
	padding:0 265px 0 0;
	display:block;
}

html>body #title_container {padding:0 265px 0 0;} /*IE6 fixes*/

html>/**/body #title_container, x:-moz-any-link, x:default {padding:0 150px 0 0;} /* Only FireFox 3 */

#title_container h1 {
	font-size:20px;
	font-weight:normal;
}

#gw520_img {
	float:left;
	width:163px;
}

#gw520_container {
}

#gt505_container {
	padding-top:31px;
}

#gt505_img {
	float:left;
	width:163px;
}

#gt505_copy {
	float:left;
	width:580px;
}

#get_flash_container {
	position:absolute;
	top:34px;
	left:85px;
	_left:0px; /*fix for IE6*/
}

#get_flash_logo {
	float:left;
}

#get_flash_copy {
	float:left;
	width:500px;
	margin-left:45px;
	font-size:10px;
}

#footer_links_list {
	width:360px;
	margin:0 auto;
	padding-top:60px;
}

#footer_links_list li {
	float:left;
	margin:0 5px;
	font-size:10px;
}

/* Reusable */

.copy_container_top {
	float:left;
	width:600px;
	margin:25px 0 0 38px;
}

.copy_container {
	float:left;
	width:600px;
	margin:45px 0 0 38px;
}

.copy_top {
	height:8px;
	background:transparent url(../images/copy_top.jpg) no-repeat top left;
	display:block;
	overflow:hidden;
}

.copy_main {
	background:transparent url(../images/copy_body.jpg) repeat-y;
}

.copy_title {
	margin:0 0 4px 9px;
	color:#ba1f29;
	font-size:16px;
	font-weight:bold;
}

.copy_main_content {
	width:550px;
	margin-left:8px;
	padding:5px;
	font-weight:bold;
	background-color:#fff;
}

.copy_main_content p {
	margin-bottom:8px;
}

.copy_main_content p.last {
	margin-bottom:0px;
}

.copy_bottom {
	height:10px;
	background:transparent url(../images/copy_bottom.jpg) no-repeat top left;
}

.clear {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}
