/*
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: Helvetica, Lucida Sans Unicode, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
}


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;
	color: #727272;
}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{
	margin:0 0 5px;
	font-size: 12px;
	color: #727272;
}
h1 					{
	font-size:20px;
	margin:0 0 12px;
	color: #375987;
}
h2 					{color:#F7C74A; font-size:17px; margin:8px 0;}
h3 					{
	color:#375987;
	font-size:17px;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h4 					{font-size:17px; margin:4px 0;}
h5					{font-size:15px; margin:3px 0;}
h6 					{font-size:16px; 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-color: #FFFFFF;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	background-color: #375987;
}

/* 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: 224px;
	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: 22px;
	font-weight: normal;
	color: #375987;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
	font-size: 12px;
}

.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;
}


/* Content */

#content {
	float: right;
	width: 740px;
	padding-top: 224px;
	background-image: url(../images/header-photo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Footer */

#footer {
	width: 980px;
	height: 81px;
	text-align: center;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	color: #7a8da8;
}

#links a {
	color: #FFFFFF;
}

#footer .contacts {
	padding-top: 20px;
	font-weight: bold;
	color: #fff;
}

#footer .address {
	margin-top: 5px;
	font-weight: bold;
	color: #4A6A93;
}

#footer .contacts span {
	color: #D0020E;
}

#footer p.legal {
	margin-top: 30px;
	margin-left: 340px;
		color: #5D758F;
}

