body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: arial, helvetica;
  font-size: 0.6875em;
  color: #444444;
  background: #444444 url(../img/bg-wrapper.gif) top center repeat-y;
}

/* PNG Fix for IE6 */
img, div, a, li { behavior: url(/style/iepngfix.htc) }

a          { text-decoration: none; }
#content a { text-decoration: underline; }
a:link, a:visited { color: #d8332e; }
a:active, a:hover { color: #d8332e; }
a:visited:hover   { color: #d8332e; }


table {
	border-collapse: collapse;
}

table.form td {
padding:5px;
}

img {
  border: 0;
}

p {
  text-align: justify;
  line-height: 1.5em;
  color: #444444;
}

#content ul, ol {
  line-height: 1.5em;
}

h1, h2, h3 {
  margin: 1.5em 0 1em 0;
}

h1 {
  margin: 0 0 1em 0;
  color: #d8332e;
  font-weight: normal;
  font-size: 22px;
}

h2 { font-size: 18px; font-weight: normal; }
h3 { font-size: 14px; }

#container {
  margin: 0 auto;
  width: 900px;
}

#header{
	background:url(../img/header.jpg);
	width:901px;
	height:119px;
}

#main {
  margin-top: 20px;
  overflow: hidden;
}

#hdrhome {
  float: left;
  width: 849px;
  height: 320px;
  border-bottom: 5px solid #d8332e;
  overflow: hidden;
  margin:0 auto 0 25px;
}

.hdrhomebox {
  display: inline;
  float: left;
  margin-right: 5px;
  width: 117px;
  height: 320px;
  overflow: hidden;
}


.hdrhomeboxlast {
  margin-right: 0;
}

.hdrhomebox h5 {
  margin: 0;
  padding-top: 10px;
  width: 117px;
  height: 23px;
  text-align: center;
  background: #666666 url(../img/bg-hdrhomeh5.jpg) no-repeat;
  overflow: hidden;
}



.hdrhomebox h5 a {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}

#content {
  float: left;
  padding: 20px 40px;
  width: 647px;
}

#sidebar {
  float: right;
  width: 165px;
  background:#ddd;
  margin-top:5px;
}

#sidebar h3 {
  margin: 0;
  padding-top: 10px;
  height: 23px;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #666666 url(../img/bg-sidebarh3.jpg) repeat-x;
}

#sidebar p {
  line-height: 1.1em;
}

#sidebar #sidecontent {
  padding: 20px;
}

p.sidecontact {
  color: #d8332e;
}

p.col {
  float: left;
  width: 290px;
  margin: 0 15px;
}


/* second page */

#mainse {
  margin-top: 20px;
  overflow: hidden;
}

#mainse p.col {
  float: left;
  width: 225px;
  margin: 0 15px;
}

#maincontent {
  float: left;
  width: 510px;
  padding:15px;
}

#mainleft
{
float:left;
width:190px;
margin-right:10px;}

#mainleft img
{
border:1px #999999 solid;}
#mainright
{
float:left;
width:300px;}

#mainright p.col {
  float: left;
  width: 270px;
  margin: 0 15px;
}
#mainright span{
  color: #d8332e;
}

#hdrse {
  float: left;
  width: 849px;
  border-bottom: 5px solid #d8332e;
  overflow: hidden;
  margin:0 auto 0 25px;
}
.hdrsebox {
  display: inline;
  float: left;
  margin-right: 5px;
  width: 117px;
  overflow: hidden;
}
.hdrsebox h5 {
  margin: 0;
  padding-top: 10px;
  width: 117px;
  height: 23px;
  text-align: center;
  background: #666666 url(../img/bg-hdrhomeh5.jpg) no-repeat;
  overflow: hidden;
}
.hdrsebox h5 a {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
}
.hdrseboxlast {
  margin-right: 0;
}


#sidenavigation {
  float: left;
  width: 150px;
  margin-left:24px;
  margin-top:10px;
}


/****** SIDELINKS ***** */


ul#sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#sidenav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul#sidenav li a {
	float: left;
	text-align:center;
	width:140px;
	margin: 0;
	padding: 10px 0;
	text-decoration:none;
	list-style: none;
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	  font-size: 11px;
  font-weight: bold;
  color: #5c5c5f;
}
ul#sidenav li a.first {
	border-top:#CCCCCC 1px solid;
}
ul#sidenav li a:hover,a.down  {
	background-color:#d8332e;
	color: #ffffff;
	
}


/****** FOOTER ***** */
#footer {
clear:both;
	margin: 10px 0;
	padding: 0;
	text-align:center;
}

ul#footerlink {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width:820px;
}

ul#footerlink li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

ul#footerlink li a {
	float: left;
	margin: 0;
	padding: 10px;
	text-decoration:none;
	list-style: none;
	  font-size: 11px;
  color: #5c5c5f;
}

ul#footerlink li a:hover {
  color: #cccccc;
	
}
