/* DEFAULTS */
html, body, table, div, form {
	margin: 0px;
	padding: 0px
}
html, body {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #d8e9de;
	background-image: url('/microsites/images/background.jpg');
}
* {
	font-family: arial; 
	font-size: 11px;
}
img {
	display: block;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	height: 0px;
}
a {
	color: #663333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.black {
	color: black;
}
h1, h1 a {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
}
h2 {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: black;
	font-family: Lucida Grande, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.big {
	font-size: 14px;
	font-weight: bold;
}

/* SHADOWS */
#shadow_top {
	margin: 0 auto;
	z-index: 5;
}
#shadow_top img {
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow_top .bg {
	background-image: url('/microsites/images/main_shadow_top.png');
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow {
	background-image: url('/microsites/images/body_shadow.png');
	width: 1000px;
	margin: 0px auto;
	padding: 0 3px;
	position: relative;
	z-index: 1;
}
#shadow_bottom {
	margin: 0 auto 20px auto;
}
#shadow_bottom .bg { 
	background-image: url('/microsites/images/main_shadow_bottom.png');
	behavior: url('/microsites/css/iepngfix.htc');
}
#shadow_bottom td img {
	behavior: url('/microsites/css/iepngfix.htc');
}

/* TOP LINKS */
#toplinks {
	width: 1006px;
	margin: 14px auto 13px auto;
	text-align: right;
}
#toplinks a {
	margin: 0px 8px;
}
#toplinks img {
	display: inline;
	margin: 0 16px -4px 15px;
	behavior: url('/microsites/css/iepngfix.htc');
}

/* MENU */
#menu {
	background-image: url('/microsites/images/menu_background.gif');
	height: 29px;
}
#menu table {
	height: 29px;
}
#menu table td {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#menu table td a {
	color: #333333;
	padding: 5px 12px;
	font-family: Lucida Grande, Arial, Helvetica;
	text-decoration: none;
}
#menu table td a:hover {
	text-decoration: underline;
}
#menu table td.separated {
	border-right: 1px solid #c7c6c1;
}
#menu table td.highlighted {
	background-image: url('/microsites/images/menu_highlighted.gif');
	color: white;
	padding: 5px 12px;
}
#menu #for_more_info {
	float: right;
	color: #666666;
	padding-top: 10px;
	padding-right: 50px;
}

/* HEADER */
#header {
	height: 55px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 18px;
	top: 7px;
	behavior: url('/microsites/css/iepngfix.htc');
}
#header #logo_text {
	position: absolute;
	left: 130px;
	top: 22px;
	color: #663333;
	font-size: 12px;
	text-transform: uppercase;
}

/* CONTENT */
.padding {
	height: 16px;
}
#content {
	width: 1000px;
	padding: 0px 20px;
	color: #666666;
}
#content td {
	vertical-align: top;
}
#content td.left {
	width: 200px;
	padding-right: 10px;
}
#content td.left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#content td.left ul li {
	padding: 0px;
	margin: 0px;
}
#content td.large {
	border-left: 1px solid #723B38;
	padding-left: 10px;
	width: 739px;
}
#content td.large h1 {
	margin-top: 15px;
}
#content td.large div.right_img {
	margin-top: 15px;
	margin-left: 20px;
	float: right;
	margin-bottom: 5px;
}
#content td.large .logos {
	padding-top: 15px;
	padding-left: 20px;
}
#content td.large .logos table td {
	padding: 10px;
}
#content input,
#content select {
	background-color: #eaeaea;
}
#content .separator {
	margin-top: 10px;
	border-top: 1px dotted #723B38;
	clear: both;
}

#adobe p {
	float: left;
	margin-left: 10px;
	width: 350px;
	padding: 0px;
	margin-top: 5px;
}
#adobe img {
	float: left;
}

