/* Screen layout: */

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 95%;
	color: #303030;
	}

h3 {
	font-size: 14px;
}

.center {
	text-align: center;
}

.no_indent {
	text-indent: 0pt;
}

.right_align {
	text-align: right;
	padding-right: 25px;
}

.headings {  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	color: #000000;
	font-weight: bold; 
	text-decoration: none;
	padding-right: 20px;
}

.text {  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 

	color: #000000; 
	text-align: justify; 
	text-decoration: none;
}

.centertext {  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 

	color: #000000; 
	text-align: center; 
	text-decoration: none;
}

.boldtext {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-align: justify; text-decoration: none}

a:link { color: #000033; text-decoration: none;}
a:visited { color: #000033; text-decoration: none;}
a:active { color: #000033; text-decoration: none;}
a:hover { color: #BF6852; text-decoration: none;}

.reportdate {  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none}

a {  text-decoration: none;}


#container {
	margin: 0 auto 15px auto;
	width: 850px;
	padding: 0 0 0 0;
	border: 3px solid black;
	background: white;
}

#logo {
	margin: 0 0 0 0;
	height: 174px;
	border-bottom: 3px solid black;
}

#main {
	width: 805px;
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
	padding: 0 0 0 20px;
	border: 1px solid #cbdcb5;
}



#quicklinks {
	height: 1%;
	margin: 0px 10px 5px 0;
	padding: 10px 0 10px 1em;
	border: 1px solid #cbdcb5; 
}

#footer {
	clear: both;
	background: #000000;
	color: #c7e19e;
	/* height: 22px; */
	padding-top: 5px;
	padding-bottom: 1px;
	font-size: 1em;
	text-align: center;
}

#footer a {
	color: white;
}


/* NAV Style */

#nav, #nav ul {
	float: left;
	width: 850px;
	list-style: none;
	line-height: 1.3;
	background: #c7e19e;
    	color: black;
	font-weight: bold;
	padding: 0;
	border: solid black;
	border-width: 1px 0;
	margin: -0.4em 0 1em 0;
	/* margin: 0 0 	0 0; */
}

#nav a {
	display: block;
	/* width: 84px; */ 
	width: 86px;
	color: black;
	text-decoration: none;
	/* font-variant:small-caps; */
	padding: 2px 0 2px 20px;
	font-size: 100%;
}




#nav a.daddy {
	background: center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/* width: 114px; */
	width: 102px; 
	     
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/* width: 131px; */
	width: 100px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

#nav li li {
	padding-right: 0;
	/* width: 101px; */
	width: 100px;
	color: black;
}

#nav li ul a {
	/* width: 101px; */
	width: 100px;
	
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #000000;
}

#nav li:hover > a, #nav li.sfhover > a {
	color: white;
}

/* END NAV Styles */


/* Add this Styles */

.addthis_toolbox .hover_effect
{
    width: 284px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}