@charset "utf-8";
/*


Developer Notes

Color Scheme:
Pantone / Color Name 		Tint		Hex				Usage
---------------------		----		-------			-----
5643C / Midnight Blue		100			003745			header background
5643C / Medium Blue			70			006677			h2, page titles

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background: url(../../images/bg.jpg) repeat-x top left #68c5c5;
	font: normal 14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	
}

h2 {
	margin: 10px 0;
	font: bold 24px "Times New Roman", Times, serif;
	color: #68c5c5;
}

h3 {
	margin-bottom: 1em;
	font: bold 140% Georgia;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
}	

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#site {
	width: 100%;
	margin: 0 auto;
}


#header {
	width: 100%;
	background: url(../../images/header-bg.png) repeat-x top left;
	height: 200px;
	float: left;
}

#header-container {
	width: 800px;
	margin: 0 auto;
}	

#main-nav {
	width: 470px;
	color: #FFF;
	float: left;
	margin-top: 22px;
}

#main-nav ul {
	padding: 5px;
}

#main-nav li {
	display: inline;
	margin-left: 12px;
	padding: 8px;	
	font: bold 14px "Times New Roman", Times, serif;	
}

#main-nav li a {
	color: #000;
	text-decoration: none;
}	

#page {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #000;border-bottom: 1px solid #000;
}

#content {
	width: 800px;
	margin: 0 auto;
}

#article {
	width: 470px;
	float: left;
	text-align: justify;
}

#sidebar {
	background: url(../../images/sidebar.jpg) no-repeat top right;
	width: 300px;
	min-height: 400px;
	float: right;
}

#footer a { 
	color: #333;
}	

#footer {
	min-width: 770px;
	height: 50px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#footer-nav {
	margin: 0 15px;
	text-align: center;
}

#footer-nav ul {
	padding: 10px 0 2px 8px;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: 12px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#footer-nav li a {
	color: #FFF;
	text-decoration: none;
}

#footer-nav li a:hover {
	text-decoration: underline;
}		

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
}


.logo {
	width: 351px;
	height: 91px;
	margin: 50px 0 0 0;
	float: left;
}

.santa {
	width: 313px;
	height: 160px;
	margin: 15px 0 0 0;
	float: right;
}

.sidebar-content {
	width: 220px;
	float: right;
	text-align: center;
	margin-top: 15px;
	font: bold 16px "Times New Roman", Times, serif;
}