/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
A:link {text-decoration: none; color:#919191}
A:visited {text-decoration: none; color:#919191}
A:active {text-decoration: none; color:#919191}
A:hover {text-decoration: underline; color: #e8bd71;}
a {color:#919191}



html {
background: #e8ae48;
background-image: url("../img/home/grid_pattern.png"),  -webkit-radial-gradient(center,#ffffff,#e8ae48);
background-image:  url("../img/home/grid_pattern.png"), -moz-radial-gradient(circle,#ffffff,#e8ae48);
background-image:url("../img/home/grid_pattern.png"),  -o-radial-gradient(#ffffff,#e8ae48);
background-image: url("../img/home/grid_pattern.png"), -ms-radial-gradient(#ffffff,#e8ae48);
background:url("../img/home/grid_pattern.png"), radial-gradient(#ffffff,#e8ae48);
background-repeat: repeat repeat;
height: 100%;
}

body    {font-family: Arial, Helvetica, sans-serif;}
#outer-container { width: 960px; margin: 0 auto;}
#nav-container { margin: 50px 80px 0px 80px;  color: #919191; border-top: 100px;}
#login { position: relative;}
#logo {float:left; margin-top: 50px}
.nav { float:right; list-style: none; margin-top: 35px;}
.nav li { display: inline-block; margin: 28px; font-size: 14px; font-weight: bold;}
.top {background-color: white;}
#hero-unit     {width: 100%; text-align: center;}
#hero-content {margin: 38px auto 0px auto; text-align: center}
#hero-content p {margin-top: 20px; color: #1e374c; font-size: 18px;}
#btn-learn-more-bg {margin-top: 40px ;background-image:url('img/home/learn_more_shadow.png');}
#btn-learn-more {position: relative; bottom: 40px; right: -650px; color: #1e374c; font-size: 20px;}
.row    {width: 100%; display: block; margin: 0 20px;}
#bottom-container {background: #1e374c; color: white;}
.span4 h2 {color:#e8bd71; font-size: 18px; font-weight: bold;text-align: center; margin: 40px 0px 20px 0px;}
.span4  {width: 280px; float: left; padding: 0px 20px; font-size: 12px; line-height: 20px;}
.span4 li {list-style:disc;}
.span4 p .btn {float: right; margin: 30px 30px 0 0;}
#wrapper        {background: #1e374c;}
.clear {clear: both; display: none;}
footer ul {display: inline;}
footer ul li {display: inline-block;}
#social_links {margin: 20px; display: inline;}
#social_links li {margin-left: 20px}
#copyright{display: inline; margin-left: 280px; line-height:50px; font-size: 11px; font-weight: bold;}
#foot_links {text-transform: uppercase; font-size: 9px; color:#e8bd71 !important; margin-left: 240px; }
#foot_links a {color:#e8bd71; }
#foot-spacer {height: 100px}




















