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


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


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


/* site specific styling */


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


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

/* 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: 12px;
		text-transform: uppercase;
	}
	#topbar a:hover {
		background: #3399C4;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 870px;
	height: 120px;
	background: #3399C4 url(../images/header2_870x120.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;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: 11px;
	right: 6px;
}

/* 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;
		font-weight:bold;
		text-transform: uppercase;
	}
	#navbar a:hover {
		background: #3399C4;
		color: #FFF;
	}
	
/* the core contains all the site contents */
#core {
	width: 870px;
	height: auto;
	margin-top: 5px;
	background: #FFFFFF;

}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 200px;
	height: auto;
	/*background: #A4C3CD;*/
	float: left;

}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	  
      
	}
	#coreleft li {
	display: block;
	height: auto;
	/*width: 10px;**/
	margin: 2px;
  	border-top: 0px;
		border-bottom: 2px;
		border-left: 0px;
		border-right: 2px;
		border-style:solid;
		border-color: #3399C4;
      
	
	}
	#coreleft a {
	 
   
    display: block;
		height: 15px;
		padding: 4px;
		width: 185px;
		color: navy;
		
    background: url(../images/readmore_arrow.gif) 97% center no-repeat;
		
    text-decoration: none;
		
    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		

	}

	#coreleft a:hover {
		background: #3399C4 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;
	}
	
	#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: 660px;
	height: auto;
	min-height:900px;
	float: left;
	padding:3px;
	margin:0px;
	border:0px;

}

	#corecenter h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #3399C4;
		padding: 10px 0 0 10px;
	}
	#corecenter p {
		line-height: 20px;
		padding: 0 10px 10px 10px;
		color: #000010;
		text-align:justify;
	}

	#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: navy;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #3399C4;
		color: #000;
	}
	#corecenter label{
	width: 11em;
	
  }
  #corecenter table{
  border:1px solid navy;
  padding:10px;
  margin:10px;
  } 
  
  #corecenter table td{
  width:100px;
  }
	

	#leftsidemain
	{
	width: 450px;
	margin:2px;
	padding:0px;
	border-top:0px;
  	border-left:0px;
  	border-bottom:0px;
  	border-right:0px;
  	border-style: inset;
  	float:left;
  	}


	#leftside
	{
	width: 450px;
	margin:2px;
	padding:0px;
	border-top:0px;
  	border-left:0px;
  	border-bottom:2px;
  	border-right:2px;
  	border-color: #3399C4;
  	border-style: inset;
  	float:left;
  	}
  
	#rightsidebanner
	{
	width:175px;
	margin:2px;
	padding:0px;
	border-top:0px;
  	border-left:0px;
  	border-bottom:0px;
  	border-right:0px;
	height: 35px;
  	float:left;
	background: #3399C4 url(../images/minibanner.jpg);
  	}

  	#rightside
  	{
  	width: 190px;
  	margin:0px;
	padding:0px;
	border:0px;
	height:auto;
  	float:left;
  	}
  
  #topwrapper
  {
  width:180px;
  margin:5px;
  padding:0px;
  border-top:0px;
  border-left:0px;
  border-bottom:2px;
  border-right:2px;
  border-color: #3399C4;
  border-style: inset;
  float: center;
  }

   #bottomwrapper
  {
  width:180px;
  margin:5px;
  padding:0px;
  border-top:0px;
  border-left:0px;
  border-bottom:2px;
  border-right:2px;
  border-color: #3399C4;
  border-style: inset;
  height: auto;
  float: center;
  }

#corecentermid {
	width: auto;
	height: auto;
	min-height:900px;
	float: left;
	padding:3px;
	margin:0px;
	border:0px;
	color:navy; 
}  



#corecenterright {
	width: auto;
	height: auto;
	min-height:900px;
	float: left;
	padding:3px;
	margin:0px;
	border:0px;
	color:navy;
}
  
#oneprod
{
width:155px;
padding:0px;
margin:5px;
border-top:0px;
border-left:0px;
border-bottom:2px;
border-right:2px;
border-color: #3399C4;
border-style: inset;
height: 294px;
float:left;
}

	#oneprod li
	{color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}

#onerow
{
width:439px;
padding:0px;
margin:5px;
border-top:0px;
border-left:0px;
border-bottom:0px;
border-right:0px;
height: 119px;
border-color: #3399C4;
border-style: inset;
float:left;
}


#oneprod1
{
width:145px;
padding:0px;
margin:5px;
border-top:0px;
border-left:0px;
border-bottom:2px;
border-right:2px;
height: 200px;
border-color: #3399C4;
border-style: inset;
float:left;
}

#oneprod2
{
width:197px;
padding:0px;
margin:5px;
border-top:0px;
border-left:0px;
border-bottom:2px;
border-right:2px;
height: 200px;
border-color: #3399C4;
border-style: inset;
float:left;
}


/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	bottom:10px;
	width: 870px;
	height: 30px;
	background: #A4C3CD;
	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;
	}






