/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul, ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;}


h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin:0;
	padding:0;
	color: #49560A;
}
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}


/*accessibility*/
.access {
	display: none;
}
#skiplinks {	
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}

/*Main page elements*/
body {
	margin: 0px;
	padding: 0px;
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/wood-background.jpg);
	background-repeat: repeat;
}#container {
	padding: 0px;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top-container {
	background-image: url(images/hawk-experience-topa.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 970px;
}
#logo {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	height: 185px;
	background-image: url(images/hawk-experience-topb.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-container {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 970px;
	height: auto;
}
#sidebar {
	width: 190px;
	padding-left: 40px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 80px;
	background-image: url(images/menu-background.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}
#menu  {
	padding-top: 30px;
	padding-bottom: 20px;
}
#menu li  {
	margin-bottom: 5px;
}
#menu li a  {
	color: #49560a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #F90;
}
#menu li ul {
	padding-top: 5px;
	padding-left: 10px;
}
#menu li ul li a {
	font-size: 14px;
	color: #F90;
	font-weight: bold;
}
#menu li ul li a:hover {
	font-size: 14px;
	color: #4574C6;
}
#menu .selected{
	color: #F90;
}



#banners li {
	margin-bottom: 10px;
}



#content {
	float: right;
	width: 615px;
	padding-right: 75px;
	background-image: url(images/page-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 40px;
	padding-bottom: 120px;
}



#content h1 {
	font-size: 30px;
	color: #49560A;
	font-weight: normal;
	margin-bottom: 30px;
	padding-left: 40px;
}

#content h2 {

font-size: 20px;
margin-bottom:20px;
color: #49560A;
font-family: verdana;


}

#content h3 {
margin-bottom:20px;
color: #49560A;
font-weight: normal;

}

#content p {
	margin-bottom: 20px;
	font-family: verdana;

}
#content p a {
	color: #F90;
	text-decoration: none;
}
#content p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
}
#content form {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content form fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
#content form ol {
	padding: 0px !important;
	list-style-type: none !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content form ol li {
	font-size: 1em;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content form ol li label {
	vertical-align: middle;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	text-transform: none;
	color: #49560A;
}
#content form ol li label em {
	text-transform: uppercase;
	font-weight: bold;
	color: #FF0000;
}
#content form ol li input.text {
	font-size: 100%;
	width: 400px;
	color: #666666;
	padding: 2px;
}
#content form ol li textarea.text {
	font-size: 100%;
	padding: 2px;
	width: 400px;
	color: #666666;
}
#content form select {
	padding: 2px;
	color: #666666;
	font-size: 100%;
}
#content form fieldset legend {
	text-transform: lowercase;
	font-weight: normal;
	font-size: 22px;
	color: #49560A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#content form fieldset legend span {
}
#content form fieldset.submit ol li {
	color: #333333;
	font-size: 1em;
	font-weight: bold;
}
#content form fieldset.submit ol li input {
}
#content form ol li label.checkbox-label {
	display: inline;
	vertical-align: bottom;
	margin:0;
	padding-left: 2px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#content ol li input.checkbox {
	vertical-align: bottom;	
	margin:0;
	padding:0;
	display: inline;
}
#content p em {
	color: #F00 !important;
	font-style: normal;
	font-weight: bold;
}
#content p#validation {
	padding: 10px !important;
	border: 1px solid #CCCCCC;
	background-color: #EFF3F4;
	color: #F00 !important;
	margin-bottom: 30px;
	width: 398px;
}

#content blockquote p {
color:#666666;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.0em;
font-style:italic;
line-height:150%;
margin-bottom:1.4em;
text-indent:-0.5em;
}

#content hr
{
width: 300px
text-align: center;
}

#content ul 
{
list-style-position:inside;
list-style-type: disc;
margin-left: 20px;
margin-bottom: 20px;
}
#content li
{

}




#sidebar h3 {
	margin-bottom: 20px;
}

#sidebar h2 {
	margin-bottom: 20px;
}

#sidebar p img {
	background-color: #fff;
	padding: 5px;
}


#sidebar p {
	margin-bottom: 20px;
}
#sidebar p a {
	color: #F90;
	text-decoration: none;
}
#sidebar p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F90;
}




#footer-container {
	margin: 0px;
	clear: both;
	width: 925px;
	text-align: right;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
#footer-container a {
	color: #F90;
	text-decoration: none;
}
#footer-container a:hover {
	color: #000;
}






#gallery-page #content ul {
	width: 615px;
	padding: 0px !important;
	margin: 0px -30px 0px 0px !important;
	overflow: hidden;
}
#gallery-page #content ul li {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style: none !important;
	padding: 0px;
	min-height: 160px;
	text-align: center;
}
#gallerys-page #content ul li:hover {
	border: 1px solid #F90;
}
#gallery-page #content ul li a img{
	height: inherit;
	
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}


#standard-page #content img{
	
	margin-left: auto;
	margin-right: auto;
	display: block;
}


#home-page #content img {
display:block;
margin-left:auto;
margin-right:auto;
}


























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

