﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color:#336699;
}


h1 {
	text-transform: uppercase;
	font-size: 1.4em;
}


h2 {
	text-transform: uppercase;
	font-size: 1.1em;
}

h3 {
	margin: 0;
	font-size: .9875em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
	text-align: justify;
}

a {
	color: #6699FF;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #A5B80D;
}

/* Icons */
.link a {
	padding-left: 25px;
	background: url('../media/icons/img05.gif') no-repeat left center;
}

.download a {
	padding-left: 25px;
	background: url(../media/icons/download.gif) no-repeat left center;
}

.email a {
	padding-left: 25px;
	background: url('../media/icons/email.gif') no-repeat left center;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
/*	background: url(../media/footer-bottom.jpg) no-repeat left bottom;*/
/*	background: url(../media/line2.jpg) no-repeat left bottom;*/
	clear:	both;
}

/* Logo */

#logo {
	float: left;
	padding: 0 0 0 65px;
	width: 200px;
	height: 100px;
	background: url(../media/logo.jpg) no-repeat left center;
}

#logo h1 {
	margin: 0 0 0 70px;
	padding: 0;
	font-size: 32px;
	color: #666666;
}

#logo h2 {
	margin: 0px 0 0 75px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #6699FF;
}

/* Menu */

#menu {
	float: right;
	padding: 20px 0 0 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 17px;
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(../media/icons/img02.gif) no-repeat left center;
	color: #336699;
}

#menu a:hover {
	text-decoration: underline;
	color: #A5B80D;
}

#menu .first a {
	background: none;
}


/* Content */

#content {
	width: 700px;
	height: 800px;
	margin: 20px auto;
	background: url('../media/content-wrap.jpg') repeat-x top center;
}

/* Container */
.container {
	float: left;
	width: 690px;
	margin-left: 5px;
	margin-bottom: 10px;
/*	background: #FFFFFF;*/

/*	background: url('../media/content-wrap.jpg') repeat-x top center;*/
}

.container .more {
	padding-top: 15px;
	padding-bottom: 15px;
}

.container .more a {
	padding-left: 15px;
	background: url(../media/icons/img05.gif) no-repeat left center;
}


.container ul {
	margin : 0;
	padding: 0 0 1em 0em;
	list-style: none;
/*	line-height: normal;*/
}

/* Welcome */

#welcome {
	float: left;
	width: 350px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
}

#welcome .more a {
	padding-left: 15px;
	background: url(../media/icons/img05.gif) no-repeat left center;
}

/* News */

#news {
	float: right;
	width: 300px;
	margin-bottom: 20px;
}

#news h3 {
	padding-left: 15px;
	background: url(../media/icons/img04.gif) no-repeat left center;
}

#news .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#news .more {
	margin: 0;
	padding: 0;
	border: none;
}

#news .more a {
	padding-left: 15px;
	background: url(../media/icons/img05.gif) no-repeat left center;
}

/* Feature */

.feature {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

.feature h2 {
/*	margin: 0;*/
}

.feature ul {
	margin : 0;
	padding: 0 0 1em 0em;
	list-style: none;
/*	line-height: normal;*/
}


/* Footer */

#footer {
clear:both;
	width: 700px;
	margin: 0 auto;
	padding: 50px 0 50px 0px;
/* 	background: url(../media/footer-bottom.jpg) no-repeat left top;*/
}

#footer p {
	line-height: normal;
	font-size: smaller;
	color: #999999;
	text-align: right;
	margin: 0 auto;
/*	background: url(../media/line.jpg) no-repeat bottom;*/
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #666666;
}