

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

a
{
	outline: none;
}

img, a img, :link img, :visited img
{
	border: 0;
}





/* end reset */

body
{
	font-family: Verdana;
}

#container
{
	width: 900px;
	margin: 0 auto;
	background: url(images/shadow.png) repeat-y;
	padding: 0 6px;
}

#header
{
	padding-top: 20px;
	height: 89px;
	background: #00a2d8 url(images/headerbeads.jpg) no-repeat right top;
	margin-bottom: 1px;
}

#menu
{
	background: #00a2d8;
	height: 30px;
	margin: 0 !important;
}

#menu > li
{
	float: left;
}

#menu img
{
	height: 30px;
}

#menu li ul
{
	list-style-type: none;
	position: absolute;
	height: 65px;
	background-color: #fff;
	width: 150px;
	margin: 0 0 0 15px;
	padding: 10px;
	font-size: 1em;
	border: solid 2px #00a2d8;
	border-top: none;
	display: none;
}

#menu li ul li
{
	margin-bottom: 5px;
}

#menu li ul a
{
	color: #c62473;
	font-weight: bold;
}

#content-container
{
	width: 900px;
	background: url(images/content_bg.png) repeat-y;
	float: left;
}

#content
{
	padding: 15px 35px 0 15px;
	width: 650px;
	float: left;
}

#content a
{
	color: #fd007c;
	text-decoration: none;
	border-bottom: dotted 1px #ccc;
}

#content a:hover
{
	border-bottom: dotted 1px #fff;
}

#content a.no-line
{
	border-bottom: none 0px #fff !important;
}

#sidebar
{
	float: left;
	width: 200px;
}

#sidebar img
{
	width: 164px;
	height: 155px;
	display: block;
	margin: 20px auto;
}

#content-footer
{
	clear: both;
	border-top: solid 2px #00a2d8;
	font-size: .85em;
	padding-top: 10px;
}
#content-footer a
{
	float: right;
}

#footer
{
	clear: left;
	height: 175px;
	background: #00a2d8 url(images/footerbeads.jpg) no-repeat left top;
	color: #fff;
	font-size: .7em;
	padding: 10px 20px;
}

#footer a
{
	color: #fff;
}

h1, h2, h3, h4, h5
{
	font-weight: bold;
}

h1
{
	color: #a9d604;
	font-size: 1.5em;
	margin: 0 0 .3em 0;
}

h3
{
	color: #00a2d8;
	font-size: 1.15em;
	margin: .5em 0;
}
h4
{
	color: #00a2d8;
	font-size: .95em;
	margin: .5em 0;
}
h5
{
	font-size: .8em;
}
p, ol, ul
{
	letter-spacing: .03em;
	line-height: 1.3em;
	font-size: .75em;
	margin: .1em 0 1.5em 0;
}

ol
{
	margin-left: 30px;
}

ol li
{
	margin-bottom: 1em;
}

ul
{
	margin-left: 20px;
}

strong
{
	color: #000 !important;
}

#steps span.c
{
	line-height: 35px;
}

#steps li
{
	clear: left;
	border-bottom: dotted 1px #000;
	padding: 4px 0;
	height: 35px;
	margin-bottom: 0 !important;
}

#steps li:first-child
{
	border-top: dotted 1px #000;
}
#steps, #menu
{
	list-style-type: none;
	margin-left: 0;
}

#steps li label
{
	margin-right: 10px;
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	line-height: 35px;
}

#steps li img
{
	position: relative;
	vertical-align: middle;
	top: -1px;
}

.yellow
{
	background-color: #ffe300;
}
.orange
{
	background-color: #ff7200;
}
.red
{
	background-color: #ff3d18;
}
.pink
{
	background-color: #fd007c;
}
.purple
{
	background-color: #aa1c8a;
}

p.prelude
{
	color: #00a2d8;
	font-weight: bold;
	font-size: .85em;
}

p img
{
	float: left;
	margin: 5px 15px 0 0;
}

a.backtotop
{
	float: right;
}

.form p
{
	font-size: 1em !important;
}
.form
{
	font-size: .75em;
	border-collapse: collapse;
}

.form th
{
	font-weight: normal;
}

.form em
{
	color: #fd007c;
	padding-left: 5px;
	font-size: .75em;
}

.form .chklist label
{
	float: none !important;
}

.form .chklist input
{
	position: relative;
	width: inherit !important;
	margin-right: 10px;
	padding: 0 !important;
	top: 2px;
}

