/* Main Elements */
body {
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #EEE;
}
h1 {
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
}
h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 15px 0 5px;
}
h3 {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 3px;
	color: #56B600;
}
h4 {
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 8px;
}
h5 {
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 3 0px;
}
p {
	font-size: 70%;
	margin: 0;
}
/* Positioning */
.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.left{
	float: left;
	margin: 5px;
}
.clearit{
	clear: both;
	display: block;
}
.tab{
	display: block;
	margin: 0 0 0 8px;
}
/* Blocks */

#wrapper {
	width: 600px;
	margin: 0px auto 10px;
	position: relative;
	text-align: left;
}
.line_break {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.block {
  margin-bottom: 20px;
  background: #DDD url(../images/blk_top.gif) no-repeat center top;
}
.block .content{
	padding: 1px 20px 0px
}
.block .bottom {
  height: 28px;
  background: #DDD url(../images/blk_botm.gif) no-repeat center bottom;
}
.blockhome {
  margin-bottom: 20px;
  float: right;
  background: #DDD url(../images/lnk_tp_sml.gif) no-repeat center top;
}
.blockhome .content{
	padding: 1px 20px 0px;
}
.blockhome .bottom {

  background: #DDD url(../images/lnk_btm_sml.gif) no-repeat center bottom;
  height: 18px;
}
.image{
	float: left;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-left: 20px;
}
.image_lft{
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.image_rt{
	float: right;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.image2{
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
/* Navigation */

#nav{
}
#nav ul{
	padding: 0;
	margin: 0 0 7px;
	border: 1px solid #CCCCCC;
	background:  url(../images/menu.jpg) repeat-x;
}
#nav ul li{
	display: inline;
}
#nav ul li a{
	color: #666666;
	font-size: 80%;
	text-decoration: none;
	width: auto;
	padding: 5px 10px 0px;
} 
#nav ul li a:hover, #nav ul li a:focus{
	color: #56B600;
}
#nav ul li .link {
	background:  url(../images/rollover.jpg) repeat-x;
}

/* Content block */

#content{
	}
#content .all{
	margin-left: 0px;
	}	
#content .home{
	margin-left: 400px;
	}
#content .contact{
	margin-left: 360px;
}
#content a{
	margin: 0px;
	color: #56B600;
} 
#content a:hover, #content a:focus{
  	color: #326901;
  	background-color: #DDD;
}
/* Column Left block */

#collft{
	float: left;
	padding: 0;
}
#collft .home {
	width: 400px;
}
#collft .contact {
	width: 360px;
}
#collft a{
	margin: 0;
	color: #56B600;
} 
#collft a:hover, #collft a:focus{
  	color: #326901;
 	background-color: #DDD;
}
/**Large <ul> Link Styles**/

ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 400px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
  font-size: 70%;
}

ul.links li a:hover {
  background: #DDD url(../images/lnk_tp.gif) no-repeat center top;
}

ul.links li a span.title {
	display: block;
	margin-left: 11px;
	text-indent: 20px;
	background-image: url(../images/lnk_arw.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

ul.links li a span.desc {
  float: left;
  width: 350px;
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/lnk_btm.gif) no-repeat center top;
}

/* footer block */

#footer{
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* container block */

.container{
	width: 99%;
	float: right;
}
