/*****************************

BradleyReynolds.com
Code by: Shawn Beyer

*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: none;
}

#container {
	width: auto;
	margin: 0 auto 0 auto;
}

#bg {
	border: none;
	background: none;
	width: auto;
	height: auto;
	top: 0;
	border: none;
	background: none;
}

h1 {
	font: 100 38px "century gothic", arial, sans-serif;
	color: #6c6d6c;
}

.h1blue {
	color: #163b94;
	font-weight: 700;
}

#maincontent {
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
}

.nav {
	visibility: hidden;
}

h2 {
	font: 700 1.25em "century gothic", "arial narrow", arial, sans-serif;
	color: #163b94;
}

h3 {
	text-align: justify;
	font: 300 1.1em "century gothic", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	border-bottom: 1px solid #6c6d6c;
}

p {
	text-align: justify;
	color: #323232;
	margin: 0 0 1em 0;
	font: 300 .85em Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

p img {
	padding: 5px;
	border: 1px solid #323232;
	display: block;
}

p a {
	color: #2D48AF;
	text-decoration: none;
	border-bottom: 1px dotted #323232;
}

p a:hover {
	color: #163b94;
	text-decoration: none;
	border-bottom: 1px solid #323232;
}

.btt {
	visibility: hidden;
}

#videopage .btt a {
	
}

strong {

}

em {

}

.photogallery {
	padding: 0 55px 20px 45px;
}

.photogallery img {
	padding: 8px;
	border: 1px solid #323232;
	display: inline;
	margin: 9px 9px 0 0;
	height: 100px; 
	width: 68px;
}

.photogallery img:hover {
	background-color: #f1f1f1;
}


.youtube {
	padding: 5px 0 10px 45px;
	margin: 0;
}

.highlight {
	background-color:#b3ccef;
	/*font-weight: bold;*/
	/*border-bottom: 1px solid #6c6d6c;*/
	
}

#footer {
	visibility: hidden;	
}