/* -----------------------------------------------------------------------

			
   Filename: screen.css
			

			
----------------------------------------------------------------------- */

@import url("reset.css");

/* -------------------- General Selectors ----------------------------- */

body {
	font-size:0.75em;
	color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0px;
	line-height: 1.4em;
	background-color: #4f4845;
}
.txt {
	width: 200px;
}


p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
}

a {
	color:#7E7E7E;
	text-decoration:underline;
}

a:focus, a:hover {
	text-decoration: underline;
	color: #000000;
}

h1 {
	font-size:1.8em;
	line-height:1.1;
	margin-bottom:0.8em;
	font-weight: 500;
	color: #669999;
}

h2 {
	font-size:1.5em;
	margin-bottom:0.75em;
	color: #889594;
	font-weight: 500;
	line-height: 1.1em;
}

h3 {
	font-size:1.2em;
	line-height:1;
	margin-bottom:1em;
	color: #666666;
	font-weight: 500;
}

h4 {
	font-size:1.1em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
	font-weight: 500;
	color: #000000;
}

h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6 {
	font-size:1em;
	font-weight:bold;
}

li ul, li ol {
	margin:0 1.5em;
}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

table {
	margin-bottom:1.4em;
	width:100%;
}

th {
	font-weight:bold;
	background:#C3D9FF;
}

th, td {
	padding:4px 10px 4px 5px;
}

blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}

/* -------------------- Layout ---------------------------------------- */

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	padding-bottom: 2px;
}

#masthead {
	height: 115px;
	background-image: url(../images/masthead.gif);/* -------------------- Navigation ------------------------------------ */
}

#nav {
	height: 24px;
	background-color: #AABAB7;
	width: 900px;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
}

#nav ul {
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-top: 0px;
}

#nav ul li {
	display: inline;
	margin-left: -4px;
}

#nav ul li a {
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-size: 0.9em;
}

#nav ul li a:hover {
	color: #000000;
}

#nav #current {
	color: black;
}

#nav #last a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner {
	height: 300px;
	background-image: url(../images/banner.jpg);
	margin: 0px;
	padding: 0px;
	width: 900px;/* -------------------- Content --------------------------------------- */
}

#content-main {
	width: 490px;
	margin-top: 36px;
	padding-right: 47px;
	float: right;
	min-height:400px;/* -------------------- Sidebar --------------------------------------- */
}

#sidebar {
	float: left;
	width: 289px;
	margin-top: 36px;
	padding-left: 24px;
}

#sidebar .callout {
	height: 98px;
	margin-bottom: 18px;
}

#sidebar .callout img {
	float: left;
	margin-right: 7px;
}

#sidebar .callout p {
	vertical-align: middle;
	font-weight: bold;
	color: #7E7E7E;
	padding-top: 32px;
	font-size: 1.2em;
}

#sidebar .callout .link a {
	float: right;
	color: #7E7E7E;
	margin-top: -10px;
}

#sidebar .callout a:hover {
	text-decoration: underline;
	color: #000000;
}

/* -------------------- Form ---------------------------------------- */

h1 {
	font: 1.2em Arial, Helvetica, sans-serif;
}
input.phone {
  width: 70px;
}

input.phone_ac {
  width: 30px;
}

input.date {
  width: 70px;
}
	input.btn {
		color: #889594;
		background-color: #EFEFEF;
		width: 100px;

	}
	form div {
		clear: left;
		margin: 0;
		padding: 0;
		padding-top: 5px;
	}
	form div label {
		color:#000000;
    display: block;
		width: 70%;
		font: bold 0.9em Arial, Helvetica, sans-serif;
		}
	fieldset {
		margin-top: 1.4em;
		padding: 0.6em;
	}


	legend {
		font: bold 1.3em Arial, Helvetica, sans-serif;
		color: #889594;
		background-color: #FFFFFF;

	}

	legend2 {
		font: bold 0.8em Arial, Helvetica, sans-serif;
		color: #889594;
		background-color: #FFFFFF;

	}


	input {
	color: #889594;
	background-color: #FFFFFF;
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0.2em;
		}

	textarea {
		width: 300px;
		height: 80px;
		color: #889594;
		background-color: #EFEFEF;

	}

	select {
		width: 250px;
		color: #000000;
		background-color: #EFEFEF;

	}





/* -------------------- Footer ---------------------------------------- */

#footer {
	clear: both;
	background-color: #AABAB7;
	height: 24px;
	padding-top: 6px;
}

#footer ul {
	color: white;
	text-align: center;
	margin: 0;
	padding-bottom: 0px;
	text-transform: uppercase;
	padding-top: 0px;
}

#footer ul li {
	display: inline;
	margin-left: -4px;
}

#footer ul li a {
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-size: 0.9em;
}

#footer ul li a:hover {
	color: #000000;
}

#footer #current {
	color: black;
}

#footer #last a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#masthead h1 {
	font-size: xx-small;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#masthead h1 a {
	display: block;
	width: 351px;
	height: 115px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#footer-links {
	text-align: center;
	width: 900px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

#footer-links a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-links a:hover {
	text-decoration: underline;
}

/*------------------ Misc Classes ----------*/

.blue-text {
	color: #336699;
	font-weight: bold;
}

.larger {
	font-size: 12pt
}

.left-image {
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #AABAB7;
}

.right-image {
	padding: 1px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #AABAB7;
}

.standard-image {
	padding: 1px;
	margin-bottom: 10px;
	border: 1px solid #AABAB7;
}

#print-header, #print-footer {
	display: none;
}
Name: cmxform Styles  ***********************************/  form.cmxform {
 width: 370px;
 font-size: 1.0em;
 color: #333;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */

	color: red;
	font-style: italic
}

div.error {
	display: none;
}

input {
}

.input {
	padding: 2px;
	width: 100px;
}

input:focus {
}

input.error {
	border: 1px dotted red;
	display: block;
}

form.cmxform .gray * {
	color: gray;
}

