@charset "UTF-8";
/* CSS Document */

/*
	This CSS is property of 
	Alchemy Web Design, LLC.
	Developed by Jamie Wade
*/


/* ====  global styles ====*/

body {
	font-family:Georgia, serif;
	paddding: 0;
	background-color: #cccccc;
	padding-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


p, h1, h2, h3, h4, h5, h6, li {
	margin: 1ex 1em;
	
}

div#outerDiv {
	width: 770px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 1em;
}
.redText {
	color: #FF0000;
}
#sideBar img {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#outerDiv #content #mainContent img {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 40px;
	margin: 5px;
}
#sideBar  img.photo {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
}

#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #BFD73B;
}

#outerDiv a:hover, #outerDiv a:active {
	color: #000;
}

/*========== header============*/

div#header {
	position: relative;
	height: 160px;
	background-color: #FFFFFF;
	background-image: url(../images/header/banner.png);
	background-repeat: no-repeat;
}

/*============ contact link ==================*/

#outerDiv div#contactButton {

position: absolute;
left: 684px;
top: 0;
}

#contactButton a:link, #contactButton a:visited {
	height: 29px;
	width: 86px;
	display: block;
	text-indent: -1000em;
	background: url(../images/rollovers/contactRollover.png) no-repeat left top;
	border: none;
}
	
#contactButton a:hover, #contactButton a:active{
	background-position: left bottom;
}


/* ========== main menu ===============*/

#header #mainMenu {
	position: absolute;
	left: 320px;
	bottom: 0;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: "TrebuchetMS", sans-serif;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	line-height: 25px;
	background: url(../images/rollovers/menuRollovers.png) no-repeat left bottom;
	border: none;
}	
	
	
#mainMenu li a:hover, #mainMenu li a:active {
	color:  #000;
	background-position: left top;
}


#mainMenu li a.current {
	height: 25px;
	background: url(../images/rollovers/menuActiveRollover.png) no-repeat;
	color: #000;
	line-height: 25px;
}

#mainMenu li a.current:hover {
	cursor: default;
}
		
	
/* ========= main content ===========*/

#content div#mainContent {
	float: left;
	width: 430px;
	margin: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}	
	
	
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666666;
	margin: 1ex 0;
}
	
#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4,	{
	font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	margin: 0 0 .4ex 0;
}

#mainContent h2 {
	font-size: 1.2em;
	color: #3c3809;
	margin-top: 2ex;
	margin-right: 0;
	margin-bottom: 0.4ex;
	margin-left: 0;
}

#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0 0 1.4ex 0;
	font-weight: lighter;
}
#outerDiv #content #mainContent li {
	font-size: 0.9em;
}


/* ==== sideBar ==== */


#outerDiv #content #sideBar {
	width: 265px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aaa;
	float: right;
	margin: 0;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 0 3ex 0;
}

#sideBar h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	color: #000;
	margin: 1ex 0 .5ex 0;
}



/* ====== footer ===== */

	
div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px;
}



#footer p {
	font-family: "Trebuchet MS", sans Serif;
	font-size: .75em;
	color: #fff
	margin: 0;
	padding: 0;
	text-align: center;
}


#footer a {
	color: #fff;
	text-decoration: none;
}
	


/*========== miscellaneous styles =====*/

.clear { clear: both }	
	
		
#outerDiv #content #sideBar #greenFlower {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.checkOutColor {
	color: #000066;
}
