/* General CSS - Screen */

body {
	margin: 0 0 0 0;
}

p, ol {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

h1 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #992244;
}


h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #555;
}

h3 {

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #003366;
	margin: 0px 0px 0px;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ff8046;
	margin: 0px 0px 0px;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #790000;
	margin: 0px 0px 0px;
}

.breadcrumb a {
	color: #790000;
	margin: 0px 0px 0px;
}

.breadcrumb a:hover {
	color: #790000;
	text-decoration:none;
	margin: 0px 0px 0px;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.8;
	text-align:justify;
	color: #111;
}

hr {
	color:#ccc;
}

.thumbnail {
	margin: 0px 12px 0px 0px;
}

.thumbnailright {
	margin: 0px 0px 0px 12px;
}
/* Specific CSS */

a.imageborder img {

  border:solid 1px silver;
  padding:5px;
} 

a.imageborder:hover img {

  border:solid 6px #D7162C;
  padding:0px;
} 

/* Header ==============================================================================*/

.header1 {
	float: left;
	width: 380px;
	text-align: center;
	padding: 0px;
	margin: 55px 0px 0px 0px;
}

.header1a {
	float: left;
	width: 380px;
	text-align: center;
	padding: 0px;
	margin: 70px 0px 0px 0px;
}

.header2 {
	float: right;
	width: 280px;
}

h1.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}	

h1.sifrheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}	

h2.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}	

h2.header a {
	color: #790000;
	text-decoration: underline;
}

h2.header a:visited {
	color: #790000;
	text-decoration: underline;
}	

h2.header a:hover {
	color: #890000;
	text-decoration: none;
}	

.headerimage {
	float: right;
}

/* Resume ==================================================================================*/

div.resume p {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

div.resume strong {
	background-color: #e1ffa1;
	color: #222222;
	font-weight: normal;
	line-height:inherit;
	padding: 2px 0 2px 0;
	}

div.resume h1 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #992244;
	border-bottom: 1px solid #aa666b;
}

div.resume h2 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #555;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
}

div.resume h3 {

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #003366;
	margin: 0px 0px 3px;
	line-height: 1.2em;
}

div.resume h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	margin: 0px 0px 0px;
	line-height: 1.4em;
}

div.resume li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px 0px 3px;
}

div.resume a {
	color: #790000;
	text-decoration: none;
}

div.resume a:hover {
    color: #790000;
	text-decoration: underline;
}

/* Main Menus ==============================================================================*/


.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	font: 12px Verdana, Arial, sans-serif;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: #6e8f9c url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: white;
	padding: 16px 20px;  /*was 16 25*/
	text-decoration: none;
}

.solidblockmenu li a:visited {
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}


/* Body Column =========================================================================*/

.subheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
}

.subheaddesc {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #777;
	letter-spacing:0.2em;
	text-transform:uppercase;
}

div.middlecolumn a {
	color: #790000;
	text-decoration: none;
}

div.middlecolumn a:hover {
    color: #790000;
	text-decoration: underline;
}

div.imageset1 {
	float:left;
	margin: 0px 0px 15px 30px;
}

div.imageset2 {
	float:right;
	margin: 0px 30px 15px 0px;
}

td.middlecolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

div.callout {
	width: 439px;
	border-top: 2px dotted;
	border-bottom: 2px dotted;
	background-color:#ffffee;
}
	
div.calloutinner {
	margin: 0px 20px;
}

.quote {
	font-size: 14px;
}

/* Flickr Badge =======================================================================================*/

.flickr {
	float: left;
	width: 190px;
	margin: 3px 0px 10px
}

.snickr {

	margin: 5px 0px 0px 13px;
	padding-bottom: 2px;
	clear: both;
}

.flickr img {
	float: left;
	margin: 0 0 12px 12px;
	width: 40px;
	height: 40px;
	padding: 2px;
	border: 3px solid #5366a6;
	background: #fffefa;
}

.flickr a:hover img {
	border-color: #fffefa;
	background: #fffefa;
}

.flickr a:hover { 
	background: #fccc71; 
}

/* ToC Left - Category of Things ==============================================================================*/

.leftnav {
	width: 201px;
}

.list_heading {
	color: #779d03;
	margin: 15px 10px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c1c9a6;
	font: normal 114% Tahoma, Arial, sans-serif;
	clear: both;
	text-transform: none;
}

