/* 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:#000;
	margin-top:20px;
}




h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:5px 5px 0px 5px;
	/*padding-left:30px;*/
	padding-top:5px;
	height:30px;
	color:#A2BCE3;
	/*background:url(../graphics/h1_Bkg.gif) top left no-repeat;*/
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FDFD9C;
	margin-left:5px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#A2BCE3;
	margin-left:5px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	margin:0 5px;
	line-height:13px;
}

a:Link, a:Visited, a:Active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFCC;
}

a:Hover, a:Focus
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#FFFFCC;
}


#container {
	margin:0 auto;
	width:714px;
	background:#000 url(../graphics/leftNav_Bkg.gif) top left repeat-y;
}

#container2 {
	margin:0 auto;
	width:714px;
	border:3px solid #FFF;
	padding-bottom:50px;
	background:url(../graphics/container_Bkg.gif) bottom left no-repeat;
}



#header {
	width:714px;
	height:157px;
	background:url(../graphics/Header.jpg) top left no-repeat;
}


#floatContainer {
	width:714px;
}

#leftNav {
	float:left;
	width:189px;
	margin:0 auto;
}

#contact {
	width:160px;
	border:1px solid #16325C;
	background:#0F2038;
	padding:10px 5px;
	margin-left:5px;
}

#content {
	float:left;
	width:500px;
	margin-left:10px;
	background:#0F2038 url(../graphics/content_Edge.gif) bottom left repeat-x; /* DARK DARK BLUE */
	border:3px solid #23496C;
}

#content p {
	margin-bottom:10px;
}




#FOOTWRAP{
	margin:0 auto;
	width:714px;
	text-align:left;
	height:1px;
}

#footer, #footer p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	margin-top:10px;
}

#footer ul li {
	display:inline;
	padding:0px 5px;
}

#footer a:Link, #footer a:Visited, #footer a:Active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	margin-top:10px;
	text-decoration:none;
}

#footer a:Hover, #footer a:Focus {
	color:#CCC;
	text-decoration:underline;
}

#JonesGillam {
	position:relative;
	width:119px;
	height:73px;
	top:-30px;
	left:40px;
}

#WebCAC {
	position:relative;
	width:190px;
	height:54px;
	top:-90px;
	right:-520px;
}

.picRow {
	width:75px;
}

#staffTable p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#staffTable a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}




.clearIt {
	clear:both;
}

.imgLeft {
	float:left;
	border:3px solid #FFF;
	margin:5px;
}

.imgRight {
	float:right;
	border:3px solid #FFF;
	margin:5px;
}

.staffPic{
	border:3px solid #FFF;
	margin:5px;
	margin-bottom:50px;
}

#flashHome {
	width:485px;
	height:284px;
	padding-left:3px;
}

#flashHome:Focus {
	outline:none;
}

#flashGallery {
	width:485px;
	height:400px;
	border:2px solid #FFF;
}

#photoBorder {
	width:485px;
	/*height:550px;*/
	border:2px solid #FFF;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:20px;
}







#projectList {
	margin-left:10px;
}

#projectList ul li {
	list-style:none;
}

#projectList a:Link, #projectList a:Visited, #projectList a:Active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFCC;
}

#projectList a:Hover, #projectList a:Focus
{
	color:#0099CC;
}




/* Zebra Tables */

#projectListing {
	width:100%;
	border-top:1px solid #000;
}

#projectListing tbody tr td {
	padding: 3px 8px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#projectListing p {
	width:320px;
}


#photoBorder {
	/*margin-left:10px;*/
	/*padding:10px;*/
}

#photoBorder ul li {
	list-style:none;
}

#photoBorder a:Link, #photoBorder a:Visited, #photoBorder a:Active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration:none;
	font-weight:normal;
	color:#FFFFCC;
	margin-left:5px;
}

#photoBorder a:Hover, #photoBorder a:Focus
{
	color:#FFCC00;
}

#photoBorder p a:Link, #photoBorder p a:Visited, #photoBorder p a:Active  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#photoBorder p a:Hover, #photoBorder p a:Focus
{
	text-decoration:underline;
}

#flashNav {
	margin-left:5px;
	width:172px;
}

#flashNav ul li {
	list-style:none;	
	border-bottom:1px solid #000;
}

#flashNav a:Link, #flashNav a:Visited, #flashNav a:Active
{
	padding-top:5px;
	padding-left:5px;
	display:block;
	width:168px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#A2BCE3;
	text-decoration:none;
	background:#203656;
}

#flashNav a:Hover, #flashNav a:Focus
{
	color:#FFFFFF;
	background:#000;
}

#flashCOM {
	float:left;
	margin:5px;
	border:3px solid #FFF;
}



.picBorder {
	border:3px solid #FFF;
	margin:5px;
}

.flashCenter {
	margin-top:5px;
	margin-left:5px;
}

.projectthumb {
	background:#000;
	padding:1px;
	border:1px solid #fff;
}

a:Hover .projectthumb{
	background:#FFCC00;
	border:1px solid #FFCC00;
}


.KT_tng {
	margin-left:10px;
}

.KT_tng a:Link, .KT_tng a:Active, .KT_tng a:Visited {
	color:#006699;
}

.KT_tng a:Hover {
	color:#000000;
}

.KT_tngtable {
	width:470px;
}

.KT_tngtable td {
	width:90%;
}

.adminTitle {
	background:#000033;
	border-bottom:1px solid #999999;
}

.controlPanel {
	margin-left:10px;
	margin-top:5px;
	width:470px;
	background:#FFFFCC;
	border:1px solid #FFF;
}

.controlPanel p {
	margin:10px;
	font-weight:bold;
	font-size:14px;
}

.controlPanel a:Link, .controlPanel a:Active, .controlPanel a:Visited {
	margin:5px 10px;
	font-size:12px;
	font-weight:bold;
	color:#0099CC;
	text-decoration:none;
}

.controlPanel a:Hover {
	color:#990000;
}

.controlPanel td {
	height:30px;
	border-bottom:1px solid #999999;
	border-top:1px solid #FFFFFF;
}

.tdLeft {
	border-right:1px solid #999999;
}

.titleBlock {
	background:#000066;
	border-bottom:1px solid #999999;
}

#upgrade {
	width:160px;
	margin:0 auto;
	margin-top:40px;
	text-align:center;
}