/*
CSS Design by Good Web Solutions

*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(images/page/top.jpg);
	margin: 0px;
}

/* masthead */

#masthead  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C4DD29;
	height: 215px;
	margin-top: 10px;
	background-repeat: no-repeat;
	border: 1px solid #A3BC09;
}

#masthead #logo {
	float: right;
	height: 170px;
	width: 240px;
	padding-top: 30px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.7em;
}

.esperance {
	font-size: 3.6em;
	background-color: #FFFFFF;
	color: #009900;
}





/* Menu */

#menu {
	width: 960px;
	height: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu a {
	display: block;
	float: left;
	background: url(baseline/images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #1777B1;
}

#menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(baseline/images/img08.gif) no-repeat right top;
	cursor: hand;	
}

#menu li.active {
	background: #CFCECE url(images/tabs/active.gif) repeat-x;
}

#menu li.active a {
	background: url(images/tabs/active_right.gif) no-repeat right top;
	color: #C90404;
}

#menu li.active b {
	background: url(images/tabs/active_left.gif) no-repeat;
}




/* Page */

#page {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Content */

#page #content {
	float: left;
	width: 620px;
}

/* Feature */

#page #content #feature {
}


/* Boxes */

.box-orange {
	background-image: url(images/headings/orange.gif);
	background-repeat: repeat-x;
}

.box-orange .section {
	background: url(images/headings/ornge_right.gif) no-repeat right top;
	font-size: 0.8em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/headings/ornge_left.gif) no-repeat;
}

.box-orange .content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;


}

.box-blue {
	background-image: url(images/headings/blue.gif);
	background-repeat: repeat-x;
}

.box-blue .section {
	font-size: 0.8em;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(images/headings/blu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/headings/blue_left.gif) no-repeat;
}

.box-blue .content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.box-pink {
	background-image: url(images/headings/pink.gif);
	background-repeat: repeat-x;
}

.box-pink .section {
	background: url(images/headings/pink_right.gif) no-repeat right top;
	font-size: 0.8em;
	color: #FFFFFF;
	text-transform: uppercase;
}

.box-pink .section b {
	display: block;
	height: 23px;
	padding: 7px 0 0 10px;
	background: url(images/headings/pink_left.gif) no-repeat;
}

.box-pink .content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* Formatting */






h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;

	
}

h1 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

h2, h3 {
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 1.1em;
}


h4, h5 , h6 {
	font-size: 0.9em;
	margin-bottom: 1.1em;


}

p, ul, ol {
	margin-bottom: 1.5em;
	text-decoration: none;
	font-size: 0.8em;
}

p {
}

ol {
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul li {
	padding-left: 10px;
	background: url(images/page/bullet.gif) no-repeat 0px 10px;
	padding-bottom: 15px;
	margin-left: 0px;
}

a:link {
	color: #3490F8;
	font-size: 1em;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

a:visited {
	color: #666666;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 20px;
}

.byline {
	color: #999999;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 620px;
}









/* Sidebar */

#sidebar {
	float: right;
	width: 330px;
}

#sidebar .col-one {
	width: 330px;
}

#sidebar .col-two {
	width: 330px;
}

/* Footer */

#footer {
	border-top: 1px solid #999999;
	background-color: b2cb0a;
	background-image: url(images/page/bottom.jpg);
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}




#page #sidebar .col-one .box-pink .content li {
	padding-bottom: 0px;
	margin-left: 0px;
}

.seperator {
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Tables -text size and borders*/


.tableux {
	font-size: 0.8em;
	border: thin solid #E4E4E4;
	width: 100%;
}


.tableux2 {
	font-size: 0.8em;
	width: 100%;
}

.tableuxside {
	font-size: 0.8em;
}





/* Download titles*/

.larjay {
	font-size: 0.9em;
}


/* How to Use Gallery*/


#page #sidebar .col-two .box-pink .content li {
	padding-bottom: 10px;
}
#masthead #flash {
	float: left;
	width: 620px;
	height: 215px;
}
#masthead #news {
	float: right;
	width: 340px;
	background-color: #FFFFFF;
	height: 215px;
}
.resident {
	font-size: 2em;
	color: #009900;
	background-color: #FFFFFF;
}
.strive {
	font-size: 1.8em;
	color: #B4D009;
	background-color: #FFFFFF;
	font-weight: bold;
}
.logotop {
}
#page #sidebar .col-two .box-orange .content .logotop {
}
#page #sidebar .col-two .box-orange .content {
	padding-top: 10px;
}
.centre {
	margin-left: 50px;
}

/* Acronyms*/

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
