@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);

body {
	font-family: 'Raleway', sans-serif;
	background-color: #fff;
	background:url(../images/bg.png) top left repeat-y; 
	margin: 0;
	padding: 0;
	color: #000;
	
}
 
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 3px 0 5px;
	 color: #004388;
	 line-height:120%
}

h1 { font-size: 40px}

h3 { font-size:22px; margin-top:15px}

p { line-height:160%; font-size:15px}

a img { 
	border: none;
}
 
a:link {
	color: #004388;
	text-decoration: underline;  
}
a:visited {
	color: #004388;
	text-decoration: underline;
}
a:hover, a:active, a:focus {  
	text-decoration: none;
}

.logo { width:960px; height:150px; display:block; margin-bottom:45px; margin-top:20px;}

.logo a { width:960px; height:150px; display:block; background:url(../images/logo.png) top left no-repeat;} 
 
 
 
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; 
	overflow: hidden; 
}

 
.sidebar1 {
	float: right;
	width: 310px;
	
	padding-left: 15px;
}

.content {

	padding: 0 27px 0 0;
	width: 605px;
	float: right;
	border-right: 3px dashed #004388; 
}

.footer { margin:150px auto 10px; display:block; width:960px; }

.footer p { font-size:12px}


@media (max-width: 1200px) {
	
	body {
	
	background-image:none !important; 
	 
	
}