/* @group Global */

* {
	margin: 0;
	padding: 0;
}
 /* uncomment for sticky footer */
 /* also must add <div class='push'></div> right before div.wrapper closes */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -65px;
	margin-top: 0;
}
.footer, .push {
	height: 65px;
}

body {
	font: 16px/18px Arial, Tahoma, Helvetica, Geneva, sans-serif;
	background-color: black;
	color: white;
}
h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	margin-bottom: 15px;
}
#content.projects p {
	margin-bottom: 5px;
}
ul {
	
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #406625;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
div.clear {
	clear: both;
}
#container_home {
	position: relative;
	background: url(images/home_bg.jpg) repeat-y;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	position: relative;
	width: 1024px;
	background: #1E2919 url(images/content_bg.jpg) repeat-x center bottom;
	margin-right: auto;
	margin-left: auto;
}
#left {
	position: relative;
	float: left;
	width: 184px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin-right: 36px;
	/*border: 1px solid green;*/
}
#right {
	position: relative;
	float: left;
	width: 800px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	/*border: 1px solid red;*/
}

#left.inner {
	position: relative;
	float: left;
	width: 175px;
	min-height: 725px;
	height: auto !important;
	height: 725px;
	margin-right: 45px;
	/*border: 1px solid green;*/
}
#right.inner {
	position: relative;
	float: left;
	width: 800px;
	min-height: 725px;
	height: auto !important;
	height: 725px;
	/*border: 1px solid red;*/
}
#logo {
	position: relative;
	padding-top: 55px;
	text-align: center;
	margin-bottom: 25px;
	padding-right: 87px;
}
#header {
	position: relative;
}
a.header {
	background: url(images/onepixclear.gif) repeat;
}
span.site-name {
	position: absolute;
	left: -999px;
}
#main_nav {
	position: relative;
	/*border: 1px solid white;*/
	background: url(images/tape.png) no-repeat left bottom;
	height: 0;
	padding-left: 47px;
}
#main_nav.inner {
	position: relative;
	/*border: 1px solid white;*/
	background: url(images/tape.png) no-repeat left bottom;
	height: 675px;
	padding-left: 47px;
}
#main_nav ul.home {
	padding-left: 0;
	margin-left: 0;
	padding-top: 120px;
}

#main_nav ul {
	padding-left: 0;
	margin-left: 0;
	padding-top: 123px;
}
#main_nav ul li {
	list-style-type: none;
}
#main_nav ul li a {
	
}
#main_nav ul li a.on {
	
}
#main_nav ul li a:hover {
	
}
#content #sub_nav {
	position: relative;
	float: left;
	width: 230px;
	min-height: 160px;
	background: url(images/sub_nav_bg.jpg) repeat-y;
	z-index: 1000;
	margin-top: 5px;
}
img.sub-divider {
	position: relative;
	float: left;
}
#content #sub_nav ul {
	margin-left: 15px;
	padding: 10px;
}
#sub_nav li {
	list-style-position: outside;
	/*height: 1%;*/
	/*zoom:1;*/
	/*border: 1px solid red;*/
}
#sub_nav li a {
	background: url(images/sub_nav_under.jpg) no-repeat left bottom;
	color: white;
	font-size: 13px;
	padding-bottom: 5px;
	display: block;
	padding-top: 3px;
	/*border: 1px solid white;*/
}
#content #sub_nav ul.tert-nav {
	padding: 0 0 0 10px;
}
#content {
	position: relative;
	padding-right: 15px;
}
#main_content {
	position: relative;
	float: left;
	width: 530px;
}

#main_content.no-sub {
	position: relative;
	float: left;
	width: 775px;
}
#content.home {
	font-size: 16px;
	line-height: 20px;
}
#content h1.page-title {
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 22px;
}
#content.home h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
#content.home p {
	font-weight: bold;
	margin-bottom: 20px;
}

#content ul {
	padding-left: 25px;
}
#content ul li {
	list-style-type: disc;
}
#content img {
	margin: 10px;
}
#footer {
	position: relative;
	background: url(images/footer_bg.jpg) no-repeat 0 bottom;
	height: 65px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	color: black;
	z-index: 10;
}
#footer ul {
	position: relative;
	width: 420px;
	float: left;
	margin: 45px 0 0;
	padding: 0 0 0 50px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
#footer div.credits {
	position: relative;
	margin-top: 45px;
	float: right;
	width: 440px;
	height: 20px;
}
#footer div.credits span {
	font-size: 11px;
	color: #333;
	padding-left: 25px;
}
#footer p {
	font-size: 14px;
	color: black;
	font-weight: bold;
	/*text-transform: uppercase;*/
	margin: 0;
}
#footer p a {
	font-size: 14px;
}

/* @group Accelsite Definitions */

/* @group Generic Module Styles */

#module_toc {
	position: relative;
	padding: 10px;
}
#module_toc div.module-item {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#module_toc h2 {
	
}
#module_toc div.module-image {
	
}
#module_toc div.module-description {
	
}
#module_detail {
	position: relative;
}
#module_detail a.back-to-list {
	
}
#module_detail h1 {
	
}

