/* GLOBAL */
body {
	font-size:small; 
	font-family:verdana,arial,sans-serif;
    background-image: url('../images/background1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:0;
    margin:10px;
    background-size: 100%;
    background-color:#162945;
} 
a:link {
	color: #182d44;
	text-decoration: none;
}
a:visited {
	color: #182d44;
	text-decoration: none;
}
a:hover, a:active {
	color: #182d44;
	text-decoration:underline;
}
h1{
    color: #182d44;
    font-weight:bold; 
    font-size: large;
}
h2{
    color: #182d44;
    font-size: medium;
}
h3{
    color: #182d44;
    font-size: small;
}

#adverts
{
    text-align:center;
    margin-top:10px;
}


#login
{
    background:#fff url('/images/loginbox.jpg') no-repeat;
    width:300px;
    height:84px;
    padding:2px 2px 2px 2px;
    border:0px;
}
p {color: #3a6ea5; margin-bottom:0px; margin-top:0px;}
/* LAYOUT */
#container{width:900px;margin:0 auto;background:#fff;padding:10px;}

#rhs
{
    float:right;
    width:550px; 
    padding-left:10px;
	border-left: solid medium #3a6ea5;
	}

#footer{clear:both;width:100%;}
	
#lhs 
{
	color: #3a6ea5;
	float:left;
	width:300px;
}

.content p {
	font-size: 11px;
}
.content-img{
	border:2px solid #94AA74;
	padding:5px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
}


/* FOOTER */
.footer-breadcrumbs {
	font-size:10px; 
	height:15px;
	padding-bottom:5px;
}
.footer-breadcrumbs ul {
	float:left; 
	list-style:none; 
	margin: 0;
}
.footer-breadcrumbs ul li {
	display:inline; 
	color:#3a6ea5; 
}
.footer-breadcrumbs ul a {
	color:#3a6ea5;
	text-decoration:none;
}
.footer-breadcrumbs ul a:hover {
	color:#3a6ea5; 
	text-decoration:underline;
}
.footer-breadcrumbs hr{
    color: #94AA74;
    background-color: #94AA74;
    height: 1px;
}   
.footer-Brand{
	text-align:center;
}
.footer-Brand a{
    color: #3a6ea5;
}

.footer-Brand a:hover{
    background-color: #fff;
    color: #3a6ea5;
}

#rhscontent
{
     float:left;
}

/*Subnavigation*/

#rhs-breadcrumbs {
	font-size:10px; 
	height:15px;
}

.rhs-breadcrumbs ul {
	float:right; 
	list-style:none; 
	margin: 0;
	padding: 0;
}

.rhs-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	background:transparent url(../images/arrow.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:#3a6ea5;
	font-size:small
}
.rhs-breadcrumbs ul a {
	color:#3a6ea5;
	text-decoration:none;
}
.rhs-breadcrumbs ul a:hover {
	color:#3a6ea5; 
	text-decoration:underline;
}

/* HEADER */
#header {
	border:0px solid black;
}
.header-breadcrumbs {
	font-size:10px; 
	height:15px;
}

.header-breadcrumbs ul {
	float:right; 
	list-style:none; 
	margin: 0;
	padding: 0;
	
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	background:transparent url(../images/arrow.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:#3a6ea5; 
}
.header-breadcrumbs ul a {
	color:#3a6ea5;
	text-decoration:none;
}
.header-breadcrumbs ul a:hover {
	color:#3a6ea5; 
	text-decoration:underline;
}

.header-banner {
	color: white;
	background:  #3a6ea5;
	border-bottom: 3px solid #7d7d7d;
	font-size: 23px;
	padding: 20px;
}

