@charset "utf-8";
body  {
	font: 100% "Comic Sans MS", Arial, serif;
	background: url(image-press/SKY_BACKGROUND.jpg) top center no-repeat;
	background-color:#DCEEFA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 941px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(image-press/background_container.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	position:relative;
	background:url(image-press/background_header_home.jpg) bottom no-repeat;
	height:376px;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:block;
}
 #header h1 span {display:none;}
 #secondarynavbar {
	float: right; /* since this element is floated, a width must be given */
	width: 253px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px;
}
#secondarynavbar ul
 {
 margin-top:0;
 margin-bottom:0;
 list-style:none;
}

#secondarynavbar ul a
{
 color:#B05C37;
 text-decoration:none;
 display:block;
}
#secondarynavbar ul a:hover{
text-decoration:underline;
}

#ourservices a:hover
{

background:url(image-press/secondarynavbar_li_ahover_background.gif)  no-repeat;
padding-left:15px;
margin-left:-16px;
}
span.followus
{
margin-left:40px;
}

#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
 #footer { 
	padding: 80px 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(image-press/background_footer.jpg) no-repeat #5DB221;
	position:relative;
	
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	
}
#phone
{
text-align:right;
position:absolute;
top:70px;
right:10px;
color:#FFFF00;
font-size:35px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.navigationbar
{
position:absolute;
list-style:none;
top:5px;
right:0;
background: #fff;}
ul.navigationbar li
{
margin:0;
font-size:13px;
font-family:"Comic Sans MS", Arial, serif;
text-align:center;
width:127px;
float:left;}
ul.navigationbar li a
{
display:block;
background:url(image-press/background_navigationbar_a.jpg) center center no-repeat;
text-decoration:none;
margin:0;
color:#FFF;
padding:19px 10px;

}
ul.navigationbar li a:hover
{
background:url(image-press/background_navigationbar_a_hover.jpg) 50% 50% no-repeat;
color:#FFFF00;
}
#slogan
{
margin-right:250px;
margin-top:50px;

color:#FFF;
}
#slogan h3
{
font-family:"Comic Sans MS", Arial, serif;
font-size:30px;
font-weight:bold;
margin:0 0 0 170px;
padding:0;
text-decoration:underline;
}
#slogan p
{
font-family:"Comic Sans MS", Arial, serif;
font-weight:bold;
font-size:25px;
margin:10px 0 0 80px;
padding:0;
}
#slogan p span.underline
{
text-decoration:underline;
font-size:30px;
}

a img
{
border:none;
}
#mainContent h1, #mainContent h2, #mainContent h3
{
color:#AE361B;
display:block;
border-bottom:thin solid #AE361B;
margin-right:20px;
}
ul.contact
{
list-style:none;
}
/* form */
/*an outer div to put to set the width*/
#formwrap
{
width:400px;
margin-left:auto;
margin-right:auto;
}
#formwrap fieldset
{
border: 1px solid #336;
padding: 0.8em 0 0.8em 0.8em;
}
#formwrap legend{
font-size:1.5em;
}
#formwrap label
{
display:block;
top-margin:0.5em;
}

#formwrap input, textarea
{
border-top:1px solid #336;
border-left:1px solid #336;
border-bottom: #978EBA;
border-right: #978EBA;
background-color:#FFBD00;
width:21em;
padding:.2em;
}
#formwrap textarea
{
height:8em;
}
/*be sure to put submit as an id in the submit button or it wont work*/
#formwrap #submit
{
width:8em;
margin: .8em 0 0 .8em;
}
input:focus, textarea:focus
{
background: #E5EBF4;
}
#contact_form em
{
color:#C00;
font-weight:bold;

}
.joinnewsletter
{
color:#FF6600;
font-size:15px;
font-weight:bold;
}