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

	       GLOBALS

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

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

}

body {
	margin:0;
	background-color: #000000;
	height: 100%;
    font-family: Helvetica;
	font-size: 13px;
	color: #776f5c;
}

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:920px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

.header-container {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 112px;
	width: 100%;

}

.body-container {
	width: 920px;
	padding-top: 20px;
}

.splash {
	height: 560px;
	width: 920px;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: center bottom;\
}

#splash {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.content {
	text-align: justify;
	/*min-height: 600px; */
	width: 100%;
	padding-top: 36px;
	clear: both;
}

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

        NAVIGATION MENUS

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

.nav-upper {
	height: 16px;
	float: right;
	width: 540px;
	padding-top: 70px;
	font-family: Helvetica;
	font-size: 13px;
	text-transform: uppercase;
	color: #DEDBD2;
	padding-bottom: 4px;
	padding-left: 44px;
}

.nav-lower {
	float: left;
	height: 60px;
	width: 584px;
	padding-top: 30px;
	font-family: Helvetica;
	font-size: 13px;
	text-transform: uppercase;
	color: #DEDBD2;
}

.nav-upper ul {
	margin: 0px;
	height: 16px;
	width: 564px;
	padding: 0px;
}

.nav-lower ul{
	margin: 0px;
	padding: 0px;
}

.nav-upper li,.nav-lower li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	padding-right: 20px;
}

.nav-lower li a, .nav-upper li a {
	color: #dedbd2;
	text-decoration: none;
}

.nav-lower li a:hover, .nav-lower li.active a, .nav-upper li a:hover, .nav-upper li.active a {
	color: #0066ff;
}

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

          LOGOS

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

.logo-upper {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 90px;
	width: 336px;
}

.logo-lower {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	width: 336px;
}

.logo-lower a, .logo-upper a {
	display: block;
	height: 90px;
	width: 336px;
}

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

		GALLERIES
		  
===============================*/

.image {
	width: 758px;
	margin-right: 30px;
	float: left;
}

.thumbs {
	float: right;
	width: 126px;
	padding-right: 3px;
	padding-left: 3px;
}

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

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

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

}

.footer {
	width: 100%;
	font-family: Helvetica;
	font-size: 10px;
	color: #303030;
	height: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}

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

}

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

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

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

#tinymce {
	background:#fff;
}

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

       DITTO GALLERIES
		  
===============================*/

#ditto-galleries {
	list-style: none;
	width: 100%;
	padding: 0;
	clear: both;
	margin: 0px;
}

#ditto-galleries li {
	background-image: none;
	float: left;
	min-height: /*350px;*/ 255px;
	width: 160px !important;
	padding-right: 24px;
	text-align: left;
	font-size: 12px;
	padding-bottom: 20px;
} 

#ditto-galleries li a {
	text-transform: uppercase;
}

#ditto-galleries img {
	padding-bottom: 5px;
}



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

        MAXIGALLERY
		  
===============================*/

#picturecontainer.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.phototitle {
	font-size: 12px;
	text-align: left;
	float: left;
	width: 575px;
	padding-right: 25px;
	height: 15px;
	color: #dedbd2;
}

.photodescription {
	font-size: 12px;
	text-align: left;
	float: left;
	width: 575px;
	padding-right: 25px;
	padding-top: 10px;
}

.prevnext {
	font-size: 12px;
	float: right;
	width: 158px;
	text-align: right;
	height: 15px;
}
