/* css information
--------------------------------------------------------
	McTeigue & McClelland				print stylesheet
	author:         					www.studiotwo.com
	updated:        					August 2008

	

-------------------------------------------------------- */
/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/
body {
	background: #ffffff url(../images/bg-main.jpg) repeat-x bottom left fixed;
	color: #545a49;
	font-size: 76%;
	font-family: "Times New Roman", Times, serif; 
	font: 12pt/1.4em "Times New Roman", Times, serif;
	margin: auto auto;
	padding: 0;

}





img  {
	border-width: 0
}
a, a:link,  a:visited  {
	color: #67715b;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
}	
a:hover   {
	
	color: #666666; 
	text-decoration: underline;
}


/*ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	ol {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: 1em 1.2em 1em 1em;
	}
	
li {
	padding-left: 10pt;
	line-height: 1.1em;
	margin: .3em;
	list-style-type: disc;

	}*/
td {
	vertical-align: top; 
	text-align: left;
	}

hr {color:#e8e8e8;}


h1   {
	color: #545a49;
	text-align: left;
	font: 20pt "Times New Roman", Times, serif;
	line-height: 1.3em;
	margin-top: 0pt;
	
}


h2   {
	color: #545a49;
	text-align: left;
	font: 17pt "Times New Roman", Times, serif;
	
	margin-bottom: 0pt;
	line-height: 1.3em;
	

}


/*
***************************************

	LAYOUT

***************************************
*/
div#container {margin: 8% 8% 4% 8%; background: transparent; }

div#logo {margin: 0pt auto 20pt auto; text-align: center; width: 810pt;}


div#main {margin: 0 auto; background: transparent url(../images/bg-shadow.gif) top left no-repeat; width: 810pt; height: 490pt; position: relative;}
div#photo {width: 799pt; height: 479pt; padding-left: 1pt; padding-top: 1pt; background: transparent url(../images/bg-photo.jpg) top left no-repeat;}
div#text { margin-top: 120pt; margin-left: 400pt; width: 360pt; color: #545a49; }

div#hallmark {margin: 0 0 0 2%; }


#navigation {
	width: 810pt;
	height: 31pt;
	padding: 0pt 0 0 0;
	margin: 0 auto;
	text-align: center;
	background: transparent url(../images/bg-nav.jpg) top center no-repeat;
}


/*

***************************************

	MAIN NAVIGATION RULES

***************************************

*/

#navigation ul	{
	width: 810pt;
	height: 31pt;
	margin: 0 0 10pt 0;
	text-align: center;
	padding: 0;
	position: relative;
	background: transparent url(../images/navigation.gif) top left no-repeat;
	border: 0;
	}
	
	

#navigation ul li	{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	position: absolute;
	top: 0pt;
	}

#navigation ul li, #navigation a	{
	height: 31pt;
	display: block;
	border:0;
	padding: 0;
	margin: 0;
	}
	
#navigation ul li a {
	text-decoration: none;
	text-indent: -9999pt;
	color: #ffffff;
	}	



#n1 {
	position: absolute;
	left: 70pt;
	width: 65pt;
}
#n2 {
	position: absolute;
	left: 160pt;
	width: 130pt;
}
#n3 {
	position: absolute;
	left: 315pt;
	width: 125pt;
}
#n4 {
	position: absolute;
	left: 470pt;
	width: 100pt;
}
#n5 {
	position: absolute;
	left: 595pt;
	width: 60pt;
}
#n6 {
	position: absolute;
	left: 685pt;
	width: 55pt;
}

#n1 a:hover {background: transparent url(../images/navigation.gif) -70pt -31pt no-repeat;}
#n2 a:hover {background: transparent url(../images/navigation.gif) -160pt -31pt no-repeat;}
#n3 a:hover {background: transparent url(../images/navigation.gif) -315pt -31pt no-repeat;}
#n4 a:hover {background: transparent url(../images/navigation.gif) -470pt -31pt no-repeat;}
#n5 a:hover {background: transparent url(../images/navigation.gif) -595pt -31pt no-repeat;}
#n6 a:hover {background: transparent url(../images/navigation.gif) -685pt -31pt no-repeat;}



.bold {font-weight: bold;}