/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	background: #FFF;
	color: #1a3804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* the hyperlinks */
a {
	color: #3399CC;
	text-decoration: underline;
}
a:hover {
	color: #FFBA4F;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 740px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
		float: right;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
		text-decoration: none;
		display: block;
		padding: 0 10px 0 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #555555;
	}
	#topbar a:hover {
		background: #3399CC;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 740px;
	height: 180px;
	background: #458023 url(../images/header.jpg) top left no-repeat;
	position: relative;
}

/* the big title text in the header */
	#header h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFF;
	position: absolute;
	top: 60px;
	left: 20px;
	visibility: hidden;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 8px;
	right: 6px;
	visibility: visible;
	width: 478px;
}

/* the links in the navigationbar are an unordered list */
	#navbar ul {
	}
	
	#navbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#navbar a {
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #FFFFFF;
	}
	#navbar a:hover {
		background: #70B7DB;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 740px;
	height: auto;
	margin-top: 5px;
	background: #FFF url(../images/coreback.gif) top left repeat-y;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
	background: #FFFF92;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	#coreleft a {
		display: block;
		height: auto;
		padding: 4px;
		width: 128px;
		color: #555555;
		background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 0;
	}
	
	
	#coreleft a:hover {
		background: #FFBA4F url(../images/readmore_over.gif) 97% center no-repeat;
		color: #FFF;
	}
	
	#coreleft li a.here{
	background: #FFBA4F url(../images/readmore_over.gif) 97% center no-repeat;
	color: #FFF;
	}
	
	#coreleft h3 {
		padding: 20px 4px 0 4px;
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 18px;
		margin: 0;
		color: #555555;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 590px;
	height: auto;
	float: left;
}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #FF9B00;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	.width33 {
  		width: 32.7%;
		text-align: center;
	}
	.width50 {
  		width: 50%;
		text-align: center;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #3399CC;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #70B7DB;
		color: #FFF;
	}
	
	#corecenter ol{
		padding: 20px;
		width: auto;
		list-style-type: decimal;
	}
	
#numberedlist ol {
		padding: 20px;
		list-style: decimal;
		list-style-type:decimal;
		list-style-position:outside;
}
#numberedlist li {
		list-style: decimal;
		list-style-position:outside;
		list-style-type:decimal;
		line-height: 20px;
		border-bottom: 0px solid #000;
		margin-left: 10px;
}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 740px;
	height: 30px;
	background: #3399CC;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}

/* Lightbox CSS Stuff */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
	}
/*Form CSS */

	#corecenter form h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #FF9B00;
		margin-left: 0px;
		
	}
	#corecenter  form {
		line-height: 20px;
		padding: 10px 10px 10px 10px;
		color: #888;
	
	}
	#corecenter label {
		line-height: 20px;
		color: #888;
		margin-right: 0.5em;
		text-align: left;
		display: inline;
		width: 10em;
	}

	label.form {
		line-height: 20px;
		color: #888;
		margin-right: 0.5em;
		text-align: left;
		display: inline;
		width: 15em;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #3399CC;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #70B7DB;
		color: #FFF;
	}
	
	#corecenter ol{
		padding: 20px;
		width: auto;
		list-style-type: decimal;
	}
	
	h2.form {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-decoration: underline;	
	font-size: 10px;
	color: #2A86C0;
	margin-left: 0px;
	}
	

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}
.colors {
	position: relative;
	margin: 0 auto;
	width: 560px;

}
/*Images*/
a.colors{
	color: black;
	text-decoration: none;
}

#list {
	color: #000000;
}

#list.suba1, #suba2, #suba3,#subb1, #subb2, #subb3 {
display: none;
}

#fonts img {
	margin-bottom: 10px;
}
/* Styles for the Ideas Page and Lists */
	#ideas {
	width: 590px;
	height: auto;
	float: left;
	}

	#ideas h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #FF9B00;
		padding: 10px 0 0 10px;
	}
	#ideas p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #888;
	}
	
	
	#ideas ul {
		padding: 20px;
		width: auto;
	}
	#ideas li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
		color: #555555;
	}
	#ideas li a {
		text-decoration: none;
		color: #3399CC;
		display: block;
		height: auto;
		padding: 4px;
	}
	#ideas li a:hover {
		background: #70B7DB;
		color: #FFF;
	}
	#ideas li ul li a:hover {
		background: #FFFF92;
		color: #000000;
	}
	#ideas li ul li a {
		color: #555555;
	}
	
	#ideas ol{
		padding: 20px;
		width: auto;
	}
/*Thickbox Styles */
#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}