@import url("/styles/modules/casestudies.css");
@import url("/styles/modules/shopdirectory.css");

body {
	background-color:#E4ECE0;
	margin-top:0px;
	font-size: 0.78em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	color: #5A5E72;
}

a {
	text-decoration: underline;
	color: #519031;
	background-color: inherit;
}

a:hover, a:active {
	color: #6BC242;
	background-color: inherit;
}

a:visited {
	color: #004A00;
	background-color: inherit;
}

pre { 
	font-family: monospace;
}
	
abbr {
	border-bottom: dotted 1px #000000;
}

p {
	border: none;
	margin: 0em 0em 1.2em 0em;
}
	
strong {
	font-weight: bold;
}
	
	
h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0.1em 0em 0.5em 0em;
	color: #3A903B;
}
	
h1 strong {
	font-weight: normal;
	color: #3A903B;
	background-color: inherit;
}
	
h2 {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0.3em 0em 0.5em 0em;
	color: #3A903B;
}
	
h3 {
	font-weight: bold;
	font-size: 1.35em;
	margin: 0.2em 0em 0.4em 0em;
	color: #00436a;
}
	
h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 0.1em 0em 0.2em 0em;
	color: #00436a;
}
	
h5 {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0em 0em 0.1em 0em;
	color: #00436a;
}

h6 {
	font-weight: normal;
	font-size: 0.9em;
	margin: 0em 0em 0em 0em;
	color: #00436a;
}
	
hr {
	height: 1px;
	border: 1px solid #ff0000;
	margin: 0em 0em 1em 0em;
	color: #115074;
}
	
ul {
	list-style-type: square;		
}
	
table.datatable {
	margin: 0.75em 0em 1.75em 0em;
	padding: 0em 0em 0em 0em;
	border-bottom: 1px solid #000000;
}
	
table.datatable th, table.datatable td {
	font-size: 100%;
	padding: 5px 10px 5px 5px;
	border-top: 1px solid #000000;
}
	
table.datatable th {
	font-weight: bold;
	color: #ffffff;
	background-color: #00436a;
}
	
table.datatable caption {
	font-weight: bold;
	padding: 0em 0em 0.2em 0em;
}


#page {
	width:978px;
	margin:auto;
}

#header {
	background:url(/images/templates/Sub-Page/home-header-bg.jpg) repeat-y;
	width:978px;
	height:125px;
}

#header_boxes {
	float:left;
	padding-left:25px;
	padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
}

#header_image {
	float:right;
	padding-right:25px;
	padding-top:20px;
}

#navigation {
	background:url(/images/templates/Sub-Page/home-navigation-bg.jpg) repeat-y;
	width:978px;
	height:34px;
	clear:both;
	font-size:1.05em;
	font-weight:bold;
}

#navigation_left {
	float:left;
}

#navigation_right {
	float:right;
	padding-top:6px;
	padding-right:15px;
	color:#FFFFFF;
}

#body {
	width:969px;
	background:url(/images/templates/Sub-Page/sub-main-bg.jpg) repeat-y;
	clear:both;
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
}

#body_left {
	float:left;
	width:235px;
	padding-left:10px;
	text-align:left;
}

#body_center {
	float:left;	
	width:535px;
	padding-left:16px;
	padding-right:5px;
}

#body_right {
	float:right;
	width:168px;
	text-align:center;
}

.link_box {
	margin-bottom:15px;
}

.link_button {
	margin-left:5px;
	margin-right:2px;
}

#footer {
	background:url(/images/templates/Sub-Page/home-footer-bg.jpg) repeat-y;
	width:978px;
	height:178px;
	text-align:right;
	color:#FFFFFF;
}

#footer_text {
	padding-right:20px;
	padding-top:125px;
}

#footer_text a, #navigation_right a, #footer_text a:visited, #navigation_right a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#footer_text a:hover, #navigation_right a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

/* layout styles */


ul.navflatmulti {
	margin-top:10px;
	margin-bottom:3px;
}

.nav-level0-node a {
	background-color:#00436A;
}

.navflatmulti a.nav-level0-node {
	display:none;
}

.navflatmulti .nav-level1 {
	display:none;
}

ul.navflatmulti, ul.navflatmulti li {
	width:224px;
}

ul.navflatmulti a {
	border-color:#9CB3C3;
	border-top:medium none #9CB3C3;
	font-family:Arial,Helvetica,sans-serif;
	font-size:95%;
	font-weight:normal;
	line-height:140%;
	padding:3px 18px 3px 12px;
}

