/* Mint Chocolate Chip - (c) 2006 andrewstrojny.com */

/* You may use this CSS and use its techniques in your own projects, but keep in mind the unique combination of images, colors, sizes, typography, and positioning ("the design") is copyright (c) 2006 Andrew Strojny */ 

/* Enjoy! */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #768082;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	margin-top:10px;
	background: url(/images/header.jpg) ;
	height:109px; 
	}

#header h1 {font-size:36px; color:#D44C02; font-weight:bold; font-family:'Franklin Gothic Medium', Arial; margin-left:29px; padding-top:20px}

.phoneText { float:right; font-size:36px; line-height:38px; color:#4a4a4a; font-family:'Franklin Gothic Medium', Arial;  padding-right:18px; margin-top:60px}

#maincontainer {
	float: left;
	width : 760px;
	background: url(/images/container.jpg) repeat-y;
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}


.content {
	float: right;
	width: 525px;
	margin-left:-5px;
	margin: 0 20px 10px 0px;
	}
	
#content_full {
	float: center;
	width: 750px;
	margin-left:-5px;
	padding: 0 0 10px 40px;
	}

#newsbox {
	float: right;
	width:160px;
	margin-right:35px;
	padding: 5px 0 0 0;
	}

#articlesbox {
	float: left;
	margin-left:25px;
	width:170px;
	margin-top: 10px;
	border-right: 1px solid #768082;
	}
	
.innernews {
	width: 150px;
	margin: 0 40px 0 0;
	padding: 10px 10px 10px 10px;
	background: #FFFFFF;
	}

img {border:1px solid #ccc}

.mainphoto {margin-left:7px; margin-top:5px}

/* ----- Navigation -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner {
	float: left;
	width: 743px;
	height: 35px;
	background: #D48f56;
	border-top: 2px solid #ac9e52;
	border-bottom: 2px solid #ac9e52;
	}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}
	
#nav li a {
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 4px 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F1F7EE;
	border-bottom: 2px solid #e4976e;
	border-right: 2px solid #e4976e;
	
	}
	
#nav li a:hover {
	color: #FFFFFF;
	border-bottom: 2px solid #e4976e;
	border-right: 2px solid #e4976e;
	background: #cbbb60;
	
	}
	
#nav li a.active {
	color: #FFFFFF;
	background: #cbbb60;
	margin-left:-13px;
	border-bottom: 2px solid #e4976e;
	border-right: 2px solid #e4976e;
	}
	

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	font-size:13px;
	color: #444444;
	line-height: 17px;
	}

#content ul {
	padding-left:25px;
	}

h1 {
	padding-top: 10px;
	font-size: 16px;
	color:#D44C02; 
	}

h2 {
	font-size: 12px;
	color:#D44C02; 
	}

#innernews p {
	padding: 0 5px;
	font-size: 11px;
	line-height: 13px;
	}

#innernews a:visted {
	color: #d68e67;
	}
	
#content_articles ul {
	padding-left: 25px;
	}
	
#articlesbox h2 {
	padding-left: 7px;
	}
	
#articlesbox p {
	padding-left: 10px;

	}
	
/* ----- Links ----- */

a {
	color: #6CAB54;
	text-decoration:none
	}

a:visited {
	color: #d68e67;
	}

a:hover {
	color: #cbbb60;
	}

#footer_links a {
	color: #cbbb60;
	text-decoration: none;
	}

#footer_links a:visited {
	color: #cbbb60;
	text-decoration: none;
	}

#footer_links a:hover {
	color: #d68e67;
	text-decoration: underline;
	}



/* ------ Footer ----- */

#footer {
	background-image:url(../images/footer.jpg);
	height:32px;
	width:730px;
	text-align: center;
	clear:both;
	font-size: 9px;
	color: #4a4a4a;
	padding:0px 20px
	}
	
	
#footer_links {
	text-align: center;
	clear:both;
	font-size: 9px;
	color: #4a4a4a;
	}

	