/* CSS Document */

/* 
Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Last Amended:Stacy Prendeville
Last date amended:
 */
 
 
/*
global values + layout divs
======================================
*/

/* Neutralize styling:  */
* {margin: 0;
   padding: 0;}


body{
	background-color:#0F3268;
	color:#0F3268;
	text-align:center;
	min-width:960px;
	font: 90%/1.125em Verdana, Arial, Helvetica, sans-serif;
}
li { font-size: 11px;}

#text p {
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 11px;
}

.bodyarabic #text p {
	font-size: 16px;
}
.bodyarabic #text h1 {
	font-size: 18px;
}

#container{
	width:960px;
	margin: 20 auto 0 auto;
	text-align:left;
	background: #FFFFFF;
}

#header{
	width:960px;
	background: #FFFFFF;
}

#main-nav{
	background: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 30px;
	height: 70px;
	margin: 25px 15px 20px;
	border-bottom: 1px solid #818386;
}
#sidebar-a ul li a {
	text-decoration: none;
	color: #606163;
}
#sidebar-a ul li {
	font-size: 16px;
	color: #818386;
	padding-bottom: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
#logo {
	width: 600px;
	font-size: 40px;
	color: #818386;
	padding-top: 20px;
}

#admin {
	float: right;
	width: 280px;
	text-align: right;
	font-size: 13px;
	color: #818386;
}


#content-container{
	background: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
	clear: both;
}

#sidebar-a{
	width:200px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	color: #818386;
}

#sidebar-a ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#maincontent{
	width:710px;
	float:right;
}

#sidebar-b{
	width:220px;
	float:right;
}
.italic {
	font-size: 20px;
	font-style: italic;
}
#text {
	width: 470px;
}
/*.bodyarabic #text {
	margin-right:240px;
}*/
#content{
	width:480px;
	float:left;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Class for clearing floats*/
.clear {
	clear:both;
}

#footer  {
	clear:both;
	background: #000000;
}


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
		margin:0;
		}
fieldset {
        border: none;
		}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
	}
	
hr {
	color:#eeeeee;
	background-color: #eeeeee;
}

#footer   {
	clear:both;
	background: #0F3268;
	line-height: 30px;
	text-align: center;
}

/*
typography
======================================
*/

p {
	font-size: 0.875em;	
}

 /*
image floaters (take out border for colours)
======================================
*/

.left{
	float:left;
	margin: 0px 10px 0px 0px;
}

.right{
	float:right;
	margin: 0px 0px 0px 10px;
}

 /*
link colours
======================================
*/
a, a:link {
	color: #0F3268;
	text-decoration:underline;
	}

a:visited {
	color: #0F3268;
	}

a:hover {
	color: #B49010;
	}

a:visited:hover{
	color: #B49010;
	}
	
a:active{
	color: #B49010;
	}
	
#footer a, #footer a:link {
	color: #FFFFFF;
	text-decoration:none;
	font: normal 11px/45px "Times New Roman", Times, serif;
	}

#footer a:visited {
	color: #FFFFFF;
	}

#footer a:hover {
	color: #AB925A;
	}

#footer a:visited:hover{
	color: #AB925A;
	}
	
#footer a:active{
	color: #AB925A;
	}
	
 a#style1 {
	color: #FFFFFF;
	text-decoration:none;
	font: normal 15px/40px "Times New Roman", Times, serif;
	background: #0F3268;
	display: block;
	}

#style1 a:visited {
	color: #FFFFFF;
	}

#style1 a:hover {
	color: #AB925A;
	}

#style1 a:visited:hover{
	color: #AB925A;
	}
	
#style1 a:active{
	color: #AB925A;
	}
	
#admin a {
	text-decoration: none;	
}	
	
#sidebar-a ul li#active {
	color: #0F3268;
	background: url(images/bullet.gif) no-repeat left top;
}

#sidebar-a ul li#active a:link, #sidebar-a ul li#active a {
	color: #0F3268;
}

.style2 {
	color: #FFFFFF;
	text-decoration:none;
	font: normal 15px/40px "Times New Roman", Times, serif;
	background: #B49010;
	display: block;
	padding-left: 10px;}
	
#header-container {height: 270px;}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: normal;
	color: #0F3268;
}

input, textarea {
	width: 220px;
	color: #666666;
	background: #F3EED2;
	border-style: none;
	margin-top: 5px;
	padding: 8px;
	font: 14px "Times New Roman", Times, serif;
}
input { height:33px;}

input.submit {
	width: 100px;
	background: #B49010;
	color: #FFFFFF;	
}

.arabic {
	float:right;
	text-align:right;
	margin-left:0;
	direction:rtl;
}