@charset "UTF-8";
/*
@font-face {
    font-family: 'frankling_gothic_book';
    src: url('/common/themes/global/fonts/Franklin/franklin_gothic_book-webfont.eot');
    src: url('/common/themes/global/fonts/Franklin/franklin_gothic_book-webfont.eot?#iefix') format('eot'),
         url('/common/themes/global/fonts/Franklin/franklin_gothic_book-webfont.woff') format('woff'),
         url('/common/themes/global/fonts/Franklin/franklin_gothic_book-webfont.ttf') format('truetype'),
         url('/common/themes/global/fonts/Franklin/franklin_gothic_book-webfont.svg#webfontmXQWT3d2') format('svg');
}
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(bg.gif); 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #BFBFBF;*//*rgb(245,245,245);*/
}
#language-selector, #language-selector a, #language-selector a:link, #language-selector a:visited, #language-selector a:hover, #language-selector a:active { 
        font-family: Verdana, Arial, Helvetica, san-serif;
        font-size: 10px;
        text-decoration: none;
        color: #999999;
        padding: 0px;
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom:5px;
}
#language-selector a:hover { 
        text-decoration: underline;
}
.oneColFixCtr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left-width: 10px;
	border-left-style: solid;
	border-right-width: 10px;
	border-right-style: solid;
	background: #FFF;
}
.oneColFixCtr #mainContent {
	padding-right: 30px;
}
.oneColFixCtr #container #header {
	padding-right: 30px;
	padding-bottom: 15px;
	height:70px;
	margin-bottom: 20px;
}
.oneColFixCtr #container #header #heading {
	float: left;
	padding-top:5px;
	margin-top: 20px;
	height:70px;
}
.oneColFixCtr #container #header .title_icon {
	padding-left: 100px;
}
.oneColFixCtr #container #header .title_icon_invisible {
	padding-left: 20px;
}
.oneColFixCtr #container #header #heading img {
	border-style: none;
	display:block;
}
.oneColFixCtr #container #header #menu {
	border-top-width: 6px;
	border-top-style: solid;
	overflow: hidden;
	height: 25px;
	width: 231px;
	float: right;
	padding: 5px 0px 25px 5px;
	text-align: center;
}
.oneColFixCtr #container #header #menu img {
	border-style: none;
	margin-right: 15px;
}
.oneColFixCtr #container #mainContent #left_column {
	overflow: hidden;
}
.oneColFixCtr #container #mainContent #left_column #home_graphic,
.oneColFixCtr #container #mainContent #left_column #slide-container-home_graphic {
	margin-left: 15px;
	margin-bottom: 12px;
}
.oneColFixCtr #container #mainContent #left_column h1 {
	display: block;
	padding-left: 50px;
}
.oneColFixCtr #container #mainContent #left_column #actual_content {
	padding-left: 50px;
	width: 569px;
	font-size: 12px;
}
.oneColFixCtr #container #mainContent #right_column {
	padding-bottom: 50px;
	float: right;
	width: 231px;
}
/* hide hack from Mac-IE5 \*/
* html #left_column { height: 1%; }
/* end hiding */
.oneColFixCtr #container #footer {
	/*
	background: #525252;
	color: #fff;
	*/
	font-size: 10px;
	padding: 15px 0px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 15px;
	clear: both;
	height: auto;
    min-height: 85px;
}

#sidebarInfo {
	text-align: center;
}

#sidebar_icon {
	padding-top: 10px;
}

#page-title-parent{
	padding-top: 30px;	
	padding-bottom: 15px;	
}
/*
#heading a .website-title {
    margin-left: -3px
}

#heading .website-subtitle {
    margin-top: 0px;
    margin-left: -2px;
}*/

.profile-name {
/*    font-family: frankling_gothic_book;*/
    font-size: 20px;
/*    color: rgb(133, 0, 56); */
}

.profile-phone, .profile-formatted-address, .profile-email-link {
    /*font-family: frankling_gothic_book;*/
   /* color: white !important; */
    text-decoration: none;
}

img#footer_graphic {
	float:left;
	position: absolute;
	margin-left: 20px;
}

div#copyright{
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
	color: #BFBFBF;
}

#footer span, #footer a {
	/* padding-left: 20px; */
}
.oneColFixCtr #container #footer a:hover {
        text-decoration: underline;
}

img#sidebar-icon {
	margin-top:40px;
	margin-bottom:10px;
}

#footer_graphic[src*="footer.png"] { 
	display:none;
}

.sidebar-slogan,
.sidebar_slogan {
	margin-top: 50px;
}

.oneColFixCtr #container #footer a {
	color: inherit;
}

.website-subtitle {
	margin-top: -5px;
}

div#disclaimer span{	
	float: right;	
	font-size: 10px;
	font:Verdana, Arial, Helvetica, sans-serif;
	color: #BFBFBF    
}

div#disclaimer div#disclaimerPopUp{
	margin-top: -305px;
}
