/* #004b85 dark blue */
/* #00a8e6 light blue */

body {
	background-color: #e9f2f6;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li {
	padding-bottom: 10px;
	text-align: left !important;
}

a {
	color: #004b85;
}

.container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.header {
	float: left;
}

.menu {
	position: relative;
	display: inline; /* fixes the IE double margin bug*/
	float: left;
	width: 760px;	
	/*background-image: url('../images/ui/menu-background.gif');*/
	background-color: #00a8e6;
	font-size: 13px;
	font-weight: bold;
}

.menu a {
	position: relative;
	height: 21px;
	float: left;
	padding: 4px 11px 0px 11px;
	text-decoration: none;
	color: #fff;
	display: block;	
}

.menu a:hover {
	/*background: url('../images/ui/menu-hover-background.gif');*/
	background-color: #5ac6ee;
}

.menu ul {
	position: absolute;
	z-index: 99999;
	float: left;
	list-style: none;
	width: 200px;
	padding: 0px;
	margin: 0px;
	top: 25px;
	left: 0px;
	display: block;
	visibility: hidden;
	background-color: #5ac6ee;
}

.menu a:hover ul {
	visibility: visible;	
}

.menu a ul li {
	position: relative;
	height: 21px;
	border: 2px solid #5ac6ee;
	padding: 4px 9px 0px 9px;
	color: #fff;
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

.menu-ul-hover,
.menu a ul li:hover {
	background-color: #fff;
	color: #5ac6ee;
}

.menu-selected {
	color: #00a8e6 !important;
	background: #FFFFFE !important; /* using FFFFFF generate a bug in the hover pseudoclass behavior with IE !!!??? */
}

/* override the hover effect on menu links */
.menu-selected:hover {	
	background: #FFFFFF !important;
}

.content {
	background: url('../images/ui/container-background.gif');
	padding-left: 10px;
	padding-right: 10px;
	width: 760px;
	float: left;
}

.left-column {
	background: url('../images/ui/left-column-background.gif') no-repeat top center;
	float: left;
	padding: 0px;
	padding-top: 15px;
	width: 200px;
	font-size: 12px;	
	min-height: 300px; /* minimum height constrain for the whole page*/
}

.left-column h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 4px;
	width: 186px;
	color: #00a8e6;
	font-size: 14px;
	background: url('../images/ui/title-background.gif');
}

.left-column h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 10px;
	width: 186px;
	color: #00a8e6;
	font-size: 14px;
}

.right-column {
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 15px;
	width: 535px;
}

.right-column h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #004b85;
}

.right-column h2 {
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 14px;
	font-weight: normal;
	/*font-style: italic;*/
	text-align: justify;
	text-justify: distribute;
	color: #004b85;
}

.right-column h3 {
	margin-top: 10px;
	margin-bottom: 10px;	
	font-size: 14px;
	font-weight: bold;
	color: #004b85;
}

.text-standard,
.right-column p {
	margin-top: 5px;
	margin-bottom: 5px;	
	font-size: 13px;
	text-align: justify;
	text-justify: distribute;
	color: #333;
	line-height: 18px;
}

.text-standard td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9f2f6;
}

.footer {
	float: left;
	width: 780px;
	padding-top: 30px;
	background: url('../images/ui/footer.gif') no-repeat center top;
	text-align: center;
	font-size: 10px;
	color: #00a8e6;
}

.photo-left {
	float: left;
	border: 1px solid black;
	margin: 0px 10px 10px 0px;
}

.photo-thumb {
	border: 1px solid black;
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100px;
	height: 75px;
}

.photo-minithumb {
	border: 1px solid black;
	margin: 5px;
}

.photo-right {
	float: right;
	border: 1px solid black;
	margin: 0px 0px 10px 10px;
}

.subnav-link {
	display: block;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #004b85;
	text-decoration: none;
	background: url('../images/ui/bullet-blue.gif') no-repeat left top;
}

.subnav-link:hover {
	color: #004b85;
	text-decoration: underline;
}

.subnav-selected {
	display: block;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #004b85;
	background: url('../images/ui/bullet-blue.gif') no-repeat left top;
}

.left-column-button {	
}

.left-column-button img {
	border: none;
	margin-top: 10px;
}

/* FORMS */

.inputText {
	position: relative;		
	border: 1px solid black;						
	/*width: 200px;*/
	/*height: 25px;*/
	padding: 6px;
	font-family: Arial;
	font-size: 16px;
	background: url('../images/ui/formfield-shadow.gif');
}

.inputLabel {
	font-family: Verdana;
	font-size: 14px;
	width: 120px;
	font-weight: bold;
}

.inputButton {
	cursor: pointer;
	padding: 5px;
	margin-top: 5px;
}