/* Joanne Dening Style Sheet
   Produced by Rockmill Webspinners
   www.rockmill.co.uk
   
   Ref: Main blue  = #3C7FAF
*/

* {
	margin : 0;
	padding : 0;
}

BODY {
	color : black;
	font-size : 90%;
	font-family : arial, helvetica, sans-serif;
	text-align : center;
	background-image : url(images/background_gradient.gif);
	background-repeat : repeat-x;
}

DIV#container {
	margin-left : auto;
	margin-right : auto;
	width : 780px;
}

DIV#frame {
	border-left : 1px solid #3C7FAF;
	border-right : 1px solid #3C7FAF;
	border-top : 1px solid #3C7FAF;
	background-color : White;
	padding-bottom : 1em;
}

DIV#header {
	margin-top : 16px;
	margin-left : 27px;
	margin-right : 27px;
	margin-bottom : 1em;
}

DIV#header A {
	background-color : white;
}

DIV#featureNav {
	margin-top : 10px;
	margin-bottom : 10px;
	color : #3C7FAF;
	font-weight : bold;	
}

DIV#featureNav A {
	text-decoration : none;
	color : #3C7FAF;
}

DIV#featureNav A:hover {
	text-decoration : none;
	color : White;
	background-color : #3C7FAF;
}

DIV#contentFrame {
	text-align : left;
	position : relative;
	margin-left : 27px;
	width : 724px;
	background-image : url(images/page_background.gif);
	margin-bottom : 1em;
}

DIV#contentNav {
	position : absolute;
	top : 17px;
	left : 15px;
	width : 120px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 100%;
	line-height : 200%;
	letter-spacing : -1px;
}

DIV#contentNav A {
	text-decoration : none;
	color : #3C7FAF;
}
DIV#contentNav A:hover {
	text-decoration : none;
	color : white;
	background-color : #3C7FAF;
}
DIV#contentMain {
	margin-left : 145px;
	width : 335px;
	line-height : 140%;
}

DIV#contentTestimonial {
	position : absolute;
	top : 17px;
	left : 500px;
	width : 204px;
	background-color : #3C7FAF;
	color : white;
	height : 60px;
}

DIV#contentTestimonial P {
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0;
	margin-top : 0;
	background-color : #3C7FAF;
}

DIV#footer {
	color : gray;
	font-size : 90%;
}

DIV#footer A.rockmill {
	color : gray;
}

DIV#footer A.rockmill:hover {
	color : white;
	background-color : gray;
}

DIV#footer A.valid {
	background-color : white;
}
DIV#footer IMG {
	border : 0;
}

IMG {
	border : 0;
}

H1 {
	font-size : 1.2em;
	font-weight : bold;
	color : #3C7FAF;
}

P, HR {
	margin-bottom : 1em;
}

TD {
	vertical-align : top;
	padding-bottom : 1em;
}

HR {
	color : #3C7FAF;
	background : #3C7FAF;
	height : 1px;
	border : 0;
}

UL {
	margin-left: 2em;
	list-style-image: url(images/bullet.gif);
}

UL LI {
	margin-bottom: 1em;
}

A {
	text-decoration : underline;
	color : #3C7FAF;
}
A:hover {
	text-decoration : none;
	color : white;
	background-color : #3C7FAF;
}

STRONG {
	color : #3C7FAF;
}

.warn {
	color : red;
}

.inbox {
	width : 250px;
}
.inarea {
	height : 4em;
}

