/** basic divs **/
body
{
margin:0px;
padding:0px;
font-family:Arial;
font-size:.8em;
background-color:#1b75bc;
color:#000000;
}

#Content
{
width:900px;
margin:auto;
position:relative;
background-image: url(../images/hurstgreendesign-sliced_bg.jpg);
background-repeat:repeat-y;
padding-left:50px;
padding-right:50px;
}

#website_branding
{
	background-image: url(../images/hurstgreendesign_header.jpg);	
width:1000px;

color:#ffffff;
margin-left:-50px;
height:200px;
font-weight:bold;
font-size:22px;
text-align:center;
}

#mainpage{
background-color:#ffffff;
float:left;
width:590px;
margin-top:-150px;
margin-left:20px;
}

#content
{
line-height:1.7em;
font-size:1.05em;
}

#website_container
{
width:1000px;
}

#website_footer
{


	background-image:url(../images/hurstgreendesign_footer.jpg);
	text-align:center;
	width:1000px;
	height:126px;
	margin-left:-52px;
	font-size:17px;
	line-height:130px;
	color:#000000;
clear:both;
}


#global_footer
{

width:1000px;
color:#eee;
padding-top:5px;
background-color:#1b75bc;
text-align:center;
margin-left:-50px;
padding-top:10px;
}

#global_footer a
{
color:#ccc;
}

#breadcrumb{display:none;}

/** menu code **/
#website_menu
{
width:260px;

padding:0px;
margin:0px;
margin-left:10px;
float:left;
padding-top:30px;
background-color:#fff;
}

#website_menu ul
{
padding:0px;
margin:0px;
background-image: url(../images/hurstgreendesign_navbottom.jpg);
background-position:bottom;
padding-bottom:80px;

}

#website_menu li
{
list-style-type:none;
padding:0px;
margin:0px;
}

#website_menu li a
{
display:block;
background-color:#fff;
text-decoration:none;
color:#331201;

font-size:15px;
width:260px;
height:33px;
line-height:33px;
padding-top:2px;
padding-left:40px;
}

#website_menu li a.current
{
background-image: url(../images/hurstgreendesign_navhighlig.jpg);
background-repeat:no-repeat;
color:#fff;
}

#website_menu li a:hover
{
color:#777;
}

#website_menu li .last
{

}

/** basic HTML **/

h1
{

font-size:2em;
padding:0px;
margin:0px;
padding-top:5px;
color:#1b75bc;
padding-bottom:10px;
margin-bottom:10px;
width:350px;
line-height:1.5em;
}

h2
{
font-size:1.3em;
line-height:1.2em;
color:#5DC4CB;
font-family: Trebuchet MS;

}

h3
{
font-size:1.1em;
color:#8D1D2D;
}

/** news core **/

#image{float:right; margin:10px;}

.date, .date{
display:none;}

.headline{
font-weight:bold;}

.headline a{
color:#000000;}

#caption{
}

/** News Layout 2 **/

.news_layout1 .news_row{
width:395px;

float:left;
margin:3px;
}

.news_layout1 .newsimage{
float:left;
width:180px;
}

/** News Layout 2 **/
.news_layout2 .news_row{
width:180px;

float:left;
margin:3px;
}

.news_layout2 .newsimage{

width:180px;
float:right;
}

.news_layout2 .newsimage img
{
border:0px solid #dddddd;
}

.news_layout2 .headline
{
display:block;
width:150px;
padding-right:30px;
height:46px;
line-height:37px;
text-align:center;
background-image:url(../images/button.png);
background-repeat:no-repeat;
clear:both;
}

.news_layout2 .headline a
{
color:#fff;
text-decoration:none;
}

.news_layout2 .headline a:hover
{
color:#ccc;
}

.news_layout2 .news_article
{
margin-left:6px;
margin-right:34px;
width:130px;
}


.news_layout2 #image{
margin-top:-40px;
}

.news_layout2 #newsarticles{
clear:both;}


/** News Layout 2 with banner **/
.News_Layout_2_-_Banner #image{
position:absolute;
top:115px;
left:175px;
}

.News_Layout_2_-_Banner h1{
padding-top:185px;
}


/** News Layout 3 **/

.news_layout3  #newsarticles {
float:left;
width:190px;
}

.news_layout3 #content{
float:left;
width:625px;
}

.news_layout3 .news_row{
margin:3px;
background:pink;
}

/** News Layout 3 floating on the left**/
.News_Layout_3__-_left #newsarticles {
float:right;
width:190px;
}

.News_Layout_3__-_left #content{
float:right;
width:625px;
}

/** News Layout 3 main image as column on the left**/

.News_Layout_3_-_image_col #image{
position:absolute;
left:175px;
width:148px;
}

.News_Layout_3_-_image_col #content{
padding-left:158px;
width:465px;
}

/** News Layout 5 **/
.news_layout5 .news_row{
width:800px;
background-color:#cccccc;
float:left;
margin:3px;
}

.news_layout5 .newsimage{
float:left;
width:180px;
}

.news_layout5 #image{
float:left;
}

.news_layout5 #newsarticles{
clear:both;}

/** contact **/

label{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block
}

input
{
    width:200px;
}

textarea
{
    width:200px;
    height:200px;
}

.submit
{
    border:solid 1px #ffffff;
    text-align:center;
    float:left;
    width:50px;
    background-color:#EC8101;
}

#submit
{
    padding-left:265px;
}


/** Gallery core **/

.image_row{
width:200px;
background-color:#cccccc;
float:left;
margin:3px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/** Gallery layout3 **/

#gallery_main{
float:left;
width:360px;
}
.gallery_layout3 .imageimage img{
width:120px;
}

.gallery_layout3 .imageimage{
width:126px;
background-color:#cccccc;
float:left;
margin:3px;
}


