/* CSS Document */

html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; }

/* =body */
body { 
	width : 750px;
	font : 76%/150% Tahoma, Verdana, Arial, sans-serif; 
	background-color : #fff; 
	margin-left : auto;
	margin-right : auto;
	text-align : left;
}


a:link { 
	color : #990033;
	text-decoration : none; 
}

a:visited { 
	color : #993300;
	text-decoration : none;
}

a:hover { 
	color : #CC3300; 
	text-decoration : underline; 
}

a:active { 
	color : #CC3300; 
	text-decoration : underline; 
}

img, img a { 
	border : none; 
}

div#head {
	width : 100%;
}

div#Homelogo {
	float : left;
	width : 115px;
	padding-right : 10px;
	border-right : 1px dashed #660033;
}

div#Homenav {
	float : right;
	width : 624px;
	text-align : center;
}


/* =content*/

div#content {
	clear : both;
	width : 750px;

}

div#Hometitle {
	clear : both;
	width : 750px;
	text-align : center;
	

}

div#gridHead{
	width : 380px;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;
}

div#HomecolumnLeft {
	float : left;
	width : 380px;
	padding-bottom : 10px;
}

div#HomecolumnRight {
	float : right;
	width : 360px;
	border-left :  10px solid white;
	padding-bottom : 10px;
	
	
}


div#grid{
	width : 380px;
}

div#box1 {
	background-color : #9fb47e; 
	border-bottom : 10px solid white;
	padding : 10px;
	font : 90%/100% Tahoma, Verdana, Arial, sans-serif;
}

div#box2 {
	background-color : #e5a288; 
	border-bottom : 10px solid white;
	padding : 10px;
	font : 90%/100% Tahoma, Verdana, Arial, sans-serif;
}

div#box3 {
	background-color : #9fb47e;
	padding : 10px;
	font : 90%/100% Tahoma, Verdana, Arial, sans-serif;

}

div#box4 {
	clear : both;
	width : 730px;
	background-color : #ddbe6e;
	padding : 10px;
	font : 90%/100% Tahoma, Verdana, Arial, sans-serif; 
	margin-bottom : 10px;
}

.box5 { padding : 10px; }

div#CallToAction {
	width : 100%;
	background-color : #f2d077;
	text-align : center;
	
}

.callout {
	font : 85%/100% Tahoma, Verdana, Arial, sans-serif;
	font-weight : bold;
	color : #CB6E62;
	padding-bottom : 20px;
	
}

#animQuotes {
	padding-left : 10px;;
	padding-top : 10px;
	padding-bottom : 10px;

}

#animHead {
	width : 100%;
	background-color : #f2d077;
	text-align : center;
	font-weight : bold;
	color : #730c3d;
	font-size : 110%;
	padding-top : 5px;
	padding-bottom : 5px;
}

#anim {
	background-color : #f2d077;
	margin-bottom : 10px;
	
}

#QuoteStyle2 {
   	float : left;
	color: #730c3d;
	background-color : #f2d077;
    height: 120px;
	padding-top : 20px;
	padding-bottom : 0;
	padding-left : 15px;
	padding-right : 15px;
	margin : auto;
}

#quotes {
    display: none;
}

.typicalQuoteStyle {
    color: #730c3d;
	background-color : #f2d077;
    height: 120px;
	padding-bottom : 20px;
	padding-left : 40px;
	padding-right : 40px;
	margin : auto;
}
	
	
.typicalQuoteStyle2 {
    color: #730c3d;
	background-color : #f2d077;
    height: 120px;
	padding-bottom : 0;
	padding-left : 15px;
	padding-right : 15px;
	margin : auto;
 }
 
 .attributes {
	font-size : 90%;
	font-style : italic;
	text-align : right;
	margin-top : 0;
}