.navflatmulti .nav-level1-selected, .navflatmulti .nav-level1-node, ul.navflatmulti li a.nav-level1-selected:hover, ul.navflatmulti li a.nav-level1-node, ul.navflatmulti li a.nav-level1-node:hover, ul.navflatmulti li a.nav-level1-selected, li a.nav-level1-selected:hover {
	background:#00436A url(/images/structure/nav_level1_back.gif) no-repeat scroll left top;
	border-color:#FFFFFF;
	color:#FFFFFF;
	border-width:3px;
	border-right:medium none #9CB3C3;
	border-left:medium none #9CB3C3;
}
.navflatmulti .nav-level2 {
	background:#83A0B5 url(/images/structure/nav_back_blue.gif) repeat-y scroll left top;
	color:#FFFFFF;
	border-right:medium none #9CB3C3;
	border-left:medium none #9CB3C3;
}

ul.navflatmulti li a.nav-level2:hover {
	background:#6588A1 url(/images/structure/nav_back_lime.gif) repeat-y scroll left top;
	color:#FFFFFF;
}

.navflatmulti .nav-level2-node, ul.navflatmulti li a.nav-level2-node:hover, .navflatmulti .nav-level2-selected, ul.navflatmulti li a.nav-level2-selected:hover {
	background:#6588A1 url(/images/structure/nav_back_lime.gif) repeat-y scroll left top;
	color:#FFFFFF;
	border-right:medium none #9CB3C3;
	border-left:medium none #9CB3C3;
}

.navflatmulti .nav-level3 {
	background-color:#F2F2F2;
	background-image:none;
	color:#697F83;
	border-left:medium 1px #9CB3C3;
	border-right:medium 1px #9CB3C3;
}

.navflatmulti .nav-level3 a {
	border-color:#DFE2E1;
}

ul.navflatmulti li a.nav-level3:hover, .navflatmulti .nav-level3-selected, ul.navflatmulti li a.nav-level3-selected:hover, .navflatmulti .nav-level3-node, ul.navflatmulti li a.nav-level3-node:hover {
	background:#E9E9E9 url(/images/structure/nav_back_purple.gif) repeat-y scroll left top;
	color:#697F83;
	border-color:#DFE2E1;
}

.navflatmulti .nav-level4 {
	background-image:none;
	color:#575653;
	border-color:#DFE2E1;
}

.plunkett_nav_item {
	border-right:1px solid #245E7F; 
	float:left; 
	height:34px;
	text-align:center;
}

.plunkett_nav_item a, .plunkett_nav_item a:visited {
	display:block;
	padding-top:8px;
	height:26px;
	color:#FFFFFF;
	text-decoration:none 
}

.plunkett_nav_item a:hover {
	background-color:#3F718F;
	color:#F9FF88;
}

.plunkett_nav_selected {
	border-right:1px solid #245E7F; 
	float:left; 
	padding-top:8px;
	height:26px;
	text-align:center;
	color:#F9FF88;
	cursor:default;
}


#nav_home {
	width:84px;
	margin-left:3px;
}

#nav_about {
	width:98px;
}

#nav_what {
	width:122px;
}

#nav_resources {
	width:117px;
}

#nav_media {
	width:160px;
}

#registrationsubmit, #loginsubmit, .submitbutton {
	background-color:#00436A;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	height:21px;
}

.itemmandatory_explain {
	background:url(/images/general/mandatorymarker.gif) 233px 0px no-repeat;
	width:250px;
}

.item, .textinput {
	margin-bottom:5px;
	display:block;
}

.enquiryform {
	padding-left:2px;
	border:none;
}

.enquiryform .item, .enquiryform .itemmandatory {
	padding-left:20px;
	background-position:0 5px;
	margin-bottom:5px;
}

.enquiryform label {
	display:block;
}

.enquiryform input.textinput {
	width:300px;
}

.enquiryform input.submitbutton {
	margin-top:20px;
}

.newsletterform .item, .newsletterform .itemmandatory {
	padding-left:20px;
	background-position:0 2px;
	margin-bottom:5px;
}

.newsletterform input.textinput {
	width:300px;
}

.newsletterform-submit .submitbutton {
	margin-top:20px;
}

fieldset.newsletterform {
	margin-top:20px;
	border:none;
}

.breadcrumb {
	font-weight:bold;
	color:#519031;
}

.breadcrumb_title {
	color:#00436A;
}

.breadcrumb a, .breadcrumb a:visited {
	color:#519031;
	font-weight:normal;
}

#frmSearchTerm {
	float:left;
}

#searchsubmit {
	background-color:#C3CF21;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	height:21px;
	padding-left:0px;
	margin-left:5px;
}

.navmap li.level1 {
	margin-top:35px;
}

@media print {

#adminpanel, #header_boxes, #navigation, .rsslink, #footer_text, #body_right, #body_left {
	display:none;
}

#header_image {
	float:none;
}

#body, #body_center {
	padding-left:0px;
}

}
