/*Additional Styles*/
@import url("reset.css");
@import url("menus.css");
/*Additional Styles*/

html {
	height: 100%;
	background-repeat: no-repeat;
	}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #646464;
	font-size: 9.5pt;
}

h1 {
	color: #2b7f25;
	font-size:11.5pt;
	font-weight: bold;
	margin-bottom: 10px;
}

a {
	color: #2b7f25;
}

a:hover {
	color: #f68933;
}

a img {
	border: none;
}

input, textarea {
	color: #9e9e9f;
	border: 1px solid #9e9e9f;
	font-size: 1em;
}


/* Layout */

.container {
	text-align: left;
	min-width: 800px;
	width: 100%;
}

.header {
	border-bottom: 1px solid #d0e3ba;
	height: 200px;
}

.daily  {
	padding: 10px 0 10px 30px;
}

.daily p {
	float: left;
	font-weight: bold;
}

.daily ul li {
	display: inline;
} 

.daily li {
	font-weight: bold;
	float: left;
	color: #ffffff;
	margin-left: 10px;
}

.footer {
	clear: both;
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
	font-size: 10.5pt;
	background-color: #F68A35;
	color: #ffffff;
}

/* Navigation */ 

.navBar {
	float: right;
	margin-right: 50px;
}

.navBar ul {
	margin: 0px;
	padding: 0px;
}

.navBar li {
	list-style-type: none;
	color: #ffffff;
	float: left;
}

.navBar li a {
	text-decoration: none;
	height: 34px;
	display: block;
	padding: 0px 10px;
	color: #ffffff;
	font-weight: bold;
	float: left; /* IE6 nav item float fix */
}

.navBar li a:hover {
	background-color: #2b7f25;
	color: #ffffff;
}

/* Navigation page highlight */



/* Other Styles */

.headerLogoLeft {
	float: left;
	padding: 30px 0 5px 50px;
}

.headerLogoRight {
	float: right;
	padding: 10px 50px 5px 0px;
	font-size: 11.0pt;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 0.15em;
	text-align: center;
	color: #000000;
}

.content {
	padding: 20px 0px 20px 0px;
	float: left;
	width: 100%;
	min-width: 1100px;
}

.pageTitleNav {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background-image: url("/images/layout/bg-title.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-color: #d0e3ba;
}
 
.pageTitleNav h1 {
	float: left;
	padding: 0px 40px 0px 30px ;
	margin: 0px;
	font-size: 1.3em;
}

.pageImage {
	float: right;
	padding-left: 30px;
	margin-top: -60px;
	margin-bottom: 218px;
}

.clear {
	clear: both;
}

.footnote {
	font-size: 80%;
}

.imageLeft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.imageRight {
	float: right;
	margin: 0px 0px 10px 10px;
}

.imageStrap {
	float: left;
}

.noWrap {
	white-space: nowrap;
}

.centre {
	text-align: center;
}

.footer a {
	color: #646464;
}

.footer a:hover {
	color: #f68933;
}

.button {
	font-weight: bold;
	color: #9e9e9f;
}

