@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;
}
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: "";
}




p {
line-height:150%;
padding:0 0 10px 0;
font-family:Arial, Helvetica, sans-serif; 
color:#fff; 
font-size:11px;
}


h1 {

font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#4b2d15;
padding:0 0 15px 0;
}


/*template one styles!*/

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

 a{
	margin:0;
	padding:0;
	text-decoration:none;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
		}
	
	 a:link {
	text-decoration:underline;
	color:#fff;
	}
	
	a:hover{
	text-decoration:none;
	color:#9e9e9c;
	}
	
	 a:visited{
	text-decoration:none;
	color:#fff;
	}

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

	#wrapper .headerClear {
		clear:both;
	}
	
	#wrapper .contentClear {
		clear:both;
	}

	#wrapper .footerClear {
		clear:both;
	}


#backgroundImage {
	background-color:#fff;
	height:600px;
	width:800px;
}

#backgroundImageSub {
	background-color:#fff;
	height:600px;
	width:800px;
}

#header {
	height:120px;
	width:800px;
}

#header #name {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}


	#header .logo {
		padding:15px 0 0 21px;
		height:51px;
	}
	
	#header .subText {
		float:right;
		font-size:27px;
		padding:13px 30px 0 0;
		color:#ccc;
		height:36px
	}
	

#navigation {
	float:left;
	padding:6px 0 0 21px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
		font-size:11px; 
	letter-spacing:1px;
	width:779px;
	height:18px;
	background-color:#000;
	
}


	
	#navigation .active {
	color:#9e9e9c;
	}
	

	#navigation ul{
		margin:0;
		padding:0px 0 0 0;
	}
	
	#navigation li{
			list-style-type: none;
		padding:0px 10px 12px 0px;
		display:inline;
	}
	
	
	#navigation a{
	font-family:Arial, Helvetica, sans-serif;
			margin:0;
		padding:0;
		text-decoration:none;
		color:#fff;
	}
	
	#navigation a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	
	#navigation a:hover{
	font-family:Arial, Helvetica, sans-serif;
		text-decoration:underline;
		color:#9e9e9c;
	}
	
	
	#content {
		float:left;
		width:800px;
		height:461px;
		background-color:#000;
	}
	
	#content .mainImage {
		float:left;
		padding:0px 0 0 36px;
	}
	
	#content .mainImageTwo {
		float:left;
		padding:0 0 0 8px;
	}
	
	#content .subContent {
		float:left;
		padding:35px 0 0 47px;
	}
	
	#content .imageOne {
		padding:0 0 11px 0;
	}
	
	#content .subImage {
	float:left;
	padding:1px 0 0 36px;
	}
	
	
	
	#content .mainText {
	float:left;
		margin:25px 0 0 0px; 
		width:320px;
		height:275px;
		overflow:auto;
	}

  .mainText * {
    font-size: 12px;
    color: #f0f0f0;
  }

  .mainText ul {
    margin-left: 20px;
    list-style-type: disc;
  }
	
	
	#footer {
	
	}
	
	.footerLogo {
		text-align: right;
		margin-top: 10px;
	}


	#footer .footerText {
		float:right;
		font-size:27px;
		padding:15px 30px 0 0;
		color:#6e7f83;
	}

  .share {
      width: 200px;
        float: left;
          margin-top: 10px;
  } 


/*template one styles!*/

