/*
** geckoWARE.com style sheet
*/

body {
	margin: 0px;
  	margin-left: 0px;	
  	padding: 0px;
  	color: #000;
 	background: #624625;
	font-family: "arial", sans-serif;	
	text-align: center;
	font-size: 80%;
}


/*
** Page layout/design
*/
#main {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px auto;
	width: 760px;
	text-align: left;
	background: #fff;
	padding: 5px;
	border-right: 2px solid #362f26;
	border-bottom: 2px solid #362f26;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

/*
** Banner
*/
#banner {
	position: relative;
	margin: 0px;
	width: 100%;
	text-align: center;
	vertical-align: bottom;
	height: 120px;
}


/*
** leftside
*/

#leftside {
	float: left;
	width: 360px;
	padding: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #dbcfc1;
}

#leftside_admin {
	float: left;
	width: 660px;
	padding: 5px;
}

/*
** nav and quotes
*/

#secondary_content {
	margin-bottom: 10px;	
}

#nav_and_quotes {
	padding-top: 0px;
}

#nav {
	padding: 5px;
	background: #eaf0f6;
}

#quotes {
	float: right;
	width: 340px;
	padding: 10px;
	background: #d5e2ee;
}


/*
** Nav
*/


#nav_body {
	height: 22px;
	padding: 5px;
}

#nav_body a {
	text-decoration: none;
	color: #000;
	height: 22px;
}

#nav_body_over {
	background: #d5e2ee;
	padding: 5px;
	height: 22px;	
}

#nav_body_over a {
	text-decoration: none;
	color: #000;
	height: 22px;
}


/*
** rightside
*/
#rightside {
	float: right;	
	padding: 5px;
	margin: 1px;
	width: 360px;
}

#rightside_admin {
	float: right;
	padding: 5px;
	width: 0px;
}


/*
** floating logo container
*/
#logo_box {
	position: relative;
  	top: 0;
  	right: 0;
	margin: 0 auto;
  	width: 770px;
  	text-align: left;
  	z-index: 1;
}

#logo_box .logo {
	position: absolute;
	top: -40px;
	left: -40px;
}


/*
** footer
*/
#footer {
	color: #ccc;
	background: transparent;
	font-size: 80%;
	text-align: center;
	padding: 15px;
}

#footer a {
	color: #ccc;
	
}


/*
** breadcrumb
*/
.breadcrumb {
	color: #666;
	background: transparent;
	font-size: 80%;
}

.breadcrumb a {
	color: #000;
	background: transparent;
}


img.block {
	display: block;
}

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

.table_header a {
	color: #1553a8;
}

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

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

.pages {
	padding: 3px;	
}

.module_description {
	cursor: help;	
}

.strongLarge {
	font-weight: bold;
}

.strong {
	color: #826E5E;
	background: inherit;
	font-weight: bold;
	font-size: 80%;
}
