/*  general _______________________________________________________________________________*/

* {
	margin-top:		0;
	bottom:		 	0;
	margin-bottom: 	0;
}
body, html { 
	font: 					12px/1.9em Arial,Helvetica,sans-serif; 
	text-align: 			center;
	height: 				100%;
	margin: 				0;
	padding: 				0;
	background: 			#7291B5;
	background-image:		url(images/vert-title.gif);
	background-repeat:		no-repeat;
	background-attachment:	fixed;
}
p { 
	text-align: 	justify;
	padding: 		0px 45px 15px 60px;
	color: 			#494949;
	line-height: 	1.5em;
}
a {
	text-decoration: none;
	font-weight: 	bold;
	background: 	transparent url(images/dotlink.gif) repeat-x left bottom;
}
a:link ,a:visited {
	color: 			#b26a7c;
}
a:hover {
	color: 			#7291B5;
}
h3 {
	text-transform: uppercase;
	margin: 		20px 5px 8px 30px;
	padding-bottom: 5px;
	color: 			#E28852;
	font-family: 	"Times New Roman", Times, serif;
	border-bottom:  1px solid #cccccc;
}
h4 {
	font:			bold 11px;
	line-height:	normal;
	color:			#333333;
	font-family:	"Times New Roman", Times, serif;
	padding: 		5px 20px 0px 40px;
	color: 			#666;
	line-height: 	1.5em;
}

ul {
	list-style: 	none; 
	margin: 		10px 20px 30px 47px;
}
li {
	display: 		block;
	color: 			#666666;
	font-variant:	small-caps;
	padding-left: 	20px;
	margin: 		10px 0 0 8px;
	display: 		block;
	list-style: 	none;
	background: 	url(images/dot2.gif) no-repeat 0 1px;
	text-decoration:none;
}
hr {
	width: 	100%;
	margin: 30px;
	height: 1px;
	color:	#cccccc;
}


/* grid _______________________________________________________________________________*/

#container {
	position: 		static;
	text-align: 	left;
	width: 			770px;
	background: 	url(images/bg.gif) repeat-y center top;
	margin: 		0;
	padding: 		0;
	margin-left: 	auto;
	margin-right: 	auto;
}
#wrapper {
	padding:0;
	margin: 0;
	width: 	auto;
	height: auto;
}
#imageholder {
	position:			relative;
	float: 				right;
	width: 				180px;
	height: 			100%;
	margin-right:		14px;
	background-color:	#fff;
	font-size:			0.9em;
	line-height: 		1.6em;
	color: 				#666;
}
#content {
	position: 		relative;
	float: 			left;
	width:			550px;
	padding-top:	40px;
}

#formspwk {
	font-size: 10px;
	margin: 15px 0px 5px 0px;
}
#mailinglist {
	font-size: 10px;
	margin: 15px 0px 25px 0px;
	border-top: 1px solid #666;
}
#footer {
	width: 				741px;
	height: 			50px;
	position: 			static;
	clear: 				both;
	margin: 			0;
	padding:			0;
	background-color:	#ffffff;
	font: 				10px/1.3em Arial,Helvetica,sans-serif; 
	margin-left: 		14px;
	padding-top: 		20px;
	text-align: 		center;
	background: 		url(images/footer/footer.gif) no-repeat center;
}
.pictureleft {
	margin:		5px 20px 15px 0px;
	display:	inline;
	float:		left;
}
.pictureright {
	margin: 		5px 5px 15px 20px;
	padding-left:	5px;
	display: 		inline;
	float: 			right;
}
.testimonial {
	font: 			Arial, Helvetica, sans-serif;
	font-style:		italic;
	color: 			#7291B5;
	display: 		block;
	text-align: 	left;
	padding: 		12px 5px 5px 70px;
	line-height: 	1.5em;
}
.testsignature {
	font-weight: 	lighter;
	display: 		block;
	padding-left: 	210px;
	padding-bottom:	15px;
	padding-top: 	5px;
	color: 			#666666;
	font-size: 		11px;
	line-height: 	normal;
}
.tableitem {
	display: 		inline;
	width: 			100%;
	table-layout:	auto;
}
.smalltext {
	font: 10px/1.2em Arial,Helvetica,sans-serif;
	color: #999999;
}

/* headers _______________________________________________________________________________*/

#pageHeader { 
	width: 			auto;
	text-align: 	center;
}

/*  p  _______________________________________________________________________________*/

.accentemphasis {
	color: #E28852;
}
.nojustify {
	text-align: left;
}

/*  links  _______________________________________________________________________________*/

#footer a{
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: 			#993952;
}
#footer a:hover {
	color: 			#869CB7;
}
