/*
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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100%;
}


a				{outline: none;}
a:link 			{color:#135293; text-decoration:underline; font-weight:bold;}
a:visited 		{color:#666666; text-decoration:underline;}
a:hover 		{color:#E8CB00; text-decoration:none;}
a:active 		{color:#314093; 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;
	color: #333333;
}
h1 					{
	font-size:18px;
	color: #292D86;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
h2 					{font-size:16px; margin:8px 0;color: #4769B3;}
h3 					{font-size:14px; margin:6px 0 5px;color: #FDDD00;}
h4 					{font-size:13px; margin:4px 0;color: #6699CC;}
h5					{font-size:12px; margin:3px 0;color: #333333;}
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;}

/* overrides for gallery */

.gallery-item {
	float: left;
	width: 100px;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	background: #ccc;
	border: 1px solid #FDDD00;
}

.gallery-item a {
	text-decoration: none;
}

.gallery-item img.thumbnail {
	margin-bottom: 5px;
}

#imageDetails {
	color: #000;
}

/* Page */

#wrapper {
	width: 931px;
	text-align: left;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outer-wrapper {
	width: auto;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* Header */

#header {
	width: 931px;
	height: 311px;
	background-color: #CAD4EA;
	background-image: url(../images/header03.jpg);
	background-repeat: no-repeat;
	float: left;
}

/* Content */

#content {
	width: 911px;
	float: left;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 20px;
	padding-left: 20px;
}

.content-main {
	width: 700px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}

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



#content-side {
	float: right;
	width: 175px;
	border-left: 1px dotted #DBDBDB;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

/* Footer */

#footer {
	width: 931px;
	height: 80px;
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer-bg.gif);
}

#footer a {
	font-weight: normal;
	color: #8D8B8B;
}
.right-box {
	text-align: right;
	display: block;
	float: right;
}

.left-side {
	display: block;
	float: left;
	text-align: left;
}


#footer p {
	margin: 0;
	color: #8D8B8B;
}