.cat-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px;
	margin: 4px 10px auto 10px;
	list-style: none;
}
.cat-list li{
	background: url(../images/star.gif) no-repeat left;
	padding: 3px 0px 3px 12px;
	margin: 0px;
	line-height: 130%;
	list-style: none;
}
.cat-list li a{
	color:#790000;
	text-decoration: none;
	list-style: none;
}
.cat-list li a:visited{
	color:#790000;
	text-decoration: none;
}
.cat-list li a:hover{
	color:#669900;
	text-decoration: none;
}

/* ToC Left - Link Menu ==============================================================================*/

.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	list-style: none;
	padding: 0px;
	margin: 4px 10px auto 10px;
}
.submenu li{
	border-bottom: #dae2cc 1px solid;
	list-style: none;
}
.submenu li a{
	color: #790000;
	text-decoration: none;
	padding: 4px 6px 4px 2px;
	display: block;
	list-style: none;
}
.submenu li a:visited{
	color: #790000;
	text-decoration: none;
}
.submenu li a:hover{
	text-decoration: none;
	background-color: #d9f0a1;
}

.submenuon {
	text-decoration: none;
	background-color: #d9f0a1;
}

/* Form Styles ======================================================================================*/

.contactform {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 15px;
}

.quoteform {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 15px 0 15px 0;
}

textarea {
  overflow: auto;
}

td.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	margin-top:1.8em;
	margin-bottom:1.8em;
}


/* Right Column Styles ==============================================================================*/

.rightcolumn {
	width:200px;
}

.rightcolumnheader {
	color: #779d03;
	margin: 15px 10px 0px 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 3px solid #abc555;
	border-bottom: 1px solid #c1c9a6;
	font: normal 80% Verdana, Arial, sans-serif;
	clear: both;
	text-transform: none;
}

.rightcolumn-nostar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 4px 10px 3px 12px;
	padding: 0px;
	list-style: none;
}

.rightcolumn-nostar li {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 130%;
	list-style: none;
}

.rightcolumn-nostar li a{
	color: #790000;
	text-decoration: none;
}

.rightcolumn-nostar li a:visited{
	color: #790000;
	text-decoration: none;
}

.rightcolumn-nostar li a:hover{
	text-decoration: underline;
}

.righthr {
	margin: 0px 10px 0px 10px;
}

.rightcolumn form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 4px 10px 3px 12px;
	padding: 0px;
	list-style: none;
}

/* Footer Styles ==============================================================================*/

.footerbackground {
background-color: #e7f4a8;
	background-image: url(../images/footerbg.gif);
	background-repeat:repeat-x;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
}

.footermiddlefull {
	width: 436px;
} 

.footermiddle1 {
	width:218px;
	float:left
}

.footermiddle2 {
	width:218px;
	float: right
}

.footerright {
	width:190px;
	float: right
}

.footer-heading {
	color: #003366;
	margin: 15px 10px 0px 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #c1c9a6;
	font: bold 83% Tahoma, Arial, sans-serif;
	clear:both;
	text-transform: none;
}

.footer-list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 0px;
	margin: 4px 10px auto 10px;
	list-style: none;
}

.footer-list li{
	list-style-image: url(../images/star.gif);
	padding: 3px 0px 3px 12px;
	margin: 0px;
	line-height: 130%;
}

.footer-list li a{
	color: #333333;
	text-decoration:none;
	list-style: none;
}
.footer-list li a:visited{
	color: #333333;
	text-decoration: none;
}
.footer-list li a:hover{
	color:#669900;
	text-decoration: none;
}

.footer-list-nostar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	margin: 4px 10px 3px 12px;
	padding: 0px;
	list-style: none;
}

.footer-list-nostar li{

	padding: 3px 0px 3px 0px;
	margin: 0px;
	line-height: 130%;
	list-style: none;
}

.footer-list-nostar li a {
	color: #003355;
	text-decoration: underline;
	list-style: none;
}

.footer-list-nostar li a:visited{
	color: #003355;
	text-decoration: underline;
}

.footer-list-nostar li a:hover{
	color:#333399;
	text-decoration: underline;
	background-color: #f6fed6;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #333;
	padding-top: 4px;
	line-height: 1.4em;
}

.footershadow {
	background-image: url(../images/bottom_shadow.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footershadowleft {
	background-image: url(../images/leftcorner_shadow.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footershadowright {
	background-image: url(../images/rightcorner_shadow.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Quote Form */

.greytext  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 18px; 
	text-decoration: none
}

.greytextbold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	line-height: 18px; 
	text-decoration: none
}

.greytextredbold  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none 
}

.greytextred  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 18px;
	text-decoration: none 
}


