﻿/* 
  ------------------------------------------------
  Mastertemplate Main Stylesheet
  Copyright (c) 2009 artKenya.net
  www.artkenya.net
  main.css
  ------------------------------------------------
*/
/* Colors: */
/*
	background: #EEEAE8
	red: #CC0000 or #C2113A
	dark-blue: #002A6C
	light-blue; #5698EA
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  border: 0;
  outline: 0;
}
body {
  margin: 0px;
  padding: 0 0 0 0;
  background-color: #EEEAE8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 140%;
  text-align: center;
}
textarea, input, select {
 font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
p, li {
	margin-top: 12px;
	margin-bottom: 0;
}
.divider {
	border-top: 1px dotted #002A6C;
	line-height: 100%;
	margin-top: 50px;
	padding-top: 10px;
}
h1 {
	margin: 0px 0px 20px 0px;
	font-family: Georgia,"Times New Roman", Times, serif;
  color: #C2113A;
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  text-transform:uppercase;
  border-bottom: 1px dotted #990000;
  padding-bottom: 5px;
}
h2 {
  color: #002A6C;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
h3 {
  color: #990000;
  font-size: 12px;
  line-height: 12px;
}
.headersecond {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
p.relatedlinksheader {
	margin: 0px 0px 20px 0px;
	font-family: Georgia,"Times New Roman", Times, serif;
  	color: #C2113A;
  	font-size: 14px;
  	font-weight: normal;
  	line-height: 23px;
  	text-transform:uppercase;
	padding-bottom: 5px;
}
ul, ol {
/*	display: block;*/
	margin: 5px 5px 0px 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#main li{
	list-style-image: url('../images/arrow_bullet.gif');
	list-style-position:outside;
}
a, a:link {
  color: #002A6C;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #002A6C;
  text-decoration: none;
}
a:hover {
  color: #CC0000;
  text-decoration: underline;
}
a:focus {
  color: #CC0000;
}
a:active {
  color: #CC0000;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em;
	border-color: #FF0000 !important;
	color: #CC0000 !important;
}
strong {
	color: #002A6C;
}
.small {
	font-size: 95%;
}
.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#topimage {
	margin: 0px 0px 0px 0px;
}
a img{
	border: none;
}
.quote {
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #666;
	font-size: 15px;
	line-height: 130%;
}
h2.quote {
	background-image: url(../images/quotes-open.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 30px;
	font-size: 15px;
}
.footer{
	background-image: url(../images/quotes-close.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-align: right;
	height: 40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
/********************************* LAYOUT STYLES ******************************/
#outerShadow {
  border: solid 0px #666666;
  margin: 0 auto 0 auto;
  padding: 0px;
  text-align: left;
  width: 980px;
  background-color: #ffffff;
  background-image: url(../images/bg_page.jpg);
  background-repeat:repeat-y;
}
#outerWrapper {
	width: 950px;
  border: solid 0px #000000;
  margin: 0px auto 0 auto;
  padding: 15px 15px 0px 15px;
  text-align: left;
}
#outerWrapper #masthead {
  position: relative;
  width: 930px;
  height: 110px;
  margin: 0 auto;
  padding: 0px;
  background-color: transparent;
  border-bottom: solid 0px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;

}
#outerWrapper #masthead #logo{
	position: absolute;
	top: 10px;
	left: 15px;
	z-index:40;
	width: 588px;
	height: 71px;
}
#outerWrapper #masthead #logo a{
	text-decoration: none;
	}
#outerWrapper #masthead #subnav{
	position: absolute;
	top: 15px;
	right: 5px;
	width: auto;
	margin: 0;
	padding: 0px;
	font-size: 11px;
	color: #999;
	text-align: right;
}
#outerWrapper #masthead #subnav ul{
	margin: 0;
	padding: 0;
	list-style:none;
	color: #666;
	text-transform:uppercase;
}
#outerWrapper #masthead #subnav li{
	display: inline;
	padding-left: 5px;
}
#outerWrapper #banner {
	width: 930px;
	line-height: 0;
	margin: 0 auto;
  	padding: 0px;
  	background-color: #ffffff;
  	border-bottom: solid 0px #999;
}

