/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */

#container {
width: 750px;
margin: 0 auto;
font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 16px;
line-height: 1.6em;
color: #383838;
background-color: #FFF;
}

/* GENERAL MOJO AND MULA */

.offer{
	border:2px #DA0F12 solid;
	padding:5px;
	font-weight:normal;
	font-size:small;
	line-height:120%;
	color:#000;
	}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 36px;
color: #003b75;
margin-bottom: 27px;
background-color: #FFF;
}

h2 {
color: #666666;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
}


h3 {
color: #DA0F12;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
line-height:110%;
}

.h2bigblue {
color:#165999;
font-size: 28px;
line-height:100%;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
font-weight:800;
}

.h2biggray {
color:#666;
font-size: 28px;
line-height:100%;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFF;
font-weight:800;
}


a {
color:#003b75;
text-decoration: none;
font-weight:bold;
}

a:hover {
color:#003b75;
background-color: #F5F5F5;
font-weight:bold;
}


.com{
	color:#9E9E9E;
	}

.input {
background-color: #FFF;
color: #000000;
border: 1px solid #000;
font-size: 12px;
padding: 3px;
margin:1px;
}

.form{
	text-align:center;
	font-size: 10px;
	border-bottom: 1px solid #CCC;
	}

.testis{
	border:none;
	line-height:102%;
	font-size:14px;
		}


.button {
padding: 2px;
margin:1px;
}

.imglink{
border: 1px #cccccc solid;
margin-top:15px;
	}

/* HEADER ELEMENTS */

#header {
border-bottom: 4px solid #0187ce;
padding-top: 10px;
clear: both;
margin-bottom: 10px;
}


/* the slogan */
#header p { 
margin-top: -20px;
margin-left: 50px;
color: #003b75;
}

/* NAVIGATION ELEMENTS */

#navigation ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;			
float: left;
width: 140px;
}

#navigation a {
display: block;
padding: 5px;
width: 140px;
border-bottom: 1px solid #CCC;
}

#navigation a:link, #navlist a:visited {
color:#003b75;
text-decoration: none;
}

#navigation a:hover {
background: #000000 url(img/arrow.gif) 96% 50% no-repeat;
background-color: #F5F5F5;
color:#CC6714;
}

/* THE SMALL BOX BELOW NAV */

#navigation p {
margin-top: 40px;
padding: 5px;
border-bottom: 1px dotted #CCC;
border-top: 1px dotted #CCC;
}

/* CONTENT ELEMENTS */

#content {
width: 362px;
margin-left: 180px;
margin-right: 200px;
}

#content p.last {
padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
}

.blog{
	padding:10px;
	border:#003b75 1px dashed;
	background-color:#eee;
	}

#label{
	padding: 3px 10px 3px 5px;
	line-height:90%;
	margin:0px;
	font-size:16px;
	background-color: #003b75;
	color:#fff;
	position:relative;
	width:auto;
	}


/* SIDEBAR ELEMENTS */

#sidebar {
float: right;
width: 175px;
}

#sidebar p {
padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD;
}

/* FOOTER ELEMENTS */

#footer {
margin-top: 40px;
clear: both;
background-color:#eee;
padding: 0px 5px 0px 5px;
}

#footer p {
color:#89817f;
padding: 5px;
font-size:12px;
}

#footer p a {
color: #89817f;
border-bottom: 1px dotted #89817f;
font-size:12px;
}

#footer p a:hover {
color: #FFFFFF;
background-color:#575352;
font-size:12px;
}

		/* And they lived happily ever after. The End. */