* {
	margin: 0;
	padding: 0;
}

body {
	background: #c9c9c9 url('../images/bg.jpg') repeat-x top center;
	font-family: "lucida grande", "lucida sans unicode", tahoma, verdana, arial, sans-serif; 
}

a:link, a:visited, a:active {
	color: #336699;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: 0px;
}

#header {
	margin: 10px 10px 0 10px;
	text-align: left;
	position: relative;
}

/* top menu */
#top-menu {
	float: right;
	position: absolute;
	right: 0;
	top: 5px;
}

#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color: #336699;
	font-size: 12px;
	text-decoration: none;	
}

#top-menu a:hover {
	text-decoration: underline;	
}

#top-menu ul li {
	display: inline;
  	list-style-type: none;
  	float: left;
  	margin: 0 10px 0;
}

#top-menu ul li a.active {
	color: #000;
}

#top-menu ul li a:hover.active {
	text-decoration: none;
}


#footer {
	margin: 10px 10px 0 10px;
	font-size: 12px;
	color: #666;
	clear: both;
	text-align: left;	
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}

#container {
	margin: 0 auto;
	text-align: center;
}

#quoteimages {
	padding: 1.5em 0 0 0;
}

#quoteimages ul li {
	display: inline;
	margin: 0 10px 0 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clear-thick {
	clear: both;
	margin: 0 0 10px 0;
}

#attention {
	padding: 10px;
	font-size: 14px;
	text-align: center;
	margin: 30px auto 50px auto;
	border: 1px solid #ebd750;
	background: #faf3c4;	
}

#quote-top {
	width: 780px;
	background: url('../images/quote-top.jpg') no-repeat top center;
	height: 15px;
	margin: 10px auto 0 auto;
}

#quoteform {
	background: #fff;
	width: 778px;
	margin: 0 auto;	
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	text-align: left;
}

#quoteform form, #quoteform div.content {
	margin: 0 20px;
	padding: 0px 0 0 0;
}

#quoteform form label {
	font-size: 12px;
	color: #333;
	width: 360px;
	float: left;	
} 

#quoteform .highlight {
	color: #cc6666;
}

#quoteform form input, textarea { border: 1px solid #ccc; padding: 4px; color: #555; font-size: 12px; }
#quoteform form p { margin: 0 0 10px 0; font-size: 12px; color: #333; }
#quoteform form p em { display: block; font-size: 10px; color: #555; font-style: normal; }
.button { background: #eee; color: #000; font-size: 11px; padding: 3px 4px; border: 1px solid #ddd;}

#quoteform form h1, #quoteform div.content h1 {
	color: #444;
	margin: 0 0 10px 0;
} 

#quoteform form h2 {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 20px;
} 

#quoteform div.content h2 {
	color: #666;
	margin: 10px 0 10px 0;
	font-size: 20px;
} 

#quoteform form h2.nobreak {
	color: #666;
	margin: 0 0 10px 0;
	display: inline;
	font-size: 20px;
	float: left;
} 

#quoteform form pre {
	color: #666;
	margin: 0 0 0 30px;
	display: inline;
	float: right;
	font-family: "lucida grande", "lucida sans unicode", tahoma, verdana, arial, sans-serif; 
	font-size: 14px;
}

#quote-bottom {
	width: 780px;
	background: url('../images/quote-bottom.jpg') no-repeat top center;
	height: 35px;
	margin: 0 auto;
	clear: both;
}
.content ul li, .content ol li {
	margin: 0.3em 0 0 5.0em;
	font-size: 12px;
}

.content p {
	margin: 1.0em 0 0 0;
	font-size: 12px;
}

/* validation css */
#validate .error {
	border: 1px solid #cd534d;
	background: #f9cac9;
}

#validationMessage {
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#validate .errorMessage {
	padding: 10px;
	text-align: center;
	color: #666;
	font-size: 10px;
	margin-left: 10px;
}

#validate table tr td .errorMessage {
	padding: 0px;
	display: none;
	text-align: center;
	color: #666;
	font-size: 10px;
	margin-left: 10px;
}
/* end validation css */

table thead tr td {
	border-bottom: 1px dotted #999;
	padding: 3px;
}

table tr td {
	padding: 3px;
	font-size: 10px;
}

table {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

table tr td input {
	font-size: 11px;
}

.col1 {
	width: 420px;
	float: left;
}

.col2 {
	width: 280px;
	text-align: center;
	padding: 0 0 0 20px;
	float: left;
	font-size: 12px;
}

.col2 .box {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 0;
}

.col2 ul li {
	list-style-type: none;
	padding: 3px;
}