@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/lineBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	background-image: url(images/designBGn6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: 650px;
	width: 800px;
	margin-top: 0px;
	overflow: visible;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}



#bradleyLogo {
	position: absolute;
	left: 10px;
	top: 20px;
}

#header {
	position: absolute;
	left: 126px;
	top: 26px;
	font-size: large;
	color: #FFFFFF;
}

#navbar{
	width:700px;
	height:30px;
	position: absolute;
	left: 190px;
	top: 130px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
div#navbar ul {
	margin: 8px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	vertical-align: bottom;
	height: 10px;
	font-weight: normal;
}
div#navbar li {
 list-style-type: none;
 display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFFFFF;
}

div#navbar li a:hover {
	color: #592D86;
}
#content {
	z-index: 20;
	position: absolute;
	top: 180px;
	right: 5%;
	left: 14%;
}
#content .pic {
	font-size: 11px;
	color: #592D86;
	float: right;
	width: 300px;
	margin-bottom: 24px;
	border: 1px solid #9966CC;
	padding-bottom: 10px;
	z-index: 15;
	margin-left: 10px;
}

#content .topText {
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
	line-height: 16px;
}

#content .quote {
	font-size: 11px;
	color: #592D86;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
#content  .picVt {
	float: right;
	width: 250px;
	margin-bottom: 24px;
	margin-left: 25px;
	border: 1px solid #9966CC;
	padding-bottom: 10px;
}
#content .largeText {
	font-size: x-large;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content .border {
	border: 1px solid #9966CC;
}
#footer {
	font-size: x-small;
	margin-top: 24px;
	margin-left: 40px;
	float: left;
	z-index: 100;
	height: 30px;
	width: 700px;
	margin-bottom: 30px;
}
#footer a {
	color: #783DB5;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
}
li {
	padding-bottom: 4px;
}


.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #783DB5;
}
h1 {
	margin-top: -20px;
	margin-bottom: -20px;
}
