/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin:0px;
	padding: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #666666;
	background-color:#CCCCCC
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #704A21;
}

a:hover {
}

/* Wrapper */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	min-height:400px;
	background: url('images/diamondplateII.gif');
	height:auto;
	
	
}


/* Header */


#header {
	
	width: 780px;
	height: 80px;
	font-size:12px;

	background-color:#FFF;
	padding: 10px 10px 10px 10px;


}
	
.fullcontentframe {
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 740px;
	height: auto;
	min-height:400px;
	margin: 10px 20px 10px 20px;
	
}



.CategoryHeader {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #039;
	font-size: 3em;
	font-weight:bold;
	
}


.floatright {
	float: right;
	text-align: right;
 }

.floatleft { 
	float: left;
	margin: 10px 10px 10px 10px;
	display: inline-block;
	background: inherit;
 }
 	




/* Footer */

#footer {
	width: 778px;
	background: url('images/footer_back.jpg');

	height: 50px;
	padding: 10px 10px 0px 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 29px;
	text-transform: uppercase;
	text-align: center;
	color: #E1F5A6;
}

#footer a {
	color: #333;
}


/* Menu */

#myMenu {
margin: 0;
padding: 0;
background: #E3EAFA;
height: 30px;
}

#myMenu ul {
margin: 0;
padding: 0;
height: auto;
width: auto;
border-style: none;
}

#myMenu li {
font-size: 15px;
height: auto;
width: auto;
}

#myMenu li a {
padding: 7px 15px 7px 15px;
text-decoration: none !important;
}

/** MENU */

.jquerycssmenu{
font: bold 12px Verdana;
height: 40px;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
border-top:1px solid #666;
border-bottom:1px solid #666;


background: url('images/back.jpg');
}

.jquerycssmenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: Left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 9px 3px 1px 20px;

margin-right: 3px; /*spacing between tabs*/


color:#013E7F;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding-top: 10px

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
padding: 0px 0px 0px 20px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 13px Verdana;
width: 160px; /*width of sub menus*/
background: #666; /*Background submenu Background color*/
color: white;
padding: 4px 5px;
margin: 0;
border-top-width: 0;



}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

background:#999; /*SubMenu Hover Color*/
color: #013E7F;
font-weight:bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right: 5px;

}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
