/* Reset Bad CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;margin:0;padding:0;}
caption {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

/* General Body Stle and Font */
body {
	background: url(/themes/abita/images/site/sos_bg.gif) repeat;
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/* body backup
body {
	background: url(/themes/abita/images/site/bg.gif) repeat;
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
 */
/* Link Styles */

.menu {
	color: #DDBF9B;
	text-decoration: none;	
}
.menu a {
	color: #DDBF9B;
	text-decoration: none;	
}

.menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
} 
.memberarea a {
	color: #DDBF9B;
	text-decoration: none;	
}

.memberarea a:hover {
	color: #CCCCCC;
	text-decoration: none;
} 
a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}


p {
	margin: 5px 0 5px 0;
	text-align: left;
}

/* Header Styles */

h1 {
	font-size: 130%;
}

/* Main Layout Styles */

#layout {
	background: url(/themes/abita/images/content/bg.gif) repeat top center;
	height: auto;
	position: relative;
	margin: 0 auto;
	clear: both;
}

#header {
	width: 800px;
	height: 80px;
	background: #efefef;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
}

.message {
	background-color: #EDF4F1;
	width: 780px;
	height: 34px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-family: monospace;
	color: #FF0000;
	}

#logo {
	position: absolute;
	z-index: 200;
	margin: -45px 0 0 -45px;
}

#content {
	clear: both;
}

	#content ul, #content ol {
		margin: 5px 0 5px 40px;
	}

#subheader {
	width: 800px;
	height: 30px;
	clear: both;
	background: #005837;
}

#banner {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 10px;
}

#sidebar {
	background: url('/themes/abita/images/sidebar/top.jpg');
	width: 215px;
	position: relative;
	float: left;
	padding: 10px 0 0 0;
	text-align: right;
	margin: -8px 0 0 0;
}

	.bararea {
	padding: 10px;
	margin: 10px 0 10px 0;
	color: #CCCCCC;
	}
	
	.bararea ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.bararea li {
		padding: 0;
		margin: 0;
	}

#footer {
	width: 800px;
	height: 170px;
	clear: both;
	margin: 0 auto;
}

#closer {
	width: 800px;
	height: 20px;
	margin: 0 auto;
	font-size: 70%;
	text-align: left;
	clear: both;
	color: #fff;
}

/* Page */
#page {
	border: 1px #cccccc solid;
	width: 495px;
	height: auto;
	float: left;
	margin: 0 0 0 7px;
	padding: 30px;
}

/* Pages */
#pages {
	width: 100%;
	clear: both;
	text-align: left;
	margin: 5px 0 5px 0;
}

#pages ul {
	list-style: none;
		float: left;
		margin: 0;
		padding: 0;
}

.pages {
		list-style: none;
		float: left;
		margin: 10px 0 10px 0;
		padding: 0;
		clear: both;
	}
	
	.pages li {
		float: left;
		display: block;
		padding: 4px;
		margin: 0 2px;
		border: 1px #F0F0EE solid;
	}
	

	
/* Forms and Form Elements */

form {
	margin: 10px 0 0 0;
	padding: 0;
}

label {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

optgroup {
	font-size: 1.0em;
	background: #F0F0EE;
	border-top: 1px #333333 solid;
	margin-bottom: 10px;
}

fieldset {
	width: auto;
	padding: 2px 0 4px 10px;
	margin: 4px 0 4px 0;
	border: 0;
	border-bottom: 1px #efefef solid;

}

textarea {
	width: 370px;
	height: 160px;
	padding: 6px;
	font-size: 1.4em;
	border: 0;
	border: 1px #999999 solid;
}

.input {
	font-size: 12px;
	border: 0;
	border: 1px #999999 solid;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	width: 150px;
	margin-top: -7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	height: 16px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
}

select {
	padding: 3px 8px 3px 3px;
	font-size: 1.1em;
	border: 0;
	border: 1px #999999 solid;
}


.instruction {
	font-size: 0.9em;
	width: auto;
	padding: 0;
	visibility: hidden;
}

button {
    
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.action {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid red;
    border-top:1px solid red;
    border-left:1px solid red;
    font-size:90%;
    line-height:120%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}

.button {
	font-size:90%;
	line-height:120%;
	text-decoration:none;
	color:#565656;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu_widget ul ul {
	color: #666666;
	font-size: 12px;
}

#menu_widget ul ul a {
	color: #666666;
}

#menu_widget ul ul a:hover {
	color: #999999;
}

#menu_widget ul ul ul {
	color: #990000;
	font-size: 11px;
}

#menu_widget ul ul ul a {
	color: #990000;
}

#menu_widget ul ul ul a:hover {
	color: #999999;
}