/* -----------------------------------------------------------------------

	Screen CSS
	Design and Dev by New Way Design LLC
	http://www.newwaydesign.com; hooray@newwaydesign.com

------------------------------------------------------------------------- */

/* ----- Generic styles --------------------------------------------------*/
body { background-color: #fff; margin:0px; padding:0px; font: normal 72.5%/1 Helvetica, Arial, Verdana, sans-serif; color: #ffffff; line-height: 1.5em; text-align: center;}


/* ----- Generic classes -------------------------------------------------*/
.alt { position: absolute; left: -9999px; }
.clear {clear: both;margin: 0;padding: 0;}
.clear:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
hr { display:none; }



/* ----- Typography -----------------------------------------------------*/
h1 {font-size: 3em; color: #696969; line-height: 2em; padding-top: 10px;}
h2 {font-size: 2.5em; color: #696969; line-height: 2em; padding-top: 10px;}

p {font: normal 1em Helvetica, Arial, Verdana, sans-serif; color: #e6e6e6; line-height: 1.8em; margin-bottom: 10px;}

/* ----- Homepage -------------------------------------------------*/
div#container {width: 100%; text-align: center;}
h1#header {background: #fff url("images/header.gif") no-repeat 50% 10%; height: 95px; border-bottom: 1px solid #e9e9e9; }
div#logo {padding: 20px;}
div#call-to-actions ul {padding: 0; margin:0;}

/* ----- Links -----------------------------------------------------*/
	ul#call-to-actions ul li { margin: 0; padding-bottom: 25px;}

		

