* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
	margin-bottom: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1c192c;
	background-image: url(/resources/images/backgroung-top.gif);
	background-repeat: repeat-x;
	background-color: #21364f;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	background: url(/resources/images/content-back.gif) repeat-y;
	border: 1px solid #ffffff;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 70px;
	background-image: url(/resources/images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #ffffff;
}

.left-column {
	float: left;
	width: 210px;
	min-height: 690px;
	background-color: #738399;
	border-right: 1px solid #ffffff;
}

* html .left-column {
	height: 600px;
}

.right-column {
	float: right;
	width: 568px;
}

* html .right-column { 
	height: 500px;
	width: 565px;
}

#content {
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

#page-title {
	padding: 10px 10px 10px 10px;
}

#menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#home a, #services a, #test a, #contact a {
	background-image: url(/resources/images/home.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 210px;
}

#services a {	
	background-image: url(/resources/images/services.jpg);
}

#test a{
	background-image: url(/resources/images/test.jpg);
}

#contact a{
	background-image: url(/resources/images/contact.jpg);
}

#home a:hover {
	background-image: url(/resources/images/home-hov.jpg);
}

#services a:hover {
	background-image: url(/resources/images/services-hov.jpg);
}

#test a:hover {
	background-image: url(/resources/images/test-hov.jpg);
}

#contact a:hover {
	background-image: url(/resources/images/contact-hov.jpg);
}

.menu-image {	
	margin-bottom: -3px;
}

.left-box {
	margin: 5px 5px 5px 5px;
	padding: 0 0 10px 0;
	background-color: #1c192c;
	min-height: 160px; 
	color: #ffffff;
}

.left-box p {
	padding: 10px 10px 10px 10px;
}


* html .left-box {
	height: 160px; 
}

.left-box a {
	color: #738399;
	text-decoration: underline;
}

.left-box a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

.right-image {
	float: right;
	margin: 0 0 0 10px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #738399;
}

.left-image {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 2px 2px 2px;
	border: 1px solid #738399;
}

.standard-list {
	list-style-type: square;
	padding: 0 0 10px 30px;
}

.nobullet-list {
	list-style-type: none;
}

.left-col-list {
	list-style-type: square;
	margin: 0 10px 0 10px;
	padding: 10px 0 15px 20px;
	border-bottom: 1px solid #ffffff;
}

.center {
	text-align: center;
}

h1 {
	font-size: 18px;
	color: #738399;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	color: #738399; 
}

h3 {
	font-size: 13px;
	color: #738399; 
}

p {
	line-height: 1.5em;
	padding: 0 0 10px 0;
}

.italic-text {
	font-style: italic;
	font-weight: normal;
}

a {
	color: #738399;
	text-decoration: underline;
	/*position: relative;*/ /* This is required if the links are dissabled */
}

a:hover {
	color: #21364f;
	text-decoration: none;
}
		
#footer {	
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 100px;
	background-color: #1c192c;
	font-size: 11px;
	clear: both;
	border-top: 1px solid #ffffff;
}

#footer-address, #copyright {
	list-style-type: none;
	text-align: center;
	margin: 5px 0 0 0;
	color: #ffffff;
}

#footer-address {
	margin: 8px 0 0 0;
}

#footer-menu {
	height: 19px;
	margin: 8px 0 0 32%;
	font-size: 12px;
}

#footer-menu li {	
	float: left;
	color: #ffffff;
	list-style-type: none;
}

.menu-item a {
	color: #738399;
	text-decoration: underline;
	padding: 0 10px 4px 10px;
	background: url(/resources/images/footer-bullet.gif) 0px 4px no-repeat;
}

.menu-item a:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 4px 10px;
	background: url(/resources/images/footer-bullet-hov.gif) 0px 4px no-repeat;
}

.menu-item-selected a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px 4px 10px;
	background: url(/resources/images/footer-bullet-hov.gif) 0px 4px no-repeat;
}

p.smallprint {
	font-size: 11px;
	line-height: 12px;
}

#copyright a { 
	color: #738399;
	text-decoration: underline;
}

#copyright li { 
	padding: 0 0 5px 0;
}

#copyright a:hover { 
	color: #ffffff;
	text-decoration: none;
}

.blue-text {
	color: #738399
}

/* The following styles relate to the form on the contact page */
#form {
	border: 1px solid #1c192c;
	margin: 0 10px 0 10px;
}

.formtextbox {
	padding: 2px;
}

.formlabel {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

.formclear {
	clear: both;
}

#button {
	text-align: center;
}


#rppage {
	padding: 10px;
}

#rppage ol ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#rppage li{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 20px;
}
