/* GLOBAL SETTINGS
   ============================= */

/* BODY SETTINGS
   ============================= */

* {
	margin: 0;
	padding: 0
}
html, body {
	background-color: #fff;
	text-align: center;			
}
body {
	color: #000;
	font: 1em 'Raleway', sans-serif;
}

/* LINK SETTINGS
   ============================= */

a {
	text-decoration: none;	
	color: #333;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}

/* TYPOGRAPHY SETTINGS
   ============================= */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight:normal;		
	letter-spacing: -1px;
	line-height: 1.2em;
	margin:0px 0px 0px 0px;	
	padding: 10px 0 10px 0;	
	text-transform :uppercase;	
	text-align: center;
	background:#85A0A5;	
}
h1 {
	background:none;	
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: .8em;
}
h1 span, 
h2 span, 
h3 span, 
h4 span, 
h5 span{
/*
	background:#4C6468;
	border: 1px solid #4C6468;	
*/
	color:#fff;
	padding:10px 15px 10px 15px;	
			
}
p {
	font-size: 1em;
	line-height:1.6em;
	padding:0px 20px 0px 20px;	
}

/*
small {
	line-height: .2em;
}
large{
	
}
*/

b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
hr {
	margin: 50px auto 40px auto;
	width: 80%;
	color: #85A0A5;
	display:none;
}

/* LIST SETTINGS
   ============================= */

o, ul, dl {
	font-size: 1.3em;
	margin: 10px 20px 10px 20px;
	padding: 0px 0px 0px 0px;	
	list-style-type:disc;
}
li, dt, dd {
	line-height: 1.6em;
	list-style-type:circle;
	font-size: .7em;	
}

/* LISTS - END */

/* GENERAL - START */

img {border:none} 

.align-left {
	text-align:left;
} 
/* DEFAULT WIDTH 960px
   ============================= */

/* CONTAINER SETTINGS 
   ============================= */

.fw-container {
	width: 100%;
}

.container{
	margin:0 auto;
	width: 960px;
	border:1px solid transparent;
}


/* HEADER SETTINGS 
   ============================= */

#logo {
	margin-top:21px;
}


/* CONTENT SETTINGS 
   ============================= */
.content {
}

.content h2, .content h3, .content h4, .content h5 {
	margin:40px 20px 20px 20px;
}

#header-container{
	padding: 40px 0px 20px 0px;
}
