/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/background-blue_02.jpg);
        background-color: #283c4e;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-align: center;font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
}
img, img a {
	border: none;
}
#container {
	width: 800px;
	margin: 10px auto;
	text-align: left;
}
#head {
	width: 800px;
	height: 159px;
	background-image: url(images/content-blue_01.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: left;
	clear: left;
}
#content {
	width: 800px;
	background-image: url(images/content-blue_02.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	clear: left;
}
#footer {
	width: 100%;
	height: 35px;
	background-image: url(images/content-blue_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	clear: left;
	text-align: center;
        padding-bottom: 30px;
}
#logo {
	padding-left: 25px;
	float: left;
}
#quote-text {
	float: right;
	width: 250px;
	margin: 55px 0px 0px 0px;
        padding-right: 150px;
	text-align: center;
}
#quote-text p {
	font-size: 1.27em;
	font-weight: bold;
}
#menu {
	float: right;
	width: 206px;
	padding-right: 25px;
}
#menu-top {
	width: 100%;
	height: 25px;
	float: left;
	clear: left;
	background-image: url(images/menu-blue_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu-content {
	float: left;
	clear: left;
	width: 100%;
	background-image: url(images/menu-blue_02.gif);
	background-repeat: repeat-y;
}
#menu-bottom {
	float: left;
	clear: left;
	width: 100%;
	height: 24px;
	background-image: url(images/menu-blue_03.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#text {
	float: left;
	width: 400px;
	padding-left: 135px;
}
#content #content {
        float: left;
	width: 400px;
	padding-left: 135px;
        background: transparent !important;
}

#menu-content ul {
	list-style: none;
	margin: 0px 10px 0px 15px;
	padding: 0;
}
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.82em;
	
}
h2 {
	font-size: 1.71em;
	color: #0033CC;
}
h3 {
	font-size: 1.60em;
}
h4 {
	font-size: 1.49em;
	color: #0033CC;
}
h5 {
	font-size: 1.38em;
}
h6 {
	font-size: 1.27em;
	color: #0033CC;
}
p {
	font-size: 1em;
	color: #000000;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu-content ul li {
        color: #0099ff;
}
#menu-content ul ul a {
	font-size: 1.16em;
	color: #ffffff;
	font-weight: bold;
}
#menu-content ul ul a:hover {
	color: #0099FF;
	text-decoration: none;
}
#menu-content ul ul li.current_page_item a {
        color: #0099FF;
}
#menu-content ul ul li ul {
        display: none;
}
#menu-content ul ul li.current_page_item ul, #menu-content ul ul li.current_page_parent ul {
        display: block;
}
#menu-content ul ul li.current_page_item ul a {
	font-weight: normal;
        color: #ffffff;
}
#menu-content ul ul li.current_page_item ul a:hover {
	color: #0099FF;
	text-decoration: none;
}
#menu-content ul h2 {
	font-size: 1.38em;
	color: #ffffff;
}
#menu-content ul input {
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #0066CC;
}