/* 
	CSS Document 

	Site: IMG
	Author: John McGettrick	
*/

/* General Styles */

body {
	text-align:center;
	background:url('../assets/images/bg.jpg') repeat-x #DDDDDD;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#000000;
}

div, form, fieldset, h1, h2, p, ul, li {
	margin:0;
	padding:0;
}

p {
	font-size:1.2em;
}

a {
	cursor:pointer;
	color:#152C53;
}

img {
	border:0;
}

h1 {
	font-size:1.8em;
	color:#152C53;
	margin-bottom:12px;
}

h2 {
	color:#152C53;
	font-size:1.6em;
}

.hr {
	background-color:#152C53;
	height:1px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.spacer {
	clear:both;
}

.bold {
	font-weight:bold;
}

/* Container */

#siteContainer {
	width:902px;
	margin:0 auto;
	text-align:left;
}

/* Header */

#siteHeader {
	background:url('../assets/images/circles-header.gif') right no-repeat;
	height:150px;
}

#logo {
	float:left;
	margin:10px 0 0 30px;	
}

#siteHeader #text {
	float:right;
	padding-top:106px;
}

/* Menu */

#menu {
    padding:5px 6px;
	background:url('../assets/images/circles-menu.jpg') right 1px no-repeat;
	margin-bottom:1px;
}

#menu ul {
	margin:0;
	padding:0px 10px 0;
	list-style:none;	
}

#menu ul li {
	float: left;
	text-align: center;
	overflow: hidden;
	font-size: 1.4em;
	margin-right:16px;
}

#menu ul li a {
	display: block;
	padding:3px 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#menu ul li a:hover {
	color: #152C53;
	text-decoration:none;
}

#menu ul li:hover {
	background: url('../assets/images/menu-hover-left.png') left top no-repeat;
}

#menu ul li a:hover {
	background: url('../assets/images/menu-hover-right.png') right top no-repeat;
}

/* Middle Bar */

#middleBar {
	background:url('../assets/images/circles-middle.jpg') right no-repeat;
	height:200px;
	padding:1px 0 0 30px;
	border-bottom:1px solid #152C53;	
}

#middleBarLinks {
	padding-top:18px;
}

#middleBarLinks img {
	margin-bottom:20px;
}

#middleBarLinks .header {
	margin-bottom:6px;
}

#middleBarLinks ul {
	list-style:none;
	margin-right:20px;
}

#middleBarLinks ul li {
	font-family:Arial;
	font-size:1.6em;
	margin-bottom:4px;
	background:url(../assets/images/bullet.png) left no-repeat;
	padding-left:16px;
}

#middleBarLinks ul li a {
	text-decoration:none;
	color:#FFF;
}

#middleBarLinks ul li a:hover {
	text-decoration:underline;
	color:#8BD3F5;
}

.subSectionLinks {
	width:281px;
	padding-top:12px;
}

.subSectionLinks img {
	margin-bottom:20px;
}

/* Content */

#contentContainer {
	border:1px solid #666666;
	border-top:0;
	margin-bottom:24px;
}

#contentContainer {
	background:url('../assets/images/circles-content.jpg') top no-repeat #FFFFFF;
}

#content {
	padding:20px 30px 20px;
	float:left;
}

#content {	
	min-height:320px;
	height:auto;
	width:512px;
}

#content h2 {
	margin-bottom:8px;
}

#formHoldercontent h3 {
	margin-bottom:14px;
}

#content p {
	margin-bottom:12px;
	text-align:justify;
}

#content ul {
	margin-bottom:12px;
}

#content ul li {
	margin-left:32px;
	font-size:1.2em;
}

/* Form */

form {
	margin-bottom:12px;
}

form h2 {
	margin-top:8px;
}

fieldset {
	border:1px solid #152C53;
	background:#e1f6ff;
	padding:16px 10px 10px;
	font-size:1.2em;
}

.formrow {
	margin-bottom:10px;
	background:url('../assets/images/formrow-bg.jpg') bottom repeat-x;
	clear:both;
}

.formrowBlank {
	margin-bottom:12px;
	clear:both;
}

fieldset label {
	float:left;
	width:280px;	
}

fieldset.narrow label {
	width:100px;	
}

.formrowBlank label {
	text-align:center;
}

#submitBtnContainer {
	margin-top:12px;
	text-align:right;
}

.errorPanel {
	border:1px solid #FF0000;
	background:url('../assets/images/warning-bar-bg.gif');
	padding:10px 10px 0px;
	margin-bottom:10px;
}

input, select {
	border:1px solid #7F9DB9;
}

.inputHint {
	padding-left:0px;
	margin-top:2px;
}

.invalidField {
	border:1px solid #CC0000;
	background:#ffbfbf;
}

.validField {
	border:1px solid #00CC00;
	background:#bfffbf;
}

.inputHint_valid {
	color:#00CC00;
}

.inputHint_invalid {
	color:#CC0000;
}

.formRow_Right {
	float:left;
	padding-bottom:4px;
}

/* Right Hand Side */

#rightSide {
	float:left;
	width:298px;
	padding-top:30px;
}

.rightBoxHeader {
	background:url('../assets/images/rightBoxHeader.png') no-repeat;
}

.rightBoxContent {
	background:url('../assets/images/rightBoxContent.gif') repeat-y;
	padding:2px 16px;
}

.rightBoxFooter {
	background:url('../assets/images/rightBoxFooter.png') no-repeat;
	margin-bottom:16px;
}

.rightBoxHeader, .rightBoxFooter {
	height:14px;
}

.rightBoxContent h2 {
	margin-bottom:4px;
}

.rightBoxContent ul {
	list-style:none;
	float:left;
	width:264px;
}

.rightBoxContent ul li {
	background:url('../assets/images/bullet.gif') left no-repeat;
	padding:0 0 0 10px;
	font-size:1.3em;
	font-weight:bold;
	color:#152C52;
	margin-bottom:6px;
}

#img, #pls, #ncs {
	float:left;
	padding-top:8px;
	padding-bottom:8px;
}

#img {
	padding-right:16px;
}

#invPeople {
	text-align:right;
	padding-bottom:10px;
}

/* Map */

#mapContainer #map_canvas {
	width: 510px;
	height: 400px;
	border:1px solid #036;
	margin:0 auto 16px;
}

#mapContainer #map_canvas p {
	text-align:left;
}

/* Footer */

#footer {
	background:url('../assets/images/footer.jpg') repeat-x;
	height:24px;
	color:#FFF;
	padding:0 20px;
}

#footer .footerLeft, #footer .footerRight {
	padding-top:5px;
}

#footer .footerLeft {
	float:left;
}

#footer .footerRight {
	float:right;
}

#footer a {
	color:#FFF;
}