@font-face {
    font-family: 'Optima_Regular';
    src: url('/common/themes/global/fonts/Optima/optima_regular-webfont.eot');
    src: url('/common/themes/global/fonts/Optima/optima_regular-webfont.eot?#iefix') format('eot'),
         url('/common/themes/global/fonts/Optima/optima_regular-webfont.woff') format('woff'),
         url('/common/themes/global/fonts/Optima/optima_regular-webfont.ttf') format('truetype'),
         url('/common/themes/global/fonts/Optima/optima_regular-webfont.svg#webfont9jUz8caF') format('svg');
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-image: none;
    background-color: #929292 !important;
}

#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: #98abbf; /* #cfcfd0 for inBloom; #165a9b for bigSky */
        text-align: left;
        padding: 0px;
        padding-right: 3px;
        padding-left: 3px;
}

#language-selector a:hover { 
        text-decoration: underline;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
   border: none;
}

.main {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

.main ul { 
	list-style-image: url(/common/themes/Nature/bullet.gif);
}

.main a:link {
	text-decoration: underline;
}
.main a:visited {
	text-decoration: underline;
}
.main a:hover {
	text-decoration: underline;
}
.crumb {
	font-family: Arial,sans-serif;
	font-size: 9px;
	color: #333333;
	list-style-image: url(/common/themes/Nature/bullet.gif);
	text-decoration: none;
	font-weight: bold;

}
.crumb a:link {
	color: #333333;
	text-decoration: none;
}
.crumb a:visited {
	color: #333333;
	text-decoration: none;
}
.crumb a:hover {
	color: #333333;
	text-decoration: underline;
}
.bottom {
	font-family: Tahoma,sans-serif;
	font-size: 10px;
	color: #333333;
}
.bottom a:link {
	color: #333333;
	text-decoration: none;
}
.bottom a:visited {
	color: #333333;
	text-decoration: none;
}
.bottom a:hover {
	color: #333333;
	text-decoration: underline;
}
.nav {
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.nav a:link {
	color: #ffffff;
	text-decoration: none;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	/*color: #f49141;*/
	text-decoration: underline;
}
.nav a img {
   border: none;
}

#nav tr td img { 
	margin-left: 0px !important;
}

#nav tr td[width="5"] {
	padding-right: 7px;
}

#nav tr td a {
	margin-left: 0px !important;
}

.header {
	font-family: Tahoma,sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: 3F5B72;
}
.inputMain {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.inputExplanation {
	font-family: Tahoma,sans-serif;
	font-size: 10px;
	color: #333333;
}

#central_list {
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
   font-family: arial, helvetica, serif
   width: 330px;
   margin: 10px;
}

#list_heading {
   width: 300px;
   padding: 0px;
   position: relative;
}

#pagesList {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.pageRow {
   margin: 0;
   width: 300px;
   padding: 0;
   cursor: move;
}

div.row_container {
   width: 300px;
   padding: 3px;
   margin-top: 3px;
}

span.pageTitle {
   display: inline;
   width: 200px;
   text-decoration: none;
}

span.pageTitle:hover {
   text-decoration: underline;
   cursor: pointer;
}

span.page_checkbox {
   display: inline;
   position: absolute;
   right: 0px;
   top: 0px;
   text-align: center;
   width: 85px;
}

span.page_checkbox input {
   vertical-align: top;
}

.pageRow span {
   padding: 2px;
   margin-top: 4px;
}

.square {
	width: 77px;
	height: 77px;
	float:left;
	margin-right:4px;
}

