@charset "utf-8";
/* EMSAAC Registration Form Style Sheet */

*{
	margin:0px;
	padding:0px;
}

html {
	/*font-size:100%; /*IE hack*/
	height:100%;
	background-color:#4081c3;
/*	background-color:#e5edf7; */
}

body,p,td,h1,h2,h3,h4,h5,ul,ol,dd,li,a {
	font-family: "Myriad Web", Helvetica, Arial, Calibri, "Trebuchet MS", Verdana;
}

body {
	margin:0 auto;
	background: url(images/emsaacBG.jpg) repeat-y center top;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	padding: 0px;
	border:0;
	width:1000px;
}

p,ul,ol	{
	font-size:.9em;
}

td {
	padding:5px;
}


/* Header Styles */

#header {
	width:999px;
	margin: 0px 0px 0px 2px;
	text-align:center;
	background: url(images/headerBG.jpg) no-repeat;
}

#headertext {
	padding-right:350px;
}

#headertext h1 {
	padding-top:20px;
	color: #28438e;
	font-size: 1.6em;
	text-transform:uppercase;
}

#headertext h2 {
	padding: 20px;
	color: #4081c3;
}


#headertext h3 { 
	color: #28438e;
	font-size: 1.3em;
}

#headertext h4 { 
	color: #28438e;
	font-size: 1.3em;
}

#headertext h5 {
	margin-top:10px;
	color: #28438e;
	font-size: 1.1em;
	font-weight: normal;
}

#logo {
	float:right;
	margin-top: 20px;
	background: url(images/emsaac-logo.gif) no-repeat;
	height: 125px;
	width: 320px;
	margin-right:30px;
}

#getconnected {
	position:absolute;
	margin-left:350px;
	margin-top: 165px;
	background: url(images/get-connected.gif) no-repeat;
	height: 167px;
	width: 285px;
	margin-right:30px;
	left: 240px;
	top: -5px;
}


/* End Header Styles */


/* Content Styles */

#ContentContainer {
	width: 1000px;
}

#ContentContainer a {
	color:#28438e;
	text-decoration:none;
}

#ContentContainer a:hover {
	text-decoration:underline;
}

#Updates {
	background:#4081c3;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:15px;
	margin: 20px 20px 5px;
}

#Updates h2 {
	padding-top:10px;
	padding-bottom:10px;
	/*	color:#BACFE9;*/
	color:#FCE383;
	font: bold 17px Helvetica, "Myriad Web", Arial, Calibri, "Trebuchet MS", Verdana;
}


#Updates p {
	background:#DDE8F4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:5px;
}
	

#Content {
	margin-left:20px;
	width:680px;
	background: url(images/regformBG.jpg) repeat-x;
	border: 1px solid #aebacd;
}

#Content h2 {
	/* color: #28438e;  */
	color:#679BCF;
	padding-left:20px;
	padding-top:5px;
	font-size:1.3em;
	text-transform:uppercase;
}

#Content h2.switch {
	color:#FCE383;
	text-transform:none;
}

#Content ol {
	margin-left:52px;
	margin-top:20px;
}

#Content ol li {
	margin-top:20px;
}
	
#Content p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top:12px;
}

#Content p.indent {
	margin-left:35px;
}


#Content p.larger {
	font-size:1.1em;
}



/* Form Styles */

#regform {
	padding: 5px 20px 20px;
}
	
.tablesmalltext {
	font-size: .80em;
	margin-left:2px;
}

.rule {
	border-top:1px dotted #ccc;
	padding: 5px 0px 0px;
}
	
	

/* Right Column Styles */

#RightCol {
	float:right;
	margin-top: 15px;
	margin-right:20px;
	width: 250px;
	background: url(images/sidebarBG.jpg) repeat-x;
	border:1px solid #7ca4d5;
}

#RightCol h2 {
	background:url(images/sidebarHDBG.jpg);
	padding: 1px 8px;
	font-size: 1.1em;
	margin-bottom:18px;
}

#RightCol p {
	padding-left:12px;
	padding-right:12px;
	padding-bottom:6px;
	font-size:1em;
}

#RightCol p a {
	color: #28438e;
	text-decoration:none;
}

#RightCol p a:hover {
	color: #d1282e;
	text-decoration:underline;
}



#clearit {
	clear: both;
}

/* Start Class Styles */

.imageleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 5px;
}

.imageright {
	float:right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.smalltext {
	font-size: .80em;
	line-height: normal;
}


.red {
	color: #d1282e;
}

.blue {
	color: #4081c3;
}


.redsmalltext {
	color: #d1282e;
	font-size: 0.8em;
	padding-left:15px;
}

.tabletext {
	font-size: .9em;
}

.shading {
	background:#dae2f0;
}

.tabletextlarge {
	font-size: 1.1em;
}

.special {
	font-style:italic;
	padding-left:50px;
}

.marginpad {
		margin-left:20px;
}
.cellpad {
	padding-right:10px;
}
