/*********************/
/* BASIC */
/*********************/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	/* background-image: url(../images/bg/bg_gradient_grey.jpg); */
	/* background-image: url(../images/bg/bg_gradient_grey_2.jpg); */
	/* background-image: url(../images/bg/bg_gradient_grey_3.jpg);  */
	/* background-image: url(../images/bg/bg_gradient_grey_3.jpg);  */
	background-repeat: repeat-x;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}
/*********************/
/* THESE STYLES WERE INSIDE DOCUMENT */
/*********************/
#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 1px;
}
/*
#wrapper2 {
	background-color: #FFFFFF;
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
*/
#sidebar {
	float: left;
	width: 160px;
	margin-top: 10px;
}
#sidebar h3 {
	background-color: #FFFFFF;
	width: 160px;
	font-size: 11px;
	color: #D12730;  
	font-weight: bold;
}
#main h3 {
	/* color: #FF6600; */   /* bright orange */
	color: #E5C758; /* yellow */
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	/* background: url(../images/bg/bg_h2_red_3.gif) repeat-x left bottom; */
	background: url(../images_new/bg/bg_h2_yellow.gif) repeat-x left bottom;
}
#main h4 {
	color: #000000;   /* bright orange */
	font-size: 1.4em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
}
#main img.header_img {
	padding: 0px;
	margin-top: 10px;
}
/* added april 9 2007 */
/* ===========================  */

#main a {
	color: #D12730;  /* red */
	text-decoration: underline;
	font-weight: normal;
}

#main a:hover {
	color: #D12730;  /* red */
	text-decoration: none;
	font-weight: bold;
}

/* ===========================  */
#secondary{
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#secondary h5{
	font-size: 1.2em;
	font-weight: bold;
	/* color: #D5A364; */  /* taupe */
	color: #D12730;   /* red */
}
#secondary p{
	font-size: 11px;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	margin: 0px;
	padding: 0px;
	background: url(images/bg/banner_bg.jpg) repeat-x left top;
	position: relative;
	border: 1px solid #CC0000;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-bottom: 0px;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 11px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #294E56;
	padding: 2px 2px 2px 3px;
	width: 8em;
	margin-left: 2px;
	border-right: 1px solid #73AFB7;
	border-bottom: 1px solid #73AFB7;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
	background: #73AFB7;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	color: #FBEF99;
}

#logo {
	background: #CCCCCC no-repeat right top;
	height: 100px;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	/* border-top: 1px dashed #E9E9E9; */
}
#news li {
	display: inline;
}
#news .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dashed #E9E9E9;
	color: #000000;
	line-height: 110%;
	/* background: #FFFFFF; */
	background: #E5C758;  /* yellow bg */
	/* removed bg image from here */
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
	height: 1px; 
}

#news a:hover {
	color: #000000;
	background: #FFFFFF;
	/* background-image: url(images/bg/bg_link_h.png); */
}

/*********************/
/* SIDEBAR -- added news2 */
/*********************/
#news2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 1.2em;
	/* border-top: 1px dotted #E9E9E9; */
}
#news2 li {
	display: inline;
}
#news2 .title {
	font-weight: bold;
	display: block;
	color: #666666;
}
#news2 a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #E9E9E9;
	color: #000000;
	line-height: 110%;
	background: #FFFFFF;
	/* removed bg image from here */
}
/* hack for IE 6 < to make entire block clickable */
* html #news2 a {
	height: 1px; 
}

#news2 a:hover {
	color: #000000;
	background: #E9E9E9;
	/* background-image: url(images/bg/bg_link_h.png); */
}