#outerWrapper #breadcrumbs {
	position: relative;
 	width: 910px;
/*  height: 42px;*/
  margin: 0px auto;
  padding: 20px 0px 20px 20px;
  background-image: url(../images/bg_breadcrumbs.jpg);
  background-repeat:no-repeat;
  background-color: #fff;
  border-bottom: 0px dotted #999;
  font-size: 11px;
  color: #000000;
}
#searchbox{
	display: none;
	position: absolute;
	top: 15px;
	right: 20px;
	z-index:50;
	width: auto;
	height: auto;
	border: solid 0px #002A6C; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px; 
  	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;  
  	color: #002A6C;
	text-align: right;
	}
#searchbox form {
	width: auto;
	margin: 0;
	padding: 0;
}
#searchbox input{
	display: inline;
	width: 190px;
	height: 20px;
	background-color: #fff;
	border: 1px ridge #ddd;
	}
#outerWrapper #contentWrapper {
  margin: 0px auto;
  padding: 10px 0 0 0;
	width: 950px;
  background-image: url("../images/bg_innerpage.jpg");
  background-repeat:repeat-y;
}

#outerWrapper #contentWrapper #content {
  margin: 0px 20px;
  padding: 0px 0px;
}

#outerWrapper #contentWrapper #content #breadcrumbs .nodisplay{
	display: none;
}
#outerWrapper #footer {
  	width: 900px;
	margin: 0 auto;
  	padding: 60px 10px 10px 10px;
	background-image: url("../images/bg_footer.jpg");
	background-repeat:no-repeat;
	color: #002A6C;
  	font-size: 11px;
}
#outerWrapper #footer a {
	color: #002A6C;
}
#outerWrapper #footer .box{
	float: left;
	margin: 5px;
	padding: 5px;
	width: 17.5%;
	color: #333;
}
#outerWrapper #footer .box a{
	color: #002A6C;
}
#outerWrapper #copyright {
	position: relative;
	clear: both;
	height: auto;
	margin: 0 20px;
  	padding: 10px 20px 10px 20px;
  	background-color: #fff;
	color: #666;
  	font-size: 11px;
}
#outerWrapper #copyright #bottomlogo{
	position: absolute;
	top: 5px;
	right: 0px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
/********************************* TOP NAVIGATION ******************************/
#outerWrapper #topNavigation {/* you can place the navbar anywhere on the page by changing top and left coordinates */
	position: relative;
	width: 930px;
	height: 29px;
	margin: 0 auto;
  	background-color: #012252;
	background-image: url(../images/bg_navtop.jpg);
	background-repeat:repeat-x;
  	border-bottom: solid 0px #666;
	padding-top: 5px;
}
#outerWrapper #topNavigation #date{
	position: absolute;
	top: 10px;
	right: 20px;
	width: auto;
	height: auto;
	background-color: transparent;
	text-align: right;
	color: #fff;
	font-size: .7em;
	letter-spacing: .09em;
	text-transform:uppercase;
}
/********************************** LIST ROLLOVER MENU TOP ********************************/
#list-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing: 0.04em;
	padding: 0px 10px 0px 10px;
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
} 
#list-menu li {
float: left;
margin: 5px 0px 0px 0;
width: auto;
} 
#list-menu li .last {
margin-right: 0px;
}
#list-menu a {
	/*display: block;*/
	padding: 9px 10px 8px 10px;
	text-decoration: none;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #ffffff;
}
#list-menu a:hover {
  	background-color: #012252;
	border-top: 3px solid #ff0000;
	color: #ffffff;
	text-decoration: underline;
} 
#list-menu .p7uberlink {
	font-weight: bold !important;
  	background-color: #012252 !important;
	border-top: 3px solid #ff0000 !important;
	color: #fff !important;
}

/***************************** BOXES ******************************/
.floatboxright{
	float: right;
	width: 200px;
	background-color: #EDF0F7;
  	background-image: url("../images/bg_sidebarbox.jpg");
	background-position:bottom;
	border: solid 0px #002A6C; 
	margin: 5px 5px 5px 5px;
	padding: 10px; 
  	font-size: 11px;  
  	color: #002A6C;
	}
