/* CSS Document */

/*----- HEADINGS --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif;
	clear: none;
}	
	
h1 {
	font-size: 2em;
	color: #2A3443;
	font-weight: 100;
	letter-spacing: -1pt;
	word-spacing: 0.34pt;
	line-height: 0.95;
	margin: 20px 0 14px 0;
	text-transform: none;
}
h1 .Service-Descr {
	font-size: 0.8em;
	color: #FFFFFF;
}

h2 {
	font-size: 1.5em;
	color: #2B82DC;
	letter-spacing: 0.5pt;
	line-height: 0.95em;
	margin-bottom: 0em;
	font-weight: lighter;
}

h3 {
	font-size: 1.1em;
	color: #CCCCCC;
	line-height: 0.95em;
	margin-bottom: 0.1em;
}

h4 {
	font-size: 1.1em;
	color: #CCCCCC;
	font-weight: lighter;
	margin-bottom: 0em;
}

h5 {
	font-size: 1.1em;
	color: #FFCC00;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif: font-weight: 900;
	margin-bottom: -0.1em;
	line-height: 1.4em;
}

h6 {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: lighter;
	margin-bottom: 0em;
}

/*------ BODY TEXT STYLES ------------------------------------------------*/

p {
	font-size: 0.8em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #333333;
	line-height: 1.6em;
}
.TabbedPanelsContent p {
	/*color: #333333;*/
}

em {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
}

.bulletText li {
	
}

.text-small {
	font-size: 0.8em;
	color: #666666;
	line-height: 0.9em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}


a.text-small:link { color: #333333}
a.text-small:visited { color: #999999}
a.text-small:hover { color: #000000; text-decoration: underline}
a.text-small:active { color: #333333}



/* ------ Styling of Links p, h4, h5, ul --------------------------------------- */

#content-container p a,#content-container h4 a, #content-container h5 a {
	text-decoration: none;
	background-image: url(../Images/Layout/link.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FF6600;
	margin: -2px -4px;
	padding: 2px 4px;
}


#content-container p a:visited, #content-container h4 a:visited, #content-container h5 a:visited {
	color: #C78C1C;
	text-decoration: none;
	background-image: url(../Images/Layout/link-visited.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content-container p a:hover, #content-container h4 a:hover, #content-container h5 a:hover, #content-container ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	background-image: none;
}

#content-container p a:active, #content-container h4 a:active, #content-container h5 a:active, #content-container ul a:active  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}



/* ----- Styling of External Links ------------------------------------------ */

#main-content p a[href^="http:"] {
    padding-right: 12px;
    background: url(../images/icons/external-link.gif) no-repeat right center;
	text-decoration: underline;
}
#main-content p a[href^="http:"]:hover {
    padding-right: 12px;
    background: url(../images/icons/external-link.gif) no-repeat right center; 
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4BB0F9;
}


/* -----Input Forms Styling ------------------------------------------------- */
/*textarea
{
	color: #000000;
	border: 1px solid #000000;
	background-color: #fee3ad;
	background-image: url(../Images/Layout/Form-Background.png);
	background-repeat: repeat-x;
	background-position: left top;
}*/

input:focus {
	background-color: #FFFF66;
	font-weight: bold;
	color: #000000;
}
textarea:focus {
	background-color: #FFFF66;
	font-weight: bold;
	color: #000000;
}
input {
	background-color: #D1D1D1;
}
textarea {
	background-color: #D1D1D1;
}
.grey-box, .form-box
{
	background-image: url(../images/layout/form-background.gif);
	background-position: center center;
	color: #FF0000;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #0066CC;
	padding: 0 0 12px 6px;
}

.FormItemDescription {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	width: 125px;
	font-size: 0.9em;
}
.RequiredData {
	font-size: 0.8em;
	font-weight: bolder;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* ----- Image Layout ------------------------------------------------------- */

.image-left {
	float: left;
	padding: 0;
	/*clear: left;*/
	margin: 2px 9px 2px 0px;
}
.icon-contact {
	margin: -5px 0;
}
.image-right {
	float: right;
	padding: 0;
	margin-left: 9px;
}

.image-border {
	border: 1px solid #000000;
}


.clear-float {
	clear: both;
	margin: 4px 0;
}

.photo-box {  border: 1px solid #666666; background-color: #FFFFFF; padding: 4px}
.movie-box {
	padding: 4px;
	width: 130px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	float: left;
	margin: 0 8px 8px 0;
}
.movie-box a, .movie-box p {
	color: #333333;
	text-decoration: none;
}

/* ----- Homepage NEWS Layout ------------------------------------------------------- */

#newscontainer {
	width: 240px;
	text-align: left;
	border: 3px solid #FFCC00;
	background-color: #FFFF00;
	float: right;
	margin-bottom: 10px;
	
}
#newslist {
	height: 400px;
	overflow: scroll;
}	
#newslist strong {
	font-weight: 900;
	color: #CC9900;
	font-size: 1.1em;
	
}
#newslist strong :hover {
	color: #FFFF00;
}

#newscontainer ul
{
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 6px 0 0 0;
}

#newscontainer a
{
	display: block;
	padding: 5px 5px 15px 6px;
	border-bottom: 1px solid #FFCC00;
}

#newscontainer a:link, #newslist a:visited
{
	color: #333300;
	text-decoration: none;
}

#newscontainer a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(../Images/Homepage/news-hover.png);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


.news-text {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	padding-top: 10px;
}

.news-text a:link, .news-text a:visited,.news-text a:active {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
}

.news-text a:hover { color: #FFFFFF; background-color: #FF0000; text-decoration: none}

.news-date {
	font-weight: bold;
	color: #FF0000;
	width: 80%;
	border-bottom-style: none;
}

.news-date a:link, .news-date a:visited, .news-date a:active {
	font-weight: bold;
	color: #FF0000;
	width: 80%;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}
.news-date a:hover { color: #FFFFFF; background-color: #FF0000; text-decoration: none}


/* ----- Citylist Layout ------------------------------------------------------- */

#citylist ul, #citylist2 ul, #citylist3 ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#citylist, #citylist2, #citylist3 {
	margin: 0px;
	padding: 0px;
}

#citylist li, #citylist2 li, #citylist3 li
{
	display: inline;
	list-style-type: none;
	float: left;
}

#citylist h5, #citylist2 h5, #citylist3 h5 {
	margin: 0px;
	color: #FFFFFF;
	width: 130px;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
}
#ExpertLocator {
	color: #FFFFFF;
	margin: 0 0 10px 0;
	padding: 0px;
	float: right;
	width: 240px;
	border: 3px solid #000000;
	background-color: #333333;
}
.Tab2 {
	width: 160px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
	clear: left;
	font-size: 14px;
	font-weight: bold;
}
.NoLinkStyle {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}





















/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 42px;
}
