@charset "utf-8";
body {
	font: 62.5% Tahoma, Arial, sans-serif;
	background: #e2a228;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #464646;
}

/*Main tags*/

h1 {
	font-weight: normal;
	font-size: 2.5em;
	margin: 20px 0 10px 0;
	padding: 0;
	color: #AC0B01;
	}

h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 30px 0 10px 0;
	padding: 0;
	color: #529021;
	}
	
h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 16px 0 4px 0;
	padding: 0;
	color: #bd712d;
	}
	
p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 10px;
	padding: 0;
	}

a:link, a:visited {
	color: #4f4f4f;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #4f4f4f;
	text-decoration: underline;
	}

.oneColFixCtrHdr #header {
	background: #398dd5 url(../images/header_bg.gif) repeat-x;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 192px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0 30px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#09467a;
	width: 100%;
	color: #cedae4;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer a:link, .oneColFixCtrHdr #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
.oneColFixCtrHdr #footer a:hover, .oneColFixCtrHdr #footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}



.oneColFixCtrHdr #header #logo {
	border: none;
}
.oneColFixCtrHdr #header #header_inner, .oneColFixCtrHdr #mainContent #mainContent_inner, .oneColFixCtrHdr #nav #nav_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.oneColFixCtrHdr #mainContent #mainContent_inner {
	padding: 40px 0px 30px;
	text-align: left;
}

#nav {
	width: 100%;
	background:url(../images/menu_bg.gif) bottom left #e1e1e1 repeat-x;
	border-top:0;
	list-style-type: none;
	padding: 0px;
	height: 3.5em;
	margin: 0;
}

#navigation{
}

#navigation li {
	float: left;
}

#navigation a {
	color:#431300;
	text-decoration:none;
	font-size: 1.5em;
	display: block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 1em;
}

#navigation a:hover {
	text-decoration:underline;
	background:url(../images/linkHover.gif) repeat;
}

.right {
	margin: 0px 0px 20px 20px;
	float: right;
}

.tel {
	margin: 16px 0 0;
	float: right;
	border: none;
}


.menu{
	font-size: 1.4em;
	width: 100%;
	background-color: transparent;
  }

.menu ul{
	margin: 0; padding: 0;
	float: right;
	}

.menu ul li{
	display: inline;
	}

.menu ul li a{
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding: 9px 12px;
	background-color: transparent;
	}

.menu ul li a:visited{
	color: #ffffff;
	}

.menu ul li a:hover {
	color: #fff;
	background-color: #b00805;
	}
	
.menu ul li a.current {
	color: #000000;
	background-color: #e2a228;
}
	
.oneColFixCtrHdr #mainContent #footer p a img {
	border-style: none;
	margin-top: 12px;
}
.left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #mainContent #mainContent_inner #info {
	width: 280px;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	border: solid 1px #3c6918;
	background: #f1f9ff;
}
.oneColFixCtrHdr #mainContent #mainContent_inner #info ul {
	font-size: 1.4em;
}
.oneColFixCtrHdr #mainContent #mainContent_inner #info ul li {
	margin-bottom: 4px;
}
.oneColFixCtrHdr #mainContent #mainContent_inner ul {
	font-size: 1.4em;
}
.oneColFixCtrHdr #mainContent #mainContent_inner ul li {
	margin-bottom: 4px;
}
.oneColFixCtrHdr #mainContent #mainContent_inner #info p span {
	font-size: 0.8em;
}
