/*
** geckoWARE.com style sheet
*/

body.ie {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #e6e6e6 url(../images/background.jpg) repeat-x top;
	font-family: "Trebuchet MS", "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}

body.other {
	margin: 0px;
  	padding: 0px;
  	color: #000;
 	background: #e6e6e6 url(../images/background.jpg) repeat-x top;
	font-family: "Trebuchet MS", "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}

/*
** Page layout/design
*/
#main {
  background: #fff;
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  width: 770px;
  text-align: left;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}


#banner {
	background: #fff;
	border-bottom: 1px solid #ccc;
}


/*
** Nav
*/
#nav {
	color: #666;
	background: transparent;
	height: 50px;
	border-bottom: 1px solid #ccc;
}

#nav a:link {
	color: #666;
	text-decoration: none;
}

#nav a:visited {
	color: #666;
	text-decoration: none;
}

#nav a:hover {
	color: #600;
	text-decoration: underline;
}

#nav a:active {
	color: #666;
	text-decoration: none;
}

.nav_page {
	color: #666;
	text-decoration: underline;
}

.nav_page a {
	color: #666;
	text-decoration: underline;
}


#nav_content {
	float: left;
	width: 524px;
	padding-left: 15px;
	padding-top: 5px;
}

#sub_nav {
	height: 20px;
	background: #600;
	color: #fff;
	margin-left: -15px;
	margin-top: 7px;
}

#sub_nav_text {
	padding-left: 15px;
	font-size: 85%;
	padding-top: 2px;	
}

#sub_nav a:link {
	color: #fff;
	text-decoration: none;
}

#sub_nav a:visited {
	color: #fff;
	text-decoration: none;
}

#sub_nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#sub_nav a:active {
	color: #fff;
	text-decoration: none;
}

.subnav_page {
	color: #fff;
	text-decoration: underline;
}

.subnav_page a {
	color: #fff;
	text-decoration: underline;
}


#nav_current_page {
	float: right;
	background: transparent url(../images/nav_current_page.jpg) no-repeat;
	height: 45px;
	text-align: center;
	font-size: 28px;
	color: #ccc;
	border-left: 1px solid #ccc;
	padding-top: 5px;
	width: 230px;
}


/*
** Content
*/

#content {
	color: #000;
	background: transparent;
	padding: 0px;
}

#content_main {
	float: left;
	width: 539px;
	background: transparent url(../images/main_bg.jpg) top right no-repeat;
	border-right: 1px solid #ccc;
	padding: 0px;
	min-height: 400px;
}

#content_main h1 {
	color: #600;	
}

#content_main h2 {
	color: #666;	
}

#content_side {
	float: right;
	width: 230px;
	color: #ccc;
	padding: 0px;
}

.content_text {
	padding-top: 5px;	
	padding-bottom: 5px;	
	padding-left: 10px;	
	padding-right: 10px;	
}

#footer {
	color: #ccc;
	background: #333;
	text-align: center;
	font-size: 85%;
	float: right;
	width: 230px;
	border-left: 1px solid #ccc;
	padding: 0px;
}


.clear_float {
	clear:both;
	margin:0px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	height:-1px; /* maybe add this to an IE<7 specific css file */
}


img.block {
	display: block;
}

.table_header {
	color: #fff;
	background: #600;
	font-weight: bold;
}

.table_header a {
	color: #fff;
}

.even {
	color: #000;
	background: #F6CD86;	
}

.child {
	font-size: 90%;
	color: #000;
	padding: 1px;	
}

.pages {
	padding: 3px;	
}

.module_description {
	cursor: help;	
}

.error {
	color: #7D4428;
	font-size: 90%;
	border-top: 2px solid #7D4428;
	border-bottom: 2px solid #7D4428;
	padding: 5px;
}

.noerror {
	color: #729360;
	font-size: 90%;
	border-top: 2px solid #729360;
	border-bottom: 2px solid #729360;
	padding: 5px;
}
