/* Fresh Impressions CSS 760px fixed width*/

/*Font and link styes*/
body {
background: #646ba4;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 70%;
line-height: 160%;
margin: 0; 
}

/*Removes browsers default margin/padding*/

* {margin: 0; padding: 0;}

h1 {
	font-size: 140%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888942;
	font-weight: bold;
	margin-top: 1px;
	padding-top: 20px;
}

h2 {
	font-size: 110%;
	line-height: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2879;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
}

h3 {
	font-size: 105%;
	line-height: 105%;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f2879;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 6px;
}

h4{
font-size: 100%;
line-height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-weight: bold; 
	margin-top: 15px;
	margin-bottom: 6px;
 }
 
h5, h6 {
font-size: 100%;
line-height: 100%;
font-family: Arial, Helvetica, sans-serif;
color: #000;
font-weight: bold; 
	margin-top: 15px;
	margin-bottom: 6px;
 }
 
strong { font-weight: bold; }
bold { font-weight: bold; }

em { font-style: italic; }
i { font-style: italic; }

abbr { font-style: normal; text-decoration: none; }
acronym { font-style: normal; text-decoration: none; }

OL {
list-style-position: outside;
margin-left: 10px;
margin-top: 6px;
}

UL {
color : #1f2879; 
list-style-type: square;
list-style-position: outside;
margin-left: 10px;
margin-top: 10px;
}

li {
padding: 5px 0px 5px 0px;}

/* Structure stlye */

#container{
	width: 730px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	border: solid #3f0c46 1px;
}


/* Main navigation */


#mainnav {
	margin:0px;
	width: 724px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ede8b1;
}

#mainnav p {
font-size: 120%;
font-family: Arial, Helvetica, sans-serif;
color: #3f0c46;
margin: 5px 0px 5px 15px;
padding: 5px 5px 5px 0px;
font-weight: normal;
}

#mainnav a:link { 
color: #004D7E; 
text-decoration: none; 
}

#mainnav a:visited { 
color: ##000099; 
text-decoration: none; 
}

#mainnav a:hover{ 
color: #0066FF; 
text-decoration: underline; 
}

#mainnav a:active { 
color: #0033cc; 
text-decoration: 
underline;
}

/* Content information*/

#maincontent {
width:650px;
margin: 0 auto 0 auto;
font-size: 115%;
line-height: 130%;
color: #000;
padding: 0px 20px 20px 20px;
background-color: #fff;
}

#maincontent p {
margin: 0px 0px 10px 0px; 

}

#maincontent a:link{ 
color: #0000cc; 
text-decoration: none;
}

#maincontent a:visited { 
color : #000099;  
text-decoration: underline;
}

#maincontent a:hover {  
color: #0066FF; 
text-decoration: underline;
}

#maincontent a:active {  
color: #0033cc; 
text-decoration: underline;
}

.maincontent-boldcolor { 
font-size: 120%;
line-height: 130%; 
font-weight: bold; 
color: #8f0d2f;
}



/* Misc elements */


.caption {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
line-height:120%;
font-weight: normal;
color: #666;
margin-top: 15px;
}

.bigtext {
font-family: Arial, Helvetica, sans-serif;
font-size: 115%;
line-height:140%;
font-weight: bold;
color: #333333;
}

/* Pull quote*/

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
line-height: 120%;
font-weight: bold;
color: #333333;
float: right;
width: 15em;
margin: 0 1em 1em;
padding: 0.25em }


.photo_right {
padding: 5px 5px 5px 10px;
float:right;
width: 250px;
}

.photo_right p {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
text-align: left;
color: #666;
}

.photo_left {
padding: 5px 10px 5px 5px;
float:left;
width: 250px;
}

.photo_left p {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
text-align: left;
color: #666;
}


.rule {
border-bottom: 1px  #ede8b1 solid;
width:100%;
}


/* Footer information */
#footer {
width: 700px;
clear: both;
margin: 0 auto 0 auto;
padding: 2px 10px 2px 10px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
 }

#footer p {
font-size: 92%;
font-family: Arial, Helvetica, sans-serif;
color: #000 ;
margin: 5px 0px 5px 0px;
}

#footer a:link { 
color: #002740; 
text-decoration: none; 
}

#footer a:visited { 
color: ##000099; 
text-decoration: none; 
}

#footer a:hover{ 
color: #0066FF; 
text-decoration: underline; 
}

#footer a:active { 
color: #0033cc; 
text-decoration: 
underline;
}
