/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body {
	margin: 0px;
	padding: 0px;
	color:#fff;
	text-align: center;
	background: #102130;
	border: 0;
}
TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #ffffff; text-decoration: none; }
A:link	{ color: #ffffff; text-decoration: none; }
A:visited { color: #ffffff; text-decoration: none; }
A:active { color: #ffffff; }
A:hover	{ color: #E91414; }
/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  width: 100%;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  letter-spacing: .2em;  
	  text-decoration: none;
	}
.title a:hover {
      color: #E91414;
} 

.mod_title	/* album title  Text is controled by .title */ 
	{ 
         background: #875A39;
          width: 100%;
          height: 28px;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: .2em; 
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 16px;
	  font-weight:bold;
	  background: #875A39;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  height: 28px;  
	}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
          background: #875A39;
          width: 100%;
          height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}

.popupbody {
    padding: 10px;
    color: #FFFFFF;
}
.popuphead {
    font-size: 16px; font-weight: bold;
    color: #ffffff;
    background: #875A39;;
}
	
.popup {
    font-size: 12px; font-weight: bold;
    color: #ffffff;
    
}

.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: bold;
	  color: #ffffff;	  
	}

.editlink a:hover {
    color: #E91414;
}

.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#ffffff;
	  font-size: 12px; 
	  font-weight:bold;
	  background: #875A39;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  width: 100%;
	  height: 14px;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	}

.adminform {
          font-size: 10px;
          font-weight: bold;
          color: #000000 ;
        }
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 50px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #000000;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #ffffff;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#ffffff;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #000000;
	  width:100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color:#ffffff;
	}
.modfooter a:hover {
	  color: #E91414;
	  text-decoration: none;
	}

.pview /* brackets both the image and all text in one frame */
{
	margin:7px;
	padding: 7px;
 }

.pcaption /* brackets all text below photo */
{ 
	padding:2px;
	margin-top:2px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 100%;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:17px;
 }

.vafloat /* float for view album - text */
 {
	float: none; 
 }

.vafloat2 /* float for view album - images */
 {
 	float: none; 
 }

.vasummary /* controls the view of Album summary */
{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
}

#adminbox {
	width: 786px;
}

#adminbox td {

}

/* TDMedia stuff starts here */

#wrapper {
	width: 786px; 
	margin: 0px auto;
	padding:0px;
	text-align: left;
	}

	
#gallery_top {
	width: 786px; 
	height:162px;
	margin: 0px;
	padding:0px 0px  10px 0px;
	border:0px;
	background: #102130 url(/images/gallery_top.jpg) no-repeat;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}
	
#logo {
	width: 177px; 
	height:141px;
	margin: -41px 15px 0px 575px !important;
	border: 0px;
	float:right;
	padding:0px;
	position:relative;
	
}

#start {
 	 font-family:Arial, Helvetica, Verdana, arial, sans-serif;
	 
	 width:630px;
	 height:15px;
	 margin: 0;
	 padding:0;
	 text-align: left;
	 position:relative;
}

#start h1 {
	font-size: 10px;
	 color:#14283A;
	 margin: 0;
}
/* Menu Structure */

#menu_new  {
	width: 755px;
	height:28px;
	margin: 0;
	border: 0;
	padding: 0;
        font-family: Arial,Helvetica,sans-serif;
	background: transparent;

}
#menu_new ul#mymenu {
	
		width: 755px;
		height:28px; 
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		background: transparent;
		text-align: left;
		text-indent: 0;
					
}
#menu_new ul#mymenu li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		background: transparent;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		display:inline;
		text-indent: 0;
		
}
#menu_new  ul#mymenu  li#homemenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 0; 
		color: #ccc;
		width: 50px;
		border-right:1px solid #000;
		text-align:center;
}


#menu_new  ul#mymenu  li#aboutmenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 50px; 
		color: #ccc;
		width: 75px;
		border-right:1px solid #000;
		text-align:center;
}


#menu_new  ul#mymenu  li#gallerymenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 125px; 
		color: #ccc;
		width: 110px;
		border-right:1px solid #000;
		text-align:center;

}

#menu_new  ul#mymenu  li#testimonialmenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 235px; 
		color: #ccc;
		width: 110px;
		border-right:1px solid #000;
		text-align:center;

}

#menu_new  ul#mymenu  li#contactmenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 345px; 
		color: #ccc;
		width: 80px;
		border-right:1px solid #000;
		text-align:center;
}

#menu_new  ul#mymenu  li#employmentmenu {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;
		left: 425px; 
		color: #ccc;
		width: 110px;
		border-right:1px solid #000;
		text-align:center;
}



#mymenu li, ul#mymenu a {
		height: 21px;
		display: inline;
		padding: 3px 0 0 0;
		color:#ccc;
		text-decoration: none;
	
}

ul#mymenu a:hover {
     color: #132160;
	text-decoration: underline;                                                    
}


/* Menu Structure */


a:link, a:visited { 
	font:12px Arial,Helvetica,sans-serif;
	color:#F8D63B;
	text-decoration:none;
	}

a:hover, a:active { 
	font:12px Arial,Helvetica,sans-serif;
	text-decoration:underline;
	color:#fff;
}
#content {
		
		padding: 0px;
		text-align:left;
		float:left;
		margin: 0 auto;
		width:785px;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-top:0px;
		
}



#footer {
	 font-family: Arial, Helvetica, Verdana, arial, sans-serif;
	 font-size: 12px;
	 color:#ccc;
	 width:500px;
	 margin: 10px;
	 padding:0px ;
	 text-align: center;
	 clear: both;
	 width:786px;
	 align:center;
	 
}



p.brk {
		clear: both;
		margin: 0;
		padding: 0;
		border: 0;
	}

h1 {
		
	font-family: Helvetica, Verdana, arial, sans-serif;
	 font-size: 18px;
	 color:#ccc;
	 font-weight: bold;
	}
	
	
.u {
	text-decoration:underline;

}	

ul li {
		font-family: Helvetica, Verdana, arial, sans-serif;
	 font-size: 13px;
	 color:#ccc;
	

}

img.floatLeft { float: left;
		margin: 2px 4px 2px 2px; 
		padding: 2px 4px 0 4px; 

}

img.floatRight { float: right;
		margin: 2px 4px 2px 2px; 
		padding: 2px 4px 0 4px; 
}
.adjust  {
	margin:0px;
	padding:0px 5px 0px 0px ;
	font-family: Helvetica, Verdana, arial, sans-serif;
	font-size: 13px;
	color:#ccc;



}
