/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
body 
{
	background:url(/img/bg_site.jpg) #8bb247 repeat-x;
	margin:0 auto;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
h1
{
	color:#004400;
	font-size:21px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:12px;
}
h2
{
	color:#004400;
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;
}
h3
{
	color:#004400;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:2px;
}
a:link, a:visited {
	color:#005500;
}
a:hover {
	color:#008800;
}
ul
{
	margin-left:20px;
	margin-top:0px;
}
ol
{
	margin-left:25px;
	margin-top:0px;
}
ol li
{
	margin-top:5px;
}
p
{
	margin-top:0px;
	margin-bottom:12px;
}
#Wrapper 
{
	width:900px;
	margin:0 auto;
}
#Header
{
	width:900px;
	height: 152px;
	background:url(/img/bg_header.jpg) no-repeat #ffffff;
	position:relative;
}
#Body
{
	width:880px;
	min-height: 500px;
	background:url(/img/bg_body.jpg) no-repeat #ffffff;
	padding: 10px;
}
#Banner
{
	width:880px;
	height:270px;
	margin:0px 0px 10px 0px;
	background:#000000;
	position:relative;
}
#FlashBanner
{
    width:880px;
    height:200px;
    position:absolute;
    bottom:-13px;
    left: 0px;
    z-index:100;
}
#Nav
{
	text-align:right;
	position:absolute;
	bottom:1px;
	right:9px;
}
#Nav a
{
    float:left;
    margin-right:1px;
}
#Footer
{
	color:#4b6121;
	padding:10px;
	font-size:10px;
	text-align:center;
}
#Footer a:link, #Footer a:visited
{
	color:#4b6121;
	text-decoration:none;
}
.Special
{
	background: #fafade;
	padding:10px;
	border: 1px solid #958900;
	margin-bottom: 13px;
}
.Special h2
{
	font-size: 16px;
}
.Special p
{
	font-size: 12px;
	border-top:1px solid #bcb88b; 
	margin: 5px 0px 0px 0px;
	line-height: 130%;
	padding-top: 6px;
}
.ColumnLeft
{
	padding:10px 20px 10px 10px;
	font-size:12px;
	border-right: 1px solid #daf593;
}
.ColumnRight
{
	padding:10px 10px 10px 20px;
	width:220px;
	font-size:11px;
	border-left: 1px solid #7fbc32;
}
.Logo
{
	position:absolute;
	top: 4px;
	left: 2px;
}
.Phone
{
	position:absolute;
	top: 20px;
	right: 25px;
}
.Mobile
{
	position:absolute;
	text-align:right;
	top: 50px;
	right: 26px;
	font-size: 13px;
	font-weight:bold;
	color:#005500;
}
.Email
{
	position:absolute;
	text-align:right;
	top: 64px;
	right: 26px;
	font-size: 11px;
	color:#74926f;
}
.Message
{
	color: Red;
}
.TextBox
{
	background-color: #fff !important;
	border:1px solid #6699cc !important;
	width:180px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.TextArea
{
	background-color: #fff !important;
	border:1px solid #6699cc !important;
	width:180px;
	height:80px;
	font-size:11px;
}
.Button
{
	width: 70px;
	background-color:#004400;
	border:1px solid #003300;
	color:#ffffff;
	font-size:10px !important;
}
/* Gallery */
#gallery-info {
	width:190px;
	position:absolute;
	top:150px;
	right:10px;
	z-index:100;
	text-align:left;
}
#gallery-info p {
	font-size:14px;
	color:#000000;
	font-weight:normal;
	line-height:120%;
}
#gallery-info span {
	font-size:8px;
	color:#000000;
	font-weight:bold;
}