/*
CSS 2.0
-------------------------------------------------
TOC

=General
=Layout

-------------------------------------------------
Style Guide Colors:

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


/* =General
-----------------------------------------------------------------------------*/

/* Class for clearing floats */
.clear { clear:both; }

/*remove dotted outline form links in firefox*/
a:active { outline: none; }
:focus { -moz-outline-style: none; }

body {
	margin:0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background:#FFFFFF;
}
a:link, a:visited {
 color:#ff2e1d;
 }
a:hover, a:active {
 color:#999999;
 text-decoration:none;
}
/* =Layout
-----------------------------------------------------------------------------*/
#mainWrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background:FFFFFF;
}
#leftColumn { 
	float:left;
	width:510px;
	margin-right:15px;
	}
#contactInfo {
	font-size:25px;
	font-weight:bold;
	line-height:50px;
	margin-left:50px;
}
#rightColumn {
	float:left;
	width: 422px;
	padding:70px 15px 70px 15px;
	font-weight:bold;
	border: 1px #CCCCCC solid;
	}
#listColumn	{
	float:left;
	width: 422px;
	padding: 40px, 10px, 10px, 30px;
	font-weight: bold;
	border: 1px #CCCCCC solid;
	}
#nav {
padding-top:20px;
text-align:center;
}
#nav li {
	list-style-type:none;
	display:inline-block;
	padding:0 15px;
}
#nav a {
	font-size:16px;
	font-weight:bold;
}
#footer {
	margin-top:20px;
}

/* =Typography
------------------------------------------------------------------------*/
.license {
	float:left;
	width:510px;}
.credit {
	font-size:11px;
	color:#999999;
	text-align:right;
	float:right;
}
.credit a:link, .credit a:visited {
   color:#999999;
}
.credit a:hover, .credit a:active {
   color:#000000;
   text-decoration:none;
}
.tagLine {
	text-align:center;
	margin-bottom:10px;
}