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

/*
  
 * Filename		 		style.css
 * Website				
 * Author				InMotion Hosting - http://inmotionhosting.com 

 */

html, body {
	margin:0;
	padding:0;
}
body {
	background-color:#4372b8;
	font-family: 'Cabin', sans-serif;
}
h1 {
	font-size:32px;
	color:#6796DC;
}
h2 {
	font-size:26px;
	color:#6796DC;
}
h3 {
	font-size:24px;
	color:#3f3f41;
	letter-spacing:1px;
	text-transform:uppercase;
}
h4 {
}
h5 {
}
h6 {
}
p {
	font-size:12px;
	color:#6796dc;
	line-height:18px;
	font-weight:400;
}
ul {
	line-height:20px;
}
a:link, a:visited {
	text-decoration:none;
	outline:none;
}
a:hover, a:focus {
	text-decoration:underline;
	outline:none;
}
/* want rounded corners?  Add this class to your containers for instant gratification -- adjust the curve as needed */

.rounded-corners {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}
/* insert this class where you need to clear inline items */
.clearall {
	clear:both;
}
/* float images left or right - adjust margins as needed */
.left-img {
	float:left;
	margin:0 10px 0 0;
}
.right-img {
	float:right;
	margin:0 0 0 10px;
}
/*** LAYOUT STYLES ***/

#container, #header, #nav, #leaderboard, #content, #footer {
	margin:0 auto;
	width:940px;
}
/* CONTAINER */
#container {
	margin-top:20px;
	margin-bottom:20px;
}
/* HEADER */
#header {
	height:168px;
	background-color:#fff;
}
#logo {
	margin:30px 0 0 25px;
	float:left;
}
#contact-info {
	margin:38px 25px 0 0;
	float:right;
}
#contact-info p {
	font-size:22px;
	color:#484849;
}
#contact-info p span {
	font-size:20px;
	line-height:40px;
	color:#4372b8;
	font-style:italic;
}
#tagline {
	font-size:16px;
	line-height:40px;
	color:#484849;
}
/* NAVIGATION */
#nav {
	height:37px;
	background:url(../_img/nav-bg.jpg) repeat-x;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	display:block;
	display:inline;
	padding:6px 30px;
	background:url(../_img/nav-divider.png) no-repeat center right;
}
#nav li a, #nav li a:visited {
	font-size:18px;
	line-height:34px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li a:hover, #nav li a:focus {
	color:#5985c7;
}
#nav li a.active {
	color:#5985c7;
}
/* CONTENT */
#content {
	background-color:#fff;
	padding:30px 0 30px 0;
}
#content h1 {
	padding:0 25px 25px;
}
#content h2 {
	padding:0 25px 25px;
}
#content h3 {
	padding:0 25px 25px;
}
#content p {
	padding:0 25px;
	font-size:18px;
	line-height:24px;
	color:#6796dc;
}
#content a {
	font-size:17px;
	line-height:24px;
	color:#3f3f41;
	font-weight:400;
}
#content p + p {
	padding-top:20px !important;
}
#content .right-img {
	margin:10px 25px;
	padding:2px;
	border:1px solid black;
}
#content ul {
	margin:0 0 0 35px;
	padding:0;
}
#content ul li {
	padding:0 20px;
	font-size:17px;
	line-height:24px;
	color:#3f3f41;	
	background:url(../_img/bullet.png) no-repeat left center;
	font-weight:400;
}
/* DIVIDER */
.divider {
	height:15px;
	background:url(../_img/bottom-divider.jpg) repeat-x;
}
/* BOTTOM */
#bottom {
	overflow:hidden;
	background-color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
#bottom .section {
	float:left;
	width:235px;
}
#bottom .section h2 {
	text-align:center;
	font-size:18px;
	color:#3f3f40;
	padding-bottom:15px;
}
#bottom .section p {
	text-align:center;
	padding:0 35px;
}
#bottom-left {
	float:left;
}
#bottom-right {
	float:right;
	width:400px;
}
/* DIVIDER */
.images {
	clear:both;
	height:157px;
	background-image:url(../_img/divider.jpg);
}
/* FOOTER */
#footer {
	background-color:#fff;
	height:70px;
	text-align:center;
}
#footer ul {
	display:inline-block;
	margin:0;
	padding:20px 0 0;
	/* For IE, the outcast */
    zoom:1;
 *display:inline;
}
#footer li {
	float:left;
	padding:0px 5px;
	line-height:10px;
}
#footer li + li {
	border-left:1px solid #4372b8;
}
#footer li a, #footer li a:visited {
	font-size:12px;
	color:#4372b8;
	text-decoration:none;
}
#footer li a:hover, #footer li a:focus {
	text-decoration:underline;
}
#footer li a.active {
	text-decoration:underline;
}
#copyright {
	padding-top:10px;
}
#copyright p {
	font-size:12px;
	color:#575151;
}
#copyright a, #copyright a:visited {
	color:#575151;
	text-decoration:none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration:underline;
}
/* Errors */
#404wrap {
	margin:20px auto;
	width:800px;
	height:400px;
	background:#f2f2f2;
	border:1px solid #e3e3e3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#404wrap h1 {
	font-size:18px;
	margin:20px;
	text-align:center;
}
#404wrap p {
	margin:20px;
	text-align:center;
}
#404wrap ol {
	margin:40px;
}
#404wrap ul {
	margin:40px;
}
#404wrap li {
	padding-bottom:8px;
}
#404wrap a:link, #404wrap a:visited {
	color:#01759d;
	text-decoration:none;
	outline:none;
}
#404wrap a:hover, #404wrap a:focus {
	color:#e26c1d;
	text-decoration:underline;
	outline:none;
}
