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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* scott removed img from above */

/* Hack fix for IE5.x font-size not being medium as defined in CSS */
#topnav li, #topnav a {
/* more specific to override imported rule */
font-size: xx-small;
/* false value for WinIE4/5 */
voice-family: "\"}\"";
/* trick WinIE4/5 into thinking rule is over */
voice-family: inherit;
/* recover from trick */
font-size: x-small
/* intended value for better browsers */
}


body {
	line-height: 1.1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
margin:0px;
clear:both;
}

body {
font-family:Arial, Georgia, "Times New Roman", Times, serif;
font-size:0.95em;
background:#f9f9f7 url(images/bggrid2.gif) repeat-x;
color:#333333;
}

h1 { 
font-family:Arial, Helvetica, sans-serif;
font-size:140%;
color:#482f28;
margin-top:15px;
margin-bottom:25px;
}

h2 { 
font-family:Arial, Helvetica, sans-serif;
font-size:110%;
color:#482f28;
margin-top:15px;
margin-bottom:5px;
}


#outercontainer {
width:790px;
margin:0% auto;
background:#f9f9f7 url(images/upbg.gif) no-repeat;
position:relative;
}


#container {
width:780px;
margin:0% auto;
background:#FFFFFF;
position:relative;
border-left:1px solid #d7d7cb;
border-right:1px solid #d7d7cb;
}

#containernew {
width:780px;
margin:0% auto;
position:relative;
}

#header {
width:100%;
background:#FFFFFF url(images/debby_werthmann_script_top.gif) no-repeat;
background-position: 5% 100%;
height:250px;
}

#header .quote {
width:500px;
margin-top:60px;
text-align:center;
float:left;
}

#header .quotebox {
width:420px;
padding:10px 10px 3px 10px;
margin-left:60px;
margin-right:20px;
/*background-color:#f9f9f9;
border:1px solid #d1d1d1;*/
text-align:center;
}

#header .quotetext {
margin-left:auto;
margin-right:auto;
font-size:125%;
font-weight:bold;
font-style:italic;
margin-top:0px;
margin-bottom:0px;
line-height:1.02em;
}

#header .quotename {
text-align:right;
margin-top:8px;
font-size:90%;
font-weight:normal;
}

#header .photo {
width:240px;
float:right;
}


#topnav {
width:100%;
background:#660002 url(images/debby_werthmann_script_bot2.gif) no-repeat;
background-position: 5% 0%;
height:35px;
clear:both;
/*text-align: center;*/
}

#topnavhome {
width:100%;
background:#660002 url(images/debby_photo_home_bar.gif) no-repeat;
height:59px;
clear:both;
text-align: center;
}

#topnavbar {
padding-right:10px;
}

#topnavbarhome {
padding-right:10px;
}


#topnav ul {
width:100%;
list-style: none;
/*margin-left: auto;*/
}

#topnavhome ul {
width:100%;
list-style: none;
margin-left: auto;
margin-right: auto;
}

#topnav li  {
display:inline;
float:right;
color:#FFFFFF;
height:35px;
padding:0px 1px;
text-align:center;
}

#topnavhome li  {
display:inline;
color:#FFFFFF;
height:59px;
padding:0px 1px;
text-align:center;
}

#topnav li a, #topnav li a:visited, #topnav li a:active  {
line-height: 35px;
color:#FFFFFF;
text-decoration:none;
font-size:110%;
font-weight:bold;
}

#topnavhome li a, #topnavhome li a:visited, #topnavhome li a:active  {
line-height: 59px;
color:#FFFFFF;
text-decoration:none;
font-size:110%;
font-weight:bold;
}

#topnav li a:hover {
color:#FFFF66;
text-decoration:none;
}

#topnavhome li a:hover {
color:#FFFF66;
text-decoration:none;
}

#bottomnav {
clear:both;
width:100%;
background-color:#660002;
height:80px;
color:#FFFFFF;
padding:3px 0px;
text-align: center;
}

#bottomnav ul {
list-style: none;
width: 100%; 
padding:0px;
margin-left: auto;
margin-right: auto;
}

#bottomnav li  {
display:inline;
color:#FFFFFF;
height:40px;
padding:0px 2px;
text-align:center;
font-size:75%;
font-weight:bold;
}

#bottomnav li a, #bottomnav li a:visited, #bottomnav li a:active  {
line-height: 25px;
color:#FFFFFF;
text-decoration:none;
}

#bottomnav li a:hover {
color:#FFFF66;
text-decoration:none;
}

#main {
clear:both;
width:100%;
min-height:550px;
height:auto !important;
height:550px;
}


#content {
padding:15px 20px;
}

#blogpage #content {
padding:15px 20px 0px 20px;
}

#content p {
margin-top:15px;
}

#content p.nobreak {
margin:0px;
}

#content p.nobottombreak {
margin-bottom:0px;
}

#content blockquote {
line-height:1.1em;
background-color:#f9f9f9;
border:1px solid #d1d1d1;
padding:10px 10px 3px 10px;
font-weight:bold;
margin:15px 10px 10px 10px;
}

.indent {
margin-left:10px;
}

.paragraph {
margin-top:20px;
}

.doubleparagraph {
margin-top:40px;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
/*border: 1px solid #778;*/
border: 1px solid #CCCCCC;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

#blogtext {
width:490px;
float:left;
padding-bottom:20px;
}

#blogtext strong, #blogtext b {
color:#003399;
}

#blogindex {
width:220px;
float:right;
}

#blogindexborder {
background-color:#CCCCCC;
border-left:1px solid #999999;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
padding:5px 5px 10px 5px;
}


#blogindex a, #blogindex a:active, #blogindex a:visited  {
font-size:85%;
color: #482f28;
}

#blogindex a:hover {
font-size:85%;
color:#CC0000;
}

.endblog {
margin:0px;
padding:0px;
}


@media print {
.tabcontent {
display:block !important;
}
}


