/* - - - - - - - - - - general - - - - - - - - - -  */

html {
	background: #FFF url(../images/html_bg.jpg) repeat-x top;
	}
	
/* set body to float in center of html */
body {
	width: 100%;
	}


.photo {
	padding: 0px;
	margin-left: 45px;
	margin-top: 7px;
	text-align: right;
	float: right;
}

	
/* - - - - - - - - - - header - - - - - - - - - -  */
	
#header {
	position: absolute;
	margin-bottom: 14px;
	width: 910px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
	
#tag_line {
	font-size: 14px;
	position: absolute;
	top: 53px;
	left: 420px;
	}

	
/* - - - - - - - - - - primary content - - - - - - - - - -  */
#press {
	top:50;
	margin: 0px;
	padding-top: 100px;
	}

#content_wrapper {
	margin: 0;
}

#tributton_nav {
	float: right;
	margin-bottom: 20px;
	width:300px;
}

#tributton_nav a {
	float: left;
	display: block;
	width: 90px;
	height: 87px;
	padding:0px 0px 0px 10px;
}

.SiteLocator {
	background: url(../images/site_btn.png);
	background-repeat: no-repeat;
}



.MaineBased {
	background: url(../images/maine_btn.png);
	background-repeat: no-repeat;
}


.Help {
	background: url(../images/help_btn.png);
	background-repeat: no-repeat;
}


#primary_content {
	position: absolute;
	padding: 20px;
	top: 125px;
	left: 220px;
	width: 650px;
	height: 382px;
	border: 2px solid #FFF;
	background: url(../images/interior_bg.jpg) no-repeat top;
	z-index: 1;
}

#copy {
	padding: 20px;
	height: 235px;
	overflow: auto;
}

#copy img {
	margin: 10px;
}

#copy ul {
	margin: 5px;
}
	
#primary_content.HomePage {
	background: url(../images/hp_bg.jpg) no-repeat top;
}

#copy .SectionTitle {
	margin-top: -18px;
	margin-left: 20px;
}

.Expanding {
	margin-left: 10px;
}

.HomePageContent {
	margin: 95px 0 0 70px;
}	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#footer {
	position: absolute;
	padding: 20px;
	top: 540px;
	left: 350px;
	width: 497px;
	}
	
	
	
	
/* - - - - - - - - - - primary navigation - - - - - - - - - -  */


#top_nav {
	position: relative;
	float:right;
	margin: 105px 25px 0 0;
	padding-right: 2px;
}

#top_nav li {
	float: left;
}
	
#nav {
	position: absolute;
	top: 127px;
	left: 0;
	padding: 100px 0 0 0;
	width: 221px;
	height: 422px;
	background: url(../images/nav_bg.jpg) no-repeat;	
	list-style-type: none;
	z-index: 10;
}

#nav a {
}

#nav ul {
	margin: -18px 0 0 221px;
	list-style-type: none;
	background: url(../images/nav_trans_bg.png);
	z-index: 100;
}

#nav li {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: url(../images/nav_trans_bg.png);
	border: 1px solid #fff;
	border-width: 1px 0 0 0;
}

#nav a {
	padding: 0 20px 0 0;
	background: url(../images/dot_seperator.gif) 100% 90% no-repeat;
}

#nav li ul {
	display: none;
	position: absolute; 
	top: 0;
	right: -150px;
	width: 150px;
	padding: 0;
}

#nav li > ul {
	top: auto;
	left: auto;
}

#nav li:hover ul { display: block; }


#nav ul li {
	float: none;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #fff;
	border-width: 1px 1px 0 2px;
}

#nav ul li a {
	padding: 0;
	background: 0;
}

#nav ul li:hover { background: none; }

#nav ul li.LastNav {
	border-width: 1px 1px 1px 2px;
}

#nav li.LastNav {
	border-width: 1px 0px 1px 0px;
}

/* - - - - - - - - - - general typography - - - - - - - - - -  */
	
body {
	font-size: 11px;
	color: #333;
	font-family: "Trebuchet MS", Trebuchet, arial, sans-serif;
}

a:link, a:visited { color: #000; }

a:hover { color: #333; }

a:active { color: #000 }

body * {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 20px 0;
	}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }

	
#primary_content.HomePage {
	color: #fff;
	font-size: 14px;	
}
	
.Take {
	font-size: 23px;
	font-family: Georgia, 'Bitstream Vera Serif', serif;
	}
	
.Arial {
	font-size: 19px;
	font-family: 'Arial Black', 'Futura Condensed ExtraBold', 'Bitstream Vera Sans', sans-serif;	
}	

.Learn {

	font-family: 'Arial Black', 'Futura Condensed ExtraBold', 'Bitstream Vera Sans', sans-serif;		
}

.emph {
	color: #001f3A;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
}

#copy a:link {
	text-decoration:underline;
}
#copy a:visited {text-decoration:underline;}
#copy a:active {text-decoration:underline;}
#copy a:hover {text-decoration:underline;}


#copy p {
	line-height: 1.5em;
    font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#copy ul {
	list-style: none;
}

#copy .SectionTitle {
	font-size: 14px;
	font-family: Georgia, 'Bitstream Vera Serif', serif;		
}

h1 {
	font-size: 23px;
	font-family: Georgia, 'Bitstream Vera Serif', serif;	
}	
/* - - - - - - - - - - header typography - - - - - - - - - -  */

/* - - - - - - - - - - navigation typography - - - - - - - - - -  */
#primary_content a {
	color: #355154;
	text-decoration: none;	
}

#primary_content a:link, a:visited { color: #355154; }

#primary_content a:hover { color: #399; }

#primary_content a:active { color: #355154 }



#top_nav a {
	color: #355154;
	text-decoration: none;	
}

#top_nav a:link, a:visited { color: #355154; }

#top_nav a:hover { color: #399; }

#top_nav a:active { color: #355154 }

#top_nav li {
	list-style: none;
	color: #355154;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Arial', Verdana, 'Bitstream Vera Sans', sans-serif;
}

#top_nav li.SpecialNav {
	font-weight: normal;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

/* - - - - - - - - - - footer typography - - - - - - - - - -  */

#footer {
	color: #355154;	
	font-size: 10px;
}

#footer a {
	color: #355154;	

}
