* {
	margin:0px;
	padding:0px;
}
html {
	font-size:100%;
}
body {
	background-image: url(../images/bg-tile.gif);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#container {
	padding: 40px;
}
#contentBox {
	background-color: #FFFFFF;
	text-align: left;
	width: 836px;
}
#innerContentBox {
	padding: 30px;
}
.lefty {
	float: left;
}
.righty {
	float: right;
}
h1,h2,h3,h4,h5 {
	font-weight:normal;
}
#logo {
	margin-bottom: 25px;
	height: 72px;
}
#slogan {
	
	color: #9ffffff;
	font-weight: bold;
	font-size:14px;
	margin-top:-40px;
	margin-left:330px;
	
}
#navigation {
	margin-bottom: 25px;
	display: block;
}
#navigation ul {
	list-style-type: none;
	font-size: 1.4em;
}

#navigation li {
	list-style-type: none;
	display:inline;
	padding: 20px;
	padding-left: 0px;
}
#navigation li a {
	text-decoration: none;
	color: #004711;
	background-image: url(/images/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	font-weight: normal;
}
#navigation li a:hover {
	color: #FAB724;
	background-image: url(/images/nav-bullet.gif);
}
#navigation li a.highlighted {
	color: #FAB724;
	background-image: url(/images/nav-bullet.gif);
}
#bigImage {
	margin-bottom: 25px;
}#pageContent {
	margin-bottom: 25px;
}
#pageContent h1 {
	font-size: 1.5em;
	color: #004711;
	margin-bottom: 1.1em;
}
#pageContent h2 {
	color: #FDB924;
	font-size: 1.4em;
	margin-bottom: 1.1em;
}
#pageContent p {
	color: #333333;
	line-height: 1.4em;
	font-size: 1.1em;
	margin-bottom: 1.1em;
}
#pageContent a {
	color: #397D2A;
	text-decoration: none;
}
#pageContent a:hover {
	color: #004711;
}
#pageContent ul {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
	margin-left: 25px;
}
.innerImage {
	float: right;
	margin-left: 25px;

}
.innerImage p {
	line-height: 0px;
	padding-bottom: 10px;
}
#footer {
	background-image: url(/images/footer-bg.gif);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFCC;
}
h2{
font-weight:bold;}
.tableBorder{
	border: 1px solid #fab724;
	padding:5px;
}
#slogan2{
	color:#999999;
	font-size:16px;
	font-weight:600;
	margin-top:25px;
	float:right;
	text-align: right;
	margin-right: 5px;
}
.callBack{
background-color:#fdb824;
width:575px;
height:238px;
background-image:url(../images/call-back-bg.gif);
color:#FFFFFF;
background-repeat:no-repeat;
padding:25px;
margin:20px;
}
.smallText{
	font-size:11px;
	font-weight:normal;
	text-align: right;
}
.smallText b {
	font-weight: bold;
	color: #fdb824;
}
.smallText a{
	color:#fdb824;
	text-decoration:none;
	font-weight: bold;
}
