/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/*==========================================================================================================================*/


body {
	margin-top: 0px;
	margin-left: 0px;
}


/* TOP START */
#top-container {
	width:100%;
	height:100px;
	background-image:url(../images/bg_top-banner2.jpg);
	background-repeat:repeat-x;
}
#top-banner {
	width:1000px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/top-banner2.jpg);
	background-repeat:no-repeat;
}
/* TOP END */


/* MIDDLE START */
#middle-container {
	width:100%;
	height:600px;
	background-image:url(../images/bg_middle.jpg);
	background-repeat:repeat-x;
}

#middle {
	width:1000px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/middle-pix.jpg);
	background-repeat:no-repeat;
}
#menu {
	width:400px;
	height:30px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:right;
	margin-top:20px;
	
	
}
#menu a:link, #menu a:visited   {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	color:#906;
	text-decoration:underline;
	font-weight:bold;
}
#video {
	width:302px;
	height:170px;
	float:right;
	clear:right;
	margin-top:20px;
	border: 1px solid #906;
	margin-bottom:20px;
}
#middle-text {
	width:300px;
	height:50px;
	float:right;
	clear:right;
}

/* MIDDLE END */


/* BOTTOM START */
#bar-container {
	width:100%;
	height:30px;
	background-image:url(../images/bg_bar.jpg);
	background-repeat:repeat-x;
}

#bottom-container {
	width:1000px;
	
	margin-left:auto;
	margin-right:auto;
}
#bottom-text {
	width:580px;
	height:740px;
	float:left;	
	margin-top:10px;
	margin-right:20px;
}

#bottom-text h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	font-style: italic;
	font-weight: bold;
	color: #909;
	margin-bottom:10px;
}
#bottom-text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
}

#bottom-form {
	width:400px;
	float:left;	
	margin-top:10px;
}
/* FORM START */
.field {
	width: 400px;
	height:20px;
	
	padding-bottom: 10px;
	float:left;
	background-image:url(../images/form-middle.png);
}
.field-order {
	width: 400px;
	float:left;
	text-align:center;
	background-image:url(../images/form-middle.png);
}

.field h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#900;	
}
.field h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#900;	
}
.field h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #900;	
}

.label {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
	width:100px;
	padding-left: 10px;
	padding-right:10px;
	float:left;
	font-weight: bold;
	
}
.check {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	width:350px;
	padding-left: 20px;
	float:left;
	font-weight: bold;
}
.check h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	width:300px;
	padding-left: 20px;
	margin-top:5px;
	float:left;
	font-weight: bold;
}

.check input {
	width: 30px;

}

.cc select, .cc input {
	width: 95px;

}

input, select
  {
  width:250px;
  
    
  }
.label span
  {
  color:#CA140B;
  margin-right:5px;
  }
/* FORM END */
/* BOTTOM END */


/* FOOTER START */
#footer-container {
	width:100%;
	height:70px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	float:left;
}
#footer-text {
	width:1000px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
#privacy {
	width:100%;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	padding-top:10px;
}

#privacy a:link, #privacy a:visited {
	color:#000;
	text-decoration:none;
}

#privacy a:hover {
	color:#000;
	text-decoration:underline;
}


/* FOOTER END */










