
html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background:#2e376d url(img/bg.gif) top center repeat-x;

font-family:arial,sans-serif;
font-size:small;
color:#666;
}

h1 { 
font:1.5em georgia,serif; 
margin:0.5em 0;
}

h2 {
font:1.25em georgia,serif; 
margin:0 0 0.5em;
}
h1, h2, a {
color:orange;
}

p { 
line-height:1.5; 
margin:0 0 1em;
}

.clear {
clear:both;
}

.hidden {
visibility: hidden;
}

/* Breadcrumb trail */
#breadcrumbs {
margin:0 0 20px 0px;
color: #1D2656;
font-size:11px;
}

#breadcrumbs  ul li strong{
color: #1D2656;

}

#breadcrumbs ul {
list-style-type: none;
margin:1px;
padding:0;
}

#breadcrumbs ul li {
margin:0px;
display: inline;
font-size:11px;
}

#breadcrumbs ul li a:link, #breadcrumbs ul li a:visited  {
margin:0px;
color: #E8B514;
text-decoration: none;
}

#breadcrumbs ul li a:hover {
	margin:0px;
color:#E8B514;
text-decoration: underline;
}



#wrap {
width:100%;
height:100%;
background:url(img/globe_bg.gif) top center no-repeat;
margin:0 auto;
}

#container {
width:900px;
background:#fff url(img/yellow_bg.gif) top right repeat-y;
margin:0 auto;
padding:0;
}

#header {
width:900px;
height:195px;
background: url(img/header.gif) top center no-repeat;
border-bottom:5px solid #6770a5;
}
#header p {
font-style:italic;
font-size:1.1em;
margin:0;
}

#logo h1 {
width:640px;
height:180px;
margin:0; padding:0;
display:block;
}
#logo  h1 a {
width:640px;
height:180px;
display: block;
text-decoration: none;
}


#promo {
width:900px;
height:393px;
background-color:#ccc;
margin-bottom:20px;
}

#promo_secondary {
width:900px;
height:150px;
background-color:#ccc;
border-bottom:20px #6770a5 solid;
}

#content {
padding:0 0 10px 0; /* bottom padding for footer */
margin:0;
}

/*--#content p {
text-align:justify;
}--*/

#left_column {
float:left;
width:665px;
color:#1d2656;
padding:0;
margin:0;
background:url(img/globe_bg_left.jpg) top left no-repeat;
}

#left_column p{
}

#left_column h2 {
font-weight:bold;
font-size:24px;
font-family:Arial, Helvetica, sans-serif ;
color:#1d2656;
margin:0 0 5px 0;
padding:0;
}

.servicemark {
font-size:9px;
}

.innertube {
padding:35px 50px 20px 40px;	
}

.innertube_right {
padding:15px;	
height:auto;
}

#right_column {
float:left;
width:235px;
color:#1d2656;
padding:130px 0 0 0;
margin:0;
background:url(img/globe_bg_right.jpg) top right no-repeat;
}

#right_column h3 {
margin:30px 15px 10px 20px;	
}

#right_column a:link, #right_column a:visited {
color:#1B2353;
text-decoration:underline;
}

#right_column a:hover {
color:#6770A5;
text-decoration:underline;	
}

/*--- #right_column a:link, #right_column a:visited {
color:#fff;
text-decoration:underline;
}

#right_column a:hover {
color:#1d2656;
text-decoration:underline;
} ---*/

#footer {
clear:both;
width:900px;
height:100px;
bottom:0; /* stick to bottom */
background:#2e376d;
border-top:5px solid #1b2353;
padding-bottom:20px;
}
#footer p {

margin:15px 0px 0px 50px;
color:#e8b514;
}

#footer a:link, #footer a:visited {
color:#fff;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration:underline;
}

#links2 {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 0px 15px 30px;
	padding: 10px;
	border: 1px #1B2353 solid;
}

#links2 h3 {
	margin:0px;
}

#links2 {
	float: right;
	width: 200px;
	height: auto;
	margin: 0px 0px 15px 30px;
	padding: 10px;
	border: 1px #1B2353 solid;
}

.photo {
border:2px solid #E8B514;
margin:0;
}

.photo_blue_border {
border:2px solid #1B2353;
margin-bottom:10px;
}

.photo_no_border {
	margin: 0 25px;
	border:none;
	}


.article {
	display:block;
	float: right;
	clear: right;
	width: 193px;
	height: auto;
	margin: 10px;
	padding: 10px;

	text-align:center;
}

.article_secondary {
	float: right;
	clear: right;
	width: 193px;
	height: auto;
	margin: 10px;
	text-align:center;
}

.article_aligned {
	float: right;
	clear: right;
	width: 172px;
	height: auto;
	margin:10px 15px;
	padding: 15px;
	background-color:#E8B514;
	text-align:left;
	border: #1B2353 1px solid;
	background-color:#e5c665;
}
.divider_line {

	width: 480px;
	height: 5px;
	margin: 5px;
	border-top: 2px #1B2353 solid;
	
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 900px;
height: 393px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0;
visibility: hidden;
width: 900px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 900px;
height:20px;
margin-top: 0;
padding:0;
text-align: center; /*How to align pagination links: "left", "center", or "right" */
background: #6770a5; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 0;
margin-top:-7px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
width:10px;
height:10px;
border:1px white solid;
background-color:#1B2353;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E8B514;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
margin:-7px 15px 0 12px;
border:0;
background-color:transparent;
font-size:1.8em;
color:#fff;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: transparent;
color: #E8B514;
}

.block_quote {
margin-left:40px;
font-style:italic;
}

#read_more a:link, #read_more a:visited{
color:#9F7A09;
text-decoration:none;
margin-left:22px;
font-weight:bold;
}

#read_more a:hover{
color:#283165;	
text-decoration:none;
margin-left:22px;
font-weight:bold;
}

form label.required {
color:#E8B514;
font-weight:bold;