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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFFFFF;
	background: white url(../images/bg_whitepaper.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 140%;
	color: #FFFFFF;
	text-align: justify;
	padding-bottom: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #003366;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FC6;
	padding-top: 10px;
	padding-bottom: 5px;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #FC0;
}
a:visited {
	text-decoration: none;
	color: #FC0;
}
a:hover {
	text-decoration: underline;
	color: #B7DBDB;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3D6666;
	margin: 30px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #003366;
	text-align: left;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px;
}
#sidebar1_2 {
	float: left; /* since this element is floated, a width must be given */
	width: 325px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px;
	border-right: 1px solid #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
#map {
	margin-bottom: 30px;
	margin-top: 15px;
}
iframe {
	border: 3px solid #FFFFFF;
}
#form {
	border: 1px dotted #FFFFFF;
	margin-right: 5px;
	padding: 10px;
}
#form  p {
	padding-top: 6px;
	padding-bottom: 0px;
}
#sidebar1  img {
	border: 3px solid #FFFFFF;
	margin-bottom: 15px;
}
#mainContent {
	margin: 0 0 0 210px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
} 
#mainContent_2 {
	margin: 0 0 0 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
}
#mainContent_2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContent_3 {
	padding: 15px 20px 0;
}
#mainContent_3  .listing  img  {
	float: left;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
}
#mainContent_3 #femalesforsale {
	margin-top: 30px;
}
#container #mainContent_3 #photos #arrow {
	border-style: none;
}
#photos {
	margin-left: 15px;
}
#photos img {
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-left: 12px;
}
#secondnav {
	padding: 0px;
	margin: 10px auto 30px;
	text-align: center;
}
#secondnav ul {
	list-style: none;
	display: inline;
	text-align: center;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#secondnav li {
	padding-right: 8px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	display: inline;
}
#secondnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
#secondnav a:link  {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	padding: 6px;
	border: 1px solid #FFCC66;
}
#secondnav a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC66;
	padding: 6px;
	border: 1px solid #FFCC66;
}
#secondnav a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 6px;
	border: 1px solid #FFFFFF;
	background: #003366;
}
#secondnav a:active {
}
.listing {
	border: 1px solid #FFFFFF;
	width: 100%;
	overflow: auto;
	margin-top: 15px;
}
.textblock {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 25px;
	text-align: left;
	padding: 0px 15px 15px;
	width: 350px;
	float: left;
}

.textblock a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textblock a:link  {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFCC66;
	padding: 6px;
	border: 1px solid #FFCC66;
}
.textblock a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFCC66;
	padding: 6px;
	border: 1px solid #FFCC66;
}
.textblock a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	padding: 6px;
	border: 1px solid #FFFFFF;
	background: #003366;
}
.textblock a:active {
}
.orangeregular {
	color: #FC6;
}
#chriscarol   {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
#footer {
	padding-top: 25px;
	padding-bottom: 7px;
}
#container #footer p {
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.whiteimgborder {
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
