/* LAST UPDATED 02.02.09 */

/*

	Table of Contents

	I.	 GENERAL
	II.	 NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.	 TABLES
	V.	 FORMS
	VI.	 HEADINGS
	VII. CLEARFIX

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #9a0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 1.5em;
}

p, ul, ol { padding: 0 0 14px 0; }

a {
	color: #0055a5;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #990000; }

a img { border: 0; }

.small { font-size: 11px; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* LEVEL ONE */

#nav ul {
	float: left;
	padding: 13px 0 0 0;
	margin: 0;
	
	list-style: none;
	line-height: 13px;
	height: 26px;
}

	#nav li {
		float: left;
		border-right: 1px #999 solid;
	}

	#nav li a {
		display: block;
		font-size: 13px;
		padding: 0 13px;
		color: #888;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
	}

	#nav li#last a { background: none; }

	#nav li a:hover { color: #990000; }

/* LEVEL TWO */

#nav ul ul {
	float: none;
	position: absolute;
	left: -999em;
	width: 150px;
	height: auto;
	padding: 8px 0 0 0;
	margin-left: 10px;
	border-bottom: 1px #ccc solid;
}

	#nav li li {
		float: left;
		width: 150px;
		border-top: 1px #ccc solid;
		border-right: 1px #ccc solid;
		border-bottom: none;
		border-left: 1px #ccc solid;
		background: #fff;
	}

	#nav li li a {
		text-align: left;
		padding: 0 0 0 10px;
		width: 140px;
		height: 23px;
		line-height: 23px;
	}

	#nav li li a:hover {
		color: #444;
		background: #eee;
	}

/* LEVEL THREE */

#nav ul ul ul { margin: -23px 0 0 150px; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }

#nav li:hover, #nav li.hover { position: static; } /* fixes IE7 sticky issue */

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 1119px;
}

	#content {
		margin-top: 86px;
		padding: 86px 125px 58px 115px;
		background: #fff url('/images/shadowRight.gif') top right no-repeat;
	}

		#header {
			height: 92px;
			padding: 0 0 25px 17px;
		}
#caa{
float: right;
vertical-align: top;
height: 40px;

}

		#nav {
			height: 39px;
			padding-bottom: 15px;
			background: url('/images/nav-border.gif') repeat-x;
		}

			#login {
				float: right;
				padding-top: 11px;
				line-height: 13px;
				font-size: 13px;
				text-align: right;
				text-transform: uppercase;
			}

		#mainContent {
			float: left;
			width: 610px;
			padding: 0 0 10px 20px;
		}
	#sidebar {
			float: right;
			width: 230px;
			padding: 30px 0 10px 0;
		}
		#sidebar {
			float: right;
			width: 230px;
			padding: 30px 0 10px 0;
		}

			#sidebar ul {
				list-style: none;
				margin: 0 0 0 7px !important;
				font-size: 13px;
			}

			#sidebar li {
				margin: 0;
				padding: 0 0 7px 12px;
				background: url('/images/bullet.gif') 0 6px no-repeat;
			}

			#sidebar li a, .designby a {
				color: #0055a5;
				text-decoration: none;
			}

			#sidebar li a:hover, .designby a:hover { color: #0055a5; }

		#footer {
			clear: both;
			margin-top: 10px;
			height: 39px;
			line-height: 39px;
			background: url('/images/nav-border.gif') repeat-x;
		}

			.copyright { float: left; }
                        .cover {float: left;
padding-top: 5px;}

			#footer ul {
				float: left;
				padding: 14px 0 0 10px;
				margin: 0;
				line-height: 12px;
				list-style: none;
			}

				#footer li {
					float: left;
					border-left: 1px #999 solid;
				}

				#footer li a {
					display: block;
					padding: 0 10px;
					color: #888;
					text-transform: lowercase;
					text-decoration: none;
					text-align: center;
				}

				#footer li#last a { background: none; }

				#footer li a:hover { color: #990000; }

			#footer ul ul { display: none; }

			.designby {
				float: right;
				padding-left: 5px;
			}

	#shadowBottom {
		clear: both;
		height: 39px;
		background: url('/images/shadowBottom.gif') no-repeat;
	}

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. FORMS
----------------------------------------------------------- */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#login input.textbox {
	border: 1px #999 solid;
	padding: 2px;
	margin: 0 6px;
	width: 108px;
	vertical-align: middle;
}

#login input.button {
	
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
		display: inline;
		text-indent: -4440px;
	}

	#header h1 a {
		float: left;
		display: block;
		width: 240px;
		height: 92px;
		background: url('/images/isaacs-cole.jpg') no-repeat;
	}

h2 { font-size: 22px; }

	#header h2 {
		
		float: right;
		text-transform: none;
		font-size: 14px;
		font-style: italic;
		font-weight: none;
		color: #9a0000;
		text-align: right;
	}

	#mainContent h2 {
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		background: url('/images/h2-mainContent.gif') left repeat-y;
		padding: 5px 0 5px 5px;
		margin-bottom: 20px;
		color: #555;
	}

h3 { font-size: 19px; }

	#sidebar h3 {
		font-weight: normal;
		font-size: 17px;
		background: url('/images/h2-sidebar.gif') left repeat-y;
		padding: 6px 0 6px 7px;
		margin-bottom: 10px;
		color: #555;
	}
#login h3 {
		font-weight: normal;
		font-size: 17px;
		background: url('/images/h2-sidebar.gif') left repeat-y;
		padding: 6px 0 6px 7px;
		margin-bottom: 10px;
text-align: left;
text-transform: none;
width:230px;
		color: #555;
	}

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VII. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

/* Table for Key Dates*/
#keyDatesTable {
	border:solid 1px black;
    width:592px;
}

#keyDatesTable td {
	padding:3px;
    border:solid 1px black;
}

#keyDatesTable .left {
	width:140px;
    border-top:none;
}
