/*
-----------------------------------------------
markusenterprises.com CSS styles
Author:   Kai Bates
Version:  October 2009
----------------------------------------------- */


/* GLOBAL
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	text-align: center;
	background-color: #a8a8a8;
	background-image: url(images/background.jpg);
	}

#structure {
	width: 975px;
	margin: 0 auto 5px auto;
	text-align: left;
	}

#background {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -100;
	}

#header_background {
	width: 100%;
	height: 19px;
	position: absolute;
	top: 119px;
	left: 0;
	z-index: -50;
	background-color: #1a32b9;
	}

#header {
	width: 975px;
	height: 140px;
	margin: 0;
	padding: 0;
	}

#header_left {
	width: 775px;
	height: 140px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(images/tagline.png) no-repeat center 40px;
	}
	
#header_right {
	width: 200px;
	height: 140px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	}

#content {
	clear: both;
	width: 975px;
	height: 450px;
	margin: 0;
	padding: 0;
	}
	
#footer {
	clear: both;
	width: 975px;
	margin: 0;
	padding: 0;
	}
	
#footer_left {
	width: 230px;
	height: 15px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #1a32b9;
	float: left;
	}

#footer_right {
	width: 700px;
	height: 15px;
	margin: 0 15px 0 0;
	padding: 5px 5px 5px 15px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	letter-spacing: 3px;
	background: url(images/background_text.png);
	float: right;
	}

img {
	border: 0;
	}
	
	

/* HOMEPAGE
----------------------------------------------- */

#home_content_left {
	width: 425px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	}

#home_content_right {
	width: 520px;
	margin: 0;
	padding: 20px 14px 20px 0;
	float: right;
	}

#home_subheader {
	width: 415px;
	height: 15px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #1a32b9;
	}
	
#home_about {
	width: 425px;
	height: 200px;
	margin: 0 0 20px 0;
	background: url(images/background_text.png);
	}

#home_services {
	width: 425px;
	height: 215px;
	background: url(images/background_text.png);
	}

.fadein { 
	position:relative; 
	width:520px;
	height:435px; 
	}

.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
	}



/* SUBPAGES
----------------------------------------------- */


/* 1-COLUMN
----------------------------------------------- */

#sub_content {
	width: 960px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	}

#sub_content2 {
	width: 960px;
	height: 435px;
	margin: 0 0 20px 0;
	background: url(images/background_text.png);
	}
	
#sub_subheader {
	width: 950px;
	height: 15px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #1a32b9;
	}
	

/* 2-COLUMN
----------------------------------------------- */

#sub_content_left {
	width: 655px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
	}

#sub_content_left2 {
	width: 655px;
	height: 435px;
	margin: 0 0 20px 0;
	background: url(images/background_text.png);
	}

#sub_subheader_left {
	width: 645px;
	height: 15px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #1a32b9;
	}
	
#sub_content_right {
	width: 290px;
	margin: 0;
	padding: 20px 14px 0 0;
	float: right;
	}

#sub_content_right2 {
	width: 290px;
	height: 435px;
	margin: 0 0 20px 0;
	color: #00545a;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: normal;
	background: url(images/background_text.png);
	}

#sub_subheader_right {
	width: 280px;
	height: 15px;
	margin: 0;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	letter-spacing: 4px;
	background-color: #1a32b9;
	}



/* NAVIGATION
----------------------------------------------- */

a:link, a:visited, a:hover, a:active {
	font-size: 13px;
	color: #00545a;
	text-decoration: underline;
	font-weight: bold;
	}
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #00545a;
	text-decoration: none;
	font-weight: bold;
	}

#footer a:hover {
	color: #00545a;
	text-decoration: underline;
	font-weight: bold;
	}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	font-size: 11px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	}



/* MAIN NAV
----------------------------------------------- */

#header_left ul {
	list-style: none;
	margin: 0;
	padding: 119px 0 0 0;
	}

#header_left li {
	display: inline;
	margin: 0;
	padding: 0;
	}
		
#header_left ul li a {
	margin: 0;
	padding: 1px 15px 1px 15px;
	font-size: 15px;
	letter-spacing: 4px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}
	
#header_left ul li a:hover {
	background-color: #00545a;
	color: #fff;
	font-weight: normal;
	}
	
#current_page a:visited, #current_page a:link {
	background-color: #00545a;
	color: #fff;
	font-weight: normal;
	}

	
	
/* TEXT
----------------------------------------------- */

p {
	margin: 10px 10px 15px 10px;
	line-height: 18px;
	}

p.caption {
	font-size: 10px;
	line-height: 12px;
	margin: 2px;
	padding: 0;
	}

#sub_content_right2 p {
	margin: 10px 10px 0 10px;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 5px 10px;
	}



/* LISTS
----------------------------------------------- */

ul {
    margin: 10px 0 5px 10px;
	padding: 0;
    list-style-type: none;
	}

li {
	margin: 0;
    padding: 10px 0 10px 20px;
    background: transparent url(images/plus_blue.png) no-repeat;
    background-position: 0 14px;
	}

#home_services ul {
    margin: 5px 0 5px 10px;
	padding: 0;
    list-style-type: none;
	}

#home_services li {
	margin: 0;
    padding: 5px 0 10px 20px;
    background: transparent url(images/plus_blue.png) no-repeat;
    background-position: 0 10px;
	}



/* IMAGES
----------------------------------------------- */

#sub_content_right2 img {
	border: 5px #00545a solid;
	}
