/*
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: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	height: 100%;
	background-attachment: fixed;
	background-color: #789255;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

a				{outline: none;}
a:link 			{color:#0089CD; text-decoration:underline; font-weight:bold;}
a:visited 		{color:#B3B47B; text-decoration:underline;}
a:hover 		{color:#B3B47B; text-decoration:none;}
a:active 		{color:#254F3B; text-decoration:none;}

ul, ol	 		{
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: -5px;
}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 10px;color: #666666;font-size: 12px;}
h1 					{
	font-size:18px;
	margin:0 0 12px;
	color: #008BCC;
	text-transform: capitalize;
}
h2 					{
	font-size: 16px;
	margin:8px 0;
	color: #0F1350;
}
h1.fontface 					{
	font-family: 'CalligraffitiRegular', arial. sans-serif;
	font-size: 17px;
	margin:8px 0;
	color: #0F1350;
}

h3 					{
	font-size:14px;
	margin:6px 0 5px;
	color: #00557D;
	text-transform: capitalize;
}

h4 					{
	font-size:14px;
	margin:4px 0;
	color: #666666;
	text-transform: capitalize;
}
h5					{
	margin:3px 0;
	color: #666666;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}
h6 					{
font-size:16px;
	margin:6px 0 5px;
	color: #00557D;
	text-transform:capitalize;
	text-decoration:none;
}

hr 					{
	color: #fff;
	background-color: #fff;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #008BCC;
	width:90%;
}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{
	border:none;
	font-weight: bold;
}
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: 826px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	height: 100%;
	bottom: 0px;
}

/* Header */

#header {
	width: 826px;
	height: 260px;
	float: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: right 110px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-khtml-opacity: 0.9;
}

/*Navigation*/

#nav {
	border-top: 0;
	width: 826px;
	float: left;
	background-repeat: repeat-x;
	background-color: #0082C0;
	font: 11px arial, verdana, sans-serif;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	font-size: 11px;
	width: auto;
	position: relative;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#nav ul li {
	float: left;
	color: #fff;
	text-align: center;
	font-weight:bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#nav ul li a {
	display: block;
	background: transparent;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	letter-spacing: 0.05em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav a:link {color: #FFF;}
#nav a:hover {color: #42C1FF;}
#nav a:active {color: #009EEA;}

#nav ul li.menu-last a {
	border-right: 0px;
}

/* Content */

#content {
	width: 826px;
	float: left;
	background-color: #FFF;
}

.content-main {
	width: 585px;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	padding: 8px;
}


.content-main p {
	line-height: 130%;
}


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

#content-side {
	float: right;
	width: 180px;
	border-left:dotted 1px #008BCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#content-side p {
	font-size: 12px;
	font-style: normal;
	text-transform:capitalize;
}

#content-side p a{
	font-size: 11px;
	font-style: normal;
	text-transform:capitalize;
	text-decoration:none;
	color:#008BCC;
}

#content-side h1 {
	font-size:16px;
	color: #00557D;
	text-transform:uppercase;
	font-style:normal;
}

#content-side h3 {
	font-size:12px;
	color: #00557D;
	text-transform: capitalize;
	font-style:normal;
}


/* Footer */

#footer {
	width: 826px;
	height: 50px;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 150%;
}

#footer p {
	margin: 0;
	color: #8D8B8B;
	font-size: 10px;
}
#footer a {
	font-size: 11px;
}
.content-main ol li {
	margin-bottom: 10px;
}


