/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/

body {
	margin: 0px;
	Padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align:center;
	background:url(../images/bg-home.jpg) repeat-x top #03242f;
	
}

.bodyInternal {
	background:url(../images/bg-internal.jpg) repeat-x top #03252f;
}	

/*
------------------------------------------------------
Layout / Positioning
------------------------------------------------------
*/
#containerHome {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	text-align:left;
	min-width: 770px;
	max-width: 955px; 
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 957? "955px" : "auto");
}

#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	text-align:left;
	min-width: 770px;
	max-width: 955px; 
	width: expression(document.body.clientWidth < 772? "770px" : document.body.clientWidth > 957? "955px" : "auto");
	background: url(../images/internal_container.gif) repeat-y #ffffff;
	padding: 0 0 20px 0;
}

#flash {
	margin-left: 0px;
	position:relative;
	left:0px;
	top:0px;
	height:592x;
	/*background:url(../images/noflash.jpg) no-repeat;*/
}

/*------------------ header pics ----------------*/

#top {
	position:relative;
	margin-left: 0px;
	display:block;
	left:0px;
	top:0px;	
	height:149px;
	background:url(../images/banner-bg.jpg) no-repeat  #FFFFFF;
}

#top_container {
	position:relative;
	margin-left: 0px;
	display:block;
	left:0px;
	top:0px;	
	height:150px;
	background:url(../images/top_repeater.gif) repeat-y ;
}

#top_profile {height:150px; background:url(../images/top_profile.jpg) no-repeat 243px 19px;}

#top_display {height:150px; background:url(../images/top_display.jpg) no-repeat 243px 19px;}

#top_new {height:150px; background:url(../images/top_new.jpg) no-repeat 243px 19px;}

#top_recent {height:150px; background:url(../images/top_recent.jpg) no-repeat 243px 19px;}

#top_awards {height:150px; background:url(../images/top_awards.jpg) no-repeat 243px 19px;}

#top_disclaimer {height:150px; background:url(../images/top_disclaimer.jpg) no-repeat 243px 19px;}

#top_privacy {height:150px; background:url(../images/top_privacy.jpg) no-repeat 243px 19px;}

#top_sitemap {height:150px; background:url(../images/top_sitemap.jpg) no-repeat 243px 19px;}

#top_contact {height:150px; background:url(../images/top_contact.jpg) no-repeat 243px 19px;}

/*------------------------------------------------------*/

	
#body-copy {
	left:0px;
	top:0px;
	padding:9px  ;
	margin: 0px 10px 10px 250px;
	
}

#left-nav {
	margin-left: 0px;
	background: url(../images/internal_navback.jpg) no-repeat #001d25;
	width:243px;
	min-height: 433px;
	float:left;
	
}	

#subnav {
	margin:5px 0px 10px 20px;
	display:none;
	color: #c8e2ea; 
}

#subnav_new {
	margin:5px 0px 10px 20px;
	display:none;
	color: #c8e2ea; 
}

#left-nav p {
	padding: 0 0 0 15px;
	color: #ffffff;
}
	

#footer {
	padding: 10px 5px 20px 5px;
	color: #527783;
	margin-left: auto;
	margin-right: auto;
	min-width: 764px;
	max-width: 949px; 
	width: expression(document.body.clientWidth < 766? "764px" : document.body.clientWidth > 951? "949px" : "auto");
}

.footerText {
	float: right;
}	

#footer A { 
	color: #ffffff; 
	text-decoration : none; 
}

#footer A:Hover {
	color: #ffffff;
	text-decoration : underline;
}



/*------------------------------------------------------*/


.pic-left{
	float: left;
	margin: 0px 15px 15px 0px;
}

.pic-right{
	float: right;
	margin: 0px 0px 15px 15px;
}


.photo{
	/*background:#e0e0e0; */
	width:510px;

}

.photo img{
	border-left: 1px solid white;
	border-bottom: 1px solid white;
}


.header {
	margin:0px 0px 3px 15px;
}


.recent-tile {
	border-bottom:1px solid #eeeeee; 
	border-right:1px solid #eeeeee; 
	float:left; 
	margin:2px; 
	padding:4px;
	position:relative;
	
}
.address {float: right; width: 150px;}
/*
------------------------------------------------------
Headings
------------------------------------------------------
*/
h1 {
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #996699;
	font-weight: bold;
	padding: 5px 0 10px 0;
	margin: 0px;
}

h2 {
	font-family: Arial, Verdana;
	font-size: 1.1em;
	color: #996699;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0px;
}


/*
------------------------------------------------------
Links
------------------------------------------------------
*/

/* Standard Link */
A          { 
	color: #996699; 
	text-decoration : none; 
}

A:Hover    {
	color: #996699;
	text-decoration : underline;
}

#subnav a {
	color: #c8e2ea; 
	text-decoration : none
}

#subnav a:hover    {
	color: #ffffff;
	text-decoration : underline;
}

#subnav_new a {
	color: #c8e2ea; 
	text-decoration : none
}

#subnav_new a:hover    {
	color: #ffffff;
	text-decoration : underline;
}

