/* CSS Document */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	
	font-family: 'Oswald', Tahoma, Geneva, sans-serif;
	background-color: #fff;
}

body.orange .header{
	background-color: #006c3f;
}

body.beige .header{
	background-color: #d2ac67;
}

body.blue .header{
	background-color: #0e76bc;
}

.wrapper{
	/*background-image : url(../images/page.gif);
	background-position: center top;
	background-repeat: no-repeat;*/
	margin: 0 auto 0;
	width: 100%;
}
	
.header{ 
	/*height:340px; 
	margin-top: 50px;*/
	text-align: center;
	padding: 45px 0;	
}


.content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.clear {
	clear: both;
	height: 15px;
}

.clearSmall {
	clear:both;
	height: 50px;
}

.clearBig {
	clear: both;
	height: 150px;
}

h2 {
	font-weight: 700;
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;	
}

h3 {
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;	
}

.titleWrap {
	position: relative;
    text-align: center;
}

.line-before {
	background-color: #fff;
    bottom: 15px;
    height: 1px;
    left: 252px;
    position: absolute;
    width: 150px;
}

.line-after {
    background-color: #fff;
    bottom: 15px;
    height: 1px;
    position: absolute;
    right: 252px;
    width: 150px;
}

.titleWrap h3 {
	display: inline-block;	
}

.footer h3{
	font-size: 30px;
	color: #000;
	text-transform: none;
}

.footer .line-before {
	background-color: #c2c2c2;
	width: 320px;
	left: 0;
	bottom: 20px;
}

.footer .line-after {
	background-color: #c2c2c2;
	width: 320px;
	right: 0;
	bottom: 20px;
}

.logo {
	padding: 20px 0;
}

.social {
	display: inline-block;
	
}

.social li {
	float: left;
	margin-left: 10px;	
	list-style: none;
	float: left;
	line-height: 87px;
}

.social li.alpha{
	margin-left: 0;	
}

.arrow {
	padding: 0 10px;
}

.social li img {
	vertical-align: middle;
}

.footer {
	background-color: #ecebeb;
	padding-top: 20px;
}

ul.logos {
	display: inline-block;
	padding-top: 20px;
}

.logos li {
	list-style: none;
	float: left;
	margin-left: 20px;
}

.logos li.alpha {
	margin-left: 0;
}

.copyRight {
	font-family:  Tahoma, Geneva, sans-serif;
	font-weight: 300;
	font-size: 10px;	
	color: #666;
	padding: 5px ;
}

.copyRight a {
	color: #999;
	text-decoration: none;
}

.copyRight a:hover {
	color: #333;	
}

a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}