/**
  
  CSS: Page - Camp09 REgistration
  
*/


/* Global Reset */
@import url("style-default.css");


/* Page Styles */
#wrap {
	margin:0 auto;
	width:960px;
}
.more a {
	color: #6e1304;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #999; 
}
.more a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
h1 {
	margin:0px;
	padding:0px;
}
h2 {
	color: #6e1304;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 0 6px;
}
p {
	padding:0;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
	font-size:14px;
	line-height:20px;
}

#error {
	position:relative;
	text-align:center;
	margin:5px auto 5px auto;
	color:#f3e7d5;
	width:960px;
	z-index:10;
}
#error a, #notes a {
	color: #f3e7d5;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #f3e7d5; 
}
#error a:hover, #notes a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#error h1, #notes h1 {
	color:#c17c50;
	font-size: 32px;
}
#error h3 {
	color:#FFF;
	font-size: 18px;
}

#error p {
	font-size:12px;
	margin:0;
	padding:0;
}

#resform {
	margin:0 auto 0 auto;
	background: url(images/res-box.png);
	width:600px;
	height:150px;
	
}

#resInput {
	position:relative;
	top:40px;
	left:50px;
}

#resInput p {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 18px;
	font-weight:bold;
	color:#6e1304;
	margin: 10px 0;
}

input {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	color:#675232;
}

input.resno {
	background:#f2dec6;
	width:254px;
	height:44px;
	border: 1px solid #cf976e;
	font-size:32px;
	text-align:center;
	padding:0;
}
#resButton, #calcButton, #regButton  {
	position:relative;
	float:right;
	top:-4px;
	right:70px;
}

#regButton {
	top:40px;
	right:25px;
}

input.resbtn2 {
	width: 130px;
	height:44px;
}

input.resbtn, #main input.resbtn, #calc input.calcbtn {
	cursor:pointer;
	width: 130px;
	height:44px;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(images/formbg.gif) repeat-x left top;
}

#calc {
	margin:0 auto 0 auto;
	background: url(images/bg-form600.gif);
	width:600px;
	height:421px;
	
}

#calc #total {
	position:relative;
	margin: 10px 0 0 50px;
	width:300px;
}
#rightlinks {
	position:relative;
	margin:20px auto 0 auto;
	width: 100px;
}

#main {
	margin:0 auto 0 auto;
	background: url(images/bg-form600b.gif);
	width:600px;
	height:821px;
	
}
#main .resNo {
	color:#000;
	text-transform: uppercase;
	border: 1px solid #675232;
	padding: 3px 10px;
}

#main h1, #calc h1 {
	color:#6e1304;
	font-size: 18px;
	padding: 35px 0 10px 40px;
}

#main p, #calc p {
	padding: 0px 50px;
	font-size: 14px;

}
#main table, #calc table {
	margin: 10px auto 10px auto;
	width:400px;
}

#calc table {
	width:500px;
}
#calc a {
	color: #6e1304;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px dotted #6e1304; 
}
#calc a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#calc td {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 14px;
	color:#6e1304;
	margin:0;
	padding:5px;
}
#main td {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 14px;
	font-weight:bold;
	color:#6e1304;
	margin:0;
	padding:0;
}
#main .note {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
	color:#000;
	padding: 10px 10px;
}
#main input, #main select, #calc input {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	color:#675232;
	background:#f2dec6;

	border: 1px solid #cf976e;
	font-size:14px;
	padding: 2px 2px;
	margin-bottom:4px;
	margin-left:4px;
}
#main textarea {
	width:360px;
	height: 50px;
	border: 1px solid #cf976e;
	padding: 5px;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	color:#675232;
	background:#f2dec6;
}

#notes {
	position:relative;
	margin:0 auto 0 auto;
	width:450px;
	height:150px;
	text-align:center;
}

#notes h3 {
	font-size: 24px;
	color:#f20909;

}
#notes p {
	font-size: 16px;
	color:#f3e7d5;
	margin: 5px 5px;
}
#notes ul{
	margin:20px 0;
	padding:0;
	list-style:none;
}
#notes li{
	display:inline;
	margin:0;
	padding:0;
}
#notes li a {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 14px;
	color: #f3e7d5;;
	padding: 10px 10px;
	font-weight: bold;
	border:0;
}
#notes li a:hover {
	border:0;
	color: #FFF;
	text-decoration: underline;
}

#header {
	position: relative;
	height: 65px;
}
#header2 {
	position: relative;
	height: 35px;
}
#header h1 {
   	padding:5px;
    margin:0;
}


#topnav {
	position: absolute;
	float: right;
	top: 0px;
	right: 28px;
	padding:5px;
	z-index:20;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li{
	display:inline;
	margin:0;
	padding:0;
}
#topnav li a {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 14px;
	color: #c17c50;
	padding: 10px 10px;
	font-weight: bold;
}
#topnav li a:hover {
	color: #f3e7d5;
	text-decoration: none;
}