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

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #E5E5E5;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height:15px;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline;}
a:visited 		{color:#135293; text-decoration:underline;}
a:hover 		{color:#FF9523; text-decoration:none;}
a:active 		{color:#FF9523; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:15px 0 5px 0;}
h1 					{font-size:14px; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{
	font-size:small;
	margin:6px 0 5px;
	color: #21588E;
}
h4 					{font-size:10px; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #999999; background-color: #CCCCCC;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}

/* Page */

#wrapper {
	width: 980px;
	margin: 0 auto;
	left:inherit;
	text-align: left;
	background:#FFFFFF url("../images/wrapperbg.gif") repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	background-color: #21588E;
}

/* Logo */

#logo {
	height: 220px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 a {
	display: block;
	width: 240px;
	height: 220px;
	text-indent: -9000px;
	background: url("../images/logo2.jpg") no-repeat center center;
}

/*Main content*/

.content-main {
	padding: 5px 30px 20px 30px;
}

.content-main h1 {
	margin: 0;
	padding: 10px 0;
	background: url("../images/img09.gif") repeat-x left bottom;
	font-size: 150%;
	font-weight: normal;
	color: #ffffff;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
}

.orange {
	margin: 20px 30px;
	padding: 5px;
	background: #FF9523 url("../images/img10.gif") repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}



/* Menu */

#menu {
	padding: 20px;
	background: #85c447;
}

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

#menu li {
	padding: 10px 0;
	background: url("../images/img05.gif") repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size:15px;
	color: #FFFFFF;
}

#menu a:hover {
	;
}


/* Content */

#content {
	float: right;
	width: 740px;
	padding-top: 220px;
	background: url("../images/header-photo2.jpg") no-repeat 0 0;
	background-color:#FFFFFF;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url("../images/img12.gif") repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 200px;
	height: 45px;
	padding: 35px 20px 0 20px;
	background: url("../images/img13.gif") repeat-x;
}

#links a {
	color: #21588E;
}

#legal {
	float: right;
	width: 700px;
	height: 40px;
	padding: 7px 20px 0 20px;
}

