body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: url(../images/bg.jpg) repeat;
	font-family: Arial;
	font-size: 11px;
	color: #292C3C;
}

body.travel { background: url(../images/bgTravel.gif) repeat; }

a {	color: #3471A3;	text-decoration: underline; font-weight: bold; }
a:hover { color: #292C3C; text-decoration: none; }		

p { margin: 10px 0; }

img { border: none; }

h1 { color:#164F87; font-size: 20px; }
h2 { color:#164F87; font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 {
	font-weight: bold;
	font-size: 13px;
}

.s { font-family: Symbol; }
.sup { vertical-align: super; font-size: 9px;}

.micro { 
	font-size: 9px; 
	margin-top: 20px;
}

#siteContainer {
	width: 800px;	
	margin: 0 auto;
	text-align: left;
	/*background: #073A73;*/
}

#siteContainerTop {
	width: 800px;
	height: 10px;
margin-top: 17px;
	background: #073A73 url(../images/siteContainerTop.jpg) no-repeat;
}

body.travel #siteContainerTop, #siteContainerTopTravel {
	width: 800px;
	height: 27px;
	background: url(../images/siteContainerTopTravel.jpg) no-repeat;
}

#contentContainer {	
	background: #073A73;
	border-left: solid 10px #073A73;
	border-right: solid 10px #073A73;	
	float: left;
}

body.travel #contentContainer {	
	background: #ACAAAA;
	border-left: solid 10px #ACAAAA;
	border-right: solid 10px #ACAAAA;	
	float: left;
}

.headerImage { margin-bottom: 5px; }


/************************ Begin Navigation **************************************/
#nav {
	display: inline;
	float: left;
	margin: 0;
}

#navFillerLeft {
	width: 78px;
	height: 47px;
	background: url(../images/nav/fillerLeft.gif) no-repeat;
	float: left;
}

#navFillerRight {
	width: 78px;
	height: 47px;
	background: url(../images/nav/fillerRight.gif) no-repeat;
	float: left;
	clear: right;
}

#nav{
	margin:0;
	padding:0;
}

#nav ul{
	padding:0;
	margin:0;
}

#nav li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

#nav li a{
	width:120px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 10px;
}

#nav li a:hover{
	background-position: bottom center;
}

#nav ul ul{
	position: absolute;
	top: 47px;
	width: 180px;
	visibility: hidden;
	background: #003371;
}

#nav ul li ul li { 
	padding: 0;
	margin: 0;
	width:180px;  
}

#nav ul li ul li a {
	width:165px;
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-align: left;	
	margin-left: 7px;
}

#nav ul li ul li a.underline { border-bottom: solid 1px #fff; }

#nav ul li ul li a:hover { color: #32b2f2; }

#nav ul li:hover ul{
	visibility:visible;
}

#nav #home {
	width: 74px;
	height: 47px;
	background: url(../images/nav/home_out.gif) no-repeat;
}
#nav #home:hover { background: url(../images/nav/home_over.gif) no-repeat; }

#nav #aboutUs {
	width: 111px;
	height: 47px;
	background: url(../images/nav/aboutUs_out.gif) no-repeat;
}
#nav #aboutUs:hover { background: url(../images/nav/aboutUs_over.gif) no-repeat; }

#nav #divisions {
	width: 163px;
	height: 47px;
	background: url(../images/nav/divisions_out.gif) no-repeat;
}
#nav #divisions:hover { background: url(../images/nav/divisions_over.gif) no-repeat; }

#nav #contact_ {
	width: 107px;
	height: 47px;
	background: url(../images/nav/contact_out.gif) no-repeat;
}
#nav #contact_:hover { background: url(../images/nav/contact_over.gif) no-repeat; }

#nav #affiliates {
	width: 168px;
	height: 47px;
	background: url(../images/nav/affiliates_out.gif) no-repeat;
}
#nav #affiliates:hover { background: url(../images/nav/affiliates_over.gif) no-repeat; }

/************************ End Navigation **************************************/


/*
#homePageTable {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #292C3C;
	margin: 0;
	padding: 0;	
}
*/

table {
	font-family: Arial;
	font-size: 11px;
	color: #292C3C;
	margin: 0;
	padding: 0;	
}

#homePageTable { background-color: #073A73; }


#newsEvents {
	background: #DBDFE3;
	float: left;
	width: 300px;
	/*padding-bottom: 25px;*/
}

.newsEventsThumb {
	margin: 10px 0 0 18px;
	float: left;
}

#newsEvents .separator {
	width: 200px;
	border-bottom: solid 1px #073A73;
	clear: both;
	margin-left: 50px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#newsEvents .item {
	width: 175px;
	margin: 10px 0 0 20px;
	float: left;
}

#newsEvents #moreNews {
	width: 264px;
	margin: 15px 0 0 18px;
}

#newsEvents a { font-weight: normal; }

#newsEvents #archivedNews {	margin: 0 0 10px 18px; }

#newsEvents #archivedNews a {text-decoration: none; color: #292C3C; }

#newsEvents li a { text-decoration: none; }

#newsEvents li { margin-bottom: 5px; }

#generalColumn {
	width: 480px;
	float: left;
	background: #C2CBD1;
	margin: 0;
}

#generalStatement {
	width: 420px;
	margin: -5px 0 0 20px;
	font-size: 12px;
	background: #C2CBD1;
}

#sigmaTravel {
	float: left;
}

#sponsors { background:  url(../images/bg_sponsors.jpg) repeat-x;}

.clear { clear: both; }

#singleColumn {
	width: 780px;	
	background-color: #E1E2E5;
	margin: 0;
	float: left;
}

#singleColumnContent { margin: 5px 15px 15px 15px; }

#singleColumnContent p { line-height: 1.4em; }

#twoColumns {
	width: 780px;	
	background: #C2CBD1;
	margin: 0;
	float: left;
}

body.travel #twoColumns {
	width: 780px;	
	background: #c0c0c0;
	margin: 0;
	float: left;
}	

.heading { 
	margin: 0 0 -3px 0;
	padding: 0;
}

.quote {
	margin: 0 30px;
	font-style: italic;
}

#contact {
	background: #C2CBD1;
	width: 750px;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	padding: 15px;
}

#subNavColumn {
	background: #C2CBD1;
	float: left;
	width: 185px;
}

body.travel #subNavColumn {
	background: #c0c0c0;
	float: left;
	width: 185px;
}

#subNavColumnAjax {
	background: #C2CBD1;
	float: left;
	width: 185px;
}
#subNavList, #subNavListAjax {
	list-style-type: none;
	margin: 10px 0 0 10px;
	padding: 0;
}

#subNavList a{
	width: 160px;
	height: 25px;
	margin-bottom: 5px;
	background: url(../images/subNavBgOut.gif) no-repeat;
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 6px 0 0 15px;
	text-decoration: none;
	font-weight: normal;
}

#subNavList a:hover { 
	background: url(../images/subNavBgOver.gif) no-repeat; 
	color: #76C5F0;		
}

#subNavListAjax a{
	width: 160px;
	height: 25px;
	margin-bottom: 5px;
	background: url(../images/subNavBgOutAjax.gif) no-repeat;
	display: block;
	font-size: 12px;
	color: #fff;
	padding: 6px 0 0 15px;
	text-decoration: none;
	font-weight: normal;
}

#subNavListAjax a:hover { 
	background: url(../images/subNavBgOverAjax.gif) no-repeat; 
	color: #BABABA;	
}

#subNavList a.interest{	
	background: url(../images/subNavBgOutInterest.gif) no-repeat;
	color: #073A73;
	font-weight: bold;
}

#subNavList a.interest:hover { 
	background: url(../images/subNavBgOverInterest.gif) no-repeat; 
	color: #fff;	
	font-weight: bold;
}

#subNavListAjax a.interest{	
	background: url(../images/subNavBgOutAjaxInterest.gif) no-repeat;
	color: #8E0001;
	font-weight: bold;
}

#subNavListAjax a.interest:hover { 
	background: url(../images/subNavBgOverAjaxInterest.gif) no-repeat; 
	color: #fff;	
	font-weight: bold;
}

#rightColumn {
	width: 565px;
	background-color: #E1E2E5;
	float: right;
	padding: 10px 15px 10px 15px;
}

.subNavHeading {
	color:#164F87; 
	font-weight:bold;
	font-size: 14px;
}

.bold {	
	color:#164F87; 
	font-weight:bold;
}

.bi {	
	color:#164F87; 
	font-weight:bold;
	font-style: italic;
}

#partners {
	width: 590px;
	background: #C2CBD1;
	float: right;
	margin-top: 10px;
	text-align: center;
}

.affiliates { font-size: 13px; }

#ajaxCoulmnPics {
	text-align: center;
	margin-top: 10px;
}

#ajaxCoulmnPics img { margin-bottom: 5px; }

#footer {
	width: 800px;
	background-color: #073A73;
	color: #C2CBD1;
	float: left;
	padding: 3px 0;
}

body.travel #footer {
	width: 800px;
	background-color: #ACAAAA;
	color: #073A73;
	font-weight: bold;
	float: left;
	padding: 3px 0;
}

#footer #copy { float: left; margin-left: 10px; }

#footer #dateTime { float: right; margin-right: 10px; }
	
.imageRight { float: right; margin: 0 0 8px 8px; }
.imageLeft { float: left; margin: 0 8px 8px 0; }

.dockclass { position:relative; margin-left: 10px; }

.profileSeparator {
	width: 450px;
	margin: 40px auto;
	clear: both;
	border-bottom: dotted 2px #073A73;
}

.magnifyingGlass { cursor:url(../images/magnifyingGlass.png), url(../images/magnifyingGlass.cur),  -moz-zoom-in; }

#tip {
    padding: 5px;
    background: #073a73;
    border: 1px solid #073a73;
    text-align: center;
    font-size: 11px;
	font-family: Arial;
	color: #fff;
}