﻿@charset "UTF-8";
/* CSS Document */


h1 {font-size:27px;}

h2 {font-size:24px;}

h3 {font-size:21px;}

h4 {font-size:18px;}

h5 {font-size:15px;}

h6 {font-size:12px;}

p {font-size:10px;}

a {text-decoration:none;}

a:hover {text-decoration:underline;}

.serif {font-family:Georgia, "Times New Roman", Times, serif;}
	
.sans {font-family:Arial, Helvetica, sans-serif;}

.caps {text-transform:uppercase;}



.white {color:#ffffff;font-size:11px;}
.dkBlue {color:#183d6f;}
.ltBlue {color:#1ea1cd;}
.orange {color:#f8981c;}

.clear {clear:both;}

* {
margin: 0;
padding: 0;
}

/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*/
body {
	line-height: 1;
}

ol, ul, dl {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* HTML TAGS
****************************************************************/

	
hr {
	color:#FFFFFF;
	border-style:dotted;
	}




/* COMMON CLASSES
****************************************************************/
.left {
	float:left;
	}
	
.right {
	float: right;
	}
	
	
#contentCBC {
	width:950px;
	text-align:left;
	/*margin: 10px auto;*/
	background:#ffffff url('/PublishingImages/contentBack.jpg') left top no-repeat;
	height:520px;
	position:relative; top:-65px;left:-11px;
	}
	

#comNav {
	width: 950px;
	text-align:center;
	/*margin: 0px auto;*/
	position:relative;left:-17px;
	}
	
#comNav li {
	background: #146890 url('/PublishingImages/comButtonBack.jpg') center top no-repeat;
	display:inline-block;
	float:left;
	margin-left: 50px;
	width:250px;
	padding: 18px 0 10px 0;
	min-height:55px;
	border: 3px solid #ffffff;
	}
#comNav li:hover {
	background: transparent url('/PublishingImages/comButtonBack.jpg') center bottom no-repeat;
	}
#comNav li:first {
	margin-left:0;
	}
#comNav li a {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	/*margin-bottom: 20px;*/
	text-align:left;
	/*line-height:26px*/
	}
	
#comNav li a:hover {
	text-decoration: none;
	}

#comNav li ul {
	position: relative;
	/*top:0;*/
	top:42px;
	left:0;
	margin: auto;
	height:150px;
	padding:0;
	width: 220px;
	}
	
#comNav li ul li {
	background: transparent;
	min-height: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border:0;
	margin:0;
	padding:0;
	width: 220px;
	/*height: 24px;*/
	}
	
#comNav li ul p {
	text-align:center;
	margin: 5px 0 5px 0;
	}
	
#comNav li ul li a {
	display: block;
	font-size:12px;
	background: none;
	padding-top:8px;
	height:17px;
	font-weight:bold;
	text-indent:50px;
	}
	
#comNav li ul li a:hover {
	/*background-color:#666666;*/
	color:#FFFFFF;
	/*background: #666666 url('/PublishingImages/nav-arrow.gif') no-repeat 17% 40%;*/
	background: #666666 url('/PublishingImages/nav-arrow.gif') no-repeat 17% 52%;
	}
	
		
	
	
	
	
	
