/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html body {
	background:url(../graphics/bkg.gif) top center repeat-y;
}


/* Default Settings */

/*
h1 {
	font-family:"Times New Roman", Times, serif; 					/* Obviously the Default as is, but added for clairity
	font-weight:normal;
	font-size:18px;
	color:#FC0;

	background:url(../graphics/h1Bkg.gif) center no-repeat;
	height:31px;
	padding-left:20px;
	padding-top:20px;
}
*/

h1 {
	font-family:"Times New Roman", Times, serif; 					/* Obviously the Default as is, but added for clairity */
	font-weight:normal;
	font-size:18px;
	color:#FC0;

	background:url(../graphics/CAh1Bkg.gif) center no-repeat;
	height:31px;
	padding-left:20px;
	padding-top:20px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
	margin:3px 10px 10px 20px;
}

h2 {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	
	margin:5px 10px 0px 20px;
}

ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	
	margin-left:20px;
	padding-left:20px;
	padding-top:3px;
	margin-bottom:5px;
	list-style-type:none;
	height:15px;
	
	background:url(../graphics/listElement.gif) top left no-repeat;
}

a:Link, a:Visited, a:Active {
	color:#333;
	text-decoration:none;
}

a:Hover, a:Focus {
	text-decoration:underline;
}

hr {
	height:1px;
	border-top:none;
	border-bottom:none;
	color:#dddecc;
	width:1px;
	margin:0;
	padding:0;
}













#wrapper {
	margin:0 auto;
	background:url(../graphics/bodyBkg.gif) top center repeat-y;
	background:url(../graphics/CAbodyBkg.gif) top center repeat-y;
}

#container {
	margin:0 auto;
	line-height:12px;  /* Hack for Peek-a-boo bug in IE */
	width:760px;
	border-top:1px solid #184775;
}


/* HEADER */

#header {
	margin:0 auto;
	height:100px;
	width:758px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background:#000 url(../graphics/topBkg.gif) top left repeat-x;
}

#logoHolder {
	float:left;
}

#flashMenu {
	float:right;
}





/* NEWS AND PRESS RELEASES */

#newsPanel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
	float:right;
	width:190px;
	height:100%;
	text-align:center;
}

#news, #press {
	margin:10px 10px;
	width:162px;
	height:200px;
	border:3px solid #FFFFFF;
	background:#1C3C53 url(../graphics/newsBkg.gif) bottom left repeat-x;
}

#news h1 {
	margin:0;
	padding:0px;
	height:21px;
	background:url(../graphics/h1News.gif) top left no-repeat;
}

#press h1 {
	margin:0;
	padding:0;
	height:21px;
	background:url(../graphics/h1Press.gif) top left no-repeat;
}

#news h1 span, #press h1 span {
	display:none;
}

#news ul li, #press ul li {
	padding-left:0;
	height:auto;
	list-style:outside;
	list-style-type:disc;
	font-weight:normal;
	text-align:left;
	margin:5px;
	margin-left:20px;
	padding-top:3px;
	color:#DDDECC;
	background:none;
}

#news ul li a, #press ul li a {
	color:#DDDECC;
	text-decoration:none;
}

#news ul li a:Hover, #press ul li a:Hover {
	color:#FC0;
	text-decoration:none;
}









/* CONTENT DISPLAY */

/*
#contentHolder {
	float:left;
	width:570px;
	margin:0;
	padding:0;
}
*/

#content {
	margin:5px;
	width:750px;
	padding:0;
	background:url(../graphics/contentBkg.gif) top left repeat-x;
	border:1px solid #acab9d;
}

#content hr {
	border-top:1px dashed #acab9d;
	width:730px;
	margin:0 auto;
	margin-bottom:20px;
	
}






/* FOOTER */

#footer {
	margin:20px auto;
	height:30px;
	border-top:1px solid #acab9d;
	border-bottom:1px solid #acab9d;
	padding-left:20px;
	padding-top:10px;
	width:740px;
	background:url(../graphics/footerBkg.gif) left bottom repeat-x;
	
}

#footer ul li, #webcac {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	display:inline;
	color:#acab9d;
	background:none;
	margin:0 5px;
	padding:0;
}

#fMenu {
	float:left;
}

#fMenu ul li a:Link, #fMenu ul li a:Visited, #fMenu ul li a:Active {
	color:#acab9d;
}

#fMenu ul li a:Hover, #fMenu ul li a:Focus {
	color:#666;
	text-decoration:none;
}

#webcac {
	float:right;
}

#webcac a:Link, #webcac a:Visited, #webcac a:Active {
	color:#acab9d;
}

#webcac a:Hover, #webcac a:Focus {
	color:#666;
	text-decoration:none;
}




/* NEWS PAGE */


#newsStory h1 {
	font-size:14px;
	font-weight:bold;
}

#newsStory h2 {
	text-transform:none;
}





/* BROCHURES PAGE */

#brochureTable {
	margin:10px auto;
	padding:10px;
	width:520px;
	border:1px solid #999;
	clear:both;
	background:#FEFEFE url(../graphics/contactBkg.gif) left bottom repeat-x;
}





/* :: CLASSES :: */

/* Acrobat Pic on Brochures Page */
.adobe {
	float:left;
	margin:0 20px;
	clear:both;
}

/* a href class for Brochure Links */
.brochure {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* Acrobat Icons for Brochure Links so IE won't Flicker on RollOvers */
.brochureBG {
	height:20px;
	width:50%;
	padding-left:25px;
	background:url(../graphics/brochures.gif) no-repeat;
}

/* Container Boxes for the Two Divisions on the Contact Page */
.contactBox {
	margin:10px;
	padding:5px;
	border:1px solid #999;
	clear:both;
	background:#FEFEFE url(../graphics/contactBkg.gif) left bottom repeat-x;
}

.contactTable {
	width:730px;
	background:#FEFEFE url(../graphics/contactBkg.gif) left bottom repeat-x;
	border:1px solid #FFF;
	padding-bottom:30px;
	margin-bottom:15px;
}

.contactTable h2 {
	color:#FFFFFF;
}

.contactTable td {
	width:50%;
}

.contactTable ul {
	margin:0;
	margin-left:35px;
	padding:0px;
	line-height:normal;
}

.contactTable ul li {
	list-style-type:disc;
	list-style-position:outside;
	background:none;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:normal;
	
	height:inherit;
	height:auto;
}

.contactTable h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-top:5px;
}

.contactTable a:Link {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	
	margin:0px 10px 0px 20px;
	line-height:normal;
}

.titleBlock {
	background:#1C3C53;
	height:25px;
	margin:0px;
	padding:0px;
}



/* Float Controls : Self Explanitory*/

.clearIt {
	clear:both;
	margin:0;
	padding:0;
}

.imgRight {
	float:right;
	margin:5px;
	background:#FFF;
	border:1px solid #999;
	padding:3px;
}

.imgLeft {
	float:left;
	margin:5px;
	margin-right:10px;
	background:#FFF;
	border:1px solid #999;
	padding:3px;
}