/*
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;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	height: 100%;
	background-color: #3d3152;
}


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:0 0 15px;}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{color:#663366; font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; 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: #fff; background-color: #fff;}
					/*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: 0 10px 10px 0;}

/* Page */

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF url("../images/img01.gif") repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #37434b;
}

#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/logo.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: 227%;
	font-weight: normal;
	color: #135293;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}

.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: #6da8e1;
}

#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: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


/* Content */

#content {
	float: right;
	width: 740px;
	padding-top: 220px;
	background: url("../images/header-photo.jpg") no-repeat 0 0;
}

/* Footer */

#footer {
	width: 980px;
	height: 20px;
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	font-size: 85%;
	color: #999999;
}

#links {
	float: left;
	width: 200px;
	height: 45px;
	padding: 35px 20px 0 20px;
	background: url("../images/img13.gif") repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: left;
	width: 700px;
	height: 45px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 150px;
}
