/* dark 	#ff7093 		*/
/* medium	#ffb6c1 LightPink	*/
/* light	#ffe4e1	MistyRose	*/

/* agency name */
#header h1 {
	font-family: Verdana; 
	color: #000000; 
	background-color: #ff7093;	/* dark */
	font-size: 2em; 
	font-style:normal; 
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0px;
}

/* contact information */
#header h2 {
	font-family: Verdana; 
	color: #000000;
	font-size: 0.8em; 
	font-style: normal; 
	font-weight: normal;
	line-height: 1.2em;
}

/* tag line */
#header h3 {
	font-family: Verdana; 
	color: #000000; 
	background-color: #ffb6c1;  	/* med */
	font-size: 1em; 
	font-style: italic; 
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
}

/* main body text */
#content h2 {
	font-family: Verdana; 
	color: #000000; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

#navigation h2 {
	font-family: Verdana; 
	color: #000000; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

#footer h3 {
	font-family: Verdana; 
	color: #000000; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

h2 {
	font-family: Verdana; 
	color: #000000; 
	font-size: 0.8em; 
	font-style:normal; 
	font-weight: normal;
	line-height: 1.2em;
}

A:link {
	color: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: underline;
}

A:visited {
	color: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: underline;
}

A:active {
	COLOR: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: underline;
}

A:hover {
	COLOR: blue; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: underline;
}

#navigation A:link {
	color: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#navigation A:visited {
	color: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

#navigation A:active {
	COLOR: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none; 
}

#navigation A:hover {
	COLOR: #000000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

body {
	background-color: #ffe4e1; 	/* light */
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%; 
	POSITION: absolute; 
	TOP: 0px;  
}


.navigation {
	position: absolute;
	top: 225px;
	left: 0px;
	width: 170px;
	border-top: 1em solid #ff7093;	/* dark */
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 200px;
	padding-left: 0px;
	padding-right: 0px;
}

.contactdetails {
	position: absolute;
	right: 0px;
	bottom:0px;
	width: 350px;
	text-align: right;
}

.content { 
	position: absolute;
	top: 225px;
	left: 170px;
	right: 0px;
	background-color: #ffe4e1;	/* light */
	float: right;
	padding: 5px;
	padding-bottom: 100px;
	padding-top: 40px;
	border-top: 1em solid #ff7093;	/* dark */
}

.footer { 
	position: relative;
	bottom: -100px;
	left: -1px;
	right: -1px;
	height: 100px;
	text-align: center;
}

.navigation_link {
	position: relative;
	width: 174px;
	padding: 3px;
	color: #000000;
	background-color: #ffb6c1;  	/* med */ 
	font-weight: bold;
}

.navigation_link:hover {
	position: relative;
	width: 174px;
	padding: 3px;
	color: #000000;
	background-color: #ff7093;	/* dark */
	font-weight: bold;
}

.width {
	position: relative;
	width: 900px;
}

.float-right{
	float: right;
}

.float-left {
	float: left;
}

.headerphoto{
	position: relative;
	bottom: 5px;
	float: left;
	width: 125px;
	height: 75px;
	margin: 5px;
	border: 1px solid #ff7093; 	/* dark */
	padding: 3px;
}

.staffphoto {
	float: right;
	margin: 5px;
	height: 100px;
	width: 85px;
	border: 1px solid #ff7093;	/* dark */
	padding: 3px;
}

.QuoteSection 
{
	font-weight: bold;
	color: black;
}

.QuoteLabel {
	font-style: normal;
	font-weight: normal;
	background-color: #ffb6c1;  	/* med */ 	
}

.pagetitle {
	position: absolute;
	top: 5px;
	text-align: center;
	width: 700px;
	right: 0px;
	z-index: 1;
}
