/*******************************************************
TITLE: Patti Walko
DATE: 20090401
AUTHOR: Javid Designs
*******************************************************/

/*--------------- main body ------------*/
/* The background color of #FFFFCC is light yellow, #444 is dk. grey. */
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #669999; color: #444; }
/* The background color of #000000 is black.*/
a {COLOR: #000000; text-decoration: none;}
a:visited {COLOR: #000000; text-decoration: none;}
/* The background color of #333 is light grey.*/
a:hover {COLOR: #333; text-decoration: underline;}
h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #FFFFCC url(images/bg_Marron.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
/* The background color of #FFFFCC is light yellow. */
background: #FFFFCC url(images/header.jpg) no-repeat;
height: 170px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
/* The background color of #FFFFCC is light yellow. */
color: #FFFFCC;
text-decoration: none;
}
#header h1 a:hover {
/* The background color of #000000 is black.*/
color: #000;
text-decoration: none;
}
#header h2 {
/* The background color of #eee is white/grey.*/
color: #eee;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}


/*This is to hide text in the body of the web pages.*/
#hideme { visibility : hidden;}

/* The background color of #FFFFCC is light yellow. */
#wrap { padding: 10px 10px 3px 10px; width: 740px; margin:20px auto; background: #FFFFCC;}

/*--------------------------- left side --------------*/
/* OLD... The background color of #CFDDFF is light blue.*/
/* The background color of #FFFFFF is white.*/
#left { float: left; width: 170px; display:block; background: #FFFFFF; margin-bottom: 10px; margin-top: 20px;}
#left a {COLOR: #640233; }
#left ul li{
	background:url(images/right_arrow.gif) repeat-x left bottom; height:22px; font-size:0; display:block;
	}
#left ul li.no{
	background:none; height:22px; font-size:0; display:block;
	}

/*  The background color of #FFFFFF is white, the text color of #660033 is Ayre Rhinehart Maroon. */ 
#left ul li a{
	background:url(images/navi_arerow.gif) no-repeat 0 0 #FFFFFF; color:#660033; font-weight:bold; font-size:12px;
	line-height:21px; padding:0 0 0 10px; display:block; text-decoration:none; height:21px;
	}


/*--------------left side Hover over links --------------*/
#left ul li a:hover{
	color:#2F2712; background-color:#FFFFCC;
	}

#left ul { padding: 5px 10px 10px 5px; margin: 0; }   /* top, right, bottom and left padding respectively */

/*--------------------- right side ---------------**/
#right a {COLOR: #000000; text-decoration: underline;}
/* The background color of #FFFF0B is bright yellow.*/
#right ul li a:hover{
	color:#2F2712; background-color:#FFFF0B;
	}
#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}

/*----------------------- footer ------------------*/	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
#footer a {COLOR: #000000; text-decoration: underline;}
#footer a:hover{ color:#2F2712; background-color:#669999; }