	/* General styles */
html {
	font-size: .95em;
}
#slideshow {
	padding: 10px;
	height: 315px;
	width: 400px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CC6600;
}

body {
	padding:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-size:.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
	background-color: #13325c;
	font-weight: normal;
	color: #13325c;
	text-align: center;
	margin: 0;
	}
	p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #13325c;
	text-align: justify;
	line-height: 1.35em;
	font-weight: normal;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
	}

a {
	color: #13325c;
	text-decoration: none;
}


h1 {
	font-size: 130%;
	font-weight: bold;
	font-family: Garamond, serif;
	color: #13325c;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #13325c;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-style: normal;
	font-variant: small-caps;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #13325c;
	text-align: left;
	font-style: normal;
	font-family: Garamond, serif;
	font-variant: small-caps;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-decoration: underline;
}
h5 {
	font-size: 130%;
	font-weight: bold;
	color: #C60;
	text-align: center;
	font-style: normal;
	font-family: Garamond, serif;
	font-variant: small-caps;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}
h5 a {
	color: #C60;
	text-decoration: underline;
}
	img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	/* Header styles */
	#header {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	width: 855px;
	background-image: url(newimages/header-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	z-index: -2;
	background-color: #677AA4;
	margin-top: 0px;
	padding: 0px;
	}

#tree {
	background-image: url(newimages/tree.png);
	background-repeat: no-repeat;
	background-position: 98% bottom;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	float: right;
}


#wrap{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	width: 855px;
	background-color: #FFFFFF;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	overflow: hidden;
}

#main{
	float: left;
	width: 535px;
	height: auto;
	padding: 30px;
	z-index: 1;
}
#sidebar{
	float: right;
	width: 200px;
	z-index: 1;
	padding: 30px;
	height: auto;
}
#newsletter {
	padding: 15px;
	float: left;
	height: auto;
	width: 170px;
	background-color: #CC6600;
	margin-top: 0px;
	margin-bottom: 35px;
}
#newsletter h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	line-height: 125%;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#newsletter h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	line-height: 125%;
	text-transform: none;
}
#newsletter a:link {
	text-decoration: underline;
	color: #FFF;
}
#safesub {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

/*---------------------------------- Main menu settings --------------------------------------*/

#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	height: 3.15em;
	background-color: #677AA4;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	font-size:1em;
	line-height:1.15em;
	background:#677aa4;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-top: 0.95em;
	padding-right: 1.95em;
	padding-bottom: 0.95em;
	padding-left: 1.95em;

}
#centeredmenu ul li.active a {
   color:#fff;
   background:;
}
#centeredmenu ul li a:hover {
   background:; /* Top menu items background colour */
   color:#fff;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background:#13325c; /* Top menu items background colour */
	color:#fff;
	/* [disabled]border-bottom:1px solid #03f; */
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:3em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:13em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size:.95em;
	font-weight:normal; /* resets the bold set for the top level menu items */
	background:#677aa4;
	color:#fff;
	line-height:1.15em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #fff; /* sub menu item horizontal lines */
	text-align: left;
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#13325c; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

	/* 2 Column (left menu) settings */
.leftmenu {
			/* right column background colour */
	padding-top: 30px;
	padding-bottom: 20px;
	}
.dropcap {
	font-size: 150%;
	font-family: Garamond, serif;
	font-style: italic;
}

	
#footer {
	clear:both;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: center;
	height: 1%;
	padding-top: 10px;
	background-color: #677aa4;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 85%;
}


#footer li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#footer li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #FFF;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
	line-height: 125%;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content_li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(newimages/bullet.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #003366;
	line-height: 1.75em;
	text-align: left;
	margin-bottom: 5px;
	padding: 0px;
	margin-left: 25px;
	margin-top: 0px;
}
.content_ul {
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
}
.name {
	font-size: 130%;
	font-weight: bold;
	color: #13325c;
	font-family: Garamond, serif;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
.box {
	background-color: #13325c;
	color: #fff;
	padding: 10px;
	height: auto;
	width: 450px;
	border: 2px solid #677aa4;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	font-family: Garamond, serif;
}
.boxLight {
	background-color: #FFF;
	color: #677AA4;
	padding: 10px;
	height: auto;
	width: 450px;
	border: 2px solid #677aa4;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 10px;
	font-family: Garamond, serif;
}
.box a {
	color: #FFF;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 14px;
	width: 250px;
	font-size: 95%;
	text-align: left;
	color: #052457;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
}
input, textarea, select {
	padding: 5px;
	color: #13325c;
	background: #fff;
	border: 1px solid #13325c;
	margin: 5px 0;
-moz-border-radius: 5px; -webkit-border-radius:5px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
}   
input:focus, textarea:focus, select:focus { border: 1px solid #677aa4; background-color: #fff; color:#13325c; }
input.submit {
	cursor: pointer;
	border: 1px solid #677aa4;
	background:#13325c;
	color:#fff;
-moz-border-radius: 5px; -webkit-border-radius:5px; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: small-caps;
}
input.submit:hover {
	background-color: #677aa4;
	border: 1px solid #13325c;
	color:#fff;
}
fieldset {
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact {
	width: 675px;
	margin-top: 37px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

span.required{
	font-size: 85%;
	color: #677aa4;
} /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #677aa4;
padding: 3px 10px 3px 35px; margin: 10px 0; color:#fff;border: 1px solid #13325c; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#success_page h2 {
	padding-left:150px;
	font-size: 120%;
	color: #13325c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	height: 50px;
	width: 450px;
	text-align: center;
}
.smallblue {
	color: #677aa4;
	float: left;
	margin-left: 40px;
	font-size: 80%;
	font-style: italic;
}
.menuheader ul li a {


	color: #fff;
	background-color: #677aa4;
	display: block;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 80%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	list-style-type: none;
}
.lgitalicserif {
	font-size: 140%;
	font-family: Garamond, serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
	line-height: 90%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {	display: block; }
body { line-height: 1; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none; }
table {	border-collapse: collapse;	border-spacing: 0;}

.testimonialrotator{
	position:relative;
	background-color: #a3b1c5;
	height: auto;
	width: 170px;
	border: 5px double #677aa4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.testimonialrotator .testimonial{
	position:absolute;
	top:0;
	left:0;
	display:none;
	padding: 10px;
}
.testimonialrotator .testimonial:first-child{  position:relative; display:block; }
.testimonial span {
	color: #fff;
	font-size: 95%;
	font-style: italic;
	line-height:1.35em;
	font-weight: bold;
}
.testimonial .the-author {
	color: #13325c;
	font-size: 95%;
	color:#fff;
	margin-top:10px;
	text-align: left;
	line-height: 120%;
}

