body{
	background-color: #E1F0E9;
	font-family: Georgia, Arial, "Times New Roman";
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#container{
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/* HTML */
h1{
	font-size: 16px;
	color: #747474;
}

h2{
	font-size: 14px;
	color: #747474;
}

h3{
	font-size: 13px;
	color: #747474;
}

p, li, dt, dd{
	font-size: 13px;
	color: #1C372B;
}

a{
	color: #980201;
	text-decoration: none;
}
a:hover{
	color: #747474;
}

/* HEADER */
#head{
	background: url(images/h-bg.jpg) repeat-x;
}
#logo{
	clip: rect(auto,auto,auto,20px);
}
#h-img{
	text-align: right;
}

/* menu */
/* All <ul> tags in the menu including the first level */
#menu{
	margin: 0px;
}
.menulist, .menulist  ul {
	 margin: 0;
 	padding: 0;
 	list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	top: 1.8em; /* I'm using ems rather than px to allow people to zoom their font */
	left: 0px;
	width: 150px;
	border: 1px solid #980201;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 	top: 0px;
 	left: 155px;
 	background-color: #ffffff;
 	color: #980201;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 	float: left;
 	position: relative;
 	color: #ffffff;
 	border-right: 1px solid #ffffff;
 	margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 	float: none;
 	margin-right: 0;
 	margin-bottom: 0px;
}

.menulist ul>li:last-child {
	margin-bottom: 1px;
 
}

/* Links inside the menu */
.menulist a {
	display: block;
	margin: 0px 12px 0px 12px;
	color: #ffffff;
	text-decoration:  none;
	font-family:"Lucida Sans Unicode", Georgia, Arial;
	font-size:11px;
}
.menulist li li a{
	 background-color: #ffffff;
	 margin: 0px 0px 0px 0px;
	 padding: 0px 0px 0px 22px;
	 color: #980201;
	 font-size: 11px;
	 display: block;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #ffffff;
	text-decoration: underline;
}
.menulist li li a:hover{
	 background-color: #980201;
	 color: #ffffff;
}
.menulist  a.highlighted {
 	color: #ffffff;
 	text-decoration: underline;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 	display:  none;
}
.menulist ul a .subind {
 	display:  block;
 	float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 	float: left;
}
.menulist ul a {
 	float: none;
}
/* \*/
.menulist a {
 	float: none;
 	padding-left:10px;
 	padding-right:10px;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 	float: left;
	height: 1%;
}
* html .menulist  ul a {
 	height: 1%;
}


/* BODYBOX */
#bodybox{
	min-height: 550px;
	height: auto !important;
	height: 550px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left;
}

/* LEFT */
#left{
	width: 220px;
	float: left;
	color: #028444;
	margin-top: 20px;
	margin-bottom: 20px;
}
#l-box{
	padding: 30px 20px 20px 20px;
	margin: 0px 0px;
}
#left h3{
	font-size: 13px;
	color: #018343;
}
#left h4{
	font-size: 12px;
	margin-bottom: 0px;
}
#left p{
	font-size: 10.5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* CONTENT */
#content{
	margin-left: 229px;
	padding: 20px 0px 20px 0px;
	background: url(images/c-bg.jpg) repeat-x top;
}
#content p{
	line-height: 18px;
}
#c-hello{
	margin: 0px 0px;
	padding: 10px 20px 30px 20px;
	background: #ffffff url(images/w-bg.jpg) repeat-x bottom;
}
#c-main{
	float: left;
	width: 100%;
}
#cm-txt{
	padding: 20px 10px 40px 20px;
}

#cm-txt .title{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	color: #980201;
	
}
#cm-txt h2, #cm-txt h1{
	margin: 0px 0px 0px 0px;
}
#cm-txt h2{
	margin-top: 20px;
}
#cm-txt .offer{
	margin: 0px 0px;
	padding: 0px 0px;
}
#cm-txt .offer li{
	list-style: none;
	margin-bottom: 15px;
	display: block;
	width: 100%;
}
#cm-txt .offer img{
	vertical-align: middle;
	padding: 3px 3px;
	border: 3px solid #CCCCCC;
}
#c-right{
	margin: 20px 8px 0px 390px;
}
#c-right h3{
	margin: 0px 0px;
	
}
#c-right dl{
	margin-bottom: 10px;
}
#c-right dt{
	color: #980201;
}
#c-right dd{
	margin-left: 0px;
	padding: 0px 0px;
	margin-bottom: 5px;
}

/* FOOT */
#foot{
	background: url(images/f-bg.jpg) repeat-x;
	height: 55px;
	text-align: center;
	color: #ffffff;
	padding-top: 5px;
}

#foot p{
	color: #ffffff;
	margin: 0px 0px 5px 0px;;
	padding: 0px 0px;
	font-size: 11px;
}

#foot a{
	color: #ffffff;
}


#footer a {
	font: 9px/20px georgia, tahoma, verdana, arial, sans-serif;
	text-transform: uppercase;
	border: 1px solid #00CC99;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#footer a:hover {
	color: #A8CEAC;
	background-color: #E1F0E9;
}

/**************** functional styles *****************/

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {display: block;}
	/* End hide from IE-mac */
	
p.date{
	margin-top: 0px;
	padding-top: 0p;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 10px;
}
.more{
	color: #980201;
	margin-top: 0px;
	padding-top: 0px;
}
.more a{
	text-decoration: none;
	color: #980201;
}
.more a:hover{
	text-decoration: underline;
}
.more a:visited{
	color: #9b4e00;
}
.red{
	color: #980201;
}

.top{
	background: url(images/c-top.gif) no-repeat left;
	text-align: right;
	padding-left: 20px;
}
.right{
	text-align: right;
}
/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	color: black;
	padding: 10px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
}

#siteInfo p{

}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#pointermenu{
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-top-color: black;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(rightround.gif) bottom right no-repeat; /*optional right round corner*/
}

/* menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#navigation {
	text-align: center;
	float: left; /*Set to "left" or "right" to position menu accordingly*/
	width: 780px;
	height: 30px;
	background-color: #000000;
}
#navigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a {
	color: #FFCC00;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover{
	color: #000000;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
	background-color: #469041;
}

#navigation a span {
	display: block;
	padding-top: 7px;
	padding-right: 13px;
	padding-left: 5px;
	padding-bottom: 6px;
}
#navigation a span {
	float: none;
}
