/* CSS Document for owd template 'solution' */


/* general styling */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: auto;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AB402E;
	padding: 10px 0 0 10px;
	}
a img {border: none; }


/* the hyperlinks */
a {
	color: #BC412D;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}


/* site specific styling */


/* the container centers the page */
#container {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #000000;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 1000px;
	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;
	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;
	}


/* the header that contains the big image */
#header {
	width: 1000px;
	height: 246px;
	/*background: url(../Assets/header.jpg) no-repeat left top;*/
	position: relative;
}


/* the big title text in the header */
	#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: -1px;
	color: #FFFFFF;
	position: absolute;
	top: 214px;
	left: 277px;
	width: 281px;
	height: 41px;
	}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: -5px;
	right: 15px;
	width: 970px;
	height: 32px;
}

/* 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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	}
	#navbar a:hover {
	color: #FFFFFF;
	background-color: #FFB200;
	}
	
/* the core contains all the site contents */
#core {
	width: 1000px;
	height: auto;
	margin-top: 10px;
	background-color: #000000;
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 275px;
	height: auto;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
}

/* jims core right!!! */
#coreright {
	width: 273px;
	height: auto;
	float: right;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	list-style-type: none;
	margin-left: 20px;
	}
	#coreleft li {
	display: block;
	height: auto;
	width: 222px;
	margin: 2px;
	}
	#coreleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 222px;
	color: #FFFFFF;
	background: url(../Assets/readmore_arrow.gif) 97% center no-repeat;
	text-decoration: none;
	border: 0;
	}

	#coreleft a:hover {
	color: #FFFFFF;
	}
	
	#coreleft h3 {
	padding: 20px 4px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	}
	
	#coreleft p {
		padding: 5px;
		margin-top: 0px;
		line-height: 16px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
/* JIMS Right core the links in coreleft are another unordered list */
	#coreright ul {
	}
	#coreright li {
		display: block;
		height: auto;
		width: 136px;
		margin: 2px;
	}
	
	#coreright h3 {
	padding: 20px 4px 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	color: #006666;
	font-weight: normal;
	}
	
	#coreright p {
	padding: 5px;
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	/* JIMS Larger corethe corecenter contains the center part of the core */
#corelarge {
	width: 725px;
	height: auto;
	float: left;
}

	#corelarge h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006666;
	padding: 10px 0 0 10px;
	}
.imselected {
	border: 2px solid #FFFFFF;
	position: relative;
	top: -2px;

}

	
	#corelarge h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #666666;
	}
	#corelarge p {
	line-height: 18px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
	}
	
	#corelarge ul {
	padding: 20px;
	width: auto;
	color: #666666;
	}
	#corelarge li {
	list-style: none;
	line-height: normal;
	border-bottom: 1px solid #DDD;
	margin-bottom: 12px;
	}
	#corelarge li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corelarge li a:hover {
		background: #a6c384;
		color: #000;
	}
	
	/* JIMS full core contains the center part of the core */
#corefull {
	width: 1000px;
	height: auto;
	float: left;
}

	#corefull h2 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		color: #832480;
		padding: 10px 0 0 10px;
	}
	#corefull p {
	line-height: 18px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
	}
	
	#corefull ul {
		padding: 20px;
		width: auto;
	}
	#corefull li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corefull li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corefull li a:hover {
		background: #a6c384;
		color: #000;
	}

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 1000px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFB200;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftfloat {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightfloat {
	float: right;
	margin-right: 10px;
	margin-bottom: 30px;
}
#coremiddle {
	width: 450px;
	height: auto;
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
#coremiddle p {
	line-height: 18px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
}
table {
	line-height: 18px;
	padding: 0 10px 10px 10px;
	color: #FFFFFF;
	font-size: 14px;
}
.title1 {
	background-image: url(../Assets/header.jpg);
}
#core50left {
	width: 490px;
	height: auto;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 10px;
}
#core50right {
	width: 490px;
	height: auto;
	float: left;
	padding-left: 10px;
}
#corblimeyitsthemiddlebit {
	float: left;
	width: 980px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
#corblimeyitsthemiddlebit_bottom {
	float: left;
	width: 980px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-color: #999999;
}
#coremiddle h3 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 10px 0 0 10px;
}

