@charset "UTF-8";

/*global resets*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}



* html .png{

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}


/*template one styles!*/

body {
background-color:#470902;
margin:0;
padding:0;
}

 a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	}
	
	 a:link {
	text-decoration:none;
	color:#fff;
	}
	
	a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
	 a:visited{
	text-decoration:none;
	color:#fff;
	}

#wrapper {
	width:800px;
	margin:0 auto;
	padding:50px 0 0 0;	
}


#header {
	float:left;
	padding:0;
	margin:0;
	width:800px;
	height:75px;
	border-bottom:solid 3px #fff;


}

#name {
	float:left;
	margin:0;
	padding:0;
	height:75px;
	background-color:#000;
	width:297px;
	border-right: solid 3px #fff;
}

	#name .nameText {
	background-color:#000;
	font-family: 'Zeyada', Arial, sans;
	color:#fff;
	font-size:28px;
	margin:0;
	padding:30px 0 0 0;
	letter-spacing:4px;
	}

#date {
	float:left;
	margin:0;
	padding:0;
	height:75px; 
	background-color:#941205;
	width:500px;
}

	#date .dateText {
	background-color:#941205;
	text-align:left;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#fff;
	font-size:11px;
	margin:0;
	padding:32px 0 0 15px;
	letter-spacing:2px;
	text-transform:uppercase;
	}

#mainContent {
	float:left;
	margin:0; 
	padding:0;
	width:800px;
}

#subContent {
	float:left;
	margin:0; 
	padding:0;
	width:800px;
}

	#subContent .imageLeft {
	float:left;
	width:338px;
	border-right: solid 3px #fff;
	}
	
	#subContent .subText {
	float:left;
	text-align:left;
	width:399px;
	height:315px;
	margin:0;
	padding:30px 30px 30px 30px;
	background-color:#b87e22;
	background-image:url(../images/sub_background.jpg);
	background-repeat:repeat-x;
	overflow:auto; 
	}
	
	#subContent .header {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#fff;
	font-size:24px;
	margin:0;
	letter-spacing:4px;
	}


	#subContent .subHead {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	letter-spacing:2px;
	}
	
	#subContent .text {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0;
	line-height:130%;
	}

#subContent .text * a {
  text-decoration: underline;
}
	

#navigation {
float:left;
	margin:0; 
	padding:0 0 0 25px;
	 width:775px;
	 height:75px;
	 border-top:solid 3px #fff;
	 background-color:#941205;
	 text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:13px; 
	letter-spacing:2px;
	text-transform:lowercase;
}

	#navigation .mainNav {
	margin:0;
	padding:0;
	float:left;
	}
	
	#navigation .active {
	text-decoration:underline;
	}
	
	#navigation .bracketLeft {
	float:left;
	padding:24px 6px 0 0;
	}
	
	
	#navigation .bracketRight {
	float:left;
	padding:24px 0 0 3px;
	}

	#navigation ul{

		margin:0;
		padding:30px 0 0 0;
	}
	
	#navigation li{

		display:inline;
		list-style-type: none;
		padding:0px 6px 0 3px;
	}
	
	
	#navigation a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	}
	
	#navigation a:link {
	text-decoration:none;
	color:#fff;
	}
	
	#navigation a:hover{
	text-decoration:underline;
	color:#fff;
	}
	
		#navigation a:visited{
	text-decoration:none;
	color:#fff;
	}
	


#footer {
	float:left;
	margin:0;
	padding:0;
	height:85px;
	width:800px;
  background-color: black;
}

	#footer .footerLogo {
	margin:0px 10px 0 0;
	padding:0;
	float:right;
	}

/*template one styles!*/

.entry {
	text-align: left;
	margin-bottom: 30px;
}
.entry h2 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.entry div {
	margin-left: 6px;
	margin-right: 6px;
}

.entry span {
	color: #fafafa;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	margin-left: 6px;
}

.text {
  text-align: left;
}


.text * {
	text-align: left;
}

.text ul {
	margin-top: 10px;
}

.text * li {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;
	line-height:130%;	
}

.text p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
	font-size:12px;
	line-height:130%;	
	margin-bottom: 10px;
}

.form h3 {
  font-weight: bold;
  margin-bottom: 5px;
}

.share {
  text-align: left;
  margin-top: 10px;
}

