
@import url(typography.css);
@import url(styles.css);
@import url(menu.css);

body {
	background: transparent url(../images/background.jpg) no-repeat;
    background-color: #e6ebe5;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
}

h1, h3, h4 {
	color: #636360;
	font-family: trebuchet ms, sans-serif;
}

h2 { color: #437C3B;}

h3 { border-bottom: solid 1px #fdb106; padding-bottom: 0.3em; }

h4 { color: #636360; }

a {
	border-bottom: dotted 1px #ccc;
	color: #32610f;
	padding-bottom: 0.3em;
	text-decoration: none;
}

a:hover { border-bottom-color: #437c3b; }

a.backtotop-lft, a.backtotop-rgt { display: inline; }

a.backtotop-lft { float: left; }

a.backtotop-rgt { float: right; }

th {
	font-family: arial;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

ul { list-style-type: square; }

hr {
	background-color: #e4e4d7;
	border: none;
	color: #e4e4d7;
	height: 3px;
	margin: 0.5em 0;
}

#container {
	background-color: white;
	margin: 0px auto;
	width: 950px;
}

#containertop {
	font-size: 0.9em;
	height: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#header, #menu, #content { margin: 0 0px; }

#header {
	background: transparent url(../images/header-bg.jpg) no-repeat;
	color: #e6ebe5;
	font-weight: bold;
	height: 138px;
}


#strapline {
	display: inline;
	color: #636360;
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	margin: 25px 0 0 170px;
	text-align: right;
}

#strapline strong { font-size: .8em; }


#phone {
	display: inline;
	float: right;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 2em;
	margin: 60px 10px 0 0;
	text-align: right;
}

#phone strong { 
 font-size: .8em; 
 color: #989898;
 }

/* begin menus */
#menu, #menu ul { font-family: arial, verdana, helvetica, sans-serif; }

#menu {
	background: #437c3b url(../images/menu-bg.jpg) no-repeat;
	height: 40px;
	margin-bottom: 2px;
}

#menu li, #menu a { color: white; }

#menu li {
	margin: 6px 10px 0 5px;
	padding: 0;
}

#menu a { 
	background-color: transparent;
	background-image: none;
	border-bottom: solid 5px transparent;
	font-size: 1.1em;
	padding: 3px 0 5px 10px;
}

#menu a:hover, #menu a.a {
	background-color: transparent;
	border-bottom-color: #a3c789;
}

#menu a em {
	font-style: normal;
	text-decoration: underline;
}

/* 2nd level menus */
#menu ul {
	background-color: #437c3b;
	padding: 2px;
}

#menu ul a {
	color: #f7ddba;
	font-size: 1em;
}

#content {
	background: transparent url(../images/content-bg.gif) repeat-x;
	padding: 5px 5px 5px 5px;
}

#breadcrumbs {
	color: #a9a996;
	font-weight: bold;
	margin-bottom: 1.5em;
}

#banner {
	margin: 20px;
	text-align: center;
}

#banner a { border: none; }

#containerbtm {
	text-align: center;
	padding-bottom: 15px;
}

#footer {
	background: transparent url(../images/content-bg.gif) repeat-x;
	color: #6b6a6a;
	font-size: 0.8em;
	margin: 0 10px;
	padding-top: 15px;
}

#footer a em {
	font-style: normal;
	text-decoration: underline;
}