body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	color: #290052;
	margin: 20px;
	padding: 0;
	background: #b7b794;
}
#main h1, h2, h3, h4 {font-weight: bold;}
#main h1, h2 {
	font-family: Georgia, serif;
	font-style: italic;
}
h3, h4 {font-family: Arial, Helvetica, sans-serif;}
h2, h3, h4 {margin: 1em 0 0.5em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.16em;}
h4 {font-size: 1.1em;}
#main h1 {
	font-size: 1.65em;
	color: #adad85;
	margin: 0 12px 0 0;
	text-align: right;
}

#header h1 {					/*see ie css*/
	margin: 0;
	padding: 28px 0 0 20px;
}
/* hide from IEmac \*/
#header h1 {overflow: hidden;}
/* end hide */
#header h1 a {
	display: block;
	width: 2424px;
	height: 24px;
	margin-left: -2000px;
	background: url(/img/title_sss.gif) no-repeat 100% 0;
}
#header h1 a:hover {background-position: 2000px -24px;}
#header h1 a:focus {outline: 0;}

#tagline {
	margin: 2px 0 0 20px;
	font-style: italic;
}

a {color: #663; background: transparent;}
a:visited {color: #996;}
a:hover {color: #c00; text-decoration: none;}
a:active {color: #996; text-decoration: none;}

/* general
------------------------------------------ */
.mtop {margin-top: 0px;}
.mbot {margin-bottom: 0px;}
.mnot {margin-top: 0px; margin-bottom: 0px;}
.martop {margin-top: 12px;}
.marbot {margin-bottom: 12px;}
.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.justify {text-align: justify;}
.i {font-style: italic;}
.b {font-weight: bold;}
.small {font-size: 0.91em;}
.sm {font-size: 0.86em;}
a img {border: 0;}
.nowrap {white-space: nowrap;}
.divider {margin-top: 6px;}

.floatleft {float: left;}
.floatright {float: right;}
.floatleft, .floatright {width: 50%; margin-top: 12px;}

.floatleft div, .floatright div {
	text-align: center;
	font-size: 0.91em;
	line-height: normal;
}
.right {margin: 0 auto 12px 50%; padding-top: 12px;}
.left {margin: 0 50% 12px auto; padding-top: 12px;}

.clear {clear: both;}

#cred {
	font-size: 0.91em;
	color: #663;
	min-width: 740px;
	max-width: 1024px;
	text-align: right;
	margin: 3px auto 0;
	
}
#cred a, #cred a:visited {color: #663;}
#cred a:hover {color: #c00;}
#cred a:active {color: #996;}

#trk {margin: -38px 0 0 -70px;}

/* layout
------------------------------------------ */
#wrap {
	background: #290052;
	min-width: 740px;
	max-width: 1024px;
	margin: 0 auto;
}
#header {
	height: 100px;
	color: #ffe;
	position: relative;
	background: url(/img/header.jpg) no-repeat 100% 0;
	margin-right: 12px; /*for header img*/
}
#main {						/*see ie css*/
	margin: 0 20px;
	padding: 12px;
	background: #ffe;
	line-height: 1.5;
}
#footer {
	color: #ffe;
	font-size: 0.85em;
	padding: 6px 0;
	text-align: center;
}

/* nav
------------------------------------------ */
#nav {
	font-weight: bold;
	list-style: none;
	position: absolute;
	right: 8px; /*adj inverse to header marg was 20*/
	bottom: 2px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav li {					/*see ie css*/
	float: left;
	width: auto;
	margin: 0 7px;
	padding: 0;
}
#nav li a, #nav li span {
	position: relative;		/*ie all win*/
	border: 1px solid #ffe;
	background: #290052; /*if over header img*/
	padding: 2px 7px;
	text-decoration: none;
}

#nav li a, #nav li a:visited {color: #ffe;}

#nav li a:hover, #nav li span {
color: #290052; background: #ffe;
}

#nav li a:focus {outline: 0;}

/* boxes
------------------------------------------ */
.boxouter {float: left; width: 50%;}	/*see ie css*/
.boxinner {								/*see ie css*/
	border: 2px solid #b7b794;
	margin: 12px;
	padding: 5px;
}
.boxinner:hover {
	border: 2px solid #290052;
	background: #ffffde;
}
.boxinner h2 {text-align: center; margin-top: 0;}
span.sep {font-size: 0.6em;}

.boxouter a, .boxouter a:visited {color: #290052;}
.boxouter a:hover {color: #c00; text-decoration: none;}
.boxouter a:active {color: #996; text-decoration: none;}

/*\*//*/
.boxouter {width: 49%;}
/**/

/* quote
------------------------------------------ */
#quote {
	font: italic 1.25em/1.25em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#quote .q {
	font-size: 1.5em;
	line-height: 0.5em;
}

/* contact form
------------------------------------------ */
form, input {font-size: 1em;}
form {margin: 0; padding: 0; line-height: normal;}

label {
	float: left;
	width: 6em;
	margin: 6px 3px 0 0;
	text-align: right;
	white-space: nowrap
}
input, textarea {width: 17em; margin: 3px 0; padding: 0;}
textarea {font-size: 12px;}
input#submit {width: auto;}

.req {font-weight: bold; color: #f00;}
.valid {margin-left: 3px;}
.error {color: #f00; font-size: 10px;}

/* tabs
------------------------------------------ */

.tab {
	list-style: none;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 0 0 0 1em;
	margin: 0 0 12px 0;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #290052;
	font-weight: bold;
}
.tab li {display: inline;}

.tab li a {
	background-color: #ffe;
	border: 1px solid #290052;
	margin-right: 0.5em;
	padding: 0 0.5em;
	text-decoration: none;
}
.tab li a, .tab li a:visited {color: #290052;}
.tab li a:hover {
	color: #ffe;
	background-color: #290052;
}
.tab li a:active {
	color: #c00;
	background-color: #ffe;
}
.tab li.current a, .tab li.current a:visited, .tab li.current a:hover {
	color: #c00;
	background-color: #ffe;
	border-bottom: 1px solid #ffe;
	cursor: default;
}