
/*******************************************/

/* Structure */

/*******************************************/
.privacy,.legal
{
	background-color:White;
	color:Black;
}

body {
	background: #565656 url(/images/5521/en-us/bg_body.jpg) repeat-x 0 0;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	}

#container {
	background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	width: 860px;
	}
	
img#logo {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10000000;
	}

#masthead img {
	display: block;
	margin: 0;
	}

div.col {
	float: left;
	width: 50%;
	}

div.inner_wrapper {
	margin: 0 0 0 30px;
	width: 90%;
	}
	
/*******************************************/

/* Nav */

/*******************************************/
	
ul#nav {
	border-bottom: 1px solid #E1E1E1;
	color: #CCCCCC;
	height: 25px;
	margin: 20px 0;
	}

ul#nav li {
	float:left;
	}

	ul#nav li a {
		color: #999999;
		font-size: 1.1em;
		padding: 5px 14px;
		}

/*******************************************/

/* Positioning */

/*******************************************/

.top_30 {margin: 30px 0 0 0;}

/*******************************************/

/* Typography */

/*******************************************/

h1 {
	color: #666666;
	font-size: 1.8em;
	font-weight: bold;
	/*line-height: 1.8em;*/
	}

h2, h3 {
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px 0;
	}

p {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 10px 0;
	}
	
	.sml_txt {
		color: #000000;
		display: block;
		font-size: 1.1em;
		font-weight: normal;
		line-height: 1.2em;
		}
		
label span.sml_txt {font-size: .8em;}

ul#list {
	margin: 20px 0;
	}

ul#list li {
	color: #666666;
	font-size: 1.4em;
	line-height: 1.4em;
	list-style: disc;
	margin: 0 0 0 15px;
	}

/*******************************************/

/* Form */

/*******************************************/
span#form_top {
	background: transparent url(/images/5521/en-us/knife.png) no-repeat 0 0;
	display: block;
	height: 162px;
	margin: 0 0 0 9px;
	position: absolute;
	right: 10px;
	top: 165px;
	width: 408px;
	z-index: 1000000;
	}

.form {
	background: transparent url(/images/5521/en-us/bg_form.jpg) no-repeat 0 0;
	height: 850px;
	margin: 0 0 0 9px;
	position: relative;
	width: 408px;
	z-index: 1000000;
	
	}
	
	
	
	.form table
	{
		margin-left: -30px;
	}
	
	.form input, .form td 
	{
		font-size: 12px;
		font-weight:bold;
		margin: 0;
		padding: 0;
	}
	
	
	.form fieldset {
		left: 45px;
		position: absolute;
		top: 0;
		width: 300px;
		z-index: 1000000;
		}

		.form fieldset h2 {
			color: #852020;
			font-size: 2.4em;
			font-weight: normal;
			line-height: 1.2em;
			margin: -25px 0 10px 0;
			position: relative;
			}

		.form fieldset p {
			color: #000000;
			font-size: 1.4em;
			font-weight: bold;
			line-height: 1.4em;
			margin: 10px 0;
			width: 250px;
			}

		

		.form fieldset input {
			display: block;
			margin: 0 0 10px 0;
			padding: 3px;
			width: 190px;
			}

			
		.form fieldset select {
			display: block;
			margin: 0 0 10px 0;
			padding: 3px;
			width: 198px;
			}

	
		.form fieldset .CEC_Submit_Button input { width: 108px; height: 36px; }

			

/*******************************************/

/* Slideshow */

/*******************************************/

.slide_img {
	height: 327px;
	width: 860px;
	}

/*******************************************/

/* Footer */

/*******************************************/

#footer {
	clear: left;
	margin: 0;
	padding: 0;
	}

#footer p {
	border-top: 1px solid #E1E1E1;
	color: #333333;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 20px;
	padding: 20px 0 0 0;
	text-align: center;
	}

	#footer p a {
		color: #333333;
		margin: 0 5px;
		text-decoration: underline;
		}
		
		.privacy, .legal { color: White;}
		.webmaster { color: White;}
