/* css for crwashburn.com */

body {
	font: 14px/1.15em Palatino, Georgia, "Times New Roman", Times, serif;
	background: #330000;
	margin: 0px 10% 0 10%;
	padding: 0px;
}
p {
	line-height: 1.4em;
	padding-bottom: 0.5em;
	padding-top: 0em;
}

ul, li {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-bottom: 2px;
}
table {
	margin-top: 0px;
	margin-bottom: 2px;
}
tr {
	margin-top: 0px;
	margin-bottom: 2px;
}

th#header{
	background:url(images/header.jpg);
	background-repeat:no-repeat;
}

/* rule for all headings */
h1, h2, h3, h4, h5, h6 {
	color: #990000;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h3:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h4:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h5:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h6:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/

/*override rule for level 1 heading */
h1 {
	font-size: 140%;
}
h2 {
	font-size: 135%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}


/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
#n4shell {
	border: 1px solid #666633;
	/*/*/border: 0; /* */
}

/* rule to offset table 10 px from top edge */ 
#wrapper
{
	top: 20px;
	width: 860px;
	margin-top: 10px;
}

#mainContent {
width: 620px;
border-left: 1px dotted #333;
background: #D4C190;
vertical-align: top;
font-size: 85%;
line-height: 1.5em;
}

/* rule for MainTable of site */ 
#mainTable {
border: 1px solid #330000;
line-height: 1.5em;
background: #D2C8A0;
}



#mainTable p {
margin: 0px 0px 3px;
}

/* pads each table cell in modern browsers*/
#mainTable td {
	padding: 12px;
}

/* adds border to images */
#mainTable #mainContent img
{
	border: 1px dotted #666633;
	padding: 18px;
	margin-right: 6px;
	margin-top: 4px;
	margin-left: 12px;
}


#mainTable #mainContent a:link, #mainTable #mainContent a:visited  {
	color: #990000;
	font-weight: bold;
}

#mainTable #mainContent a:hover, #mainTable #mainContent a:active {
	color: #666600;
	font-weight: bold;
}


#slideshow /* places rotating slideshow to the left side of the page */ 
{
	float: left;
	height: 260px;
	width: 325px;
	margin-top: -80px;
	padding-top: 25px;
	padding-bottom: 25px;
}


#sidebar {
	width: 170px;
	background: #D4C190;
	vertical-align: top; /* */
	font: 85% Georgia, "Times New Roman", Times, serif;
}

#sidebar p {
margin: 0px 0px 10px;
}


#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 1px dotted #666600;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	color: #003300;
}

#sidebar a:link, #sidebar a:visited {
	color: #003300;
	font-weight: normal;
}

#sidebar a:hover, #sidebar a:active {
	color: #ffffcc;
	background-color: #c8aa43;
	border: 1px solid #333;
}

#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}


#footer {
	color: #666600;
	font-size: 75%;
	background: #B48228;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:link, #footer a:visited {
	color: #990000;
	margin: 2px;
	padding: 4px;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #990000;
	background-color: #cccc99;
}


#copyright {
	color: #cccc99;
	text-align: center;
	letter-spacing: 0.06em;
	background: #5A0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#copyright a {
	color: #c8aa43;
	text-decoration: none;
	font-weight: 600;
}

#copyright a:link, a:visited {
	color: #cc6600;
	font-weight: 600;
}

#copyright a:hover, a:active {
	color: #cc6600;
	font-weight: 600;
	text-decoration: underline;
}

/* class to remove border around image */ 
.logoname
{
	border: 0px;
	color: #FFFFCC;
	height: 20px;
	width: 200px;
	letter-spacing: 0.03em;
	text-align: left;
	left: 180px;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.tagline
{
	border: 0px;
	color: #FFFFCC;
	height: 20px;
	width: 200px;
	letter-spacing: 0.15em;
	text-align: left;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
}

/* class just for photo creditss */
.photocredit
{
	font: 10px/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
	clear: both;
	width: 400px;
	margin-top: 3em;
	margin-bottom: 3em;
	height: 2em;
	float: none;
}

.smallTextGray
{
	font: 10px/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 0.05em;
	clear: both;
	width: 400px;
	margin-top: 5em;
	margin-bottom: 3em;
	height: 2em;
	float: none;
}


.fltlft { /* this class can be used to float an element, eg. a photo image, left in your page */
	float: left;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.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;
}

