/*
=================================================================================
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.gif) #d2d2d2 repeat-x;
	margin:0 auto;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
}
h1
{
	color:#ffffff;
	font-size:28px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	line-height:100%;
	margin-top:0px;
	margin-bottom:15px;
}
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;
}
h4
{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-top:-15px;
	margin-bottom:10px;
}
h5
{
	color:#333333;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	line-height:100%;
	margin-top:0px;
	margin-bottom:15px;
}
a:link, a:visited {
	color:#0099ff;
}
a:hover {
	color:#66FFFF;
}
ul
{
	margin-left:20px;
	margin-top:0px;
}
p
{
	margin-top:0px;
	margin-bottom:12px;
}
#Wrapper 
{
	width:980px;
	margin:0 auto;
	position:relative;
	top:0px;
}
#Header
{
	width:960px;
	height: 147px;
	background:url(/img/bg_header.gif) no-repeat #fff;
	position:relative;
	margin-bottom:220px;
}
#Body
{
	width:960px;
	background:#e9e9e9;
}
#Banner
{
	width:960px;
	height:310px;
	position:absolute;
	top:65px;
}
#Footer
{
	width:960px;
	color:#666666;
	padding-bottom:10px;
	position:relative;
	text-align:center;
}
#Footer div
{
	font-size:11px;
	z-index:10;
}
#Footer a:link, #Footer a:visited
{
	color:#666666;
}
.ColumnLeft
{
	padding:20px;
	font-size:11px;
}
.ColumnRight
{
	width:295px;
	padding:38px 20px 20px 20px;
	color:#ffffff;
	font-size:11px;
	background:url(/img/bg_phoenix.gif) no-repeat bottom #333333;
}
#Logo
{
	position:absolute;
	top: -2px;
	left: -5px;
	z-index:200;
}
.Telephone
{
	position:absolute;
	top: 36px;
	left: 360px;
}
.ViewGallery
{
	position:absolute;
	top: 46px;
	left: 650px;
}
.Email
{
	position:absolute;
	text-align:right;
	top: 50px;
	right: 26px;
	font-size: 11px;
	color:#74926f;
}
.ServicesOffered
{
	font-size:12px;
	margin-bottom:15px;
}
.ServicesOffered td
{
	font-size:12px;
	padding-bottom:4px;
}
.Homelist
{
	margin-top:10px;
}
.Homelist li
{
	font-size:14px;
}
.Message
{
	color: #ffa615;
}
.ContactTable td
{
	font-size:11px;
	padding-bottom:2px;
}
.TextBox
{
	background-color: #fff !important;
	border:1px solid #999 !important;
	width:230px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.TextArea
{
	background-color: #fff !important;
	border:1px solid #999  !important;
	width:230px;
	height:50px;
	font-size:11px;
}
.Button
{
	width: 60px;
	height: 22px;
	background: url(/img/bt_60.gif) no-repeat;
	border: none;
	cursor: pointer;
	color:#333;
	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: 21px;
	color: #333;
	font-weight: normal;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#gallery-info span {
	font-size:8px;
	color:#333;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
