/* LAST UPDATED 01.14.2010 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   FORMS
	VI.  HEADINGS

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #0d447b;
	background: #004b84 url('../Images/bg.gif') top left no-repeat;
}

p, h1, h2, h3, h4, h5, h6 { padding: 0 0 14px 0; }

a {
	color: #00b6f1;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

#content a { border-bottom: 1px #00b6f1 dotted; }

#content a[rel], #content a:hover[rel] { border: none; }

#content a:hover { border-bottom: 1px #00b6f1 solid; }

/* Image Defaults */

a img { border: 0; }

/* Special Classes */

.blue { color: #0d447b; }
.lightblue { color: #00b6f1; }
.alert { color: #c31318; }

.small { font-size: 12px; }

/* Lists */

ul { margin-left: 55px; }

ol { margin-left: 20px; }

ul, ol { padding-bottom: 7px; }

li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 998px;
	min-height: 716px;
	background: url('../Images/bg-wrap.jpg') top left no-repeat;
}

	#header { height: 250px; }

		#header a.location {
			float: left;
			display: block;
			text-indent: -4440px;
			width: 141px;
			height: 62px;
		}

	#nav {
		float: right;
		width: 500px;
		height: 50px;
	}

	#content {
		width: 712px;
		min-height: 740px;
		margin: 0 75px 0 211px;
		background: #fff url('../Images/bg-content.jpg') top left no-repeat;
		overflow: hidden;
	}

	body.short #content {
		min-height: 430px;
		height: 430px;
	}

		#mainContent {
			float: right;
			padding: 0 27px 10px;
			width: 510px;
		}

		body.short #mainContent {
			height: 210px;
			overflow: auto;
		}

		#sidebar {
			float: left;
			padding: 60px 0 0 25px;
			width: 120px;
			font-size: 10px;
			font-weight: bold;
			line-height: 1.7em;
			color: #c31318;
			font-style: italic;
			text-align: right;
		}

	img#photos {
		position: absolute;
		top: 538px;
		left: 0;
		width: 352px;
		height: 491px;
	}

	img#photosHorizontal {
		position: absolute;
		top: 537px;
		left: 0;
		width: 949px;
		height: 204px;
	}

	#footer {
		clear: both;
		margin: 0 75px 0 211px;
		padding: 10px 0;
		height: 30px;
		font-size: 11px;
		line-height: 17px;
		color: #fff;
	}

	body.short #footer { margin-left: 10px; }

		#footer img { vertical-align: middle; }

		#footer a {
			color: #fff;
			border: 0;
		}

		#footer a:hover { text-decoration: underline; }

		#footer .left { float: left; }

		#footer .right {
			float: right;
			text-align: right;
		}

	#flash { margin-left: 117px; }

/* -----------------------------------------------------------
		III. TABLES
----------------------------------------------------------- */

table {
	width: 50%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		IV. FORMS
----------------------------------------------------------- */

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#mainContent form .cat_textbox, #mainContent form textarea{
border: 1px solid #dadada;
}
.cat_button{
color:#fff;
background:#304e88;
border:1px solid #062952;
font-size:16px;
padding: 3px 6px 4px 6px;
margin-bottom:9px;
cursor:pointer;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 24px; }

h2 {
	font-size: 18px;
	color: #c31318;
}

h3 {
	font-size: 14px;
	color: #00b6f1;
}

h4, h5, h6 { font-size: 12px; }#FontSize9 {
	font-size: 9px;
}

