/*==============================

	       GLOBALS

===============================*/

html {
	height: 100%;
	margin: 0;
	width: 100%;

}

body {
	margin:0;
	background-color: #085bc8;
	height: 100%;
	font-family: Helvetica;
	font-size: 13px;
	color: #776f5c;
	background-image: url(../images/nathan-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

#splash {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(../images/splash.png);
	height: 215px;
	width: 250px;
}

img {border:none;}

h1 {
	font-size:24px;
	margin: 0px;
	color: #0066ff;
	font-family: Helvetica;
	text-align: left;
	font-weight: lighter;

}

h2 {
	color:#5A0D0E;
	font-size:14px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;

}

a {
	color: #dedbd2;
	text-decoration: none;
}

a:hover {
	color: #0066ff;
	text-decoration: none;
}

/*==============================

	       CONTAINERS

===============================*/

.site-container {
	width:600px;
	margin-right: auto;
	margin-left: 300px;
	min-height: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/page-bg.png);
	background-repeat: repeat-y;
	background-position: top;
}

.body-container {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 140px;
}

/*==============================

        CONTENT AREAS
		
===============================*/

.content {
	text-align: justify;
	width: 560px;
	clear: both;
	padding: 20px;
}

/*==============================

        NAVIGATION MENUS

===============================*/

.nav {
	height: 25px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.nav ul {
	margin: 0px;
	height: 16px;
	width: 564px;
	padding: 0px;
}
.nav li  {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 20px;
}

/*==============================

          FOOTERS
		  
===============================*/

.clear-footer {
	clear: both;
	height: 1px;
	width: 100%;
	display: block;

}

.footer {
	width: 600px;
	font-family: Helvetica;
	font-size: 10px;
	color: #303030;
	height: 100px;
	position: absolute;
	bottom: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.footer a {
	color: #303030;
	text-decoration: none;

}

.footer a:hover {
	color: #0066ff;
}

/*==============================

         MODX SPECIFIC
		  
===============================*/

#tinymce {
	background:#fff;
}
