/* CSS Document */
html, body {
	padding:0px;
	margin:0px;
	height: 100%; /* Required */
	border:none;
	background-color:#e1f1f6;
	background-image:url("../images/bg.jpg");
	background-position:center;
	background-repeat:repeat-y;
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	padding:0px;
	margin:0px;
	border:none;
}
img {
	border: 0 none transparent;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#003366;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	color:#003366;
}
h3 {
	width: 90% !important; 
	padding-top: 6px;
}
p {
	font-family:verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	padding: 7px 0px 7px 0px;
}
ul,ol {
	font-family:verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	padding-left: 21px;
}
a:link,a:visited {
	color: #0066CC;
}
a:hover,a:active {
	text-decoration: none;
}
input, select, table, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.panel {
	padding: 5px 20px;
}
.news {
	padding:6px;
	min-height:120px;
}
* html .news {
	height:120px;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
.gallery {
	font-family:verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
	text-align:center;
	width:100px;
}
#loggedUser {
	position:absolute;
	right: 30px;
	top:80px;
	color: #003366;
	z-index:999;
}

.logoutBtn {
	position:absolute;
	top:78px;
	right: 5px;
	width:20px;
	z-index:999;
	height:20px;
}
/*********************************** CSS Tooltips */
a.tip {
  border-bottom: 1px dashed brown;
  text-decoration: none;
}

a.tip:hover {
  position: relative;
  cursor: help;
}

a.tip span {
  display: none;
}

a.tip:hover span {
	display: block;
	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
	padding: 5px; margin: 10px; z-index: 100;
	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	width:200px;
	z-index:999;
	/* end formatting */
}
/*****************************************************/
#pageWidth {
	width:859px;
	margin: 0px auto 0 auto;
	background-color: #fff;
	position:relative;
	z-index:1;
	padding:0px;
	min-height:97%;
}
*html #pageWidth {
	height:97%;
}
/**********HEADER**********/
#header {
	height: 135px;
	padding: 0px;
	background-image:url("../images/header.gif");
}
/**********NAV**********/
#nav {
	height: 20px;
	background-color:#598094;
	padding: 0px;
}
/**********MAIN CONTAINER**********/
#container {
	min-height:100px;
	background-image:url("../images/bg.jpg");
	background-position:center;
	background-repeat:repeat-y;
}
#content {
	float:left;
	padding:15px;
	width:580px;
	background-color:#fff;
}
/**********SIDE MENU**********/
#sideTopMenu {	
	float:left;
	min-height:200px;
	width:200px;
	padding:10px;
}
*html #sideTopMenu {
	height:200px;
}
#sideTopMenu ul {
padding-left:10px; 
margin:0;
list-style-type: none;
}
#sideBottomMenu {
	min-height: 320px;
	width:185px;
	background-color:#029acc;
	padding: 0px;
	background-image:url("../images/pride.jpg");
	background-repeat:no-repeat;
}
* html #sideBottomMenu {
	height: 320px;
}
#footer {
	height:3%;
	width:849px;
	padding-right:10px;
	margin:0px auto;
	background-color:#598094;
	text-align:right;
}


/* Contact Form */ 

table.contactForm {
	padding:0 0 20px 0;
}
table.contactForm tr td.label {
	width:220px;
	padding:10px 0 10px 0;
}
table.contactForm tr td span.fieldError {
	color:#cc0000;
	font-size:10px;
	font-style:italic;
}

/* End Contact Form */ 

.message {
	color:#cc0000;
	border: solid 1px #cc0000;
	border-left:solid 4px #cc0000;
	padding:7px;
	margin:20px 20px 0 20px;
}
