/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	float: none;
}
#header {
	width: 950px;
	color: #333;
	padding: 10px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(images/HighlandHeader.jpg);
}
#navigation {
	width: 970px;
	color: #333;
	padding: 0;
	margin: 0px 0px 5px 0px;
	background-color: #000000;
	height: 2em;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}
#menu {
	padding:0;
	margin:0;
	height:1.5em;
	list-style-type:none;
	vertical-align: middle;
	width: 950px;
	float: right;
}
#menu li {
	float:right;
	width:10.25em;
	height:2em;
	line-height:2em;
	position:relative;
	text-align:center;
	font-family: "Trebuchet MS", "Sans Serif";
	padding-left: 0px;
	font-weight: normal;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
#menu li a, #menu li a:visited {
	display:block;
	text-decoration:none;
	font-weight: normal;
	color: #999999;
}
#menu li a span, #menu li a:visited span {
	display:none;
}
#menu li a:hover {
	border:0; /* needed to trigger IE */
	color:#333333;
}
#menu li a:hover span {
	display:block;
	width:10.25em;
	height:2em;
	text-align:center;
	position:absolute;
	left:-1px;
	top:-1px;
	color:#FFFFFF;
	cursor:pointer;
}
#content {
	width: 960px;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px 0px 5px 0px;
	padding: 5px;
	height: 475px;
	background-color: #000000;
	overflow: auto;
}
#footer {
	width: 950px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	height: 70px;
	background-color: #000000;
	background-image: url(images/HighlandFooter.gif);
}
#contentcopybox    {
	float: right;
	width: 450px;
	height: 450px;
	background-image: url(images/TextBackground.gif);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: visible;
}
#contentpic {
	width: 470px;
	float: left;
	height: 470px;
}
#awardsbox {
	background-color: #0D0D0D;
	height: 130px;
	width: 410px;
	opacity: 50%;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:470px;
		height:470px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	position:relative;
	left:-30px;
	top:71px;
	z-index:1000;
	visibility: hidden;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
#awardslogo {
	float: left;
	height: 104px;
	width: 102px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 12px;
	padding-bottom: 14px;
}
#awardscopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	color: #CCCCCC;
	float: left;
	height: 130px;
	width: 270px;
	overflow: visible;
}
#modelhome {
	height: 465px;
	width: 955px;
	background-image: url(images/stoneridge.jpg);
	background-repeat: no-repeat;
}
#modellinks {
	float: left;
	height: 80px;
	width: 430px;
	margin-top: 355px;
}

