@charset "utf-8";
/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #455560;
}

body {
	width: 1050px;
	margin-bottom:0px;
}

h1 {
	background-image: url(../images/jane_logo.gif);
	background-repeat: no-repeat;
	height: 108px;
	text-indent: -5000px;
}

h2 {
	color: #38939b;
	font-size: 20px;
	margin-left: 15px;
	padding-bottom: 15px;
}

h3 {
	margin-left: 15px;
}

h4 {
	color: #38939b;
	font-size: 15px;
	margin-left: 15px;
	padding-top: 15px;
}


p {
	margin-left: 15px;
	text-align: left;
	padding-bottom: 10px;
}

img {
	border: none;
	outline: none;
}

a {
	color: #37939b;
}

a:hover {
	color: #5a471c;
}


#sidebar {
	float: right;
	clear: left;
	margin: 0px;
}

#content {
	clear: left;
	/*border-top: 1px dotted #455560;
	margin-top: 32px;*/
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 15px;
}

#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 56px;
	clear: both;
}

#footer p {
 	padding-top: 20px;
	font-size: 9px;
}

.tiny_text {
 	font-size: 9px;
	color: #455560;
}

/*USE TO MAKE PARAGAPH TEXT NARROW TO WRAP LOGOS ON HOME PAGE*/
.narrow_p {
	width:600px;
	padding-top: 10px;
}

/*USED ON ABOUT PAGE FOR LIST OF SERVICES*/
.list {
	padding-left: 20px;
	padding-right: 30px;
	list-style-position: inside;	
	float: left;
}

.list li a {
	text-decoration: none;
	color: #455560;
}

.list li a:hover {
	color: #37939b;
}


/*USED ON SAMPLES PAGE FOR LIST OF SAMPLES*/
.sample_list {
	padding-left: 20px;
	padding-right: 30px;
	list-style-position: inside;	
}

.sample_list li a {
	text-decoration: none;
	color: #455560;
}

.sample_list li a:hover {
	color: #37939b;
}

/*THIS CONTROLS THE APPEARING LIST TO STAY JUSTIFIED LEFT AND NOT INTERFERE WITH GRAPHIC IMAGE ON RIGHT SIDE*/
#newsletter {
	clear: left;
}

#articles{
	clear: left;
}

#web{
	clear: left;
}

#login_form{
	clear; left;
}

#copy_date {
	font-size: 9px;
}

.text_clr {
	color: #37939b;
/*	background-color: #ebdabb;
	width: 920px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;*/
}

.highlight_text {
	color: #37939b;
	font-style:italic;
}

.dot {
	background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 20px;
	/*THIS SHOULD BE USED WHEN BODY WIDTH IS NOT DEFINEDwidth: 750px;*/

}

/******
*IMAGES*
*******/
.margin {
	padding-left: 20px;
}

.img_left {
	padding-left: 15px;
	float: left;
	padding-right: 10px;
}

.img_rt {
	float: right;
}

.folder_left {
	padding-left: 15px;
	float: left;
	padding-right: 85px;
}

.logo {
	padding-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
}

/*****
*MENU*
*****/
#menu {
/*USE THIS TO MOVE THE ENTIRE MENU*/
	margin-left: 15px;
}

#menu li{
	display:inline;

}

#menu a{
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 35px;
	color: #455560;
	font-variant:small-caps;
	font-size: 17px;
	padding-bottom: 1px;
}

#menu a:hover{
	color: #ebdabc;
}

/*****
*FORM*
******/

.asterix {
	color: #00CCCC;
	font-size: 18px;
}

#form_content {
	margin-left: 25px;
}

form label {
	display:block; 
	width:140px; 
	float:left; 
	text-align:left; 
	font-weight:bold;
}

.narrow_p_tiny {
	width:650px;
	padding-top: 10px;
	font-size: 9px;
	border-top: 1px dotted #455560;
}

#name_error {
	color:#37939b;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: small;
}

#email_error {
	color:#37939b;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: small;
}

#telephone_error {
	color:#37939b;
	font-variant:small-caps;	
	font-weight: bold;
	font-size: small;
}

#error_div {
	padding-left: 20px;	
}
