
/*  Main Structure */



html, body {
	height: 100%;
	margin:0px;
	padding:0px;
}

/*  Header  */



#header {
	height: 150px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#0099CC;
}




/*  Navigation -  Simple */


#nav {
	height: 80px;
	width:100%;
	min-width:1140px;
	margin-top: 0px;
	background-image:url(../images/nav_background.png);
	background-repeat:repeat;
	background-position:center;
	position:fixed;
	z-index:3;
	text-align: center;
}

#nav_inner {
	display: inline-block;	
}


#nav_links  {
	height:36px;
	width:470px;
	padding-right:100px;
	padding-top:17px;
	float:left;
	
}

#nav_sm {
	height:43px;
	width:470px;
	padding-left:100px;
	padding-top:10px;
	float:left;

}




/*  Content  */



#home {
	min-height: 700px;
	height: 100%;
	min-width: 1140px;
	width: 100%;
	background-image: url(../images/background_home.jpg);
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	float: none;
	box-shadow: 0 -40px 30px 0px rgba(0,0,0,0.3) inset;
}

#home_content {
	width: 1140px;
	padding-left:25px;
	padding-right:25px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}


#home_left {
	height: auto;
	width: 497px;
	margin-right:90px;
	margin-bottom:40px;
	float:left;
}

#home_right {
	height: auto;
	width: 497px;
	margin-bottom:40px;
	float:left;
}

.content {
	height: 425px;
	width: 100%;
	margin-top:40px;
	border-radius:20px;
	background-image:url(../images/content.png);
	background-repeat:repeat;
	padding: 20px 30px 20px 30px;
	box-shadow:0 -15px 30px 0px rgba(0,0,0,0.3), 0 15px 30px 0px rgba(0,0,0,0.3);
	
}



#content_blog_left {
	min-height:100px;
	height: auto;
	width: 730px;
	margin-right:40px;
	float:left;
	background-color:#F00;
}

#content_blog_right {
	height: auto;
	width: 250px;
	float:left;
	background-color:#0F0;
	
}

#content_half_left {
	height: auto;
	width: 550px;
	margin-right:40px;
	float:left;
	background-color:#F00;
}

#content_half_right {
	height: auto;
	width: 550px;
	float:left;
	background-color:#0F0;
	
}


#content_third_left {
	height: auto;
	width: 313px;
	margin-right:40px;
	float:left;
	background-color:#F00;
}

#content_third_middle {
	height: auto;
	width: 313px;
	margin-right:40px;
	float:left;
	background-color:#0F0;
	
}

#content_third_right {
	height: auto;
	width: 313px;
	float:left;
	background-color:#0F0;
	
}

/*  Footer  */



#footer {
	height: 17px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:3px;
	clear: both;
	font-family:verdana;
	font-size:0.7rem;
	color:#000;
	background-color:#ffffff;
	text-align:center;
	position: absolute;
    bottom: 0;
}





/*  Special Elements  */




#rounded_box {
	height:47px;
	width:246px;
	padding-top:8px;
	margin-bottom:17px;
	background-color:#FFFFFF;
	border-radius: 0px 00px 40px 40px / 0px 0px 200px 200px;
	box-shadow:0px 0px 20px #9f9f9f;
}	
	
	
	
.clear {
	clear:both;
	width:100%;
	height:1px;
}



hr.thin {
	height:1px;
	border:0;
	color:#B1AFAF;
	background-color:#B1AFAF;
	width:80%;
}






/*  Image Alignment  */


.img_service {
	margin-right:20px;
	float:left;

}


.img_top_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:0px;
	float:left;

}

.img_mid_left {
	margin-bottom:40px;
	margin-left:40px;
	margin-right:0px;
	margin-top:40px;
	float:left;
}

.img_logo {
	vertical-align:top;

}




/*  Fonts  */



.font_nav {
	color:#000000;
	text-decoration:none;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	font-size:1rem;
}



h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	font-size: 1.5rem;
	color: #000000;
	margin:0px;
	
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	font-size: 2rem;
	color: #000000;
	margin:0px;
}

h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	font-size: 1.25rem;
	color: #000000;
	margin:0px;
}

p {
	font-family: verdana;
	font-size: 0.75rem;
	color: #000000;
	line-height: 1.5em;
	
}

ul {
	font-family: verdana;
	font-size: 0.875rem;
	color: #000000;
	line-height: 1.5em;
	
}



li {
	font-family: verdana;
	font-size: 0.875rem;
	color: #000000;
	line-height: 1.5em;
	
}


.font_footer {
	font-family: verdana;
	font-size: 0.70rem;
	color: #68AEE0;
	line-height: 1em;
}





/*  Links  */



a:link {
	color:#515050;
	text-decoration:none;
}
a:visited {
	color:#515050;
	text-decoration:none;
}
a:hover {
	color:#FA0000;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
a:active {
	color:#515050;
	text-decoration:none;
}



.link_nav a:link {
	color: #000000;
	text-decoration: none;
}
.link_nav a:visited {
	color:#000000;
	text-decoration:none;
}
.link_nav a:hover {
	color:#FA0000;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.link_nav a:active {
	color:#000000;
	text-decoration:none;
}




.link_footer a:link {
	color: #515050;
	text-decoration: none;
}
.link_footer a:visited {
	color:##515050;
	text-decoration:none;
}
.link_footer a:hover {
	color:#FA0000;
	text-decoration:none;
	text-shadow:1px 1px 2px black;
}
.link_footer a:active {
	color:##515050;
	text-decoration:none;
}