.square_white {
	background-image: url("square.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 0px;
}

.square .top-left {
	position:absolute;
	background-image: url("tl.png");
	background-position: top left;
	background-repeat: no-repeat;
}

.square .top-right {
	position:absolute;
	background-image: url("tr.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.square .bottom-left {
	position:absolute;
	background-image: url("bl.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.square .bottom-right {
	position:absolute;
	background-image: url("br.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#boxes .square div.bottom-right, 
#boxes .square div.bottom-left, 
#boxes .square div.top-right, 
#boxes .square div.top-left {
	width: 282px !important;
	height: 116px !important;
	margin:0px;
	padding:0px;
}

.square .bottom-right, .square .bottom-left, .square .top-right, .square .top-left {
	width: 77px;
	height: 77px;
}

.title_icon {
	padding-left: 80px !important;
	width: 505px !important;
}

.title_icon_invisible {
	padding-left: 20px !important;
}

#footer_graphic {
	margin-left:20px;
}

#boxes td div.square {
	width: 282px;
	height: 116px;
	color: #646464;
	margin-bottom:-9px;
	*margin-bottom:0px;
	margin-left:15px;
	background-image:url('square-buttom.png'); 
	background-repeat:no-repeat; 
	background-position:center center; 
	margin-right:0px !important;
}

#boxes span {
	font-family: Optima_Regular;
    font-size: 22px !important;
    font-weight: bold; 
	padding-left: 20px; 
	margin-top: 20px; 
	/*line-height: 55px; */
	/* font-weight: bold;  */
	padding-bottom:15px;
	position:absolute;
	margin-top: 12px;
}

#boxes p {
	font-weight:bold; 
	margin-left:20px; 
	margin-top: 45px !important;
	font-family: Tahoma;
	position: absolute;
	font-size: 13px !important;
}

#boxes p.boxes_fg_fg {
	margin-top:-15px;
}

#boxes img { 
	margin-left: 20px;
}
#boxes a {
	color: inherit;
}
#boxes p + a {
	position:absolute;
	margin-top:85px;
}

#boxes .box_1 div span {
	background: url("globe.png") no-repeat 15px 5px;
}

#boxes .box_2 div span {
	background: url("star.png") no-repeat 15px 5px;
}

#boxes .box_1, #boxes .box_2 {
	display:table-cell;
}

#boxes .box_1_invisible {
	display:none;
}

#boxes .box_2_invisible {
	visibility: hidden;
}

.contact_box_invisible {
	visibility:hidden;
}

.contact_box {
	visibility: visible;
}

td > span.menu_title_fg_fg {
	font-family: Optima_Regular; 
	font-size:25px; 
	padding-left:20px;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar_title_fg_fg {
	font-family: Optima_Regular;
	font-size:22px; 
        /* font-weight: bold; */
	padding-left:20px;
	text-transform: uppercase;
	font-weight: bold;
}

img.page-title {
	position:relative;
	/*margin: -10px 0px -40px 20px !important;*/
	background: transparent;
}

.sidebar-top-right {
	background-image: url("tr.png");
	width: 9px;
	height: 9px;
	float: right;
}

.sidebar-top-left {
	background-image: url("tl.png");
	width: 9px;
	height: 9px;
	float: left;
}

.sidebar-bottom-right {
	background-image: url("br.png");
	width: 9px;
	height: 9px;
	float: right;
}

.sidebar-bottom-left {
	background-image: url("bl.png");
	width: 9px;
	height: 9px;
	float: left;
}

#sidebarInfo {
        text-align: left;
        margin-left: 21px;
        margin-top:  -5px;
        font-family: Tahoma;
        font-weight: bold;
		font-size: 13px;
}
#sidebarInfo a.profile-email-link {
	color:inherit;
}

.body_bg_bg {
	background: white;
}

.featuresInside {
	margin-bottom: -10px;
	margin-top: 5px;
}

.contact-me-link img {
    margin-top: 7px;
}

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

div.profile-name {
	font-size: 15px !important;
	font-family: verdana, arial, helvetica, clean, sans-serif;
}

td#content {
	background: transparent !important;
}

#nav .nav1-label {
	font-size: 16px !important;
}

#home_graphic {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

div#disclaimer span{
    font-family: Verdana;
    font-size: 11px;
}

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