/* This is the distance between menu links. Edit the distance to fill your menu */
#menu a{
	padding:48px;
}



body, table, form, div, p, img, h1, h2, h3{
	margin:0px;
	border:0px;
	padding:0px;
}
body{
	text-align:center;
	color:#003366;
	font-size:13px;
	font-family:arial;
}
h1{
	height:27px;
	text-align:left;
	background: url('Resources/title.gif') center bottom no-repeat;
	padding-left:70px;
	font-size:17px;
}
h2{
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
h3{
	font-size:13px;
	font-weight:bold;
	padding:0px 20px 10px;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#003366;
}
a:hover{
	text-decoration:underline;
}
ul{
	line-height:14px;
	list-style:square;
	font-size:12px;
}
input.input{
	width:300px;
	border:1px solid #9f9f9f;
}
textarea.textarea{
	width:400px;
	height:100px;
	border:1px solid #9f9f9f;
}
#main{
	margin:auto;
	width:950px;
	text-align:left;
}
#header{}
#logo{
	width:400px;
	height:110px;
	float:left;
	background: url('Resources/ralogo.gif') center no-repeat;
}
#header div.text{
	float:left;
	width:425px;
	padding-top:43px;
	text-align:center;
	font-size:18px;
}
#header div#goldMineWinner{
	float:right;
	height:110px;
	width:120px;
	background: url('Resources/gold_standard_logo.gif') center right no-repeat;
}
.content{
	background: url('Resources/content.gif') left repeat-y;
	width:955px;
}
#menu_upper{
	background: url('Resources/menu_upper.gif') repeat-x;
	height:5px;
	font-size:1px;
	line-height:1px;
}
#menu{
	background:#003366;
	padding:0px 20px;
	height:auto;
	border:1px solid #003366;
}
#menu a{
	height:23px;
	display:block;
	float:left;
	color:white;
	font-weight:bold;
	font-size:15px;
	font-family:sans-serif;
	padding-top:2px;
	padding-bottom: 0px;
	text-decoration:none;
}
#menu a:hover{
	color:#ffcc00;
}
#menu div.separator{
	float:left;
	background: url('Resources/menu_separator.gif') center no-repeat;
	height:23px;
	width:1px;
}
#menu_under{
	background: url('Resources/menu_under.gif') right no-repeat;
	height:5px;
	font-size:1px;
	line-height:1px;
}
#left_pannel{
	float:left;
	width:150px;
	padding-top:50px;
}
.left_side{
	padding:20px 10px 0px;
	text-align:justify;
}
.left_side a{
	color:#993300;
}
.squares{
	padding:0px 10px;
}
.squares img{
	margin:0px 4px;
}
#left_pannel div.text{
	padding:30px 10px;
	color:#996600;
	font-family:verdana;
	font-size:20px;
}
#right_pannel{
	float:left;
	width:797px;
	
	text-align:center;
}
#welcome{
	margin:auto;
	width:600px;

}
#welcome a{
	font-size:20px;
	color:#993300;
	font-weight:bold;
}
#border{
	height:33px;
	background:yellow url('Resources/border.gif');
}
#container{
	text-align:justify;
	width:550px;
	padding-top:40px;
	float:left;
}
#container #inner{
	padding-left:30px;
	padding-right:10px;
}
#container #questions{
	font-size:18px;
	padding:10px;
}
#testimonials{
	float:left;
	padding:10px;
	width:200px;
	background:#eeeeee;
	margin-left:5px;
	text-align:left;
}
#footer{
	text-align:center;
	padding:30px 0px 10px 150px;
}

.clear{
	clear:both;
}
.padding{
	padding-top:1px;
}