/*Almora Unlimited Primary CSS*/

html, body {
margin : 0;
padding : 0;
}
body {
width : 100%;
font : 76% Helvetica, "lucida sans", Tahoma, "Trebuchet MS",  Arial, sans-serif;
color : #FFFFFF;
background : #FFFFFF;
}
			/*WRAP*/
#container {
width : 100%;
margin : 0 auto;
background : #FFFFFF no-repeat;
color :#000000;
line-height : 1.8em;
}
			/*TOP BAR*/
#top {
height : 140px;
border-bottom : 1px solid #FFD300;
background : #FFD300 url("au_images/header.gif") no-repeat;
color : #191919;
}
#top h1 {
float : right;
padding : 0;
margin : 0 5px 0 0;
font-size : 120%;
letter-spacing: 3px;
}
			/*TOP BAR MENU*/
#menu {
height : 100px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;

}
#menu li {
float : left;
width :7em;
border-right : 1px solid #eee;
}
#menu a {
display : block;
height : 80px;
width : 7em;

line-height : 50px;
padding : 40px 0 0 0;
text-align : center;
color : #FFFFFF;
background : #FF8800 ;
}

#menu a:hover {
color : #FF8800;
background : #FFD300 ;
}
			/*LEFT SIDEBAR*/
#leftnav {
margin-top : 10px;
float : left;
width : 180px;
padding : 2em;
}
#leftnav p {
margin : 0 0 1em 0;
}
#leftnav h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 1px;
color: #FF6600;
font-variant: small-caps;
background : inherit;
}


/* sidebar */
#sidebar {
	float: left;
	width: 100%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #ff6600;
	border-left:4px solid #FF0000;
}
	/*MAIN CONTENT*/
#content {
margin : 10px 0 0 240px;
border-left : 1px solid #808080;
padding : 2em 3em 1em 3em;
font-family:Helvetica, Arial, sans-serif;
font-size:13px;
}

#content h2 {
margin: 0 0 10px 0;
font-size : 150%;
letter-spacing: 1px;
color: #FF6600;
font-variant: small-caps;
background : inherit;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : .5em 0 1em 0;
border-bottom : 0px solid #808080;
border-top : 1px solid #808080;
color : #eee;
background : #FF8800;
}
#footer img {
float : right;
}

*>html #footer img {
margin : 0;
}
/* end */
#footer p {
padding-right : 23px;
font-size : 80%;
}
			/*LINKS*/
a:link, a:visited {
color : #FF0000 ;
background : inherit;
text-decoration : none;
}
a:hover {
color : #FF0000;
background : inherit;
text-decoration : none;
}
a:active {
color : #FF0000;
background : inherit;
text-decoration : none;
}

img {
border : none;
}
			/*CLASS*/
.quote {
padding :  10px;
}
			/*TYPOGRAPHY*/
blockquote {

font-style : italic;
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
color : #FF6600;

}
.almora { 
color: #FF6600;
font-variant: small-caps;
font-size: 14px;
font-weight: normal;}

			/*TABLE CODE*/

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.2em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #FF8800 top left repeat-x;
	border-right: solid 1px #fff;
	height: 20px;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

/*HR CODE*/

.hr{
background-image:    url("au_images/au_hr.gif");
background-repeat:repeat-x;
height:1px;
margin-top:6px;
margin-bottom:6px;
}
/* Form*/
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
fieldset
{
border: 1px solid #781351;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #FF6600;
padding: 2px 6px
} 	

.marquee_content{
font-size:13px;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
}

.marquee_banner{

font-size:9px;
}
