@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#b10011;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
}

.clear {clear:both;}

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

#header {
	text-align:left;
	font-style:italic;
	font-size:20px;
	font-weight:normal;
	margin:5px 0px 5px 20px;
	height:50px;
}

#nav {
	background-color:#6c000f;
	background-image:url(../img/topCorners.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	padding-left:0px;
	height:30px;
	
}

#nav ul { 
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
	display:inline;
}

#nav a {
	color:#dedecb;
	font-size:95%;
	font-style:italic;
	text-decoration:none;
	padding:5px 30px 5px 0px;
	text-align: left;
	font-weight:normal;
}


/* Hide from IE5-Mac \*/
#nav a {
	display:block;
}
/* End hide */


.telephone a {
	text-align:right;
	color:#000000;
}

/*background-color:#f5f0f0;*/

#content {
	background-color:#f5f0f0;
	color:#777;
	background-image:url(../img/bottomCorners.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#mainText {
	float:left;
	margin-left:30px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:25px;
	width:540px;
	text-align:left;
	font-size:85%;
	line-height:150%;
	border-right:1px #CCCCCC dotted;
	
}

#mainText h2 {
	padding:0 0 10px 0;
	margin:0;
	font-weight:normal;
	font-size:150%;
	font-style:italic;
	font-variant:small-caps;
	letter-spacing:.1em;
}

#mainText a{
	color:#555;
	font-style:italic;
	text-decoration:none;
	border-bottom:1px #999 dotted;
}

#addText {
	float:left;
	padding:50px 30px 25px 0px;
	width:270px;
	text-align:left;
	line-height:160%;
	font-size:85%;
}

#addText p{
	padding-left:20px;
}

#addText a{
	color:#555;
	font-style:italic;
	text-decoration:none;
	border-bottom:1px #999 dotted;
}

#formHolder{
	padding-top:15px;
	padding-bottom:15px;
	width:500px;
	
}


/* =label/labelspan */
label, label span{
	display:block; padding-bottom:.25em;
}

label {float:left; width:100%; color:#999;}
label span {float:left; width: 45%; text-align:right;}

/* =input */
input {float:right; width: 50%; border: 1px solid #ccc; background-color:#fff;}
input:hover {border-color: #999;}
input:active, input:focus {background-color:#e6dcc3;}

/* =select */
select {float:right; width: 50%; border: 1px solid #ccc; background-color:#fff;}

textarea {float:right; width: 50%; border: 1px solid #ccc; background-color:#fff;}
textarea:hover {border-color: #ccc;}
textarea:active, textarea:focus {background-color:#e6dcc3;}

input.button{float:right; width:20%;background-color:#fff;font:bold 100% "Times New Roman", Times, Georgia, serif; font-style:italic; color:#555;}
input.button:hover {border-color: #ccc;}


#footer {
	clear:both;
}

#footer h4 a {
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	font-size:85%;
	}
	
#footer h4 a:hover {
	border-bottom:1px #fff dotted;
	}
	
#footer p {
	color:#FFFFFF;
	font-style:normal;
	font-size:80%;
	font-style:italic;
	}
	
#footer p a {
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-size:90%;
	font-style:italic;
	border-bottom:1px #fff dotted;
	}