
/*    -----------------------    While in Development   -----------------------   */  


/*#leftcol {border: 1px solid orange; }
#widecol {border: 1px solid green; }
#midcol {border: 1px solid blue; }
#rightcol {border: 1px solid red; }

/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0;
	padding: 0;	
 }

hr {
	height: 1px;
	width: 100%;
	background: #bfc9b0;
	border: 1px;
	color: #bfc9b0;
}
h1 {
	font: 900 20px/20px Arial, Helvetica, sans-serif;
	color: #832d16;
	text-align:left;
	text-transform: capitalize;
}
h2 {
	font: 700 14px/14px Arial, Helvetica, sans-serif;
	color: #005984;
}
h3 {
	font: 700 14px/14px Arial, Helvetica, sans-serif;
	color: #b53e2a;
	margin: 0px;
}
ul {
	margin: 0px;
	padding:0px;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc, #header, #content, #contentend, #copyright {
	width:930px;
}
#wrapper {
	width: 100%;
	/*background: url(images/top_bg.jpg) no-repeat top center;*/
	float:left;
}
#mc {
	margin:auto;
}
#pagetile {
	background:  url(images/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}
#header {
	background: url(images/top.gif) no-repeat 0px 0px;
	height:106px;
	float:left;
}

/*    -----------------------    Navigation   -----------------------   */  

#navcontainer {
	width: 415px;
	margin: 0 0 0 0;
}
#nav, #nav ul {
	width: 415px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}
#nav ul li a {
	display: block;
	height: 17px;
	margin: 0px;
	padding: 0px;
}
#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

#home, #home a {
	width: 58px;
	background: url(images/m_home.gif) no-repeat 0px 0px;
}	
#home a:hover {
	background: url(images/m_home.gif) no-repeat 0px -17px;
}
#contact, #contact a {
	width: 75px;
	background: url(images/m_contact.gif) no-repeat 0px 0px;
}	
#contact a:hover {
	background: url(images/m_contact.gif) no-repeat 0px -17px;
}
#mdivider, #mdivider a, #mdivider a:hover {
	width: 29px;
	cursor: default;
	background: url(images/m_divider.gif) no-repeat;
}

/*    -----------------------   Main Menu For Submenu Items   -----------------------   */ 

.about {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px 0px;
}	
.abouthl {
	width: 56px;
	background: url(images/m_about.gif) no-repeat 0px -17px;
}

/* ----------------- Submenu -----------------*/  

.subOne a, .subTwo a, .subThree a, .subFour a, .subFive a {
	font: 500 11px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 25px;
	width: 146px;
	height: 22px;
	background: url(images/submenubg.gif) no-repeat 0px 0px;
	line-height: 18px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover, .subFour a:hover, .subFive a:hover {
	color: #000000;
	text-decoration:none;
}
.subOne, .subTwo, .subThree, .subFour, .subFive  {
	position: absolute;
	z-index: 15;
	visibility: hidden;
}
.subOne {
	top: 130px;
	margin-left: 220px;
}
.subTwo {
	top: 70px;
	margin-left: 475px;
}
.subThree {
	top: 70px;
	margin-left: 620px;
}


/*    -----------------------   Content  -----------------------   */  

#content {
	text-align: left;
	float:left;
	/*background: url(images/content_bg.gif) no-repeat;*/ 
}
#contentend {
	float: left;
	padding: 0px 0px 80px 0px;
	background: url(images/end.gif) no-repeat center bottom;
}
#contenthome {
	width: 762px;
	text-align: left;
	float:left;
	background: url(images/content_home.jpg) no-repeat 0px 0px;
}
#contentdivide {
	float:left;
  	margin-top: 5px;
  	margin-bottom: 5px;
}
#contentdivide #left {
	width: 290px;
	float: left;
}
#contentdivide #right {
	width: 100px;
	float: right;
}

/*    -----------------------   Wide Column    -----------------------   */  

