*
{
	margin: 0;#
}
html, body {
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 18px; color:#000;font-weight: 300; line-height:28px;
	text-decoration: none;
	background-color:#FFF;
	background-image:url(images/main-background.png);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:top;
}
#wrapper {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -115px;
	overflow:visible;
}
#header {
	 float:left; width:900px; height:142px; background-image:url(images/header.jpg);
}

#nav_bar {
	float:right; width:700px; margin:20px 0 0 0;
}
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
	
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
	margin-left:15px;
    display:inline-block;
	/*background-color:#738c94;*/
	padding:5px 5px 5px 5px;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top:30px;
    left:0;
    width:150px;
	background-color:#fff;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}
#contact_bar {
	float:right; margin:20px 30px 0 0; text-align:right;
}
.clear {
    clear: both;
}
#banner_home {
	float:left; width:900px; height:410px; background-image:url(images/banner-home.jpg);
}
#banner_text {
	float:right; width:350px; margin:235px 40px 0 0; text-align:right;
}
#main_area {
	float:left; width:840px; background-color:#FFF; padding:20px 30px 20px 30px; margin-bottom:10px;
}
#home_text {
	float:left; width:600px;
}
#right_images {
	float:right; width:215px; height:372px; background-image:url(images/home_images.jpg);
}
#three_col_holder {
	float:left; width:900px; height:295px;
}
.home_box {
	float:left; width:239px; background-color:#3a3a3a; height:255px; margin-right:2px; padding:40px 30px 0 30px;
}
.home_box:hover {
	background-color:#5f5f5f;
}
.home_box_header, .home_box_text {
	float:left;	width:239px;
}
#footer {
	float:left; width:900px; height:120px; margin:20px 0 20px 0; background-color:#cdcdcd;
}
#copyright {
	float:left; margin:90px 0 0 20px;
}
#website {
	float:right; margin:90px 20px 0 0;
}

/*FONTS*/

h1{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:38px; color:#02255d; line-height:50px;
}
h2{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:20px; color:#02255d;line-height:30px;
}
h3{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:30px; color:#fff; line-height:40px;
}
h4{
	font-family: 'Lato', sans-serif; font-weight: 300; font-size: 18px; color:#fff; font-weight: 300; line-height:25px;
}
.header_email {
	font-family: 'Lato', sans-serif; font-size: 18px; color:#3a3a3a; font-weight: 300; text-decoration:none;
}
.header_email:hover {
	color:#a5b2c6;
}
.blue_text {
	color:#02255d;	
}
.banner_text {
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:35px; color:#FFF; line-height:35px;
}
.body_link {
	color:#02255d; text-decoration:none;
}
.body_link:hover {
	text-decoration:underline;
}

/*INTERACTION*/

.nav_link {
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:16px; color:#000; text-decoration: none;	
}
.nav_link:hover {
	color:#a5b2c6; text-decoration: none;	
}
.footerText {
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:13px; color:#fff; text-decoration: none;	
}
.footerLink {
	font-family: 'Lato', sans-serif; font-weight: 300; font-size:13px; color:#fff; text-decoration: none;	
}
.footerLink:hover {
	text-decoration:underline;	
}