/*Tremark CSS*/
/*Reset all styles. Eric Mayer*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/*-----------------------------------------*/
html {
	margin-bottom: 1px;
	height:100%;
}

body  {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
/*----layout-----*/
#outer {
	width: 950px;
	margin: 0 auto 0 auto;
}

#head {
	padding-bottom: 20px;
	width: 950px;
	float: left;
	background: url(../site/header1.gif) no-repeat top left;
	height: 181px;
}

#main {
	width: 950px;
	float: left;
}

#menu {
	float: left;
	margin: 30px 0 0 55px;
	font-size:0.95em;
}

#menu ul li {
	margin: 2px 0 5px 0;
}

#menu ul li a {
	text-decoration: none;
	color:#ce9230;
}

#menu ul li a:hover, #menu ul li a.selected {
	color:#fff;
}

#footer {
	margin-bottom: 20px;
	border-bottom: 1px solid #92C1E4;
	padding-bottom: 5px;
}
#footer2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #92C1E4;
	padding-bottom: 5px;
}


#submenu {
	float: left;
	width: 185px;
	padding-left: 40px;
	font-size:0.9em;
}

#submenu ul li {
	margin-bottom: 10px;
}

#submenu ul li a {
	text-decoration: none;
	color:#D5972A;
}

#submenu ul li a:hover,#submenu ul li a.selected {
	color: #92C1E4;
}

#subm {
	float: left;
	width: 185px;
	padding-left: 40px;
	font-size:0.9em;
}

#subm  ul li {
	margin-bottom: 10px;
}

#subm  ul li a {
	text-decoration: none;
	color:#D5972A;
}

#subm  ul li a:hover,#subm  ul li a.selected {
	color: #92C1E4;
}



#content {
	float: left;
	width: 430px;
	padding: 0 15px 0 55px;
	margin: 0 15px 0 0;
}

#quote {
width: 210px;
float:left;
}

#quote .qu {
	font-size: 1.05em;
	line-height:1.6em;
	font-style:italic;
	color:#92c1e4;
}

#quote .smark {
	font-size: 3em;
	font-family:Arial;
	font-weight:bold;
	color: #e8ccaf;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

#quote p {
	padding-top: 20px;
	font-size:0.85em;
	color:#d5972a;
}

/*---menu ----*/

/*---- generic ------ */
strong {
	font-weight: bold;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.fl {
	float: left;
}

.flp {
	float: left;
	padding: 0 10px 10px 0;
}

.fr {
	float: right;
}

.frp {
	float: right;
	padding: 0 0 10px 10px;
}

.col {
	width: 323px;
	float: left;
}

/* ---forms ------ */

#xform {
	margin: 10px 0 10px 0;
}

#xform label {
	float: left;
	width: 150px;
	margin-bottom:5px;
	color: #637121;
}

#xform input {
	float: left;
	width: 150px;
	margin-bottom:5px;
	color: #637121;
}

#xform .longlabel {
	width: 285px;
	margin-top: 2px;
} 

#xform .longlabel2 {
	width: 285px;
	margin-top: 12px;
}

#xform .s {
	width: 15px;
	float: left;
}

#xform #ftype {
	width: 623px;
	height: 70px;
}

#xform .r {
	color:#941442;
}



#xform textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#xform #xsubmit {
	width: 105px;
	margin: 10px 10px 0 0;
}

/*---- specific -----*/

h1,h2,h3,h4 {
	font-family: "Lucida Grande",geneva,arial,"Lucida Sans Unicode",verdana, "trebuchet ms";
	font-weight: normal;
}/*---- specific -----*/


#content h1, #quote h1{
	font-size: 1.5em;
	color: #d5972a;
	line-height: 1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#content h2 {
	font-size: 1.35em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 9px 0 5px 0;
	color:#d5972a;
}
#content h3 {
	font-size: 1.15em;
	line-height: 1.2em;
	font-style:italic;
	font-weight: normal;
	margin: 5px 0 5px 0;
	color:#d5972a;
}

#content p {
	margin: 5px 0 4px 0;
	line-height: 1.5em;
	color: #336;
	font-size:0.9em;
}

#content a {
	color: #d5972a;
	text-decoration: none;
}

#content p.news {
margin: 2px 0 2px 0;
font-style:italic;
}

#content a:hover,#content a.selected {
	color:#92C1E4;
}

#footer p {
	font-size: 0.9em;
	color: #336;
	margin: 6px 0 0 40px;
}

#content .lb {
	color:#92C1E4;
}

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

.homeemail {
	color: #333366;
	margin: 85px 0 0 0;
}

#submenu .homeemail a {
	color: #333366;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
}
#content p.big {
font-size:1.15em;
}

hr {
	border: none;
	color:#92C1E4;
	background-color:#92C1E4;
	height: 1px;
	margin-bottom: 15px;
}

#quote p.nom {
	padding-top: 0px;
	line-height: 1.5em;
	color: #336;
}


.contactform {
	margin: 10px 0 10px 0;
}

.contactform label {
	float: left;
	width: 75px;
	margin-bottom:5px;
	font-size:0.9em;
	color: #336;
}

.contactform input {
	float: left;
	width: 110px;
	margin-bottom:5px;
}

.leftquote {
float: left;
width: 20px;
}
.rightquote {
float: left;
width: 20px;
}

.qparts {
	width:170px;
	float:left;
	background: url(../site/right.GIF) no-repeat bottom right;
}

.quotetext {
	width: 148px;
	float:left;
}

.bywho {
	padding-left: 20px;
}

.small {
font-size: 0.8em;
}

#content p.small {
font-size: 0.83em;
}