/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background-color: #f2d87b;
	font: 12px Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;

}


h1 {  
	font: 18px Arial, Helvetica, sans-serif; 
	font-style: italic; 
	font-weight: bold; 
	color: #339;
	padding-top: 5px;
}

h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: bold; 
	color: #339;
}

h3 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic; 
	line-height: 14pt; 
	font-weight: bold; 
	color: #339;
}

.highlight {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; color: #f00;
}

.smalltext {  
	font: 9px Arial, Helvetica, sans-serif;
}

.rightlink {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14pt; 
	font-weight: bold; 
	color: #333399;
}

.rightHed {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: italic; 
	font-weight: bold; 
	color: #c33;
}

.rightText {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

.externalLink {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #930; 
	text-decoration: none;
}

.highlightBLUE {  
	font-weight: bold; 
	color: #339;
}

.testimonial {  
	font-style: italic; 
	font-weight: normal;
}

.tableHead {  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #fff;
}

.rowHeader { 
	color: #fff; 
	background: #006;
}

.rowBackground { 
	background: #fc9;
}



/*Structural elements */
#Content {
	position: absolute;
	left: 183px;
	top: 72px;
	width: 572px;
	margin:  0px;
	background-color: #fff;
	height: 2500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#Content1 {
	position: absolute;
	left: 183px;
	top: 72px;
	width: 572px;
	margin:  0px;
	background-color: #fff;
	height: 760px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	overflow: visible;
	visibility: visible;
}

#SideBar {
	float: right;
	padding: .5em;
	margin: 0px 0px 0px 10px;
	width: 150px;
	background-color: #f2d87b;
}

#PreSideBar {
	float: right;
	padding: 0.5em;
	width: 140px;
	clear:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#NavBar {
	position: absolute;
	left: 10px;
	top: 80px;
	width: 150px;
}

#MastHead {
	width: 755px;
	background-color: #006;
	padding-left: 5px;
}

/* NAVIGATION STYLES */
#NavBar ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

#NavBar li {
	margin: 0 0 3px 0;
}

#NavBar a {
	/*/*/display: block;
	padding: 15px 2px 2px 24px;
	border: 0px;
	width: 160px;
	background: url(../Images/navb-drk.gif) left top no-repeat; /* */
}

#NavBar a:link, #NavBar a:visited {
	color: #006;
	/*/*/color: #006;
	text-decoration: none; /* */
}

#NavBar a:hover {
	border: 0px;
	background:  url(../Images/navb-lit.gif) left top no-repeat;
	color: #900;
}


#MastLink ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

#MastLink li {
	margin: 0px 0 3px 0;
}

#MastLink a {
	/*/*/ display: block;
	padding: 4px 18px 2px 24px;
	border: 0px;
	width: 108px;
	background:  url(../Images/topb-drk.gif) right top no-repeat; /* */
}

#MastLink a:link, #MastLink a:visited {
	color: #fc6;
	/*/*/color: #fc6;
	text-decoration: none; /* */
}

#MastLink a:hover {
	border: 0px;
	background:  url(../Images/topb-lit.gif) right top no-repeat;
	color: #fff;
	text-decoration: none;
}

#SideBar ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#SideBar li {
	margin: 0 0 3px 0;
}

#SideBar a {
	/*/*/ display: block;
	padding: 15px 2px 2px 24px;
	border: 0px;
	width: 140px;
	background:  url(../Images/navb-drk.gif) left top no-repeat; /* */
}

#SideBar a:link, #SideBar a:visited {
	color: #009;
	/*/*/color: #006;
	text-decoration: none; /* */
}

#SideBar a:hover {
	border: 0px;
	background-color: #fc6;
	background:  url(../Images/navb-lit.gif) left top no-repeat;
	color: #900;
	text-decoration: none;
}

#FooterNav {
	text-align: center;
	font-size: 9px;
	color: #009;
}

#FooterNav ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#FooterNav li {
	margin: 2px;
	display: inline;
}

#FooterNav a {
	text-decoration: none;
}

#FooterNav a:link, #FooterNav a:visited {
	color: #009;
	text-decoration: none;
}

#FooterNav a:hover {
	color: #00f;
	text-decoration: underline;
}

.arrowList li {
	list-style: outside square url(../Images/icn-redarrow.gif);
}

.addthis_toolbox .hover_effect
{
    width: 145px;
    padding: 10px 0 6px 10px;
    border: 0px 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;
}

