/*
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;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */



.col_header h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #003;
	text-transform:uppercase;
}


.col_header h1 {
	font-size: 2em;
}

.col_header h2 {
	font-size: .9em;
	letter-spacing:.5em;

}

.col_header h3 {
	font-size: 1.2em;
}




.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#eee;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}


/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:220px;
	margin-left: -40px;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500
}

