/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	}
a img {border: none;}
#cmsPageHeader {
 //display: none;
}
	
h1 {
	padding: 10px 0px;
	margin: 0;
	color: #A9C500;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;
}

h2 { 
	color: #A9C500;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;}

h3 {
	color: #A9C500;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize; 
        padding: 0px 4px;
margin: 0px;}

h4 { 
	color: #A9C500;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;}
h5 { 
	color: #A9C500;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: capitalize;}

hr {
	color: #color;
	background-color: #color;
	height: 1px;
	border: none;
	padding: 0;
	margin: 2px 0px 2px 0px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #A9C500;
}
.box {
padding: 4px;
border: 1px solid #cccccc;
background-image: url(/images/template/headerbg.jpg);
background-position: top left;
background-repeat: repeat-x;
margin-bottom: 20px;
}
ul {
	list-style-position: outside;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 20px;
	list-style-type: disc;
        list-style-image: url(/images/template/cat_arrows_green.png);
}
ul li {
	font-size: 12px;
	font-style: normal;
	color: #333;
	line-height: 20px;

}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}	


	
#innerwrapper {
	width: 960px;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* TOP BAR AREA */

#topbar {
	background-color: #333;
	height: 24px;
}
#topbarinner {
	background-color: #666;
	border-left: 4px solid #999999;
	border-right: 4px solid #999999;
	height: 24px;
}

#topbarinner .topleft {
	color: #CCC;
	text-transform: uppercase;
	padding-left: 10px;
	line-height: 24px;
	letter-spacing: 2px;
	font-size: 12px;
}

#topbarinner .topright {
	float: right;
	margin: 0;
	padding: 0;
	height: 24px;
}
#header {
	height: 300px;
	background-image: url(/images/template/headerbg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #E5E5E5;
}
#header #flashbanner {
margin-left: 160px;
	width: 600px;
}

#header #menuvert {
	height: 300px;
	margin-left: 620px;
	padding: 10;
}


.topright ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	} 

.topright ul li {
	list-style: none;
	display: inline;
	position: relative;
	height: 24px;
	}

	
.topright ul li.login a img {
	background-color: #A9C500;
	height: 24px;
}

.topright ul li.login a:hover img {
	background-color: #CCC;
	height: 24px;	
}
 /* CONTENT AREA */
 
#contentarea {
	background-image: url(/images/template/content_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#contentarea #sidebarright {
	padding: 0;
	margin: 0px 20px 0px 220px;
}

#contentarea #sidebarleft {
	float: left;
	padding: 0;
	margin: 0;
}

#contentarea2 {
	background-color: #FFF;
	padding: 20px;
	margin:0;
        min-height: 500px;
/* max-height: 1200px; */
}

/* FOOTER AREA */

#footer {
	background-color: #666;
	background-image: url(/images/template/footer_black.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#footerwrapper {
	background-color: #999;
	background-image: url(/images/template/footer_grey.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	position: relative;
}

#footerwrapper .footcol1 {
	float: left;
	width: 280px;
	margin: 0;
	padding: 10px;
}
#footerwrapper .footcol1 .search {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#footerwrapper .footcol1 .social {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footerwrapper .footcol1 .ww {
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 12px;
	color: #666;
}

#footerwrapper .footcol3 {
	float: right;
	width: 280px;
	margin: 0;
	padding: 10px;
}
#footerwrapper .footcol3 .copyright {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 5px;
}
#footerwrapper .footcol3 .copyright h5 {
	color: #333;
	font-weight: normal;
	margin: 0;
}



#footerwrapper .footcol3 .copyright p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #666;
}
#footerwrapper .footcol3 .address {
	font-size: 12px;
	padding-top: 10px;
	color: #666;
}


#footerwrapper .footcol2 {
	margin: 0px 300px 0px 300px;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}