*{
	margin: 0; padding: 0; border: 0;
	font-size: 100%;
}
body,html{
	width: 100%;
	height: 100%;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;
}
html {
	height: 100.02%;
}
body {
	font:70%/1.5 "Lucida Grande","Lucida Sans Unicode",geneva,arial,verdana,sans-serif;
	color: #7A6C5A;
	background: #F9F9F9 url(images/backg.gif) repeat-y center;
}
h1,h2,h3,legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #711300;
}
h1 {
	font-size: 1.8em;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.8em 0;
	line-height: 100%;
	border-bottom: solid 1px #CCCCCC;
}
h2 {
	font-size: 1.6em;
	padding: 0 0 0.2em 0;
	margin: 0 0 0.5em 0;
	border-bottom: solid 1px #CCCCCC;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
a {
	color: #E87900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*Layout*/
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	height: auto;
	width: 800px;
	padding: 10px;
}
#header {
	position: relative;
	width: 100%;
	height: 200px;
	background: #44281D url(images/bkg-head.jpg) no-repeat left top;
	color: #DBD5CE;
}
#header img{
	visibility: hidden;
}
#header #logolink {
	display:block;
	position: absolute;
	padding-top: 72px; width: 151px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 72px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	cursor: pointer;
	background: url(images/af-logo.gif) top left no-repeat;
	margin: 0px;
	text-decoration: none;
	top: 29px;
	left: 20px;
	z-index: 10;
}
#nav {
	position: absolute;
	display: block;
	top: 28px;
	right: 10px;
	width: auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#nav a {
	color: #DBD5CE;
	font-weight: bold;
	display: block;
	margin: 0px 10px 0px 10px;
}
#nav li {
	display: block;
	float: left;
	list-style: none;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #978671;
	line-height: 1.1em;
	overflow: visible;
}
#nav .first {
	border: none;
}
#nav a strong{
	color: #FFFFFF !important;
}
#nav #homeLink {
	border: none;
}

/*Content layout and styles*/
#content {
	display: block;
	padding: 20px 20px 0 20px;
}
#content a {
	text-decoration: underline;
}
#content p, #content ul, #content ol {
	margin-bottom: 1em;
}
#content ul {
	margin-left: 1em;
	padding-left: 1em;
}
#block1 {
	display: block;
	width: 480px;
	float: left;
	padding-bottom: 20px;
}
#block1 h2 {
	margin-top: 1em;
}
#block2 {
	display: block;
	width: 240px;
	float: right;
	padding-bottom: 20px;
	font-size: 0.9em;
}
#block2 h2 {
	color: #68523D;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.1em;
}
.doclinks {
	list-style: none;
	padding-left: 0 !important;
	margin: -0.2em 0 2em 0 !important;
}
.doclinks li{
	background: url(images/doc-ico.gif) no-repeat 8px center;
	padding-left: 22px;
	line-height: 2em;
	border-bottom: solid 1px #CCCCCC;
}
.imglinks {
	list-style: none;
	padding-left: 0 !important;
	margin: 1em 0 2em 8px !important;
	clear: both;
}
.imglinks li{
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.imglinks a{
	display: block;
	padding: 3px;
	border: solid 1px #CCCCCC;
	line-height: 0;
}
.imglinks a:hover{
	border: solid 1px #E87900;
}
#photo-container {
	border: solid 1px #CCCCCC;
	padding: 10px;
	width: 440px;
	overflow: hidden;
	height: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	/*background: #000000;*/
}
#photo-container img {
	background: #000000;
}
#motioncontainer {
	position:relative;
	width:460px;
	margin: 0 auto;
	/*height: 70px; overflow:hidden; Defined in master.js*/
}
#photo-nav {
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	display: block;
	left:0;
	top:0;
	overflow: visible;
	/*position:absolute;white-space: nowrap; Defined in master.js*/
}
.gallinks {
	list-style: none;
	padding-left: 0 !important;
	margin: 0 !important;
}
.gallinks li{
	display: inline;
	clear: none;
	margin: 0px 5px 10px 0px;
}
.gallinks a img{
	padding: 3px;
	border: solid 1px #CCCCCC;
	line-height: 0;
}
.gallinks a:hover img{
	border: solid 1px #E87900;
}
#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}
/*End Content styles*/

#footer {
	position: relative;
	border-top: solid 1px #CCCCCC;
	font-size: 0.9em;
	height: 3em;
	padding: 10px 20px 10px 20px;
	color: #978671;
	background: #F9F9F9;
	clear: both;
}
#footer a {
	color: #978671;
	background: #F9F9F9;
}
#footer #cba {
	position: absolute;
	right: 20px;
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
}
.clear {
	display: block;
	clear:both;
	height: 0;
	line-height: 0;
}
/*Image classes*/
.left {
	float: left;
	margin-right: 10px;
	background: #FFFFFF;
	padding: 3px;
	border: solid 1px #CCCCCC;
}
.right {
	float: right;
	margin-left: 10px;
	background: #FFFFFF;
	padding: 3px;
	border: solid 1px #CCCCCC;
}


/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	/* WIN IE5 hack */ height: 1px; voice-family: "\"}\""; 
	voice-family:inherit; height: 0;
	cursor: default;
	margin: 0px;
	z-index: 1;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default}

/* ---------------------------------------------------------------
- Form styles
*/
.smallfield2 {
	width: 10em;
	margin-top: 2px;
	font-size: 0.9em;
	padding: 2px;
}
input{
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	border: solid 1px #A5ACB2;
	background: #F9F9F9;
}

fieldset{
	border: none;
}
legend{
	font-size: 1.2em;
	background: none;
}
#block2 legend{
	font-size: 1.5em;
	background: none;
}
textarea{
	width: auto;
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: solid 1px #A5ACB2;
	background: #F9F9F9;
}
label {
	cursor: pointer;
	width: 10em;
	float: left;
}
.cmsform {
	font:90%/1.4 "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif !important;
}
.cmsform p{
	margin: 0.3em 0px 0.3em 0px !important;
	line-height: 1.4em;
}
.mainform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform p{
	margin: 0.2em 0px 0.2em 0px !important;
	line-height: 1.4em;
}
.miniform label{
	width: 18em;
}
.section{
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
	padding: 4px;
	margin-bottom: 10px;
	color: #333333;
}
.smallfield{
	width: 14em;
	font-size: 1em;
	padding: 2px;
}
.largefield{
	width: 21em;
	font-size: 1em;
	padding: 2px;
}
.fullfield {
	width: 80%;
}
select{
	font-family: "Lucida Grande","Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: solid 1px #A5ACB2;
	padding: 2px;
}

.minifield {
	width: 9em;
	font-size: 1em;
	padding: 2px;
}
.minifield2 {
	width: 7.5em;
	font-size: 1em;
	padding: 2px;
}
.tinyfield {
	width: 4em;
	font-size: 1em;
	padding: 2px;
}
.minibutton {
	font-size: 1em;
	cursor: pointer;
	padding: 1px;
}
.required {
	color: #CC0000;
}
.required a{
	color: #CC0000;
	font-weight: bold;
}
.small {
	font-size: 0.9em;
}
.smallGrey {
	color: #999999;
	font-size: 0.9em;
}


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

