/* CSS Document */

@import "forms.css";

/* =Global
---------------------------------------------------------------------
*/

* {
	border:0 none;
	margin: 0px;
	outline:none;
	padding: 0px;
}

body {
	background:#E4DBB2 url(/images/body_bg.jpg) repeat-x scroll 0 0;
	color:#140F0B;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

h1,
h2 {
	border-bottom:2px dotted #AD9D9B;
	color:#806466;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:normal;
	letter-spacing:4px;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

h3 {
	color:#6C274F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	margin:0 0 15px 0;
}

h4 {
	color:#806466;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

h5 {
	color:#6C274F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 5px 0;
}

h6 {
	color:#806466;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 5px 0;
}

p {
	color:#140F0B;
	font-size:12px;
	line-height:20px;
	margin:0 0 15px 0;
}

a {
	color:#591B3F;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {
	margin:0 0 12px 0;
	padding:0 0 0 25px;
}

ol {
	margin:0 0 12px 0;
	padding: 0 0 0 30px;
}

li {
	padding:3px 0;
}

ul ul, ul ol,
ol ol, ol ul {
	margin-bottom:6px;
}

hr {
	background:transparent none repeat scroll 0 0;
	border-top:2px dotted #AD9D9B;
	width:100%;
}

table {}

thead, tfoot {}

tr {}

th {}

td {}


/* =Layout
---------------------------------------------------------------------
*/

#am_wrapper {
	background:transparent url(/images/wrapper_bg.jpg) no-repeat scroll center top;
	width:100%;
}

#header {
	left:50%;
	margin-left:-447px;
	#margin-left:-448px;
	-margin-left:-447px;
	position:absolute;
	width:977px;
}

#flash_nav {

}

#main {
	margin:0 auto;
	padding-top:177px;
	width:786px;
}

#page_outer {
	background:transparent url(/images/page_bg.jpg) no-repeat scroll 0 0;
}

#page_inner {
	background:transparent none no-repeat scroll 0 0;
	margin:0 auto;
	width:756px;
}

.right-image #page_inner {
	background-position:right top;
}

.left-image #page_inner {
	background-position:left top;
}


/* =Content
---------------------------------------------------------------------
*/

#content {
	min-height:481px;
	-height:481px;
	padding:25px 30px 0;
}

.right-image #content {
	float:left;
	width:450px;
}

.left-image #content {
	float:right;
	width:450px;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer {
	background:transparent url(/images/footer_bg.jpg) no-repeat scroll 0 0;
	min-height:113px;
	padding-top:35px;
	text-align:right;
}

#amlogo {
	float:right;
	height:37px;
	width:37px;
}

#amlogo img {}

#footer_text {
	color:#452931;
	float:right;
	font-size:10px;
	margin-right:2px;
}

#copyright {}

#footer_links {
	color:#452931;
	font-size:10px;
	font-weight:normal;
	margin-top:2px;
}

#footer_links a {
	color:#98002B;
	font-weight:normal;
	text-decoration:none;
}

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


/* =Navigation
---------------------------------------------------------------------
*/

#nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:166px 0 0;
	padding:0;
	position:absolute;
	width:1px;
	z-index:999;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	display:block;
	font-size:1px;
	height:0px;
	line-height:0px;
	text-decoration:none;
	text-indent:-9999px;
}

#nav li ul {
	background:#753458 none repeat scroll 0 0;
	display:block;
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 10px 10px;
	position:absolute;
	text-align:left;
	width:140px;
	z-index:999;
}

#nav li ul li {
	display:block;
	float:none;
	line-height:normal;
	padding:4px 0;
	text-align:center;
	-height:12px;
}

#nav li ul li a {
	border-bottom:2px dotted #753458;
	color:#F1ECD4;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	height:auto;
	line-height:22px;
	padding:0 0 2px;
	text-decoration:none;
	text-indent:0px;
}

#nav li ul li a:hover {
	border-bottom:2px dotted #F1ECD4;
}

#nav li ul li ul {
	display:none !important;
}

#nav li:hover,
#nav li.sfhover {
	position:static;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left:auto;
}

/* #nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul 
#nav li.sfhover ul ul ul ul {
	left: -999em;
	display:block;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul,
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul {
	left: auto;
}

#nav li li ul {
	left:-999em !important;
} */

#nav ul.nothover {}

#nav ul.hover {
	left:auto;
}


/* =Miscellaneous
---------------------------------------------------------------------
*/

#sitemap li a {
	text-decoration:none;
}

#sitemap li a:hover {
	text-decoration:underline;
}

#sitemap li li a {
	font-weight:normal;
}


/* =Editor Styles
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 15px 15px 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

.lavender, .lavender * {
	color:#806466 !important;
}

.purple, .purple * {
	color:#6C274F !important;
}

.addthis_button {
	background:transparent url(../images/addthis.gif) no-repeat scroll 0 0;
	border:0 none;
	display:block;
	height:20px;
	text-align:left;
	text-indent:-9999px;
	width:116px;
}
