/* clear formating
----------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td  
{margin : 0; padding : 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
ol,ul {list-style: none;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}
table {border-collapse: collapse; border-spacing: 0; padding:0; margin:0;}
fieldset, img {border: 0;}
caption, th {text-align: left;}
q:before, q:after {content:'';}

/* body
----------------------------------------------------------------------*/
body  {
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	background: #ffffff;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	color: #000000;
	width: 100%;
	min-width:800px;
	max-width:900px;
}

/* logo, navigation and banner 
----------------------------------------------------------------------*/
#header { 
	background: #ffffff; 
	padding: 0px;
	width: 100%;
	min-width:800px;
	max-width:900px;
} 

#logo {
	position:relative;
	padding: 0px;
	text-align:left;
	clear: both;
	height:180px;
	width:689px;
}

#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:focus {
	border:0px;
}

#logo img {
	height:180px;
	width:auto;
	z-index:3;
}

/* banner - size font buttons  
----------------------------------------------------------------------*/      
#banner1 {
	height: 180px;
	min-height: 180px;
	max-height: 180px;
	margin: 0px 0px 0px 230px;
	width: 70%;
	min-width:510px;
	max-width:670px;
	background: #dfd8d2;
	z-index:1;
	clear:both;
}

#fontControls {
	margin: -180px 0px -180px 450px;
}

#resize-box {
	background-color:#cecece;
	border-bottom:1px solid #ffffff;
	color:#676767;
	width: 100%;
	min-width:100px;
	max-width: 180px;
	heigth: 53px;
	text-align: center;
}

#printInfo {
	font-size:1em;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#676767;
	padding: 5px 5% 10px 5%;
	margin-top:5px;
	text-align:center;
	width: auto;
}

#resize-box a {
	margin: 0px;
	text-align:center;
	display: inline;
	padding: 5px 5px;
}

a#increase {
	font-size: 18px;
	color: #676767;
	text-decoration:none;
	margin: 0px 2px;
}

a#decrease {
	font-size: 12px;
	color: #676767;
	text-decoration:none;
	margin: 0px 2px 0px 10px;
}

#news {
	margin: 0px;
	clear: both;
	padding: 0px 2%;
	width: 100%;
	min-width:100px;
	max-width: 180px;
	text-align: center;
}

#news h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #705344;
	text-align: center;
	font-weight: bold;
	margin: 15px auto 0px auto;
	z-index:1;
	padding: 0px 8%;
}

#news p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #3a2721;
	text-align: center;
	margin: -10px 0px 0px 0px;
	z-index:1;
	padding: 0px 8%;
}

#navigation {
	overflow: hidden;
	padding-top: 0px;
	cursor: default;
	z-index: 1;
	width: 70%;
	min-width:510px;
	max-width:670px;
	height: 58px;
	min-height: 58px;
	max-height: 58px;
	margin: 0px 0px 0px 230px; 
	border-bottom: 1px solid #ffffff;
}


#navigation ul {
	color: #c1bdc1;
	text-transform:uppercase;
	font-size: 1.1em;
	line-height: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: right;
	list-style-type: none;
	width: 100%;
	min-width:510px;
	max-width:670px;
	background: #534952;
	height: 58px;
	min-height: 58px;
	max-height: 58px;
	margin:0;
	float:right;
	padding: 11px 10px 10px 0px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin: 0px 1px;
}

#navigation a, #navigation a:link, #navigation a:visited {
	color: #c1bdc1;
	text-decoration:none;
	padding: 1em 0.8em;
}

#navigation a:hover, #navigation a:focus {
	color:#FFFFFF;
	background: #8494a1;
	cursor:default;
}

#navigation #RGhomelink {
	background:url(images/RGhomelink.jpg) no-repeat right top;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	max-height: 19px;
	width: 100%;
	min-width:510px;
	max-width:670px;
}

#navigation #RGhomelink a, #navigation #RGhomelink a:link, #navigation #RGhomelink a:visited {
	padding:0px;
	margin: 0px 0px 0px 0px;
	float:right;
	height:19px;
	width: 200px;
}

#navigation #RGhomelink a:hover, #navigation #RGhomelink a:focus {
	color:#FFFFFF;
	background: none;
	cursor: pointer;
}

body#Information #informationlink,
body#Register #registerlink,
body#Program #programlink,
body#Supporters #supporterslink,
body#Participants #participantslink,
body#Hotel #hotellink {
	color:#FFF;
	background: #8494a1;
	text-decoration:none;
	border-top: 1px solid #a09fa5;
	border-right: 1px solid #a09fa5;
	border-left: 1px solid #a09fa5;
}

/* Register button in the bannner area */
#registerBtn {
	background:url(images/registerBtn1.jpg) no-repeat 0px 15px; 
	height: 51px;
	width: 146px;
	text-align:center;
	margin: 2px 0px 0px 40px;
	float: left;
}

#registerBtn:hover {
	background:url(images/registerBtn2.jpg) no-repeat 0px 15px; 
	height: 51px;
	width: 146px;
}

