body {
	font-family:"trebchet ms", arial;
	font-size:90%;
	color:#000;
	padding:0;
	margin:0;
	background-image:url(../images/bkgd_body.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	text-align: center;
}

h1 {
	color:#e55300;
	font-size:22px;
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
	padding-bottom:2px;
	font-weight:normal;
}

h2 {
	color:#666666;
	font-size:18px;
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
	padding-bottom:5px;
	font-weight:normal;
}

.subtitle {
	color:#e55300;
	font-size:20px;
	margin-top:0;
	padding-top:0;
	margin-bottom:5px;
	padding-bottom:2px;
	font-weight:normal;
}
#container {
	width:774px;
	margin:auto;
	text-align:left;
	background-color:#fff;
}

#topnav {
	width:774px;
	height:25px;
	text-align:right;
	font-size:75%;
	padding-top:10px;
}

#content {
	width:536px;
	float:right;
	padding:0 5px 0 5px;
}

#content a:link, a:visited {
	color:blue;
	text-decoration:underline;
}

#content a:hover {
	color: #990000;
	text-decoration:none;
}

#logo {
	float:left;
}

#navigation {
	width:215px;
	clear:left;
}

#footer {
	background-image:url(../images/bkgd_footer.jpg);
	background-repeat:no-repeat;
	height:128px;
	width:774px;
	clear:both;
}

#footerNav {
	margin-top: -80px;
	margin-left:115px;
	margin-left:230px !important;
	width:320px;
	font-size:12px;
/*	float:left;
*/	
}

#footerContact {
	float:right;
	width: 200px;
	padding-top:20px;
	font-size:12px;
	line-height:14px;
}

#footerNav a, a:visited {
	color:#000;
}

#footerNav a:hover {
	color:#fff;
}

.smallText {
	font-size:11px;
}

.fiveEs {
	font-size:12px;
	font-variant:small-caps;
	color:#FFFFFF;
}

.searchBox {
	float:right;
	margin-top:10px;
}

.question {
	padding:1px 4px 1px 4px;
	border:1px solid #000;
	background-color:#f47b20;
	color:#FFF;
}

.answer {
	padding:1px 4px 1px 4px;
	border:1px solid #000;
	background-color:#00a94f;
	color:#FFF;
}

.podcasts {
	border:1px solid #E95300;
}

.podcastsHeader {
	font-weight:bold;
	color:#fff;
	background-color:#E95300;
	padding:4px;
}

.pastfeaturestories {
	float:right;
	width:180px;
	border:1px dashed #00a94f;
	padding:5px;
}

.pastfeaturestories li {
	font-size:11px;
}

.infraGuidlines {
	width:500px;
	float:left;
}

.infraGuidlines li {
	font-size:11px;
	background:url(../images/bullet.gif) no-repeat;
	background-position: 0 .4em;
	margin-left:0;
	padding-left:18px;
}

.infraGuidlines ul {
	margin-top:2px;
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.imagemargin {
	margin:5px;
}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}


.copyright {
	float:left;
	position:absolute;
	padding: 20px 0 0 10px;
	font-size:11px;
}

.facebook {
	float:left;
	position:absolute;
	padding: 20px 0 0 325px;
}
	
	
/* css3 button */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}



.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
