/** basic divs **/
body
{
  font-family: "Cambria", "Georgia", "Times New Roman", Times, sans-serif;
  font-size:14px;
  line-height:1.4;
  color:#666;
  border-top:solid 7px #5495B1;
  margin:0px;
  padding-top:4px;
}

strong{color:#5495B2;}
#Content
{
width:800px;
margin:auto;
position:relative;
}



#website_branding
{
width:800px;
background-color:#000000;
color:#ffffff;
height:124px;
font-weight:bold;
font-size:22px;
text-align:center;
display:none;
padding-left:15px;
padding-right:15px;
}

#mainpage{
background-color:#ffffff;
float:left;
width:800px;
}


#website_container
{
width:900px;
}

#website_footer
{

width:800px;

text-align:center;
font-weight:bold;
margin-top:15px;
padding-top:20px;
padding-bottom:20px;
height:35px;
font-size:90%;
color:#55555;
font-family: Arial;
clear:both;
    border-top:solid 2px #ccc;
    position:absolute;
top:690px;
}


#global_footer
{
font-family: Arial;
width:800px;
text-align:center;
color:#cccccc;
padding-top:5px;
border-top:dotted 1px #dddddd;
    position:absolute;
top:780px;
}

#global_footer a
{
color:#cccccc;
}

#breadcrumb{display:none;}

/** menu code **/
#website_menu
{
width:800px;
background-color:pink;
padding:0px;
margin:0px;
margin-right:10px;
float:left;
display:none;
}

#website_menu ul
{
padding:0px;
margin:0px;
}

#website_menu li
{
list-style-type:none;
padding:0px;
margin:0px;
float:left;
}

#website_menu li a
{
display:inline;
float:left;
text-decoration:none;
color:#331201;
font-weight:bold;
font-size:13px;
width:175px;
}

/** basic HTML **/


/** news core **/

#image{float:right; margin:10px;}

.date, .date{
display:none;}

.headline{
font-weight:bold;
color:#000000;
font-size:120%;
border-bottom:solid 4px #5596B4;}

.headline a{
color:#000000;}

#caption{
background-color:#cccccc;}

#news{
margin-left:10px;}

/** News Layout 2 **/

.news_layout1 .news_row{
width:480px;
background-color:#cccccc;
float:left;
margin:3px;
}

.news_layout1 .newsimage{
float:left;
width:180px;
}

/** News Layout 2 **/
.news_layout2 .news_row{
width:240px;
background-color:#EFF2F9;
float:left;
margin:5px;
padding:5px;
padding-bottom:164px;
}

.news_layout2 .newsimage{
float:left;
width:240px;
position:absolute;
top:520px;
}

.newsimage img{
border-top:solid 3px #C6DDF7;
border-bottom:solid 3px #C6DDF7;
padding-top:1px;
padding-bottom:1px;
width:240px;
background-color:#ffffff;
}
.news_layout2 .news_article{
clear:both;
font-family: Arial;
}

.news_layout2 .newsimage{float:right;}

/** 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:810px;
}

.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:810px;
}

/** News Layout 3 main image as column on the left**/

.News_Layout_3_-_image_col #image{
position:absolute;
left:0px;
width:148px;
}

.News_Layout_3_-_image_col #content{
padding-left:158px;
width:650px;
}

/** 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:300px;
}

textarea
{
    width:300px;
    height:200px;
}

.submit
{
    border:solid 1px #ffffff;
    text-align:center;
    float:left;
    width:50px;
}

#submit
{
    padding-left:365px;
}


/** 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;
}



h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

a{ outline:none; }
a img{ border:none; }


a{
  color:#0084bd;
  text-decoration:none;
}
a:visited{
  color:#0084bd;
}
a:hover{
  color:#6db4d3;
  text-decoration:underline;
}

h2{
  font-size:20px;
  letter-spacing:-0.3px;
  text-align:center;
    font-weight:normal;
  color:#999;
  margin-bottom:15px;

}


h1{
  margin:0px 0 0 0;
  font-size:26px;
  font-weight:normal;
  font-family: Franklin Gothic Heavy;
  height:50px;
  color:#686B6E;
    text-align:center;
    border-bottom:solid 1px #ccc;
    background-image: url(../images/brickbuild3.jpg);
    background-repeat:no-repeat;
    background-position: center;
    padding-top:100px;
 
}

h3{
  font-size:17px;
  font-weight:bold;
  color:#ffffff;
  background-color:#99C6EE;
  padding:7px;
    margin-bottom:20px;
  text-align:center;
}

#content{
padding-left:15px;
padding-right:15px;
}

/* @end */