/*Anne Betts 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%;
	width: 100%;
	background: url(../site/bg.gif) repeat-x;
}

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

#head {
	padding-bottom: 20px;
	width: 900px;
	float: left;
}
#main {
	width: 900px;
	float: left;
}

#submenu {
	float: left;
	width: 240px;
	padding: 0 25px 0 25px;
}

#content {
	float: left;
	width: 610px;
}

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

#menu {
width:625px;
float: left;
}
/*---- generic ------ */
strong {
	font-weight: bold;
}
.clear {
	font-size: 0em;
	line-height: 0em;
	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: geneva,arial,"Lucida Grande","Lucida Sans Unicode",verdana, "trebuchet ms";
	font-weight: normal;
}/*---- specific -----*/
#content {
	padding-bottom: 50px;
}

#content h1 {
	font-size: 1.35em;
	line-height: 1.2em;
	font-weight: bold;
	color: #3F5EA3;
	margin: 5px 0 5px 0;
}
#content h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: normal;
	color: #3F5EA3;
	margin: 5px 0 5px 0;
}

#content p {
	color: #5F7DBF;
	margin: 5px 0 2px 0;
	line-height: 1.3em;
	font-size: 0.9em;
}

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

#content a:hover {
	text-decoration: underline;
}

#c h1, #c h2, #c p {
	text-align: center;
}

#head h1, #submenu h1 {
	text-align: center;
	font-size: 1.15em;
	font-weight: normal;
	font-style: italic;
	color: #c76292;
}

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

#subm li {
	text-align: center;
	border-bottom: 1px solid #91609a;
	padding: 5px 0 5px 0;
}

#subm li a {
	text-decoration:none;
	color: #5F7DBF;
}

#subm li a:hover {
	color: #cf80a4;
}

#menu1 {
	
}

#menu1 li {
	display:inline;
	float: left;
	width: 155px;
	font-size: 0.9em;
	padding: 50px 0 50px 0;
	background: url(../site/light.gif) no-repeat center center;
}

#menu1 li a {
	text-align: center;
	display: block;
	width: 150px;
	text-decoration: none;
	color:#3F5EA3;
}

#menu1 li a:hover, #menu1 li a.selected{
	color:#C76292;
}

#menu2 {
	
}

#menu2 li {
	display:inline;
	float: left;
	width: 155px;
	font-size: 0.9em;
	padding: 20px 0 10px 0;
}

#menu2 li a {
	text-align: center;
	display: block;
	width: 150px;
	text-decoration: none;
	color:#3F5EA3;
}

#menu2 li a:hover, #menu2 li a.selected{
	color:#C76292;
}