/*==============================
	GLOBALS
===============================*/
html {
	height: 100%;
	margin: 0;
	width: 100%;

}

body {
	background-color: #000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

img {border:none;}


a {
	text-decoration: none;
	color: #335db0;
	font-weight: bold;
}

a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	text-align: center;
}

h2 {}

.splash {
	height: 100px;
	width: 100%;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 100px;
	color: #FFF;
	text-align: center;
	padding-top: 300px;
}

/*==============================
	SITE CONTAINER
===============================*/
.site-container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*==============================
	HEADER CONTAINER
===============================*/
.header-container {
	height: 160px;
	width: 100%;
	background-color: #000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/*==============================
	MAIN NAVIGATION
===============================*/
.nav {
	width: 100%;
	height: 33px;
	background-color: #FFF;
}
.nav ul {
	list-style-type: none;
	width: 680px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-left: 12px;
}

.nav li {
	margin: 0px;
	float: left;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}


.nav-last {
	border-right-width: 1px;
	border-right-style: solid;
	height: 20px;
	border-right-color: #CCCCCC;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 8px;
}

.nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	color: #990000;
	text-decoration: none;
}

/*==============================
	LEFT NAVIGATION
===============================*/

#sidenav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#sidenav a:hover, #sidenav li.active a {
	color: #990000;
}


/*==============================
	MAIN CONTAINERS
===============================*/
.body-container {
	min-height:400px;
	width: 830px;
	background-color: #FFF;
	padding: 15px;
}
.content {
	min-height:400px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/logo-bg.jpg);
	background-attachment: scroll;
}

.content-left {
	float: left;
	width: 410px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: justify;
}

.content-right {
	float: right;
	width: 405px;
	padding-top: 25px;

}

.roty-content-left {
	float: left;
	width: 65px;
	padding-right: 15px;
	padding-top: 15px;
}

.roty-content-right {
	float: right;
	width: 750px;
	padding-top: 15px;

}

/*==============================
	    FOOTERS
===============================*/

.clear-footer {
	clear:both;
	display:block;
	height:1px;
	width:100%;
}

.footer
 {
	width: 100%;
	font-size: 10px;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	padding-top: 15px;
}

/*==============================
         MODX SPECIFIC		  
===============================*/

#tinymce {
	background:#fff;
}
