/* CSS Document */

/* Basic Elements----------------------------------------------------------------------------- */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000066;
}

body {
	margin:0px;
	padding:0px;
	background-color:#97B3D7;
}

div#center-in-ie
{
	width: 100%;
	text-align: center;
}


/* Layout --------------------------------------------------------------------------------- */

div#container {
	width:770px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}	

div#topbar {
	width:770px;
	height:22px;
	margin:0 auto 0 auto;
	text-align:left;
	background-image:url(../images/topbarblue.jpg);
	background-repeat:repeat-x;
}	

div#content {
	width:693px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
	margin-top:8px;
	border: 3px solid #4D6649;
}

div#border {
	width:691px;
	height:180px;
	text-align:left;
	background-color:#FFFFFF;
	position:relative;
	margin-top:4px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

div#pic {
	width:681px;
	height:185px;
	margin:4px;
}	

div#menu {
	width:693px;
	height:24px;
	background-color:#419F2F;
	margin-top:1px;
	text-align:right;
}	

div#welcome {
	width:450px;
	height:auto;
	margin-top:25px;
	margin-left:40px;
	margin-right:20px;
}
div#rightcolumn {
	width:120px;
	height:auto;
	margin-top:25px;
	margin-left:20px;
	margin-right:35px;
	float: right;
	background-image: url(../images/sideblue.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	border-top-color: #4D6649;
	border-left-style: groove;
	border-left-width: thin;
}

.welcomeimage {
	float:left;
	height:200px;
	margin-right:6px;
}	
		
.border-bottom {
	width:693px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9B9B9B;
}

div#servicecontent {
	width:650px;
	height:200px;
	margin-left:30px;
	margin-right:40px;
	margin-top:21px;
	background-image: url(../images/bluebox.jpg);
	background-repeat: no-repeat;
	
}				
div#dish {
	width:640px;
	height:150px;
	margin-top:21px;
	margin-bottom:10px;
	margin-left: 10px;
}	

div#dish div.service {
	width:151px;
	float:left;
}	


.text {
	color:#122851;
}	


/*
p:first-letter {
	font-style: italic;
	font-size: 150%;
*/


.text-bold {
	color:#4D6649;
	font-weight:bold;
}	

.bottom-bar {
	width:770px;
	height:65px;
	background-color:#4D6649;
	text-align:center;
	margin-top:20px;
	color: #FFFFFF;
	background-image: url(../images/botbar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}	


.footer-text {
	font-size:10px;
	color:#FFFFFF;
	padding-top:10px;
}


div#pic1 {
	float:left;
}	

.headright {
	padding:10px 10px 6px 6px;
	width:280px;
	float:right;
}	
	
.font {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333300;
}

.menu-margin {
	margin-left:258px;
}	

.menu-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#FFFFFF;
	padding-right:18px;
	padding-left:18px;
	height:18px;
	float:left;
	padding-top:6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4C6649;
		
}	

.link {
	color:#ffffff;
	font-size:11px;
	text-decoration: none;
	
}
.link:hover {
	text-decoration: none;
	color:#7F4900;
}

.footer-link {
	color:#ffffff;
	font-size:10px;
	text-decoration: none;
	
}
.footer-link:hover {
	text-decoration: underline;
	
}

div#address {
	width:250px;
	height:auto;
	margin-top:10px;
	margin-left:40px;
	float: right;
}

div#complylabels {
	width:150px;
	height:auto;
	margin-top:10px;
	margin-right:20px;
	float: right;
	margin-right: 20px;
	color:#FFFFFF
}

#complylabels a:link, 
#complylabels a:visited, 
#complylabels a:hover { 
color: #ffffff; 

} 
div#siteby {
	width:150px;
	height:auto;
	margin-top:10px;
	margin-left:20px;
	float: left;
	color:#FFFFFF
}

#siteby a:link, 
#siteby a:visited, 
#siteby a:hover { 
color: #ffffff; 

} 
