/*------- colors ---------
red:	#cd2a3e
green:	#199d5c
pink:	#f388b3
blue:	#2a6790
tan:	#fcdb95
--------------------*/

/*------- main tags -------------*/

body {
/*	background-color:#2a6790; */
	background-image: url(images/carpet_texture.png);
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

/*------- content wrappers-----------*/

#wrapper{
	width: 770px;
	background-color:#FFFFFF;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	vertical-align: middle;
}
/*
 * wrapper used for pages with left navigation
 */
#wrapper2{
	width: 770px;
	background-color:#eeeed0;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	vertical-align: middle;
}

/*---------- banner --------------*/

#banner{
height: 86px;
background-image:url(images/top.png);
/*background-repeat:no-repeat;*/
}

#banner h1{
	font-size: 9%;
	font-style:italic;
	margin-top: 65px;
	margin-right:80px;
	padding:0;
	margin-bottom:0;
	float:right;
	color:#000000;
}

/*------- horizontal navigation-----------*/
#hmenu{
border-bottom: 1px solid #000000;
font-size: 90%;
font-weight: bold;
}

#hmenu ul{
padding: 0;
margin: 0;
background-color: #199d5c;
font-size: 90%;
font-weight: bold;
}

#hmenu ul li{
background-color: #199d5c;
display: inline;
font-weight: bold;
padding: 0;
margin: 0;
}
#hmenu ul li a{
font-size: 90%;
font-weight: bold;
color: #FFFFFF;
background-color: #199d5c;
text-decoration: none;
padding: 0 25px 0 25px;
border-left: 1px solid #000000;
text-align: center;
/*width: 9em;*/
}

#hmenu ul li a:hover, #hmenu ul li a:focus{
background-color: #E3E3C6;
color: #000000;
font-weight: bold;
}

#hmenu p{
	font-size: 90%;
	background-color: #199d5c;
	font-weight:bold;
	margin:0;
	padding: 0 25px 0 25px;
	display: inline;
	color: #FFFFFF;
}

/*------- left pictures holder*/
#pixcol{
	font-size:80%;
	float: left;
	margin-left: 24px;
	margin-top: 10px;
	background-image: url(images/reading.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:350px;
}

#pixcol a {
color: #663366;
}
#pixcol a:visited {
color: #993300;
}

/*------- left navigation ---------*/

#menucol{
	float: left;
	background-color: #FFFFCC;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin-top: 22px;
	margin-left: 10px;
	/*width: 168px;*/

}

#menucol a, #menucol a:visited{
	background-color: #E3E3C6;
	border-bottom: 1px solid #000000;
	color: #000000;
	display: block;
	font-size: 80%;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	width: 136px;
}

#menucol a:hover, #menucol a:focus{
	background-color: #333333;
	color: #FFFFFF;
	list-style-type: none;
	margin: 0;
	text-decoration: none;
}

#menucol li{
	background-color: #199d5c;
	line-height: 125%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 168px;*/
}

#menucol ul{
	background-color: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*width: 168px;*/
}

#menucol p{
	font-size:80%;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:3px;
	border-bottom: 1px solid #000000;
	/*width: 168px;*/
}

/*------- inline logo -------------*/
.illogo{
 display: inline;
 position: relative;
 top:5px;
}

/*------- content divs ------------*/
#content{ 
 margin: 0;
 padding: 0;
 margin-left: 166px;
 background-color:#FFFFFF;
 font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
}

#content p{
 font-size: 120%;
 margin: 20px;	
 line-height: 170%;
}

/* huge green italic serif head */
#content h1, #content2 h1{
font-size: 200%;
font-weight:bold;
font-style:italic;
color: #199d5c;
padding: 0;
margin: 20px;
}

/* big blue head */
#content h2, #content2 h2{
font-size: 140%;
font-weight:bold;
color: #2a6790;
padding: 0;
margin: 20px;
}

/* small blue centered */
#content h3, #content2 h3{
font-size: 120%;
color: #010066;
padding: 0;
margin: 20px;
margin-top: 32px;
}

/* small green sans head */
#content h4, #content2 h4{
font-size: 140%;
font-weight:bold;
font-style:italic;
font-family:Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
border-bottom:#199d5c 1px solid;
color: #199d5c;
padding: 0;
margin: 20px;
margin-top:24px;
}

#content li, #content2 li{
font-size: 120%;
line-height: 130%;
margin-left: 20px;
margin-right: 20px;
}

#content a, #content2 a{
color: #993300;
}
#content a:visited, #content2 a:visited{
color: #663366;
}


/*
 * content div used for pages with left navigation
 */

#content2{
 margin: 0;
 padding: 0;
 margin-left: 166px;
 background-color:#CCCCCC;
 font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
}

#content2 p{
 font-size: 120%;
 margin: 20px;	
 margin-top: 0px;
 line-height: 240%;
}

/*------- special quote --------*/
.stressedquote {
 font-size: 200%;
 font-style: italic;
 padding: 20px;
 line-height: 170%;
 background-color: #fcdb95;
 border: 1px solid;
}

/*------- testimonials --------*/

.tquote{
 font-size: 100%;
 font-style: italic;
 padding-left: 30px;
 padding-right: 30px;
}

.tcite{
 font-size: 100%;
 font-style: italic;
 padding-left: 300px;
}

/*------- container -----------*/

.container{
width:99%;
float: right;
background-image: url(images/daisy.png);
background-repeat: no-repeat;
background-position: top right;
background-color:#FFFFFF;
}

.container table{
	vertical-align: top;
}
.container td{
	vertical-align: top;
	margin: 0;
	line-height:180%;
}

/*------- w/g table heads -------*/

.woghead{
 text-align: center;
 background-color: #199d5c;
 color: #ffffff;
 font-size: 140%;
 font-weight:bold;
 font-style:italic;
 font-family:Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}

/*------- footer ----------------*/
#footer{
	clear:both;
	border-top: 1px solid #000000;
	background-color: #000000;
	text-align: right;
}
#footer ul{
padding: 0;
margin: 0;
background-color: #010066;
}

#footer ul li{
display: inline;
padding: 0;
margin: 0;
}
#footer ul li a{
	font-size: 90%;
	color: #FFFFFF;
	background-color: #010066;
	text-decoration: none;
	padding: 0 25px 0 25px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;	
}

#footer ul li a:hover, #footer ul li a:focus{
background-color: #E3E3C6;
color: #000000;
font-weight: normal;
}

#footer a{
font-size: 90%;
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
padding: 0 25px 0 25px;
border-right: 1px solid #000000;
text-align: center;
width: 5em;
}
#footer p{
	font-size: 90%;
	background-color: #FF9966;
	font-weight:bold;
	margin:0;
	padding: 0 25px 0 25px;
	display: inline;	
}
/*------- designer info ---------*/
#credit{
	color: #FFFFFF;
	text-align: right;
	margin:0;
	padding:0;
}
#credit a{
color: #ff9933;
}
#credit p{
font-size: 70%;
color: #ffffff;
text-align:center;
	margin:0;
	padding:0;
}

/*------- functions ---------*/
.redtext {
font-size:70%;
}

.leftimage{
float: left;
margin-right: 10px;
/*border: 1px solid #000000;*/
}

.rightimage {
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

.center {
text-align:center;
font-size:80%;
}

.clearit{
clear: both;
display: block;
}

.caption_image{
float: right;
margin-right: 10px;
font-size:80%;
color:#333333;
}
.caption_image h5{
padding:0;
margin:0;
font-size:80%;
font-weight:normal;
}

.indent {
margin-left:320px;
text-align:left;
}
