/* @override http://stirlingguesthotel.net/css/main.css */
/* coded by thadknowsweb.com 6/1/2009 */

/* @group reset */
ul,ol {list-style: none;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}


/* @end */

body {
	text-align: center
;
	background-image: url(../images/Grey%20wallpaper.jpg);
	background-repeat: repeat;
}

/* @group Layout */

#container {
	margin: 0 auto;
	width: 890px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #ffe1e1;
	background-image: none;
	background-repeat: repeat;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;

}

#header {
	float: left;
	width: 890px;
	text-align: left;
	background-image: url(../images/BlueGrey_banner2.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 280px;
}

#sub-header p{
	padding: 10px 20px 10px 10px;
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
}
.sub-footer {
	font-size: 14px;
	color: #333;
}


#main-navigation {
	width: 150px;
	float: left;
	clear: both;
}

#main-navigation ul li a{
	width: 150px;
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	color: #000;
	font: normal 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-image: none;
	background-color: #ffe1e1;
}

li#first {

}

li#last {

}

#main-navigation ul li a:hover{
	background: #ccf;
	width: 150px;
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	color: #00F;
	font: normal 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}


#content{
	float: left;
	text-align: left;
	width: 700px;
	padding: 20px 20px;
	color: #000;
	margin-top:0px;
	overflow: hidden;
	background-color: #ffe1e1;
}

#content h2 {
	margin-bottom: 10px;
	font: small-caps 24px Arial, Helvetica, sans-serif;
}

#content p {
		font: 12px Arial, Helvetica, sans-serif;
		margin: 5px 5px 10px 5px;
}

#content ul {
	margin-left: 20px;
}

#content ul li{
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	list-style-type: disc;
}

#content ul li{
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	list-style-type: disc;
}

#vid {
	float: right;
}

#cycleMe{
	height: 400px;
	width: 400px;
	float: right;
	clear: both;
	margin: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

#footer{
	float: left;
	text-align: center;
	padding: 20px 0px;
	width: 920px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	background-color: #ccc;
}

#footer p{
	font: 8px Arial, Helvetica, sans-serif;
	color:#000;
	margin-right: 30px;

}

/* @end */

#content a:link, a:visited, a:active {
	color: #993300;
	background: none;
}

#content a:hover {
	color: #df6300;
	background: none;
}

#content a img {
	padding: 10px;
}
