@charset "UTF-8";

body  { padding: 0; text-align: center; color: #000000; /* 16x1.125=18px */ margin-top: 12px; margin-right: 0; margin-bottom: 0; margin-left: 0; background-color: #F1f1f1; font-family: Arial, Helvetica, Utkal, sans-serif; font-size: 100%; line-height: 1.125em; }
/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ 

#tracker {
	background-color: #333333;
}
/*typography*/
a { text-decoration: none; font-weight: bold; color: #000; }
a:link { color: #005850; text-decoration: none; }
a:visited { color: #005850; text-decoration: none; }
a:active { }
a:hover { text-decoration: none; color: #E3A660; }
h1 {
	font-size: 1.3125em; /* 16x1.3125=21px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
	font-weight: bold;
}
h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
	font-weight: bold;
}
.alpha-list {
	list-style-type: lower-alpha;
}

.italic-list {
	font-style: italic;
}
h3 {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h4 {
	font-size: .875em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 0.8125em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
#bio-title {
	font-size: 0.8em;
	margin: 0px;
	font-style: italic;
	padding: 0px;
	}
	
	#tracker-table {
	margin: 0px;
	padding: 0px;
	background-color: #CCFF00;
	border: 1px solid #CC0000;
	}
img {
	border: 0;
	}
zol, zul, zli {/*
	list-style: none;*/ list-style-type: none; }


p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}


ul {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
}


li > p {
	margin-top: 0.1em;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	ul li  p { 
	padding-right: 100px;
	line-height: 1.2em;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#SFMScontent {
	clear: left;
	color: #ccc;
}

#sidebar1 {
	clear: left;
}

#sidebar1 img {
	clear: left;
	border: 1px solid #666666;
}

#sidebar1 ul{
	line-height: 1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: .833333em;
}

#sidebar1 ul li h3 a {
	line-height: 1.2em;
	font-size: .833em;
}

#sidebar1 ul li p {
	line-height: 1.2em;
	font-size: .833em;
	padding-right: 30px;
}

#sidebar1 ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sidebar1 h4 {
	font-size: .8338em;
}

#SFMScontainer { width: 940px; /* the auto margins (in conjunction with a width) center the page */ border: 1px solid #333333; text-align: left; /* this overrides the text-align: center on the body element. */ margin-top: 20px; margin-right: auto; margin-bottom: 0; margin-left: auto; background-color: #FFF; padding-right: 20px; padding-left: 20px; } 
#SFMSheader { padding: 0 10px 0 20px; background-color: #FFFFFF; position: relative; } 

#SFMSheader a img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#SFMSheader h1 { display: none; }

#SFMSheader #social-media-links { }
#social-media-links { float: right; position: absolute; top: 50px; right: 0px; }
#social-media-links a { }

#social-media-links a { text-decoration: none; font-weight: bold; color: #000; }
#social-media-links a:link { color: #005850; text-decoration: none; }
#social-media-links a:visited { color: #005850; text-decoration: none; }
#social-media-links a:active { }
#social-media-links a:hover { text-decoration: none; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #CCC; }





#middleHome { margin: 1px; background-color: #CCCCCC; width: 938px; } 

#middle {
	height: 100%;
	background-image: url(../media/images/grey-sidebar.png);
	background-repeat: repeat-y;
	background-position: left top;
} 
 

#sidebar1 { float: left; /* since this element is floated, a width must be given */ width: 200px; font-size: 0.9em; padding-top: 15px; padding-right: 10px; padding-bottom: 15px; padding-left: 12px; height: 100%; }
#sidebarH { float: right; /* since this element is floated, a width must be given */ width: 300px; padding-top: 12px; padding-right: 3px; padding-bottom: 12px; padding-left: 2px; margin-top: 25px; margin-right: 40px; margin-bottom: 0px; margin-left: 40px; font-size: 1em;}

#sidebarH ul { float: right; /* since this element is floated, a width must be given */ padding-top: 0px; padding-right: 24px; padding-bottom: 0px; padding-left: 0px; margin-top: 0px; margin-right: 3px; margin-bottom: 0px; margin-left: 0px; list-style-type: none; }

#sidebarH ul li {/*
	list-style: none;*/ float: none; margin-top: 6px; margin-bottom: 12px; padding-top: 0px; padding-bottom: 6px; margin-right: 3px; margin-left: 0px; padding-right: 3px; padding-left: 0px; }
	
#sidebarH	ul li ul {/*
	list-style: none;*/ float: none; margin-top: 1em; margin-bottom: 0em; padding-top: 0px; padding-bottom: 0px; margin-left: 6px; padding-left: 6px; }
	
	#sidebarH	ul li ul li {/*
	list-style: none;*/ float: none; margin-top: 0em; margin-bottom: 0em; padding-top: 0px; padding-bottom: 0px; margin-left: 2px; padding-left: 2px; font-size: .875em; }

#sidebarH   li { }
#mainContent {
	min-height:400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
} 
#homeContent { margin-top: 0; margin-right: 10px; margin-bottom: 0px; margin-left: 0; padding-right: 16px; padding-bottom: 0px; padding-left: 18px; padding-top: 5px; } 

#homeContent p{ text-align   : justify; margin-bottom: 0px; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; padding-left: 12px; }