/* main text area / body  
----------------------------------------------------------------------*/
#maintextarea { 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	width: 100%;
	min-width:800px;
	max-width:900px;
	float: left;
} 

#mainContent {
	background: #dfd8d2;
	margin: 0px 0px 0px 230px; 
	text-align:left;
	width: 70%;
	min-width:510px;
	max-width:670px;
	padding-bottom:100px;
	min-height: 540px;
}

body#Information #mainContent {
	min-height: 1050px;
}

h1 {
	position: relative;
	font-size:1.8em;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	padding:25px 0px 5px 0px;
	font-weight:normal;
	margin: 0 60px 0 80px;
}

h2 {
	position: relative;
	font-size:1.2em;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	padding:0px 0px 10px 80px;
	font-weight:normal;
	text-align: left;
	margin: -10px 0px 0px 0px;
}

h3 {
	position: relative;
	font-size:1.4em;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	padding:0px 0px 5px 0px;
	font-weight: normal;
	margin: 0 60px 0 80px;
}

h4 {
	position: relative;
	font-size:1.4em;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;	
	padding:0px 0px 5px 0px;
	font-weight: normal;
	margin: 0 60px 0 80px;
}

p {
	position: relative;
	font-size:1.1em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	padding-bottom: 15px;
	margin: 0 60px 0 80px; 
}

#mainContent ul.registrationList {
	position: relative;
	font-size:1.2em;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	margin: 0px 60px 0px 100px; 
}

#mainContent ul.registrationList li {
	padding-bottom: 1em; 
}

#mainContent ul {
	position: relative;
	font-size:1.1em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
	padding-bottom: 15px;
	margin: 0 60px 0 80px; 
}

#mainContent li {
	padding-bottom: .4em;
}

body#Participants #mainContent li, body#Sponsors #mainContent li {
	padding-bottom: 1em;
}

#mainContent li.first {
	padding-bottom: .1em;
}

#mainContent li.bullet1 {
	list-style: outside square;
	margin: 0px 25px .1em 15px;
	padding-bottom: 0px; 
}

body#Hotel #mainContent img {
	border: 5px solid #f4f1ef;
	outline: 1px solid #aaa19d;
	margin: 10px 0px 5px 30px; 
}

a, a:link, a:visited {
	color: #693e28;
}

a:hover, a:focus {
	color: #06F;
}

#sidebar1 {
	float: left; 
	width: 280px;  
	padding: 0px 0px 20px 0px;
	text-align:left;
}

#sidebar1 h2 {
	margin-top: -10px;
	text-align: center;
	width:230px;
	position: relative;
	font-size:1.6em;
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #705344;
	padding: 35px 0px 5px 0px;
	font-weight:normal;
}

#sidebar1 p, #sidebar1 li {
	margin: 5px 0px 5px 10px;
	width:210px;
	position: relative;
	padding: 0px 0px 5px 0px;
}

p.colorText {
	color: #693e28;
}

#sidebar1 ul {
	font-size:1.1em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;
}

#sidebar1 h4 {
	margin: 10px 0px 0px 10px;
	width:210px;
	position: relative;
	padding: 0px 0px 0px 0px;
	font-size:1.2em;
	font-weight:bold;
	color: #693e28;
}

#sidebar1 img {  
	margin: 0px 0px 10px 0px;
}

#sidebarText {
	background: #ebe6e3;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 1.2em 0px;
	margin: 0px 0px 10px 0px;
}

/* Register buttons in the side bar area */
#sidebar1 #registerBtn {
	background:url(images/registerBtn1.jpg) no-repeat 0 0; 
	height: 36px;
	width: 146px;
	text-align:center;
	margin: 0px 0px 20px 40px;
	text-align: center;
	position: relative;
}

#sidebar1 #registerBtn:hover {
	background:url(images/registerBtn2.jpg) no-repeat 0 0; 
	height: 36px;
	width: 146px;
}

li.Date {
	border-bottom: 2px solid #392e2c;
	position: relative;
	font-size:1.4em;
	line-height: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	color: #392e2c;	
	padding:5px 0px 0px 0px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

/* columns  
----------------------------------------------------------------------*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* footer  
----------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #999;
	position: relative;
	margin: 15px auto 60px auto;
	text-align: center;
	padding: 20px 0px;
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #868686;
	clear: both;
	letter-spacing:.15em;
	width: 100%;
	min-width:780px;
	max-width:830px;
}

.contactInfo {
	color: #392e2c;
}

#footer .contactInfo a, #footer .contactInfo a:link, #footer .contactInfo a:visited {
	color: #09F;
	text-decoration:underline;
}

#footer .contactInfo a:hover, #footer .contactInfo a:focus {
	color: #090;
}

.company {
	font-weight: bold;
}

#footer a, #footer a:link, #footer a:visited {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #868686;
	text-decoration:none;
}

#footer a:hover, #footer a:focus {
	font: 10px/18px Arial, Helvetica, sans-serif;
	color: #392e2c;
}