.form input
{
	padding: 4px;
	width: 150px;
}

.form select
{
	padding: 4px;
}

.form td, .form th
{
	padding: 3px; /*border:solid 1px #000;*/
}

.form label
{
	float: left;
	line-height: 28px;
}

.form input.btn
{
	text-align: center;
}

input.submit
{
	border: none;
	background: #fd007c url(images/submit.png) no-repeat;
	cursor: pointer;
	width: 125px !important;
	height: 30px;
}
input.submit:hover
{
	background: #fd007c url(images/submit_hover.png) no-repeat;
}

.val
{
	color: #fd007c !important;
	padding-left: 10px;
}

#regions, #venues, #venues ul
{
	list-style: none;
	margin: 0;
}

#regions
{
	float: left;
	border-bottom: dotted 1px #000;
	padding-bottom:1.5em;
	width:100%;
}

#regions li
{
	width: 150px;
	float: left;
}

#venues
{
	float: left;
	clear: left;
	margin-top: 20px;
}

#venues ul

{
	margin: .25em 0 1.5em 0;
}

#venues li
{
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.1em;
	
}

#venues > li > strong
{
	color:#00a2d8 !important;
}

#venues li ul li
{
	font-weight:normal;
	text-transform:none;
	font-size:1.2em;
	line-height:1.75em;
	margin-bottom:1em;
}
/*
html,body{
      margin:0;
      height:100%;
      font-family:Tahoma, Arial;
}
.master 
{
	margin-left:auto;
	margin-right:auto;
	width:600px;
}
/*positioning

html {height: 100%;}
body {height: 100%;margin: 0;font-size:13px;}
#container {position: relative;min-height: 100%;}
* html #container {height: 100%;}
#header {height: 0px;}
#footer {height:30px;position: relative;margin-top:-30px;}
#main{min-height: 100%;}
* html #main{height: 100%;}
#content {padding-bottom: 30px;}

/*positioning end
img
{
	border:0;
}
.center
{
    text-align:center;
}
.center table
{
    margin: 0 auto;
}
.clearBoth
{
	clear:both;
}
.content A:link {text-decoration:underline; color:#00afdb;}
.content A:visited {text-decoration:underline; color:#00afdb;}
.content A:active {text-decoration:underline; color:#00afdb;}
.content A:hover {text-decoration:underline; color:#a54499;}

.content
{
	width:390px;
	float:left;
	padding-top:30px;
}
.sideMenu
{
	width:190px;
	float:right;
	padding-top:20px;
	text-align:right;
}
.sideMenu h4
{
	margin-bottom:10px;
	font-size:11pt;
}
.head
{
	height:252px;
	background-image:url("images/bg_grad.gif");
    background-repeat:repeat-x;
    background-position:bottom;
}
.headCon
{
	background-image:url("images/head_image.gif");
	background-repeat:no-repeat;
	height:252px;
}
.logos
{
	height:76px;
	padding-top:30px;
}
.logoCon
{
	width:261px;
	float:right;
}
hr
{
	color:#ccc;
}
.footer
{
	background-image:url("images/foot_image.gif");
	background-repeat:no-repeat;
	height:120px;
}
.footTxt
{
	width:400px;
	float:right;
}
.footTxt p
{
	margin:0px;
}
.footTxt A:link {text-decoration:underline; color:#00afdb;}
.footTxt A:visited {text-decoration:underline; color:#00afdb;}
.footTxt A:active {text-decoration:underline; color:#00afdb;}
.footTxt A:hover {text-decoration:underline; color:#a54499;}
p
{
	font-size:10pt;
	color:#333;
	line-height:14pt;
}
h1, h2, h3, h4, h5
{
	color:#00afdb;
	margin-top:0px;
}
h5
{
	font-style:italic;
}
.eaButton
{
	width:130px;
	float:right;
	padding-bottom:10px;
}
.eaNav
{
	width:165px;
	text-align:right;
}
.nav
{
	height:146px;
}
.navCon
{
	width:165px;
	float:right;
}
.centerButton
{
	width:195px;
	text-align:center;
	float:left;
}

*/

div#pleaseWait
{
	background-image: url(images/pleasewait_arrows.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: none;
	padding-left: 20px;
	font-weight: bold;
	color: #00a2d8;
	margin-left:350px;
	margin-bottom:30px;
}
