/* Global styles */

/* START:notice */
#notice {
	border: 2px solid red;
	padding: 1em;
	margin-bottom: 2em;
	background-color: #DDDDDD;
	font: bold small sans-serif;
	color: red;
	text-align: center;
}
/* END:notice */

/* Styles for main page */

#banner {
	background: white; 
	/*  background-image: url(../images/headerlogo.png); background-attachment: fixed;  */
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	font: small-caps 40px/40px "Times New Roman", serif;
	color: mediumBlue;
	text-align: center;
}

#banner a{
	color: MediumBlue;
	font: medium "Times New Roman", serif;
}

#banner img {
	float: center;
}

#columns {
	background: gray;
}

#selectState{ 
	margin-left: 5em;
}

#selectState select{
	cursor: pointer;
	cursor: hand;
}

#main {
	/* margin-left: 14em;  */
	padding-top: 1em;
	/*  padding-left: 2em;  */
	background-attachment: scroll; 
}

#main a{
	color: #3399CC;
}

.form {
	border: solid #444444;
	width: 500px;
	background-repeat: no-repeat; 
	background-image: url('/images/selectimages/Plan.jpg');
	-moz-border-radius: 15px;
	-khtml-border-radius: 8px;	
}

.product{
    border: solid #444444;	
	width: 680px;
	background-repeat: no-repeat; 
	background: #333333;
	-moz-border-radius: 15px;
	-khtml-border-radius: 8px;		
}

#imageName{
	color: #CCCCCC;
}

#border {
   	border-left: solid #222222;
	border-right: solid #222222;
	border-top: solid #222222;	
    width: 750px;
    background: #333333; 
    background-attachment: scroll;
	padding-top: 12px;
}

#border1 {
    width: 700px;
    background: #444444; 
    background-attachment: scroll;
	border-left: solid #333333;
	border-right: solid #333333;
	border-top: solid #333333;
}

#border2 {
    border-top: solid #333333;
	border-left: solid #333333;
	border-right: solid #333333;
	border-bottom: solid #000000;
    width: 750px;
    background: #444444; 
    background-attachment: scroll;
}

#footnote {
	width: 710px;
	background: #444444;
	border-left: solid #333333;
	border-right: solid #333333;
	border-bottom: solid #333333;
}

#sale {
	float: center;
	/* width: 40em;
	margin-left: 8em;  */
	padding-top: 4em;
	padding-left: 2em;   
	background: white; 
	background-attachment: scroll;
}

#sale a {
	color: mediumblue;
}

#service {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: center;
	width: 60em;  
	background-attachment: scroll;
}

#side {
	float: left; 
	padding-top: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	width: 13em;
	background: RoyalBlue;
	color: #CCCCCC;
}

#side a {
	color: #39f39f;
	font-size: small;
}

#sidemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	float: right; 
	padding-left: 1em;
	margin-right: 7em;
	color: white;
}

#showmap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	float: left; 
	color: white;
	margin-left: 5em; 
	
}

#showRep {
	background: #333333;
	min-width: 280;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;		
}

#showRep a {
	color: #339999;
}

#anterisk {
	color: #CC0000;
}

h1 {
	text-align: center;
	font:  150% "Times New Roman";
	color: #CCCCCC;
	border-bottom: 3px dotted #CCCCCC;
}

#inline {
	display: inline;
}

label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.fillout-form{
	width: 30em;
}

.address-form{
	width: 36em;
}

.fillout-form fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #444444;
}

.fillout-form legend {
	color: #CCCCCC;
	background: #555555 ;
	font-weight: bold;
	font-family: sans-serif;
	padding: 0.2em 1em;
}

.fillout-form label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 7em;
	float: left;
	text-align: right;
	display: inline;
}

.fillout-form .submit {
	margin-left: 1em;
}

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: inline;
}

#errorExplanation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 340px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 11px;
	list-style: square;
	color: #CC0033;
}

