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;
font-size: 100.01%;
font-family: Trebuchet, Verdana, Helvetica, sans-serif;
color: #757575;
text-align: center;
}
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;
}

.floatleft {float: left;}
.floatright {float: right;}
.clear {clear: both;}
.center {text-align: center;}
.small {font-size: 85%;}
.class {
opacity: 0.7;
filter:alpha(opacity=70);
-ms-filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity:0.7;
}
hr{
	border: none;
	padding: 0;
	margin: 0;
}

/* Stacy Markup Begins */
#container {
	background: url(../images/shadowbg.gif) repeat-y left top;
	margin: 0 auto;
	text-align: left;
	width: 985px;
	}
/* Typography */
p {
	font-size: 70%;
	}

ol {
	
}

li {
	
}

h1{
	
}

h2{
	
}

h3{
	
}

h4 {
	
}

h5 {
	
}
h6 {
	
}

a {
	color: #647a92;
	text-decoration: none;
}

a:visited {
	color: #647a92;
	text-decoration: none;
}

a:hover {
	color: a58737;
	text-decoration: none;
}
.highlight{
	color: #1f3d55;
}
/* end typography */


#header {
	width: 970px;
}
#branding{
	width: 970px;
}

.feature_side p{
	padding: 6px 0 0 0;
	line-height: 160%;
}

.feature_buttons{
	margin:0 ;
	}

#footer {
	background: url(../images/footer_bg.gif) repeat-x left top;
	height: 59px;
	width: 100%;
}
.social{
	font-size:9px;
	padding: 5px 14px 0 0 ;
	margin: 15px 0 0 0;
	text-align: right;
}
.legal{
	font-size:9px;
	padding: 5px 14px 0 0 ;
	margin: 15px 0 0 0;
	text-align: left;
}
.social img{
	padding: 0 3px 0 3px;
	vertical-align: -50%;
}