/*  
Theme Name: Emsf

*/

*, html {
	margin:0;
	padding:0;
}
body {
	font: 62.5%/1 helvetica, arial, sans-serif; /* 1em = 10px */
	background: #fff url(img/body-bg.png) 0 0 repeat-x;
	color:#333;
}
/*--------------------------------------------------------------------  BASICS */

a {
	text-decoration:none;
	color:#16809a;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	line-height: 1.2;
	color: #006a97;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 0.4em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 0.4em;
	color: #7ea479;
}


p {
	font: 1.2em/1.8 helvetica, arial, sans-serif;
	padding-bottom: 0.6em;
	color:#333;
}

/*--------------------------------------------------------------------  WRAP */

.wrap {
	width: 800px;
	margin: 0 auto;
}




/*--------------------------------------------------------------------  HEADER */

#header {

}

/*--------------------------------------------------------------------  MAINNAV */

#mainnav {
	margin-bottom: 10px;
}
#mainnav ul {
	list-style:none;
	width:100%;
}

#mainnav ul li {
	display:inline;
}
#mainnav ul li a {
	height: 30px;
	font: 1.1em/30px helvetica, arial, sans-serif;
	text-transform:uppercase;
	padding: 0 20px;
	display:block;
	text-decoration:none;
	width:auto;
	float:right;
}
#mainnav ul li a:hover {
	background-color: #fff;
}
#mainnav ul li.sel a {
	background-color: #fff;
}

#flash {
	width: 800px;
	height: 220px;
	margin-bottom: 25px;
	clear:both;
	padding-top: 2px;
}






#content {
	float:right;
	width: 625px;
}
#text {
	width: 440px;
	float:left;
}
#sponsors {
	width: 160px;
	float:right;
}
#sponsors h2 {
	color: #7ea479;
	margin-bottom: 12px;
}
#sponsors img, #text img {
	padding:4px;
	border: 1px dotted #c4c4c4;
	margin-bottom:7px;
}

#text ul {
	list-style:none;
	margin: 5px 0;
}
#text li {
	background: url(img/dot.gif) 0 0.8em no-repeat;
	font: 1em/1.2 helvetica, arial, sans-serif;
	padding-left:13px;
	padding-bottom: 7px;
	text-align:left;
}
#text a {
	border-bottom: 1px dotted #333;
	
}


#subnav {
	float:left;
	width: 150px;
}
#subnav ul {
	list-style:none;
}
#subnav li a {
	font: 1.1em/1.2 helvetica, arial, sans-serif;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	display:block;
	text-decoration:none;
        border-bottom: 1px dotted #ccc;
}
#subnav li.sel a {
	background: #e4eff3 url(img/arrow.gif) right center no-repeat;
	color: #3c94aa;
}
#subnav li a:hover {
	background: #e4eff3 url(img/arrow.gif) right center no-repeat;
	color: #3c94aa;
}
/*--------------------------------------------------------------------  CONTENT */

#content {

}

/*--------------------------------------------------------------------  FOOTER */

#footer {
	background: url(img/footer-bg.gif) 0 0 repeat-x;
	clear:both;
	margin-top: 20px;
	padding-top: 15px;
	color: #333333;
	font: 1.1em/1.8 helvetica, arial, sans-serif;
	margin-bottom: 15px;
}
#footer a {
	color: #333333;
	text-decoration:none;
}
#copyright-notice {
	float:right;
	color: #808080;
	font-size:1.1em;
}

/*------------------------------------------------------ FORM */

label {
	margin-top: 0.8em;
	font: 1.1em/1.8em helvetica, arial, sans-serif;
	display:block;
	color: #1a1a1a;
}

/*--------------------------------------------------------------------  MISC */

.clearfix {
	font-size:0.00001px;
	visibility:hidden;
	height:0;
	clear:both;
}

code {
	font: 1.1em/1.2 helvetica, arial, sans-serif;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	display:block;
}
 
abbr {
	cursor:help;
}