.floatboxright h3{
/*	background-color: #002A6C;*/
	padding: 0px 0px 5px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 130%;
	border-bottom: 1px solid #ddd;
}
.floatboxright a{
	font-size: 12px;
}
.floatboxright .p7uberlink {
	font-weight: normal !important;
	color: #999 !important;
}
/************ 3-column box *************/

.boxwrapper3 {
	width:auto; 
	height:auto; 
	margin:0px auto 0px auto;
	}
.box1, .box2, .box3{
	width: 16.76em;
	height:250px;
	margin: 0px;
	padding: 0px; 
	float:left;
	color: #333;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
	background-image:url("../images/bg_box.jpg");
	background-repeat:no-repeat;
	background-position: center;
	}
.box2 {
	margin: 0px;
	border-right: 1px dotted #003366;
	border-left: 1px dotted #003366;
}
.box1 .content, .box3 .content{
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
}
.box2 .content {
	margin: 0px 0px 0px 5px;
	padding: 0px 10px 0px 5px;
}
.box3 .content {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.boxwrapper3 h2 {
	padding: 0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	text-transform:uppercase; 
	font-weight: normal; 
	font-size: 16px; 
	color: #990000; 
	}
.boxwrapper3 ul {
	margin: 0px 0px 0px 20px;
	padding: 0;
	list-style-image:url("../images/arrow_bullet.gif");
	list-style-position:outside;
	text-align: left;
}

/************ 2-column box *************/
.boxwrapper2 {
	margin: 10px 0;
	height: auto;
	border: 0px solid #ff0000;
}
.boxwrapper2 .box1, .boxwrapper2 .box2{
	width: 44.9%;
}
.boxwrapper2 .box1 {
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	}
.boxwrapper2 .box2 {
	float: right;
	margin: 0px 0px;
	padding: 10px 0px 10px 10px;	
	border-left: 1px dotted #666;
	}

.bglight {
	background-color: #efefef;
}
.bgmedium {
	background-color: #ccc;
}
/************ 1-column box *************/
.boxwrapper1 {
	margin: 0px 0;
	padding: 10px;
	height: auto;
	border: 1px dotted #666;
}

/********************************* OTHER LAYOUT STYLES *************************/
.hangingImage {
	margin-left: 120px;
}

/********************************* SIDENAVIGATION *************************/

#sidenavigation {
	margin-bottom: 0px;
	padding: 0;
	color: #ffffff;
	font-size: 11px;
	text-transform:uppercase;
}
#sidenavigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background-color: #5698EA*;*/
}
#sidenavigation li {
	margin: 0;
	padding: 0px;
	background-color: #efefef;
	border-bottom: 1px dotted #990000;
}
#sidenavigation li a{
	display: block;
	color: #002A6C;
/*	height: 24px;*/
	margin: 0px;
	padding: 7px 0 7px 17px;
	border-top: 3px solid transparent;	
	border-bottom: 0px dotted #fff;
	background-image: url(../images/arrow_right.gif);
	background-position: 5px 10px;
	background-repeat:no-repeat;
}
#sidenavigation li a:hover {
	background-color: #002A6C;
	border-top: 3px solid #FF0000 ;
	color: #ffffff;
	text-decoration: none;
}
#sidenavigation .p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em;
	background-color: #002A6C;
	border-top: 3px solid #FF0000 !important;
	color: #fff !important;
}
.imageleft {
	float: left;
	margin-right: 15px;
}
.imageright {
	float: right;
	margin-left: 15px;
}
.photocaptionleft {
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-right: 20px;
	padding: 0px 0px 15px 0px;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 120%;	
	background: #ffffff;
	border-right: 0px dotted #999;
	border-bottom: 1px solid #ccc;
}
.photocaptionright {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-left: 20px;	
	padding: 0px 0px 15px 0px;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 120%;
	background: #ffffff;
	border-left: 0px dotted #999;
	border-bottom: 1px solid #ccc;
}
.photocaptionleft p {
	min-width: 150px;
	max-width: 250px;
}
.photocredit {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	line-height: 100%;
	color: #666;
}
