body {
	color: #c0c0c0;
	background-color:#000000;
	background-image:url(../images/nicMcCom_bg_slim.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding: 15px 0px 0px 0px;
	margin: 0;
}


h1, h2, h3, h4, h5, h6{
	clear:both;
}




a, a:visited {
    color:#555555;
   	text-decoration:none;

}
a:hover{
	color:#ffffff;
   	text-decoration:underline;
	
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#error{
	color: #9d0200;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #9d0200;
	width:98%;



}
#confirm{
	color: #007777;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #007777;
	width:98%;


}

#OuterBorders{
   /* page || site container */
	width:950px;
	margin: 0 auto;
	border-top: 2px solid #FFFFFF;
	background-color:#000000;
/*	border-left: 1px solid #000;
	border-right: 1px solid #000;
*/

}

#header{
   /* banner || site wide heading  */
	width:100%;
	height:200px;
	background-image:url(../images/tempbanner4.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	position:relative;
	
/*	border-top: solid #666666 7px;*/
	
}


#header h1 { /* needed to get rid of auto padding and margin found in the h1 tag, without this the header would be pushed down the page  */
		margin: 0;
		padding: 0;
		height: 70px;
		border: none;

		}
#header h1 a {
		float:left;
		width: 130px;
		height: 60px;
		display: block;
		border:none;
		position:absolute;
		top:133px;
		left:7px;/*
		margin-top: 73px;
		margin-left: 90px;
		border: 2px solid #ee0000;*/

		padding: 0px;
		}
		

#pageName {
   /* the tabbed structure that displays the page's name  */

	width: 90%;
	/*border-left: 8px solid #666666;
	border-top: 7px solid #666666;
	border-right: 8px solid #666666;
	border-bottom: 1px dashed #666666;*/
	font-size: 170%;
	color: #ffffff;
	text-decoration: none;
	padding:3px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
	background-color:#000000;
}


#bodyTextBorder{
	width: 98.3%;
	background-image:url(../images/blk2wht_borderfade.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding: 0px 8px 8px 8px;
	


}


#bodyText {
	width: 95%;
	/*overflow:auto;*/
	
	/*background-image:url(../images/JasonDrum_BKG3_EQ.gif);*/
	background-color:#000000;
	/*background-image:url(../nicm/images/bodyText_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 25px 45px 20px;
	margin:0;
	font-size: 15px;
	color: #c0c0c0;
	text-align:left;
	border-left: 1px solid #222;
	border-right: 1px solid #222;/**/

	
}

#bodyText a {
    color:#555555;
   	text-decoration:none;
	border-bottom: 1px dashed #999999;

}
#bodyText a:hover {
	color:#ffffff;
   	text-decoration:none;
	border-bottom: 1px dashed #555555;
}

#nav_bar{
	/*height: 28px;*/
	width: 98.44%;
	float:left;
	background-color: #9d0200;
	padding:4px 0px 6px 15px;
	margin:0px;
	border-bottom: 1px solid #ffffff;
	/*border-bottom: 8px solid #666666;
	background-image:url(../images/FadeBar_Red_10_25.jpg);
	background-repeat:repeat-x;
		padding: 0px 0px 4px 0px;
	margin-top: 2px;
	
	border-bottom: 1px inset #c0c0c0;
	border-top: 1px inset #666666;
background-image:url(../images/Symb_Pattern.jpg);*/
	
}


#nav_bar a,
#nav_bar a:visited{
	font-size: 18px;
	padding: 2px 12px 6px 12px;
	/*color:#ccc*/
	color:#CCC;
	text-decoration: none;
	border-top: 1px solid #9d0200;
		
	
	
}

#nav_bar a.active,
#nav_bar a.active:visited{
	color: #ffffff;
	background-color:#000;
	border-top: 1px solid #999999;
	border-bottom: 4px solid #000;
	
	
	
}


#nav_bar a:hover {
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	
}

#nav_bar a.active:hover {
	text-decoration:underline;
	border-top: 1px solid #FFFFFF;

	
}



#sublinks {	
	clear:both;
	width: 97.9%;
	height:50px;
	font-size:90%;
	color:#ffffff;
	background-color:#000;
	margin: 0px;
	padding:7px 0px 0px 20px;
	background-image: url(../images/sublinks_bdrfade3.png);
	background-position:top left;
	background-repeat: no-repeat;
	/*border-left: 1px solid ;
	border-bottom: 1px solid #666666;*/

}

#sublinks a, 
#sublinks a:visited{
	color:#999
	;
	text-decoration:none;
	padding: 0px 8px 0px 8px;

}


#sublinks a:hover, 
#sublinks a:active{
	color:#ffffff;
	text-decoration:none;

}

#breadcrumbs {
	font-size:75%;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 35px 0px;
	
}

#breadcrumbs a,
#breadcrumbs a:visited {
    color:#555555;
   	text-decoration:none;
	border-bottom: 1px dashed #660000;
	margin: 0;
	padding: 0;

}


#breadcrumbs a:hover, 
#breadcrumbs a:active {
	color:#ffffff;
   	text-decoration:none;
	border-bottom: 1px dashed #666666;
	
}

#contact{
 	/*width:80%;*/
}

#contact input,
#contact textarea{
	display:block;
}

#contact ul{
	list-style-type:none;
	list-style-image:none;
	padding: 0px;
	margin:0px 0px 20px 0px;
	float:left;


}

#contact ul.marginR25{	
	margin-right:35px;

}
#contact ul li{
	list-style-type:none;
	list-style-image:none;	
	padding: 0px 0px 15px 0px;
	margin:0px;



}


#webPrettyPhoto a, 
#webPrettyPhoto a:visited {
	float:left;
	margin: 0px 6px 10px 0px;
	border: 1px solid #444444;
	

}
#webPrettyPhoto a:hover {
	border: 1px solid #cccccc;
	

}

#webPrettyPhoto img{
	border:none;
    width:200px;
	height:143px;
	padding: 5px;
	margin:0px;

}


#footer{
	color:#555555;
	width:950px;
	margin: 0 auto;
	padding: 7px 0px 0px 0px;
	text-align:right;
	font-size:70%;

}

#footer a{
	color:#555555;
	text-decoration:none;

}

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

.clear{
	clear:both;


}

