
body {
	background-image:url('/images/template/background.png');
	background-repeat:repeat-x;
	background-color: #2a2a2a;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10pt;
	font-weight: 200;
	color: #2a2a2a;
	line-height: 14pt;
	margin-bottom: 50px;
}

a {
	color: #024076;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.page_wrapper {
	border: 1px solid #d5d3d4;
	background: #fffffe; 
	width: 998px;
	padding: 6px;
	margin: 15px auto 30px auto;
}

.left {
	float: left;
}

.right {
	float: right;
	direction: rtl;
}

li {
	margin-bottom: 3px;
}

/*
  * HEADER 
  */
.site_header {
	border: 1px solid #d5d3d4;
	border-bottom: 0px;
	background-image:url('/images/template/header_gradient.png');
	background-repeat:repeat-x;
	background-color: #ffffff;
	height: 100px;
}

.site_header a img {
	border: none;
}

.logo {
	margin-left: 45px;
	margin-top: 23px;
	float: left;
}

.tagline {
	margin-right: 45px;
	margin-top: 70px;
	float: right;
}


/*
 * MENU
 */
.menu_bar {
	border-bottom: 1px solid #fffffe;
	background-image: url('/images/template/menu_gradient.png');
	background-repeat: repeat-x;
	background-color: #0b5592;
	height: 35px;
}

.navigation {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 12px;	
	height: 35px;
	vertical-align: middle;
	display: table-cell;
	color: #ffffff;
}
 
.navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px 65px;
}
.navigation li {
	display: block; 
	float: left; 
	margin: 0px 5px;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 15px;
	font-weight: 200;
}
.navigation a:hover {
	color: #fabd0a;
}
.navigation a#current {
	background-image: url('/images/template/current_tab_gradient.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #2a2a2a;
	padding: 10px 15px 17px 15px;
	border: 0px solid #ffffff;
	font-weight: 400;
	position: relative;
	top: -1px;
	z-index: 99;
	
	/* Mozilla tab */
	-moz-border-radius: 0px 0px 10px 10px;
	-moz-box-shadow: 2px 2px 2px #000000;
	
	/* Web-Kit tab */
	-webkit-border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 2px 2px 2px #000000;
	
	/* IE tab */
	behavior: url('/ie-css3.htc');
}

/*
  * CONTENT SETUP
  */
.content_cell {
	background: #2a2a2a;
	display: block;
	padding: 1px;
	
	/*position: relative;*/
	z-index: 0;
}

.date {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 8pt;	
	float: right;
	margin: 10px 45px;
}

.content_wrapper {
	clear: both;	
	display: block;
	background: #ffffff; 
	width: 892px;
	padding: 6px;
	margin: 35px auto;
	
	position: relative;
	z-index: 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url('/ie-css3.htc');
}
.content {
	border: 1px solid #d1d1d1;
	background: #f0f0f0; 
	padding: 45px 35px;
	display: block;
	overflow: auto;
	
	/*position: relative;*/
	z-index: 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url('/ie-css3.htc');
}

.title {
	position: relative;
	left: -15px;
}
	
.content b {
	font-weight: 600;
}

.content_text {
	float: left;
	font-weight: 200;
}
.content_text .title {
	top: -15px;
}

.content_text a img {
	border: 0px;
}

.movie {
	float: right;
	margin-top: -40px;
	margin-right: -19px;
}

.movie object {
	width: 490px;
	height: 240px;
	margin: 7px;
}
.movie embed {
	width: 490px;
	height: 240px;
}

.map_wrapper {
	background-image: url('/images/map_background2.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 426px;
	height: 314px;
}

#map_canvas {
	float: right;
	margin-top: -40px;
	margin-right: -19px;
	margin-left: 10px;
	width: 412px;
	height: 300px;
	
	
	border: 1px solid #d1d1d1;
	
	/* Not Supported in IE */
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
}

.content_graphic {
	float: right;
	margin-top: -40px;
	margin-right: -19px;
}

.content_graphic img {
	width: 426px;
	height: 287px;
	margin: 7px;
	float: right;
}


.principals td {
	padding: 5px 12px;
	vertical-align: top;
	width: 33%;
}
.principals a {
	font-size: 7pt;
	text-decoration: none;
}
.principals td p {
	margin-top: 0px;
}

.contact_details {
	width: 100%;
	padding: 0px;
	line-height: 10pt;
}
.contact_details td {
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
	width: 50%;
}

.line {
	background-color: #024076;
	height: 2px;
	width: 100%;
}


.spacer {
	height:10px;
	clear:both;
}


/*
 * CONTACT US 
 */
 
.contact_us span {
	float: right;
	position: relative;
	left: 35px
}

.contact_us td {
	vertical-align: top;
	padding-right: 35px;
	padding-top: 8px;
}
 

/*
 * WEBSITE LINKS
 */
.links ul {
	list-style: none;
	margin: 0px 0px 25px -25px;
}
.links li {
	display: block;
	margin: 2px 0px;
	font-size: .8em
}
.links li a {
	font-size: 10pt;
}

.links .text {
	margin-bottom: 10px;
}

/* 
 * SERVICES
 */
  
.services_page {
	position: relative;
	top: -25px;
}

