/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111111;
}

a {
	color: #cc0000;
}

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

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

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

/* Boxed */

.title {
	padding-left: 32px;
	background: url(images/umbrella.gif) no-repeat left center;
}

.boxed1 .title {
	height: 30px;
	padding-top: 5px;
	font-size: 175%;
	color: #0b347e;
}

.boxed1 .content {
	background: url(images/img05.gif) no-repeat left bottom;
	padding: 20px;
}
.small_text {
font-size: 90%;
color: #666;
}

.boxed2 .title {
	font-size: 182%;
	color: #0b347e;
}
.boxed2 h3 {
	font-size: 129%;
	color: #599ee4;
	background: url(images/sun.gif) no-repeat left center;
	padding: 2px 0 2px 30px;
	clear: both;
}

.boxed2 .content {
	background: url(images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 .title {
	font-size: 129%;
	color: #599ee4;
	background: url(images/sun.gif) no-repeat left center;
	padding: 2px 0 8px 30px;
}

.boxed3 .content {
	background: url(images/img07.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(images/header_bottom.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #CC0000;
}

/* Logo */

#logo {
	float: left;
	width: 239px;
	height: 160px;
	background: #0c3e8b url(images/logo.jpg) no-repeat;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
	margin: 0 0 0 -9999px;
}

#logo h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	margin: 0 0 0 -9999px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 49px;
	background: #5dadff url(images/header_top.jpg) no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

#menu ul {
	height: 5px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 15px 4px 15px;
	border-top: 5px solid #5dadff;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
}

#menu a:hover {
	border-top-color: #cc0000;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 18px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

#content p.center {
  text-align: center;
	font-weight:bold;
	font-size: 110%;
	line-height: 115%;
	margin-top: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 239px;
	padding: 0 0 0 0;
}

/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 77%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */

#sample1, #sample2 {
	float: left;
	width: 207px;
}

#sample1 {
 margin-left: 15px;
}

#sample2 {
	margin-left: 25px;
}
/* Rentals */

#rentals {
	padding: 5px 15px 15px 15px;
}

#rentals ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

#rentals li {
 float: left;
 text-align: center;
 width: 150px;
 background-color: #fff;
 margin: 0;
 padding: 4px 0 6px 0;
}

#rentals li p {
width: 150px;
font-size: 11px;
text-align: center;
margin: 0;
padding: 0;
line-height: 10px;
}

#rentals a {
	color: #111;
}
#rentals a:hover {
	color: #cc0000;
}
#rentals li p a {
  color: #cc0000;
}
#rentals li p a:hover {
  color: #cc0000;
  text-decoration: none;
}

ul#list {
	margin: 5px 30px;
	padding: 0;
}


/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #5dadff;
}

#footer p {
	text-align: center;
	font-size: 77%;
}
.red  {
 color: #CC0000;
}