/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Page Pack 01
   Venezia Vertical 2 Column
  -----------------------------------
*/
/*
PAGE LAYOUT STYLES
*/
/*
The background image is set to be fixed (while the page is scrolled) by
use of the background-attachment property.*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #282828;
}
/*
This is a DIV that surrounds the page content and centers it. It
is set to a relative position so that we can nest absolutely
positioned elements inside it.*/
#wrapper {
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	background-color: #A00106;
}
/*
Sets the large masthead background image, sets the height of the table cell
to match the height of the background image. Sets the table cell contents
to align in the middle. */
#masthead {
	width: 800px;
	background-color: #AA0000;
	margin: 0px;
	padding: 0px;
	height: 175px;
}
/*
Sets styles for the main content DIV. Note that the
verticalRule background image is the dashed border between the
main content cell and the sidebar. The left margin of 181px allows
this DIV to clear the right edge of tha absolutely positioned
sidebar.*/
#maincontent {
	font-size: 0.85em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	margin: 0;
}
h3 {
	font-size: 1.4em;
	margin: 24px 0px 0px;
}
#footer {
	font-size: .75em;
	color: #D14550;
	padding: 0px;
	margin: 0px auto;
	width: 800px;
}
.navigation {
	background-color: #AA0000;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 800px;
}
.imagewrap {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A90101;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #A90101;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#masthead2 {
	background-color: #A00106;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 175px;
	width: 800px;
}
.flash {
	margin: 0px;
	padding: 0px;
	height: 177px;
	width: 800px;
}

.thinborderfloat {
  float:left;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  } 
.superwrap {
	background-color: #760104;
	padding: 5px 3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 806px;
}
.moshequote {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#maincontentall {
	padding: 20px 30px;
	font-size: .85em;
	line-height: 1.5em;
	margin: 20px 0px 0px;
	background-color: #FFFFFF;
}
.img {
	padding:5px;
	background:#8274CB;
	border:1px solid black;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.headline1Bones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #9183DA;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.headline2Bones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6E63C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.trademark {
	font-size: 11px;
}