#module_detail h3 {
	
}

#module_detail h3 a {
	
}

#module-image-detail {
	margin-bottom: 10px;
}

#module-image-detail img {
	padding: 3px;
	border: 1px solid #ddd;
}
/* @end */

/* @group Table Sorting Styles */


.table-stripe-nosort {
	border-collapse: collapse;
}

.table-stripe-nosort tr.table-hover td {
	background-color: #ffd !important;
}

.table-stripe-nosort thead tr th {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #FDE5B4;
}
.table-stripe-nosort tr.even td.contentListCell {
	background: #fafafa;
}

.table-stripe-nosort tr.odd td.contentListCell {
	background: #f6f6f6;
}

table.table-stripe {
	border-collapse: collapse;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
}

table.table-stripe thead tr th {
	border-bottom: 1px solid #FDE5B4;
}
table.issue tr td.contentListCell.first {
	width: 40%;
}
table .categoryCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
	font-weight: bold;
}
table td.contentListCell {
	
}

table .adminHeaderCell {
	background: transparent url("/index.php?accelFile=theme|admin/new/bg.gif") repeat bottom;
}
.table-stripe tr.table-hover td {
	background-color: #ffd !important;
}


table.table-stripe tr.even td.contentListCell {
	background: #fafafa;
}

table.table-stripe tr.odd td.contentListCell {
	background: #f6f6f6;
}
table.navigation td.main_level{
	background-color: #ececec;
	border-bottom: 1px solid #ccc;
}

table.navigation td.sub_level{
	background-color: #f9f9f9;
}

/* @end */

.smallNote {
 font-size: 11px;
 color: #999999;
 font-style: italic;
 }
.formLabel {
 /*background-color: #ECEEF0;*/
 }
.requiredField {
 font-weight: bold;
 }
.missingField {
 font-weight: bold;
 color: #FF0000;
 }
.contentHeaderCell {
 /*background-color: #AAAA77;*/
 /*color: #FFFFFF;*/
 font-weight: bold;
 }
.contentListCell {
 /*background-color: #EEEEEE;
 color: #000000;*/
 }
.contentListCellAlt1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.contentListCellAlt2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate1 {
 /*background-color: #CCCCCC;
 color: #000000;*/
 }
.alternate2 {
 /*background-color: #DDDDDD;
 color: #000000;*/
 }
.alternate3 {
  /*background-color: #FFF;*/
  border:2px solid #EFEDEE;
  /*color: #000000;*/
}
.loginStatusSpan {
  font-size: 10px;
  color: #333;
}
.loginStatusSpan a {
  color: #4E4E4E;
  text-decoration: none;
}
.as_errorText {
  color: red;
  font-weight: bold;
}
.as_errorField {
  border: 2px solid red;
}
.as_errorInput {
  border: 2px solid red;
}
.as_successMessage {
 font-weight: bold;
 color: green;
 font-size: 14px;
 }

/* @end */

/* @end */

/* @group Home SWF */

#footer_images {
	position: absolute;
	float: right;
	top: 490px;
	z-index: 1000;
	left: 45px;
}

/* @end */

/* @group Before & After */
#project_nav {
	position: relative;
	width: 751px;
}
#project_nav a.prev {
	position: relative;
	float: left;
	background: url(images/prev.png) no-repeat left center;
	padding-left: 35px;
	font-size: 12px;
}
#project_nav a.next {
	position: relative;
	float: right;
	padding-right: 35px;
	background: url(images/next.png) no-repeat right center;
	font-size: 12px;
}
#cat_desc {
	padding-left: 10px;
}
#content div.divider img {
	margin: 0;
}
#content div.divider {
	/*background: url(images/ba_divider.png) no-repeat 40px;*/
	height: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 742px;
	padding-left: 25px;
}
#cat_desc p span {
	font-size: 32px;
}
#project_container {
	position: relative;
	width: 743px;
	overflow: hidden;
	margin-bottom: 20px;
}
#projects {
	position: relative;
	width: 30000px;
}
#project_container div.divider {
	/*background: url(images/ba_divider.png) no-repeat 40px;*/
	height: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 25px;
}
div.image_container {
	position: relative;
	width: 750px;
	/*margin-bottom: 10px;*/
}
#project_container div.image_container img {
	position: relative;
	float: left;
	border-top: 10px solid #1F3117;
	border-right: 15px solid #1F3117;
	border-left: 15px solid #1F3117;
	border-bottom: 10px solid #1F3117;
	margin-right: 7px;
	margin-left: 7px;
}
#project_container div.project {
	position: relative;
	float: left;
	width: 740px;
	/*height: 360px;*/
	margin-right: 15px;
}
#project_container div.project-title {
	font-size: 26px;
	line-height: 28px;
	padding-left: 10px;
}
#project_container div.project-description {
	padding-left: 10px;
}
/* @end */


