/* =====================================================================	
	screen.css
========================================================================
   	Author: James Dacosta
   	Date:	09/07/08
------------------------------------------------------------------------
	Comments
------------------------------------------------------------------------
   	
     	
========================================================================*/

/* =reset css from http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* =typography
------------------------------------------------------------------------*/

body{font-size:small; font-family:Georgia,'Times New Roman', serif; line-height:1.4em; color:#959595;}
h1{color:#93af2a; font-size:130%; margin:0 0 20px 0;}
p{margin-bottom:20px;}
a{color:#93af2a; text-decoration:none;}
a.dull_links{color:#959595;}
a:hover{text-decoration:underline;}
address{font-size:120%; font-style:normal; line-height:1.4;}


/* =layout
------------------------------------------------------------------------*/


#wrapper{width:850px; margin:40px auto;  padding-bottom:19px; background:#93af2a;}
#wrapper_inner{padding:30px;  border:1px solid #c5c3c3;  overflow:hidden; display:inline-block; background:#fff;}
#header{ position:relative; width:100%;}
#content{padding-left:250px; margin-top:-10px; margin-bottom:20px; float:left;}
#footer{ float:left; width:100%;}
#logos{ float:left; width:100%;}
#logos li {float:left; width:175px; margin-left:25px; }
#logos li.first{margin-left:0;}


/* =nav
------------------------------------------------------------------------*/

#header ul#nav {position:absolute; top:0px; right:0px; text-align:right; }
#header ul#nav a{color:#959595; background:url(/emg/img/green_arrow.jpg) center right no-repeat; padding:0 20px 0 0; text-decoration:none; line-height:1.8em; font-weight:bold;}

