@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------- SMALL RESET */
*{ margin:0; padding:0; }

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p{
	margin:0;
	padding:0;
	}
	
 strong {
	 font-weight:700;
 }

a, a:hover{
	outline:none;
	text-decoration:none;
	}

img{ border:none; }

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* -------------------------------------------------------------------------------------- HACKS */

.clear{
	clear:both;
	}

/* -------------------------------------------------------------------------------------- STRUCTURE */

body {
	background:url(../images/structure/bg.gif) repeat;
	font-family: 'Gudea', sans-serif;
	font-weight:400;
}

#white-container {
	width:1200px;
	margin:auto;
	background:#FFF;
	padding-bottom:68px;
}

#main-container {
	width:960px;
	margin:auto;
}

#header-img {
	margin-bottom:16px;
}

#copy-container {
	width:960px;
	font-size:16px;
	line-height:20px;
	color:#75756e;
}

#copy-container p {
	margin-bottom:20px;
}

#copy-container a {
	color:#333;
	text-decoration:underline;
}

#copy-container a:hover {
	color:#333;
	text-decoration:none;
}

#copy-container ul {
	margin-left:20px;
	margin-bottom:20px;
}

#copy-container li {
	padding:5px 0 5px 0;
}





/* -------------------------------------------------------------------------------------- HEADER */

#header-container {
	background:#FFF;
	height:182px;
	width:100%
}

#header {
	margin:auto;
	width:960px;
}

#logo {
	float:left;
	width:112px;
	margin:20px 0 0 0;
}

#header-right {
	float:right;
	width:600px;
	margin:38px 0 0 0;
	text-align:right;
}

#phone {
	font-size:14px;
	color:#58585a;
	line-height:30px;
}



/*------------------------------------------------------------------Nav*/

#nav-container {
	width:600px;
	font-size:20px;
	color:#1b83c0;
	margin:35px 0 0 0;
}

#nav-container a {
	color:#1b83c0;
	text-decoration:none;
}

#nav-container a:hover {
	color:#58585a;
	text-decoration:none;
}



/*------------------------------------------------------------------FOOTER*/


#footer-container {
	margin:40px auto 40px auto;
	width:960px;
	font-size:13px;
	line-height:18px;
	color:#6e6e6e;
}

#footer-container a {
	color:#6e6e6e;
	text-decoration:none;
}

#footer-container a:hover {
	color:#333;
	text-decoration:none;
}

#footer-left {
	width:400px;
	float:left;
}

#footer-right {
	width:100px;
	text-align:right;
	float:right;
}
	
	