#widecol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 930px;
	float: left;
}
#widecolbg1 {
	width:100%;
	float:left;
	background: url(images/content_bg.gif) no-repeat;
}
#widecolbg2 {
	width:100%;
	float:left;
	background: url(images/content_bg2.gif) no-repeat;
}

/*    -----------------------   Left Column    -----------------------   */  

#leftcol {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 530px;
	margin: 30px 0px 0px 50px;
	float:left;
}
#leftcol a {
	color: #004e75;
	text-decoration:none;
}
#leftcol a:hover {
	color: #004e75;
	text-decoration:underline;
}




/*    -----------------------   Mid Column    -----------------------   */  

#midcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 380px;
	float: left;
}
#midcol a {
	color:#b53e2a;
	text-decoration:none;
}	
#midcol a:hover {
	text-decoration:underline;
	color:#b53e2a;
}

/*    -----------------------   Right Column    -----------------------   */  

#rightcol {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #504e4e;
	width: 300px;
	margin:20px 0 0 0;
	float: right;
}
#rightcol a {
	color: #ae852a;
	text-decoration:none;
}
 #rightcol a:hover {
	color: #ae852a;
	text-decoration:underline;
}
 #rightcol ul  {
	margin: 0 0 0 15px;
	padding: 0;
}
#rightcol ul li {
	font: normal 12px/15px  arial, verdana, sans-serif;
	color: #5a451b;
	list-style-image: url(images/a_bullet.gif);
	margin:0 0 0 55px;
	padding: 0;
}

/*    -----------------------   Footer   -----------------------   */  

#footer  {
	font: normal 10px/12px arial, verdana;
	color: #7c7b7b;
	float: left;
	text-decoration:none;
	margin:100px 0 0 20px;
}
 #footer a {
	color: #7c7b7b;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover {
	color: #7c7b7b;
	text-decoration:underline;
}
#copyright  {
	font: normal 10px/12px arial, verdana;
	color: #7c7b7b;
	float: left;
	text-decoration:none;
}
 #copyright a {
	color: #7c7b7b;
	text-decoration:none;
	font-weight: bold;
}
 #copyright a:hover {
	color: #7c7b7b;
	text-decoration:underline;
}

/*    末末末末末末末末末  Home Logo Link and Top Headers   末末末末末末末末末  */ 

#gohome {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin:0px 0px 0px 30px;
}
#topheaders {
	position: absolute;
	z-index: 10;
	visibility: visible;
	margin: 52px 0px 0px 185px;
	top: 0px;
}

/*    -----------------------   Small Columns    -----------------------   */  
#smleft { 
	width:260px;
	float:left;
}
#smright {
	width:260px;
	float:right;
}

/*    -----------------------   Content Images    -----------------------   */  

.picleft {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #0b0b71;
}
.picright {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 0px solid #2b5eae;
}
.pic {
  /*margin: 2px;*/
  border: 1px solid #2b5eae;
}
.staffpic {
	float: left;
    margin-top: 3px;
	margin-right:8px;
	margin-bottom: 10px;
	border: 1px solid #718da5;
}
.thumb {
	/*width: 75px;
	height:44px;*/
	width:100px;
	height:59px;
}

/*    -----------------------   Small Columns    -----------------------   */  

#smleft { 
	width:160px;
	float:left;
}
#smright {
	width:300px;
	float:right;
}
#equalleft { 
	width:200px;
	float:left;
	padding: 0px 40px 0px 0px;
}
#equalright {
	width:200px;
	float:right;
	padding: 0px 40px 0px 0px;
}

/*    末末末末末末末末末  Extra Formatting   末末末末末末末末末  */ 

#dropcap {
	font: normal 36px/46px  arial, verdana, sans-serif;
	color: #8ba28b;
	float: left;
	width:35px;
	line-height: 83%;
}
q {
	font: normal 13px/16px  arial, verdana, sans-serif;
	color: #fbe7a1;
}
dd {
	font: italic 11px/16px  arial, verdana, sans-serif;
	margin:0;
	padding:10px 0 0 0;
}