@charset "UTF-8";
/* CSS Document
version: 1.1
author: julianna miller
email: julidesigns@gmail.com
website: www.julimiller.com */


/*GENERAL------------------------------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; 
	font-family: Helvetica, sans-serif; 
	text-align: left; 
	font-weight:normal; 
	border: 0px; 
	list-style: none; 
	letter-spacing: .03em; 
}

body {
	background: #989486 url(../images/background.jpg) top repeat-x; 
	line-height: 24px;
		}

#wrapper { 
	width: 1020px;
	position: relative;
	left: 50%; 
	margin-left: -510px;
	}

.left {float:left;}
.right {float:right; margin-left: 40px}	
.clear {clear: both;}
/*Rules-------------------------------------------------------------------------------------------------------------------------------*/
.rule { 
	background: url(/images/rule.png) repeat-x;
	width:1000px;
	height: 5px;
	margin-left:10px;
	}

.rule_w { 
	background: url(/images/rule_w.png) repeat-x;
	width:960px;
	height: 3px;
	margin:0 0 10px -10px;}
	
.doublerule_w { 
	background: url(/images/rule_w.png) repeat-x;
	width:610px;
	height: 5px;
	margin:0 0 10px -10px;}		
.singlerule_w { 
	background: url(/images/rule_w.png) repeat-x;
	width:300px;
	height: 5px;
	margin-bottom: 10px;}
/*TYPE---------------------------------------------------------------------------------------------------------------------------------------*/
p {
	font-size: 16px;
	color: #000;
	margin-bottom: 1em;
	}
h1, h2, h3, h6 {
	font-family: impact, sans-serif;
	color: #990000;
	text-transform: uppercase;
}
	
h1 {font-size: 30px; 
	line-height: 27px;
	padding-top: 10px;
	}
h6 { font-size: 30px; 
	}
h2 {
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
	}

h3 {
	color:#000;
	font-size: 14px;
	}
	
#primaryContent p { color: #CCC; padding-left: 16px;}


b {color:#990000; font-size: 18px;line-height: 20px; font-weight: 600;}
strong {text-decoration: none; color: #990000; font-weight:bold;}


/*HEADER----------------------------------------------------------------------------------------------------------*/

#header {
	height: 240px; 
	padding: 0 35px;
	top: 5px; 
	background: url(/images/box__top.png);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	}

.logo {
	position: absolute; 
	left: 365px; 
	z-index: 0; 
	width: 275px;
	 }

.logo a{ text-decoration: none; display: block; width: 275px; height: 193px;  }

#mainNav {
	position: absolute; 
	top: 70px;
	width: 960px;
	}
	
#mainNav a { 
	font-family: "deconstruction", impact, sans-serif;
	font-size: 24px;
	color: #989486;
	text-decoration: none; 
	display:block;
	}
	
.leftNav {float: left; margin-right: 20px; }
.rightNav {float: right; margin-left: 20px; }


/*CONTENT----------------------------------------------------------------------------------------------------------*/
#primaryContent {
	background-color:#000000; 
	position: relative; 
	padding: 0 40px;
	min-height: 400px;
	} 
#slideshow {
	position: relative;
	width: 620px;
	display: inline; 
	overflow: hidden;}
		
#intro { 
	width: 310px;
	float: right; 
	display:inline; 
	}

#intro img {
	margin-bottom: 20px;
	
	}
#intro p {
	width: 290px;
	color:#FFFFFF;
	}

embed {margin-bottom: 40px; }
	 
/*BOTTOM---------------------------------------------------------------------------------------------------------*/

#boxBottom { background: url(/images/box__bottom.png) no-repeat; height: 80px; width: 1020px; position: relative; top: -15px; margin-bottom: 20px;}

table#secondaryContent {
	width: 960px;
	margin: 20px 30px 30px 30px;

	}	
	
#secondaryContent a {
	color:#990000;
	text-decoration: none; 
	}

td { 
	width: 299px;
	padding: 10px;
	vertical-align: top;
	}


td.divider {background: transparent url(/images/divider.png) center repeat-y ; width: 3px; padding: 0;}	

.double {
	width: 600px;
	margin-bottom: 20px;
}
.divide {
	float: left; 
	margin: 9px;
	}	


/*FOOTER----------------------------------------------------------------------------------------------------------*/
#copy {
	color:#000;
	float: right;
	text-align: right;
	}
	
#footer { clear: both;
	position: relative;
	height: 30px;
	top: 5px;
	padding: 0 40px;
	}
#footer h3 {
	float: left;
	}
#footer a {
	text-decoration:none;
	color:#990000;
	font-weight: bold;
	}