.services_wrapper {
	position: relative;
	font-size: 8pt;
	line-height: 12pt;
	margin-right: -15px;
	margin-bottom: -45px;
}
.services_wrapper .title {
	margin-bottom: 12px;
}
.services_wrapper img {
	margin-top: 10px;
	border: 0px;
}
.services_wrapper b {
	font-size: 9pt;
}

.services_wrapper b a {
	text-decoration: none;
	color: #2a2a2a;
}

.services_wrapper table {
	width: 100%;
}
.services_wrapper td {
	vertical-align: top;
}

.services_left, .services_middle, .services_right {
	width: 245px;
	text-align: left;
}
.services_left img, .services_middle img, .services_right img {
	position: relative;
	left: -3px;
}
.services_left a:hover, .services_middle a:hover, .services_right a:hover {
	text-decoration: underline;
}

.services_left a img, .services_middle a img, .services_right a img {
	left: -1px;
}

.services_gray_box,  .services_black_box,  .services_blue_box{
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	width: 244px;
	height: 121px;
	position: relative;
	left: -3px;
	margin-top: 10px;
}

.services_gray_box {
	background-image: url('/images/services_gray_box.png');
}

.services_black_box {
	background-image: url('/images/services_black_box.png');
}

.services_blue_box {
	background-image: url('/images/services_blue_box.png');
}

.services_return a, .back_to_top a {
	font-size: 11px;
	float: right;
}

.back_to_top a {
	margin-top: 35px;
}	

.box_title {
	margin-left: 15px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top: -9px;
	height: 30px;
	overflow: hidden;
}
.box_title img {
	position: relative;
	top: 4px;
	left: 0px;
}

.box_title a {
	color: #2a2a2a;	
	text-decoration: none;
}
.box_text {
	margin: 3px 15px;
}

.services_black_box .box_title a {
	color: #a8d1f0;
}

.more_info {
	margin-top: 10px;
	text-align: right;
}
.more_info img {
	vertical-align: bottom;
	margin-left: 2px;
	position: relative;
	top: -2px;
}

.learn_more_blue, .learn_more_blue img, .learn_more_blue a, 
.learn_more_green, .learn_more_green img, .learn_more_green a, 
.learn_more_orange, .learn_more_orange img, .learn_more_orange a {
	height: 32px;
	width: 124px;
	margin-top: 10px;
	display: block;	
}
.learn_more_blue {
	background-image: url('/images/learn_more_blue_over.png');
}
.learn_more_green {
	background-image: url('/images/learn_more_green_over.png');
}
.learn_more_orange {
	background-image: url('/images/learn_more_orange_over.png');
}
.learn_more_blue a:hover img, .learn_more_green a:hover img, .learn_more_orange a:hover img {
	visibility: hidden;
}



.content_bottom_text {
	background-image: url('/images/template/bottom_gray_gradient.png');
	background-repeat: repeat-x;
	background-color: #ececec;
	margin: -20px -35px 0px -35px;
	width: 100%;
	padding: 40px 35px 5px 35px;
	position: relative;
	top: 45px;
		
	/* Mozilla */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	/* Web-Kit */
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.content_bottom_text .title {
	position: relative;
	top: -15px;
}
.content_bottom_text p {
	margin-top: 0px;
}
.content_bottom_text ul {
	
}

/*
 * OPTIS IN THE NEWS
 */
 
.articles_list {
	font-size: 8pt;
	list-style: none;
	padding-left: 8px;
	
}
.articles_list li {
	padding: 5px 0px;
}
.articles_list a {
	font-size: 10pt;
	left: -8px;
	position: relative;
}

.articles_source {
	display:block;	
}

/*
 * QUOTES
 */
  
.quotes_show {
	/*display: block;*/
	display: none;
}
.quotes_hide {
	display: none;	
}
.blockquote {
	display: block;
	text-align: justify;
	margin-right: 0px;
	padding-left: 25px;
}
.blockquote .quote {
	color: #004B8D;
	display: block;
	font-size:400%;
	height: 0;
	margin: 25px 0px -10px -0.5em;
	font-family:Helvetica;
}

.citation {
	text-align: right;
	margin: 0 25px 2.5em 0;
	font-style: italic;
	font-weight: bold;
	font-size: 8pt;	
}




/*
  * BOTTOM BAR
  */
.bottom_bar {
	background-image: url('/images/template/bottom_gradient.png');
	background-repeat: repeat-x;
	background-color: #2a2a2a;
	height: 35px;
	font-weight: normal;
	color: #fffffe;
	display: block;
	font-size: 8pt;
}

.bottom_bar table {
	width: 908px;
	height: 100%;
	margin: 0px 45px;
}
.bottom_bar td {
	vertical-align: middle;
	
	position: relative;
	z-index: 0;
}

.bottom_bar .input, .bottom_bar .input_gray {
	background-color: #dedede;
	width: 200px;
	height: 16px;
	margin: 0px 3px;
	border: 1px solid #2a2a2a;
	padding-left: 5px;
	
	position: relative;
	z-index: 10;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	behavior: url('/ie-css3.htc');
}
.bottom_bar .submit {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.bottom_bar .input {
	color: #2a2a2a;
}
.bottom_bar .input_gray {
	color: #666666;
}


/*
  * CREDITS 
  */
.credits, .credits a {
	font-size: 7pt;
	color: #666666;
	width: 900px;
	margin: -10px auto 0px auto;
	text-decoration: none;
	font-weight: normal;
}
.credits a:hover {
	text-decoration: underline;
}
