﻿body{
padding:0px;
margin:0px;
background:#2D2D2D;
}

table {border-collapse:collapse; border:0px;}

table {
		width:100%;
		height:100%;
		border:0px;
}

td { vertical-align:top; padding:0px;
}

a{color:#FFFFFF;}
a:hover{text-decoration:none;}

img { border:0px;}

.globaltable li {
margin-top: 0px; 

}

.globaltable ul {
	margin-top:-5px;




}

.m_text, table, li
	{
		font-family:arial;
                font-size:14px;
		line-height:14px;
		color:#D8D8D8;
	}

.input {

		color:#000;
		font-family:Tahoma;
                 font-size:11px;
		line-height:14px;
}

.textarea {

		color:#000;
		font-family:Tahoma;
                 font-size:11px;
		line-height:14px;

}

.c_text { color:#fff; font-size:9px; text-align:center; text-transform:uppercase;}
.c_text a { color:#969696; text-decoration:none;}
.c_text a:hover {text-decoration:underline;}


.right  { text-align:right;}
.center { text-align:right;}

.header_text {
	font-size:medium; font-weight:bold;
	height:46px; background:url(http://imageserver.webpropartners.com/templates/graphics/header_tall2.gif) top repeat-x;}
.header_text div{background:url(http://imageserver.webpropartners.com/templates/graphics/header_right2.gif) top right no-repeat; }

.content, .content td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:5px;
		border:2px;
		font-family:arial;
		font-size:14px;
		line-height:14px;
		color:#D8D8D8;
	}

.mission, .mission td
	{
		background-color: #282828;
		border-color: #FFF;
		border-size: 5px;
		width:auto;
		height:auto;
		margin:0px;
		padding:8px;
		
	}


ul { 

margin:0; padding:0; list-style:none;}

li { 
background:url(http://imageserver.webpropartners.com/templates/graphics/list_bg.png) no-repeat 0 7px; line-height:18px; margin:0px; padding:0px; padding-left:9px; padding-right:9px;}
li a {

 color:#00853e;}


/******* Navigation ***************************************/




/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 1;
 padding: 1;
 list-style: none;
 height: 15px;
 margin-top: 158px;

}


/* main menu */
.menulist ul li {
 text-align: center;


}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.5em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
 height: 33px;
 list-style: none;
 margin-top: 15px;
 

}




/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/

.menulist li {
 float: left;
 position: relative;
 border-right: 0px solid #cccccc;
 margin-right: 4px;
 margin-left: 4px;



}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {

 top: 5px;
 left: 155px;
 width: 150px;
 border: 0px solid #c7c9c9;



}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 BACKGROUND: #317023;
 BACKGROUND-IMAGE: url(http://imageserver.webpropartners.com/templates/graphics/clearpix.gif); 
 BACKGROUND-REPEAT: repeat-y;
 border: 0px solid #c7c9c9;



}

.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px;
 color: #FFF;
 text-decoration:  none;
 font-size: 13px;
 padding-left:15px;
 padding-right: 15px;



}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #a29061;
BACKGROUND-IMAGE:url(http://imageserver.webpropartners.com/templates/graphics/bgnav-spec1060.png);
font-size: 13px;



}

.menulist  a.highlighted {
 color: #FFF;


}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* main menu */
.menulist li {
 
 padding-right: 2px;
 padding-left: 2px;

}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;

}
.menulist ul a .subind {
 display:  block;
 float: right;

}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */


/******** Navigation ********/



/* main menu */
.menulist ul li {
 text-align: left; 

}

.scrollContainer {
  overflow:hidden;

}
   /* tipsy styling. (for tool tips)   */
  .tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; border-color:#fff;border:5px;  /*background-image: url(../images/tipsy.gif);*/ }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 300px; text-align: left; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }

