/* -- Basic HTML Elements -- */
body {
	color: #FFF;
	text-align: center; 
	background: #394557;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	margin: 10px 0 0 10px;
	font-size: 14px;
	}

p 
{
	line-height: 140%;
}
	
	a:link {color: #005387; text-decoration: none;}
	a:visited {color: #005387; text-decoration: none;}
	a:hover {color: #005387; text-decoration: none;}

	abbr, acronym {font-style: normal; border-bottom: dotted 1px #ABB1B7; cursor: help;}

	dd {margin: 0; padding: 0 0 1em 17px;}
	dt {font-weight: bold; padding: 0 0 0 17px; }
	a.external:link, a.external:visited { color: #005387; text-decoration: none; border-bottom : 1px dotted #005387;}
	a.external:hover { color: #FB0F0C; text-decoration: none; border-bottom : 1px dotted #ffffff;}
	form {margin: 0;}
	
.pageContainer {
	text-align: center;
	clear: both;
	display: block;
	width: 770px;
	background: #5C7486;
	margin: 0px;
	padding: 0px;

}

/* -- header -- */
.pageHeader {
	width: 775px;
	height: 30px;
	color: #000000;
	padding: 0;
	margin: 0;
	text-align: right;
	background-color: #394557;
}
.pageHeader a, .pageHeader a:visited {
	margin-right: 20px;
	margin-left: 3px;
	padding-top:3px;
	font-size: 70%;
	color : #FFFFFF;
	text-decoration: none;
	background: transparent;
}
.pageHeader a:hover{
	text-decoration: underline;
}
/* top menu styles */

div.topMenuContainer {
	background: transparent;
	width: 770px;
	padding:0px;
	float : left;
	font-size: 125%;
}

div.topmenu ul{
	margin:0;
	padding:0;
 	padding-left:66px;
	float:right;
	list-style-type:none;
	background: transparent;
}
div.topmenu ul li{
	display: inline;
	font-size:75%; white-space:nowrap;
	background: transparent;
}
div.topmenu ul li a{
	float:left;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 14px 5px 19px;
	text-decoration:none;
	background: transparent;
}

/*List of all menu items*/
div.topmenu ul li a:hover {
	color: #FFFFFF;
	background: #5C7486; 
	text-decoration:none;
}
div.topmenu ul li a.menu2, div.topmenu ul li a.menu2:visited, div.topmenu ul li a.menu2:active, div.topmenu ul li a.menu2:focus {
	color: #fff;
}

div.topmenu ul li a.menu2:hover {
	color: #fff;
	text-decoration:none;
}


/* Selected top menu item*/
div.topmenu ul li a.menu3, div.topmenu ul li a.menu3:visited, div.topmenu ul li a.menu3:hover, div.topmenu ul li a.menu3:active, div.topmenu ul li a.menu3:focus {
	color: #394557;
}

div.topmenu {
	float:right; 
	margin-right: 5px;
	background: transparent;
}

/* -- content --*/
/*---------------------------------------------------*/
.mainContent {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size:100%;
	color: #254672;	
}

.largeBanner {
	float: left;
	clear: both;
	background: #FFFFFF;
	width: 770px;
	text-align: center;

}

.bigDivide
{
	float: left;
	clear: both;
	width: 100%;
	background: #899aa7;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.companyName{
	margin: 0px;
	padding: 0px 2px 0px 7px;
	color: #fff;
	float: left;
	font-weight: bold;
}

/*---- 2 column --*/
.leftContentContainer {

	float: left;
	width: 180px;
	text-align: left; 
	padding: 0px;
	margin: 0px;
	padding-bottom: 45px;
	
}

.leftContent {
	margin: 5px;
	color: #DBDBCE;
	padding: 25px;
	
	}

	
.leftContentTitle {
	font-family: Times, serif;
	font-size: 250%;
	font-weight: bold;
	color: #ffe5bb;
	margin: 0px;
	padding: 0px;
	
}

.leftContentSubTitle {
	font-family: Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #ffe5bb;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
}

.blueMenuTitle
	{
	font-family: Verdana,Arial,Helvetica;
	font-size: 170%;
	color: #190A7F;
	text-decoration: none;
	}

div.leftmenu {
	color : #6987bc;
	width : 140px;
	padding: 10px 5px 45px 0px;
	margin-top: 20px;
	clear : both;
	float : left;
	background-color: #FFF;
	border-top: 1px dotted #A1A1A1;
	border-bottom: 1px dotted #A1A1A1;
	
}

ul.menuItem {
	padding:10px;
	margin: 0px;
}

li.menuItemLit a {
	color: #a61d36;
	font-weight: bold;
}

li.menuItem a {
	color: #000;
	text-decoration: none;
}

li.menuItem, li.menuItemLit {
	padding: 3px;
	color: #000000;
	vertical-align : middle;
	display : block;
	float:left;
	width: 100%;
}

li.menuItem-0 {
	border-top: 1px dotted #cccccc;
	text-indent: 0px;
}


li.menuItem-1 {
	border-bottom: none;
	font-size: 80%;
	font-weight: bold;
}



.rightContentContainer {
	float:right;
	text-align : left;
	width: 520px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 40px;
}

.rightContent {
	float: right;
	clear: both;
	margin: 0px;
	border: 0px;
	padding: 8px;
	font-size: 100%;
	color: #000;
	width: 510px;
	}
	
	
.rightContentTopBottom {
	float: left;
	height: 16px;
	width: 500px;
	margin: 0px; 
	padding: 5px 15px 5px 5px;
	}
	
.rightContentTop {
	background: no-repeat url( ../site_objects/content_top.gif );
	background-position: bottom left;
	}
	
.rightContentBottom {
	background: no-repeat url( ../site_objects/content_bottom.gif );
	}

.rightContentText {
	float: left;
	clear: both;
	padding: 5px 15px 5px 5px;
	margin: 0px;
	color: #000;
	width: 485px;
	background-color: #DBDBCE;

	}
	
.rightContentTitle {
	font-family: Times, serif;
	font-size: 200%;
	color: #ffe5bb;
	margin: 0px;
	padding: 10px 0px 3px 5px;
}

.rightContentSubTitle {
	font-family: Verdana,Arial,Helvetica;
	color: #394557;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* -- footer -- */
/*---------------------------------------------------*/
.footerBlock {
	clear: both;
	height:30px;
	width: 770px;
	background: #5C7486;
}

.footer {
	margin-top:5px;
	padding-right: 25px;
	font-size: 80%;
	color : #ffe5bb;
	text-align: right;
}
.footer a{
	color : #ffe5bb;
}

.displayMap { color: #FB0F0C; text-decoration: underline; cursor: pointer;}

table.greyline tr td, table.greyline tbody tr th
{
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

}

.clientImage {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666;
	margin: 5px;
}

.quote {
	margin: 20px;
	
}

.quote-text {
	font-style: italic;	
}

.quote-credit {
	font-size: 80%;
	font-weight:bold;
	
}

.whoImage {
	float: right;
	border: 1px solid #666;
	padding: 10px;
	margin: 10px;
	background-color: #fff;
}


.whatContainer
{
	float: left;
	clear: both;
}

.whatCommercialContainer
{
	float: left;
	width: 200px;
	height: 90px;
	font-size: 80%;
	border: 1px solid white;
	padding: 10px;
	margin: 5px;
}

.whatImage 
{
	float: left;
	width: 200px;
	font-size: 65%;
	padding:10px;
}


.whatText{

}

.whatPlayer
{
	float: left;
	clear: both;
	width: 100%;
	height: 300px;
	background: transparent;
	text-align: center;
	padding: 20px;
}

.whatTitle 
{
	font-size: 150%;
	color: #a61d36;
	font-weight: bold;

}

.whatShowTitle 
{
	padding-top: 10px;
	font-size: 150%;
	color: #000;
}

hr.pink {
	width: 76%;
	color: #ffe5bb;
	background-color:#ffe5bb;
	color: #ffe5bb;
	height: 1px;

}

.bigQuote {
	text-align: center;
	color: #ffe5bb;
	font-size: 150%;
	#font-weight: bold;
	#font-style: italic;
	padding: 10px 40px 10px 40px;
	

}