.firstLetter{ display      : block; float        : left; margin-top   : -0.63em; /* use -0.205em for two lines */ margin-left  : -0.56em; margin-right : 0.5em; height       : 4.5em; }

.firstLetter span{
  font-size    : 5.6em;   /* use 3.33em for two lines */
  line-height  : 1.0em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}

#webmaster    { color: #303030; text-align: center; margin: 20px auto; padding: 1px 0; width: 980px; font-size: .857em; }
#webmaster p{padding:0; margin:0; text-align:center;}
#webmaster a { color: #666; font-weight: bold }
#webmaster a:hover { color: #BF1E01; text-decoration: underline }

#footer { background-color: #878787; font-size: 0.7857em; margin-top: 0px; padding-right: 10px; padding-left: 20px; width: 910px; margin-bottom: 20px; } 

#footer a {
	color: #000000;
}
#footer a:link {
	color: #000000;
}
#footer a:hover {
	color: #E3A660;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer p a img { margin: 0; padding-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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { clear:both; height:0px; font-size: 1px; line-height: 0px; }  /* 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 */
.sidebarCaption { font-size: 0.794em; font-style: italic; }

div.box { color: #333333; background: #dfe4ee; margin-bottom: 20px; padding: 10px 4px; border: solid 1px #c6cfe1 }
div.box h1 { font-size:14px; color:#000000; padding-bottom:4px; }
div.box h2   { color: #555555; font-size: 14px; font-weight: normal; display: block; margin-bottom: 10px; margin-left: 26px }
div.box h3 { color: #555555; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px; margin-left: 26px }
div.box p{padding-bottom:14px;}
div.box .input-text { color: #666666; width: 180px; border: solid 1px #333 }
div.box .input-text:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-wide { width: 300px; border: solid 1px #333 }
div.box .input-text-wide:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-2w  { width: 300px; border: solid 1px #333 }
div.box .input-text-2w:hover { background-color: #ff0; border: solid 1px #f03 }
div.box .input-text-area      { width: 600px; border: solid 1px #333 }
div.box .input-text-area:hover { background-color: #ff0; border: solid 1px #f03 }
div.box input .textarea  { color: #666666; background-color: #ff6; width: 220px; border: solid 1px #333 }
div.box label  { color: #555555; display: block; margin-bottom: 10px; margin-left: 26px }
div.box label span.left   { font-size: 14px; font-weight: bold; text-align: right; display: block; padding-right: 6px; width: 150px; float: left }
div.box label span.right  { font-weight: bold; text-align: left; display: block; padding-right: 6px; width: 600px }
div.box label span.yes   { font-weight: bold; background-color: #9f6; text-align: right; display: block; padding-right: 6px; width: 150px; float: left }
div.box label span.no   { font-weight: bold; background-color: #f06; text-align: left; display: block; padding-right: 6px; width: 640px }
#navbar { z-index: 1000; background-image: url(../SpryAssets/nav-tab.png); background-repeat: repeat-x; background-color: #AE1002; }

#SFMScontainer #middleHome #sidebarH h2 { margin-top: 0px; padding-top: 0px; background-color: #F69; }.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SFMScontainer #middle #mainContent h2 {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
}

.office-image {
	padding: 0px;
}

.office-location {
	text-align: left;
	font-size: 1em;
}

.office-location h2 {
	text-align: left;
	font-size: 1.4545em;
}


.office-location p {
	
	font-size: 1.1818em;
}

#social-media-bar { margin: 0px; padding: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; }


#social-media-bar table { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin: 0px; padding: 0px; width: 100px; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; }
#social-media-bar table tr { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #FFF; border-right-color: #FFF; border-bottom-color: #FFF; border-left-color: #FFF; }
#social-media-bar table td { border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
#like-spanner-01 { }
#like-spanner-02 { }
#like-spanner-03 { border: 12px solid #F00; padding-top: 3px; }

#social-media-bar tbody tr td 

{ color: #666666; ; 
}

a.connect_widget_like_button

{ display: block; float: left; padding-top: 40px; padding-right: 5px; padding-bottom: 4px; padding-left: 50px; border-top-width: 12px; border-right-width-value: 1px; border-right-width-ltr-source: physical; border-right-width-rtl-source: physical; border-bottom-width: 1px; border-left-width-value: 1px; border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-top-style: solid; border-right-style-value: solid; border-right-style-ltr-source: physical; border-right-style-rtl-source: physical; border-bottom-style: solid; border-left-style-value: solid; border-left-style-ltr-source: physical; border-left-style-rtl-source: physical; border-top-color: #000000; border-right-color-value: #000000; border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; border-bottom-color: #000000; border-left-color-value: #000000; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; background-color: #093; 
}

.connect_widget .like_button_no_like .piece, .connect_widget .like_button_no_like

{ background-color: #C03; border-top-color: #cad4e7; border-right-color-value: #cad4e7; border-bottom-color: #cad4e7; border-left-color-value: #cad4e7; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical; border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; 
}

.button_count a.connect_widget_like_button

{ padding-top: 102px; padding-right: 4px; padding-bottom: 20px; padding-left: 4px; background-color: #3C3; 
}





#social-media-bar table td .connect_widget_button_count_count 
{
  display:none !important; /*in your stylesheets to hide the counter!*/
}



.connect_widget_button_count_count 
{
  display:none !important; /*in your stylesheets to hide the counter!*/
}

