@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	}
ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	

	
	
/* Blog Styling Begins Here CSS reset above this line ******************/	


body {
	
	background-color:#F4F2E9;

}

h1{
	position: absolute;
	top: -1000px; /*SEO tweek: positions h1 tag off the page google still reads it but you don't see it.*/
}

#home-container{
	width: 100%;
	height: 450px;
	margin-top: 80px;
	background-color: #000000;
	background-image: url('../images/home-bg.jpg');
	background-repeat: no-repeat;
}

#top{
	width: 100%;
	height: 22px;
	background-color: #444242;
	padding-top: 4px;
	background-image: url('../images/home-stripe.png');
	background-repeat: no-repeat;
}


#nav{
	margin-right: 70px;
	width: 930px;
	text-align: right;

}

.menu-padding{
	padding-left: 8px;
}

#nav ul, #nav li, #nav a, #nav a:link, #nav a:active, #nav a:visited{
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 1px;
	padding-left: 1px;
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
#nav a:hover{
	color: #FF9900;
	}
	
	
#footer{
	width: 100%;
	height: 26px;
	background-color: #444242;
}

#footer p{
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	margin: 7px 0 0 60px;
	padding: 0px;
}

.mom{
	float: left;
	margin-left: 40px;
	margin-top: 3px;
}


#bottom{
	width: 100%;
	height: 14px;
	background-image: url('../images/home-bottom.png');
	background-repeat: y-repeat;
}

#content{
	width: 1000px;
	height: 384px;
	background-image: url('../images/home-stripes.png');
	background-repeat: repeat-y;
}

.stripes{
	float: left;
}

#info{
	width: 790px;
	height: 398px;
	float: right;
}

#right{
	width: 500px;
	float: right;
	height: 398px;
}

#left{
	width: 260px;
	float: left;
	height: 398px;
	
}


.logo{
	margin-top: 120px;
	float: left;
	margin-left: 10px;
}


p{
		font-family: Georgia, "Times New Roman", Times, serif;
		float: left;
		color: #FFFFFF;
		font-size: 13px;	
		margin-top: 20px; 
		margin-left: 10px;
		line-height: 120%;
		letter-spacing: 1px;
}

.emphasis{
	font-size: 15px;
	color: #d4652c;
	font-style: italic;
	font-weight: bold;
}

a, a:link, a:active, a:visited{
	color: #FF9900;
	text-decoration: none;
	}
	
	a:hover{
	color: #FFCC00;
	text-decoration: underline;
	}
	
	
	
.featured{
	position: relative;
	top: 50px;
	left: 50px;
	z-index: 1;

}


a:link.blog-launch, a:visited.blog-launch{
		background-image: url('../images/home-blog.png');
		background-repeat: no-repeat;
		display:block; 
		height: 75px;
		width: 107px;
	position: relative;
	left: 275px;
	top: -70px;	
	z-index: 2;
	}
	
a:hover.blog-launch {
	background-position: 0 -75px;
	}
	