/*
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:145px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006633;
}

#top {
	width:1000px;
	height:145px;
	margin-left:auto;
	margin-right:auto;
}

#top-logo {
	width:300px;
	height:145px;
	float:left;
}

#top-phone {
	width:350px;
	height:145px;
	float:right;
}
/* TOP END */
/*==========================================================================================================================*/



/* MIDDLE START */
#middle-container {
	width:1000px;
	height:1200px;
	margin-left:auto;
	margin-right:auto;
}
#middle-container2 {
	width:1000px;
	height:950px;
	margin-left:auto;
	margin-right:auto;
}
#middle-flash {
	width:1000px;
	height:250px;
	float:left;
}
/* MIDDLE END */
/*==========================================================================================================================*/

/* MIDDLE LEFT START */
#middle-left-container {
	width:700px;
	height:950px;
	float:left;
	background-image:url(../images/bg_middle-left.jpg);
	background-repeat:repeat;
}
#menu-how {
	width:700px;
	height:250px;
	float:left;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}

#menu-how-navi {
	width:700px;
	height:23px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	padding-top:7px;
}

#menu-how-navi a:link {
	color:#FFF;
	text-decoration:none;
}
#menu-how-navi a:visited {
	color:#FFF;
	text-decoration:none;
}
#menu-how-navi a:hover {
	color:#ffcc00;
	text-decoration:underline;
}

#menu-how-steps {
	width:680px;
	height:200px;
	float:left;
	margin-left:10px;
	margin-top:10px;
}

#menu-how-text {
	width:650px;
	height:675px;
	float:left;
	margin-left:20px;
	margin-top:25px;
	overflow: auto;	
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;	
}

#menu-how-text h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:25px;
	color:#F00;
	font-weight:bold;
	margin-bottom:5px;
}

#menu-how-text p {
	font-size:14px;	
}
#menu-how-text h4 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
}
#menu-how-text strong {
	font-weight:bold;
	font-size:14px;
}

#menu-how-text a:link {
	color:#000;
	text-decoration:none;
}
#menu-how-text a:visited {
	color:#000;
	text-decoration:none;
}
#menu-how-text a:hover {
	color:#000;
	text-decoration:underline;
	
}

#menu-how-text ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 50px;
}



/* MIDDLE LEFT END */
/*==========================================================================================================================*/

/* MIDDLE RIGHT START */
#middle-right-container {
	width:300px;
	height:945px;
	float:right;
}

#form-container {
	width:296px;
	height:446px;
	border: 2px solid #063;
	background-image:url(../images/bg-form.jpg);
	background-repeat:repeat;
	float:left;
}

#form-top {
	width:296px;
	height:50px;
	float:left;
	margin-bottom:10px;
}
#form {
	width:296px;
	
	float:left;
}

.fields
  {
  position:relative;
  margin:0px 5px 0px 5px;
  clear:both;
  height:26px;
  }

.fields .label, .fields input, .fields select
  {
  margin-top:0px;
  float:left;
  }

.label
  {
  font-family:arial;
  font-size:12px;
  width:130px;
  padding-left:10px;
  }

.label span
  {
  color:#CA140B;
  margin-right:5px;
  }
input, select
  {
  width:130px;
  }

.button
  {
  text-align:center;
  float:none;
  position:relative;
  margin-top:10px;
 
  }

.button input
  {
  width:250px;
  }



#video {
	width:300px;
	height:225px;
	float:left;
	margin-top:10px;
}
#gold-price {
	width:300px;
	height:150px;
	float:left;
	margin-top:10px;
}
#icons {
	width:300px;
	height:100px;
	float:left;
	
}


/* MIDDLE RIGHT END */
/*==========================================================================================================================*/

/* FOOTER START */
#footer-container {
	width:100%;
	height:50px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat;
}

#footer-menu {
	width:1000px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#000;	
	
}

#footer-menu a:link {
	color:#000;
	text-decoration:none;
}
#footer-menu a:visited {
	color:#000;
	text-decoration:none;
}
#footer-menu a:hover {
	color:#000;
	text-decoration:underline;
}

#footer-container2 {
	width:100%;
	height:60px;
	background-image:url(../images/logo_sponsor.jpg);
	background-position:center;
	background-repeat:no-repeat;

}


/* FOOTER END */
/*==========================================================================================================================*/










