@charset "utf-8";
/* CSS Document */

/********
Tags
*******/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#3b3b3b;
}

p, span {
	font:Arial, Helvetica, sans-serif;
	
}



/********
Links
*******/
#menu_links{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#top_buttons_layer a:hover{
	color:#ff7200;
	text-decoration:underline;
	font-weight:bold;
	
}




/********
ID
*******/

#page_canvas{
	background-color:#1e1e1e;
	width:0 auto;
	width:100%;
}

#page_wrapper{
	margin:0 auto;
	width:1400px;
}


#home_banner{
	margin:0 auto;
	width:1400px;
	height:440px;
	background-image:url(images/banner.jpg);
}

#banner{
	margin:0 auto;
	width:1400px;
	height:200px;
	background-image:url(images/lawn_banner.jpg);
}

#nav_bar{
	margin:0 auto;
	width:1400px;
	height:120px;
	background-color:#333333;
	opacity:0.7;
	position:fixed;
}

#logo{
	width:400px;
	height:120px;
	float:left;
}
#top_menu{
	width:1000px;
	height:120px;
	float:left;
}

#top_buttons_layer{
	width:150px;
	height:120px;
	color:#F00;
	float:right;
	position:relative;
}

#top_buttons_layer > span {
	position:absolute;
	top:40%;
	left:30%;
}

#titles{
	width:200px;
	height:80px;
	background-color:#e4e4e4;
}

#editable_text{
	width:450px;
	background-color:#e4e4e4;
	float:left;
}

#left_editable_text{
	width:450px;
	background-color:#e4e4e4;
	float:left;
}

#right_editable_text{
	width:500px;
	background-color:#e4e4e4;
	float:left;
}

#content_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	margin:50px;
	text-align:justify;
}

#content{
	margin:0 auto;
	width:1400px;
	background-color:#e4e4e4;
	float:left;
}

#footer_bg{
	margin:0 auto;
	width:100%;
	background-color:#202020;
	height:250px;
}

#top_footer_bar{
	margin:0 auto;
	width:1400px;;
	background-color:#e4e4e4;
	height:20px;
}

#footer{
	margin:0 auto;
	width:1400px;;
	background-color:#434343;
	height:150px;
}

#service_board{
	width:300px;
	height:340px;
	background-color:#FFFFFF;
	float:left;
	margin:20px 20px 20px 20px;
	text-align:center;
}

#service_board_text{
	font-size:16px;
	color:#818181;
	font-family:Arial, Helvetica, sans-serif;
}


/********
Classes
*******/

/********
FONTS
*******/
@font-face {
    font-family: "MyCustomFont";
    src:url(fonts/HARLOWSI.TTF);
}
p.customfont { 
    font-family: "MyCustomFont", Tahoma;
}

