
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/* end Eric Meyer reset.css */



body {
	color: #333;
	/* background: #dedede url(../images/page-back.png) repeat-x 0 top; -  OLD GRADIENT VERSION */
	background: #ffffff;
	font: .75em/130% Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
a, a:visited {
	color: #004B87;
}
sup {
	vertical-align: super;
	font-size: .8em;
	line-height: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a:hover,
a:active {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}
h1 {
	color: #666;
	font: normal 2em Georgia,"Times New Roman",Times,serif;
	margin:10px 0;
}

h2 {
	color: #999;
	font: normal 1.70em/155% Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

h3 {
	color: #004B87;
	font: normal 1.25em/160% Arial, Helvetica, Geneva, sans-serif;
	
	
}


#container {
	width: 590px;
	margin: 14px auto 0;
	font-size: 1em;
	overflow: hidden;
}

#header {
  height:91px;
}

#header h1 {
  display: none;
}


ul.top-nav{
	float: right;
	margin-right:15px;
}
ul.top-nav li {
	display: inline;
	padding-right:5px;
	color: #333;
}

.top-nav a:link, .top-nav a:visited {
	color: #333;
	text-decoration: none;
}


a.logout, a:visited.logout  {
	padding-left: 7px;
	border-left: #ccc solid 1px;
		color: #333;
	text-decoration: none;	
}

a:hover.logout {
	text-decoration: underline;
}
#header h1 {
	text-indent: -1200px;
}
#main-content {
	background-color: #fff;
	padding:0px 10px 10px 10px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
#main-content.thankyou {
	padding: 0 40px 40px 20px;
}
.reg {
	/*background-color: #f3f3f3;*/
	padding: 0 5px 5px;
	margin-bottom: 10px;
	border: 1px solid #d1d1d2;
	/*width: 100%;*/
	
}
/*fieldset.reg table {
width: 100%;
}*/
fieldset.reg td {
	padding:5px;
	/*text-align: right;*/
}
fieldset tr.odd td {
	background-color: #ccf1fa;
}

p.emerg {
	margin: 12px 5px 15px;
}

.note {
	font-size: 80%;
	}
	
.util-bar {
	margin-bottom: 10px;
}

/*Automatic Icons*/
a[href$='.doc'], a[href$='.rtf'] {
	padding: 2px 20px 52px 0;
	background: transparent url(../images/page_white_word.png) no-repeat center right;
}

a[href$='.xls'], a[href$='.xlsx'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_excel.png) no-repeat center right;
}

a[href$='.ppt'], a[href$='.pptx'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_powerpoint.png) no-repeat center right;
}

a[href$='.pdf'] {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/page_white_acrobat.png) no-repeat center right;
}

a[href$='.avi'], a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4']    {
	padding: 2px 20px 2px 0;
	background: transparent url(../images/film.png) no-repeat center right;
}
a[href$='.zip']{
	padding: 2px 20px 2px 0;
	background: transparent url(../images/film.png) no-repeat center right;
}
/*End Automatic Icons*/



#utility {
	height: 16px;
	position: absolute;
	top: 140px;
	right: 50%;
	margin-right: -240px;
}

#utility li {
	display: inline;
	
}

#utility li a {
	color: #3e3d3d;
	text-decoration: none;
	background: url(../images/pipe.gif) no-repeat right center;
	padding-right: 10px;
}
#utility li a:hover {
	color: #005195;
	text-decoration: underline;
}

#utility li a.print {
background:none;	
}

/*Footer Styles*/

#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
	width: 550px;
	margin: 0 auto 40px;
}



#footer a, #footer li a {
	color: #333;
	text-decoration: none;
}

#footer ul {
	margin: 15px auto;
}

#footer li {
	display: inline;
	padding: 1px 10px;
	border-right: 1px solid #999;
	font-size: 1em;
}

#footer li.last {
	border-right: none;
}

/* custom stuyles for event registration */
.error {
	color:#F00;	
}
label.error {
	padding-left: 1em;
}