/*
** geckoWARE.com style sheet
*/

body.ie {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #94b0d7 url(../images/background.jpg) repeat-y top center;
	font-family: "georgia", "times", serif;
	font-size: 85%;
	text-align: center;
}

body.other {
	margin: 0px;
  	padding: 0px;
  	color: #000;
 	background: #94b0d7 url(../images/background.png) repeat-y top center;
	font-family: "georgia", "times", serif;
	font-size: 85%;
	text-align: center;
}

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


/*
** Banner
*/
#banner {
	background: #10458b;
}

/*
** Header
*/
#header {
	position: relative;
	color: #10458b;
	background: transparent;
	margin-top: -25px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
}


#header_element {
	color: #10458b;
}

#header_element a {
	color: #10458b;
	text-decoration: none;
}

#header_element a:hover {
	color: #000;
}

#header_over {
	color: #000;
}

#header_over a {
	color: #000;
	text-decoration: none;
}


/*
** Sub Header
*/
#subnav {
	color: #fff;
	background: #1553a8;
	height: 16px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 80%;
}

#subnav_element {
	color: #fff;
}

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

#subnav_element a:hover {
	color: #bfd4ef;
}

#subnav_over {
	color: #bfd4ef;
}

#subnav_over a {
	color: #bfd4ef;
	text-decoration: none;
}


/*
** leftside
*/
#leftside {
	float: left;
	padding: 10px;
}

#leftside h1 {
	color: #10458b;
	background: transparent;
	font-family: "georgia", "times", serif;
	font-size: 125%;
}

#leftside h2 {
	color: #666;
	background: transparent;
	font-family: "georgia", "times", serif;
	font-size: 110%;
}

#leftside img {
	border: 1px solid #000;
}

#leftside #portfolio_image {
	float: left;
	padding-right: 5px;
}

#leftside #portfolio_text {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 110px;
}

/*
** rightside
*/
#rightside {
	width: 176px;
	float: right;
	margin-top: 50px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-left: 2px solid #999;
}

#rightside_background {
	background: #e9e6e4;
	padding: 3px;
}

#rightside_content {
	color: #666;
	font-size: 90%;
 	background: transparent;
	padding: 10px;
	min-height: 100px;
}

#rightside h1 {
	color: #333;
	background: transparent;
	font-family: "georgia", "times", serif;
	font-size: 110%;
}


/*
** footer
*/
#footer {
	color: #666;
	background: transparent;
	font-family: "georgia", "times", serif;
	font-size: 80%;
	text-align: center;
	padding: 15px;
	width: 720px;
}


/*
** 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: #ebf4fe;	
}

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

.pages {
	padding: 3px;	
}

.module_description {
	cursor: help;	
}

.strongLarge {
	font-weight: bold;
}

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