
/* Colors:

blue #009AD2
pale blue #CCEBF6
green #CCDA87

*/


/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #CCEBF6 url("../images/bg.jpg") repeat-x 0 0;

}

body, tr,
td, input,
select, textarea 	{font:normal small/1.4 Verdana, Arial, Helvetica, sans-serif;color: #666;}

a:link 			{color:#009AD2; text-decoration:underline;}
a:visited 		{color:#009AD2; text-decoration:underline;}
a:hover 		{color:#CCDA87; text-decoration:none;}
a:active 		{color:#009AD2; 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 					{font-size:large; margin:8px 0; color:#009AD2;}
h3 					{font-size:14px; margin:6px 0 5px; color:#009AD2;}
h4 					{font-size:small; margin:4px 0; color:#666;}
h4 span				{color:#CCDA87;}
h5					{font-size:x-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{}
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}
.disclaimer {font-size: x-small;width: 420px;}
#preload {display: none;}

h1#logo {
	float: left;
	height: 120px;
	width: 450px;
	margin-top: 27px;
	margin-left: -10px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

h1#logo a {
	float: left;
	height: 120px;
	width: 360px;
}

h3.pdf {
	background: url("../images/pdf.gif") no-repeat 0 2px;
	padding-left: 22px;
}

/* Colors:

blue #009AD2
pale blue #CCEBF6
green #CCDA87

*/

/* Standard Layout */

#wrapper {
	position: relative;
	width: 981px;
	margin: 0 auto;
	margin-top: 77px;
	text-align: left;
/*	height:100%;*/
	background: url("../images/content-bg-repeat.jpg") repeat-y 0 0;
}

#header {
	position: relative;
	padding: 15px;
	width: 670px;
	height: 70px;
}

#content {
	position: relative;
	margin: 0;
	width: 824px;
	height:auto;
	margin-left: 137px;
}

#content-main {
	position: relative;
	width: 764px;
	height: 100%;
	padding: 0;
	padding-left: 20px;
	padding-right: 40px;
	background: url("../images/header.jpg") no-repeat 0 0;
}

#content-side {
	float:right;
	width: 300px;
	padding: 0px;
	height:100%;
	margin-top: 97px;
	margin-left: 20px;
}

#map {
	width: 300px;
	height: 400px;
}

#footer {
	clear:both;
	margin-left: 117px;
	margin-top: -20px;
	width: 844px;
	height: 70px;
	padding:0px;
	background: url("../images/footer.jpg") no-repeat 0 0;
	text-align: center;
}

#footer a {
	margin-right: 30px;
	margin-top: 30px;
	width: 260px;
	height: 30px;
	float: right;
	text-indent: -9000px;
}



.clr {
	clear:both;
}

/* Colors:

blue #009AD2
pale blue #CCEBF6
green #CCDA87

*/