/* Presentation Stylesheet for chargercomposites*/ 
body {	font-size: 100.01%; 	font-family: Verdana, 	Helvetica, sans-serif; color: #F1F3F5; }

p {font-size: .70em;  padding: 0 15px; 	line-height:1.5;  /* text-indent: 15px; */ }

a:link, a:visited {	color: #D92F38; font-weight:bold; 	text-decoration: none; border-bottom:1px dotted #798CA6;}

a:visited {	color: #A7272D;color: #AC343A;}

a:hover, a:active, a:focus {color:#fff; background-color:#D92F38;
	text-decoration: none;	border-bottom:1px dotted #DDE2E8;	font-weight: bold;}

/* list styles */
ol,ul {	font-size: .75em;	line-height: 1.4;}
ul li,ol li {padding-bottom:5px;}
li {font-size: 85%;}
dl,dd,dt {color:#F1F3F5!important; }
dt {font-size:130%; }
dt a {
	color:yellow;
}

/* headings */
h1, h2, h3, h4, h5, h6 { 	margin:0;  	padding: 5px 15px; 	font-family:  Geneva, Arial, Helvetica, 	sans-serif; color:#A2AFC1;	  margin-top:1.6em;  	 }

h1 { 	font-size: 150%;	color:#F1F3F5;	color:white;		/*  border-bottom: 1px dotted #5B687C; */	 padding-bottom:2px;	margin-left: 7px;	padding-left:38px; margin-top: 0;  background-image: url(../../images/highlight.jpg);	 background-repeat: no-repeat; background-position: center left;}
h2 { 	font-size: 100%; } 
h3 { 	font-size: 85%; }
h4 { 	font-size: 75%; }
h5 { 	font-size: 70%; }


/********************** Forms ******************/

#form {padding-left:20px;margin-left:0;}
fieldset {border: none;}
input {font-size:90%;background-color: #fff;border:1px solid #ccc;width:60%;height:1.6em;padding:1px 5px 1px 5px; margin-bottom:15px;}
input:focus, select:focus, textarea:focus {background:#BDC7D2;}
input:hover, select:hover, textarea:hover {background:#BDC7D2;}
legend {display:none;}
label {cursor: pointer; font-size: 80%; color: #F1F3F5;}
textarea {border:1px solid #ccc;width:61%;font-size:120%;}
.submit {color:white;background: #9C1F25;width:20%;border:1px solid #ccc;padding:2px 4px;height:2.2em; margin-top:30px;}
.submit:hover {color:white; background:#D43037;}
#sitemap input.button {color:#fff; height:2em;width:5em;padding:0;}
#sitemap input {border:1px solid #ccc;margin:0 0 0 0;padding:4px;height:1.3em;}
#searchform {margin-left:20px;}
.validationerrors ol {margin-left:20px;padding-left:20px;margin-bottom:10px;}
.required {color:#da2931;}
#formdiv {margin-left:20px;}
#standards textarea {width:90%;}

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