/*********************/
/* MAIN */
/*********************/
h1 {
	/* color: #99CC00; */  /* lime green */
	/* color: #EA5E00; */  /* pumpkin orange */
	color: #FF6600;  /* bright orange */
	margin-top: 10px;
	font-size: 2.0em;
	border-top: 4px solid #D12730;
	line-height: 100%;
}
.section {
	display: inline;
	color: #666666;
	font-weight: bold;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

.floatLeft {
	float: left;
	margin: 5px 15px 2px 0px;
}
img.floatLeft {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 1.2em;
	/* font-size: 1.6em; */
}
h2 {
	color: #FF6600;   /* bright orange */
	font-size: 1.7em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	/* background: url(../images/bg/bg_h2_red_3.gif) repeat-x left bottom; */
	background: url(../images_new/bg/bg_h2_yellow.gif) repeat-x left bottom;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	width: 755px;
	background-color: #666666;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*****************************/
/* MAIN NAV */
/*****************************/
#navwrapper
{
	/*  width: 100%; */
	/*  change this back to 100 percent after testing */
	/* width: 1024px; */
	height: 23px;  /*  disable this for testing */
	/* changed height to same height as a tag */
	/*  height: 1.6em; */
	/* also changed padding to same height as a tag */
	/*  padding: 0.2em 12px; */
	/* remove the height after testing */
	background-color: #F28F2A;   /* lime green */
	/* background-color: #EA2433; */  /* bright red */
	/* *** change this back after testing */
	/* background-color: #F28F2A;  */  /* pumpkin orange */
	margin: 0px;
}

#navcontainer
{
	width: 760px;
	/*  background-color: #99CC00;  */   /* lime green */
	/*  background-color: #EA2433;  */  /* bright red */
	background-color: #F28F2A;  /* pumpkin orange */
	margin: 0px auto;
	/* height: 50px; */ /* temporary */
}

#navcontainer ul li { display: inline; }

#navcontainer ul
{
padding: 0 0 0 50px;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: 1em;
letter-spacing: 2px;
font-weight: bold;
}

#navcontainer ul li a
{
padding: 0.2em 12px;
/* background-color: #99CC00; */   /* lime green */
background-color: #F28F2A;  /* bright red */
/*  change the following back to ORANGE after testing */
/*  background-color: #F28F2A; */  /* pumpkin orange */ 
color: #FFFFFF;
text-decoration: none;
float: left;
border-right: 1px solid #94B473;
height: 1.6em;
}

#navcontainer ul li a:hover
{
background-color: #000000;
color: #FFFFFF;
}

/*
img.logobug{
	background-position: 10px 200px;
	border: none;
	position: relative;
	top: 30px;
	left: 5px;
}
*/
img.logobug{
	background-position: 10px 200px;
	border: none;
	position: relative;
	top: 40px;
	left: 5px;
}

#slogan
{
	display: block;
	width: 500px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
#logoname{
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* from logo template site */
/* http://angliawebdesign.co.uk/index.html */

.footer1{
	clear: both;
	height: 58px;
	width: 760px;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	padding-top: 10px;
}
.footer1 p {
	/* color: #000000; */
	color: #FFFFFF;
}
.footer1 a {
/* color: #FFFFFF; */
color: #E5C758; /* yellow text */
text-decoration: none;
margin:5px 5px 0px 5px;
background: inherit;
}

/* ****************** */
/*  edited this july 16 2007 */
/*********************/

.footer1 a:link {
/* color: #FFFFFF; */
color: #E5C758; /* yellow text */
text-decoration: none;
}
.footer1 a:visited { 
color: #E5C758; /* yellow text */
/* color: #FFFFFF; */
text-decoration: none;
} 
.footer1 a:hover {  
color: #FFFFFF; /* white text */
/*  color: #E5C758; */ /* yellow text */
text-decoration: underline;
}
.footer2{
background-image:url("../images/footer2.gif");
height:46px;
width:716px;
}
/*********************/
/* STYLES BELOW WERE ADDED FROM */
/* WORDPRESS TEMPLATE 11567 */
/*********************/

.right_head {
	vertical-align:top;
	width:181px;
	background-color:#E9E9E9;
}
.sub_right_head {
	padding:8px 10px 6px 12px;
	color:#484848;
	font-size:11px;
	font-family:georgia, Arial, tahoma;
	text-transform:uppercase;
	font-weight:bold;
}
.sub_cats {
	padding:15px 0px 15px 1px;
}
.sub_cats ul {
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}
.sub_cats li {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background:url(images/li_bg.jpg) left center no-repeat;
	vertical-align:top;
	line-height:15px;
}
.sub_cats ul li a {
	text-decoration:none;
	font-size:10px;
	color:#909090;
	font-family:arial, tahoma, times new roman;
	padding:0px 0px 0px 12px;
}
.sub_cats li a:hover {
	text-decoration:underline;
}

/*****************************/
/* rounded box */
/* BulletProof p.112 */
/*****************************/
.box {
	width:160px;
	background-image: url(../images_new/green_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box h4 {
	font-size: 14px;
	background-image: url(../images_new/green_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000000;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.box ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.box ul li{
	margin: 0px 0 6px;
	padding: 0;
}
.box ul li a {
	text-decoration:none;
	font-size:11px;
	color:#000000;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.box ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

/*****************************/
/* rounded box  DARK GREY */
/* BulletProof p.112 */
/*****************************/
.box_dkgrey {
	width:160px;
	background-image: url(../images_new/grey_dk_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CCCCCC;
}
.box_dkgrey h4 {
	font-size: 14px;
	background-image: url(../images_new/grey_dk_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box_dkgrey ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.box_dkgrey ul li{
	margin: 0px 0 6px;
	padding: 0;

}
.box_dkgrey ul li a {
	text-decoration:underline;
	font-size:11px;
	color:#FFFFFF;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.box_dkgrey ul li a:hover {
	color:#99CC00;
}



/*****************************/
/* rounded box  DARK GREY */
/* BulletProof p.112 */
/*****************************/
.box_ltgrey {
	width:160px;
	background-image: url(../images_new/grey_LT_bottom_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #CCCCCC;
}
.box_ltgrey h4 {
	font-size: 14px;
	background-image: url(../images_new/grey_LT_top_rounded_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.box_ltgrey ul{
	margin: 0px;
	padding: 14px 10px 14px 10px;
	list-style: none;
}
.box_ltgrey ul li{
	margin: 0px 0 6px;
	padding: 0;

}
.box_ltgrey ul li a {
	text-decoration:underline;
	font-size:11px;
	color:#666666;
	font-family:arial, tahoma, "times new roman";
	padding:0px 0px 0px 12px;
}
.box_ltgrey ul li a:hover {
	color:#000000;
}
