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


/* general styling */
* {
	margin: 0;
	padding: 0;
}

body {
	color:#3a3a3a;
	font:76% Verdana, Tahoma, Arial, sans-serif;
	margin:0 auto;
	padding:0;
	background-color: #eaeaea;
	background-image: url(../Assets/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h2  {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #BE0000;
	padding: 10px 0 0 10px;
}
h4 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	color: #0E9EFE;
	padding: 10px 0 0 10px;
}
a img {
	border: none;
}
/* the hyperlinks */
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: underline;
}

/* site specific styling */


/* the container centers the page */
#container {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
}
/* 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: 150px;
	background: url(../Assets/tophead.jpg) no-repeat left top;
	position: relative;
}
.imselected {
	background-color: #BE0000;
}

/* the navigationbar in the header */
#navbar {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 835px;
	height: 29px;
}
/* the links in the navigationbar are an unordered list */
	#navbar ul {
}
#navbar li {
	list-style: none;
	display: block;
	width: auto;
	float: left;
	font-size: 14px;
}
#navbar a {
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#navbar a:hover {
	background: #1F5CFF;
	color: #FFF;
}
/* the core contains all the site contents */
#core {
	width: 1000px;
	height: auto;
	margin-top: 5px;
	background: #FFF;
}
/* the coreleft contains the left part of the core */
#coreleft {
	width: 260px;
	height: auto;
	float: left;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	list-style-type: none;
	font-size: 14px;
	padding: 5px;
	background-color: #FFF;
}

#coreleft li {
	display: block;
	height: auto;
	width: 250px;
}
#coreleft a {
	display: block;
	height: auto;
	padding: 4px;
	width: 242px;
	color: #1F5CFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0;
}
#coreleft a:hover {
	color: #BE0000;
	text-decoration: underline;
}

#coreleft h3 {
	padding: 20px 4px 0 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 17px;
	margin: 0;
}
#coreleft p {
	padding: 5px;
	margin-top: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#container #core #coreleft .extraservices li .extraservices {
	background-color: #CCC;
}


/* jims core right!!! */
#coreright {
	width: 260px;
	height: auto;
	float: right;
}
/* the links in coreleft are another unordered list */
	#coreright ul {
	list-style-type: none;
	padding: 5px;
}
#coreright li {
	display: block;
	height: auto;
	width: 250px;
	margin: 0px;
	color: #666666;
	line-height: 18px;
}
#coreright a {
	display: block;
	height: auto;
	width: 242px;
	color: #1F5CFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0;
}
#coreright a:hover {
	color: #009900;
	text-decoration: underline;
}
#coreright h3 {
	padding: 20px 4px 0 4px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 17px;
	margin: 0;
	color: #BE0000;
}
#coreright p {
	padding: 5px;
	margin-top: 0px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* JIMS Larger corethe corecenter contains the center part of the core */
#corelarge {
	width: 740px;
	height: auto;
	float: left;
}
#corelarge h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #0E9EFE;
	padding: 10px 0 0 10px;
}
#corelarge p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #666666;
}
#corelarge ul {
	padding: 20px;
	width: auto;
}
#corelarge li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
}
#corelarge li a {
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
}
#corelarge li a:hover {
	background: #a6c384;
	color: #000;
}
#coremiddle {
	width: 480px;
	height: auto;
	float: left;
}
#coremiddle h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #0E9EFE;
	padding: 10px 0 0 10px;
}
#coremiddle p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #666666;
}
#coremiddle ul {
	padding: 20px;
	width: auto;
}
#coremiddle li {
	list-style: none;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
}
#coremiddle li a {
	text-decoration: none;
	color: #a6c384;
	display: block;
	height: auto;
	padding: 4px;
}
#coremiddle 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 p {
	line-height: 20px;
	padding: 0 10px 10px 10px;
	color: #666666;
}
#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;
}
#corefull h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #1F5CFF;
	padding: 10px 0 0 10px;
}
#corefull h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 18px;
	color: #0E9EFE;
	padding: 10px 0 0 10px;
}
/* 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-image: url(../Assets/Footer.gif);
}
#footer a {
	color: #FFF;
}

#footer p {
	color: #FFF;
	padding-right: 20px;
}
#bottomfooter {
	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-image: url(../Assets/Footer.gif);
}
#container #core #footer .leftfloaty {
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftfloaty {
	display: inline;
	float: left;
}
.rightfloaty {
	display: inline;
	float: right;
}
.frontpagelists {
	list-style-image: none;
	list-style-type: none;
}
#container #core #coreright img {
	margin-bottom: 5px;
}
.imselectedphoto {
	background-color: #BE0000;
}
.imselecteddesprint {
	background-color: #BE0000;
}
.imselectedleftnav {
	background-color: #CCCCCC;
}
.fade_when_rollover {
}
.extraservices {
	font-size: 10px;
	color: #039;
}

