/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
	height: 100%;
	background-color: #A1C6D9;
	background-image: url(../images/colour-bg.jpg);
	background-repeat: repeat-x;
}


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:16px; margin:0 0 12px;color: #5f9fbf;}
h2 					{font-size:16px; margin:8px 0;color: #A1C6D9;}
h3 					{font-size:14px; margin:6px 0 5px;color: #39434A;}
h4 					{font-size:14px; margin:4px 0;color: #0854C4;}
h5					{font-size:12px; margin:3px 0;color: #5F5F5F;}
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;}

h1.pageheading	{
	border-bottom: 1px dotted #A4A7A7;
	padding-bottom: 10px;
	font-size: 18px;
}

.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: 955px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #A1C6D9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/* Header */

#header {
	width: 955px;
	height: 276px;
	background-color: #FFF;
	background-image: url(../images/header03.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */

#content {
	/*float: right;*/
	width: 955px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.content-main {
	width: 660px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 35px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 150%;
	font-size: 11px;
}



#content-side {
	float: right;
	width: 205px;
	background-image: url(../images/content-divider.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 32px;
	margin-bottom: 15px;
	margin-right: 10px;
}
#content-side p, ul, ol {
	line-height: 110%;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}
#content-side li {
	margin-bottom: 5px;
}
#content-side a {
	color: #3184AE;
}


#content-side h1, h2, h3, h4 {
	font-size: 12px;
}


/* Footer */

#footer {
	position: relative;
	width: 955px;
	height: 45px;
	padding-top: 35px;
	text-align: center;
	background: #A1C6D9 url("../images/footer.jpg") no-repeat;
}
#content-side h1 a {
	background-image: url(../images/logo.jpg);
	display: block;
	height: 135px;
	width: 205px;
	text-indent: -2000px;
	margin-bottom: 25px;
}


#footer p {
	font-size: 10px;
	margin: 0;
	color: #8D8B8B;
}
