/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	background: #FFFFFF;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #125798;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 16px;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #125798;
}

a:hover {
	text-decoration: none;
	color: #8D0000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

.divider2
{
position: relative;
width:100%;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 1em 0em 1em 0em;
}

/*======================
	  Logo  
========================*/

#logo {
	width: 870px;
	height: 100px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
}

#logo h1 {
	float: left;
	padding-top: 10px;
}

#logo h2 {
	float: right;
	padding-top: 70px;
	font-size: 16px;
	font-weight: normal;
}

#logo h2, #logo h2 a {
	color: #939292;
}

#logo a {
	text-decoration: none;
}

#logo #slogan
{
	padding:20px 0 0 0;
	margin:0 0 0 20px;
	float:right;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#nav-bar
{
	height:62px;
	background: #fff url(images/res_img02_repeat_blk.jpg) repeat-x;	
	padding: 0 0 10px 0;	
	margin: 0 auto 0 auto;	
}

#nav-main 
{
	width: 870px;
	height: 62px;
	margin: 0 auto 0 auto;
	/*padding:.8em 0 1em 20px;*/
	padding: 23px 0 0 28px;
	position:relative;
	font-weight:bold;
}

/*
#nav-main div
{
	background:#9933cc url(../../images/bg-nav-side.png) top right no-repeat;
	width: 25%;
	_width: 25.5%;
	position: absolute;
	top: 0;
	right: 0;
	padding: .8em 0 1em 0;
}
*/
#nav-main ul {
	margin:0;
	/*padding:0 20% 0 0;*/
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	/*padding:0 1em 0 0;*/
	background:none;
	padding: 20px 0 0 22px;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:underline;
}

#nav-main li.current a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/*======================
	  ACTIVE PAGES  
=====================*/
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:underline;
}

/*=====================
		Menu 
=====================*/

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #4E9FC8 url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 23px 0 0 28px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/*======================
	  Search  
========================*/

#search {
	float: right;
	width: 200px;
	color: #eee;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
}

#search #s {
	width: 150px;
}

#search #x {
	display: none;
}

/* =================
	  Banner 
==================*/

#banner {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
}

#banner p
{
	margin:.5em .5em .5em .5em;
}

/*======================
	  Page  
========================*/

#page {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 55px 35px 30px 25px;
	background: url(images/img06.gif) no-repeat;
}

/*======================
	 Content 
========================*/

#content {
	float: right;
	width: 603px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 0px 20px 0 20px;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

.post .entry .heading
{
	 font-size:1.2em;
	 font-weight:bold;
}

/*======================
	  Sidebar  
========================*/

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 20px;
}

#sidebar li h2 {
	height: 32px;
	margin-bottom: 15px;
	padding: 8px 0px 0px 20px;
	background: #4E9FC8 url(images/img09_rev4.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

#sidebar li p {
	padding: 0 20px;
}

/*======================
	  ADMIN CONTENT 
========================*/

#adminContent {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
	vertical-align:top;
}

/*======================
	  ADMIN MENU  
========================*/

#adminMenu
{
	width:98%;
}

#adminMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#adminMenu li {
	margin-bottom: 40px;
}

#adminMenu li ul {
}

#adminMenu li li {
	margin: 0;
	padding: 5px 20px;
}

#adminMenu li h2 {
	height: 32px;
	margin-bottom: 15px;
	padding: 8px 0px 0px 20px;
	background: #fff url(images/img09_rev4.jpg) no-repeat;
	font-size: 18px;
	color: #FFFFFF;
}

#adminMenu li p {
	padding: 0 20px;
}

#adminMenu input, 
#adminMenu textarea,
#adminContent input, 
#adminContent textarea
{
	background: #fff;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6E6E6E;
}

/* =================
	Admin Banner 
==================*/

#adminBanner {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 8px 0 0 0;
	vertical-align:top;
}

#adminBanner p
{
	width:860px;
	margin:.5em .5em .5em .5em;
	text-align:right;
}

/*======================
	  Calendar  
========================*/

#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}


/*======================
	  Home Page  
========================*/

#home_content
{
	 margin:0 0 0 60px;
	 width:800px;
}

#home_leftside
{
	width:265px;
	float:left;
}

#home_middle
{
	width:265px;
	float:left;
}

#home_rightside
{
	width:265px;
	float:right;
}

/*Home Menu-bar */
#home_leftside ul,
#home_middle ul,
#home_rightside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#home_leftside li,
#home_middle li,
#home_rightside li
{
	margin-bottom: 40px;
}

#home_leftside li ul,
#home_middle li ul,
#home_rightside li ul 
{
	
}

#home_leftside li li,
/* #home_middle li li, */
#home_rightside li li 
{
	margin: 0;
	padding: 5px 0 0 15px;
}

#home_leftside li h2,
#home_middle li h2,
#home_rightside li h2 
{
	height: 32px;
	margin-bottom: 15px;
	padding: 8px 0px 0px 30px;
	background: #fff url(images/img09_rev4.jpg) no-repeat;
	font-size: 18px;
	color: #fff;
}

#home_leftside li p,
#home_middle li p,
#home_rightside li p 
{
	padding: 0 0 0 0;
	width:240px;
	text-align:left;
}

/*======================
	  Footer  
========================*/

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img06_footer_2.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}


/*======================
	 CITRIX
======================*/

#rightside
{
	width:300px;
	float:right;
}

#leftside
{
	float:left;
	padding-right:20px;
	width:300px;
}

/*========================
    MISC CLASSES
  ========================*/
  
  .location_image
  {
	padding:2px 2px 2px 2px;
  }
  
  
  .linklist_item,
  .linklist_item_alt
  {
  	padding:5px 5px 5px 5px;
  	width:125px; 
  	vertical-align:top;
  }
  
.linklist_item_alt
{
	background-color: #C5DAFA;
}
  
.linklistitem_td1
{
	height:50px;
  	vertical-align:middle;
}
  
.linklistitem_td2
{
	height: 50px;
	vertical-align: top;
	font-weight: bolder;
	color: #21508F;
}
  
  
.linklistitem_td3
{
  	height:50px;
  	vertical-align:top;
  	font-size:1em;
}

.linklist_table
{
	
}

.linklist_row
{
	
}

/*========================================
         MISC CLASSES
========================================= */

.smallHeading
{
	height:14px;
		
}

#sub
{
	width:100%;	
}

.sub2
{
	width:100%;	
}

.sub-left
{
	width:40%;
	float:left;
}

.sub-right
{
	width:15%;
	border:solid 2px #999999;
	float:right;
	vertical-align:top;
	
}

#header .headerImage
{
	left:1000px;
	top:20px;
	position:absolute;	
}

.collapsePanelHeader
{
	margin-top: 5px;
	background: url(images/panel_header.gif) repeat-x left top;
	color: #fff;
	width: 50%;
	font-weight:bold;
	height:30px;
}

.numList, .optList .numList
{
	list-style-type: decimal;
	list-style-image: none;
	vertical-align:middle;
}

.optList
{
	list-style-image: url( '../images/bullet_plus.png' );
	vertical-align:middle;
}


/*=========================================
	CLASSES FOR LISTVIEW FORMATING
========================================== */
/*.outer
{
	position:relative;
	
}*/

.outer {
position:relative;
padding:4em 0 10px 0;
width:100%;
margin:0 auto 3em auto;
}

.outer table caption {
position:absolute;
width:51.7em;
text-align:center;
top:0;
left:0;
height:2.5em;
background:#697210;
border:0.1em solid #fff;
color:#fff;
}
.outer th tr {
position:absolute;
top:1.5em;
height:20px;
left:0;
}
.outer tfoot td {
position:absolute;
width:51.5em;
text-align:center;
background:#f0c992; 
border:0.1em solid #000;
color:#000;
bottom:0;
left:0
}
.outer th, .outer td {
width:10em; 
text-align:left;
}
.outer th {
background:#724a10; 
color:#fff;}

.outer .dk 
{
	background:#fff;
}

.innera {
overflow:auto;
width:100%;
height:600px;
background:#eee;
}

.tableone { border-collapse:collapse; margin:0 auto;}
.tabletwo { border-collapse:collapse;}
.th1 {width:100px;}
.th2 {width:150px;}
.th3 {width:100px;}
.th4 {width:100px;}
.th5 {width:150px;}
.th6 {width:240px;}
.th7 {width:150px;}
.th8 {width:160px;}

.td1 {width:100px;}
.td2 {width:150px;}
.td3 {width:100px;}
.td4 {width:100px;}
.td5 {width:150px;}
.td6 {width:250px;}
.td7 {width:150px;}
.td8 {width:150px;}

.tableone
{
	background: #000099;
	border: 1px solid #fff;
	color: #fff;
	font-size: 9pt;
}
.tableone td {border:1px solid #fff; color:#fff;}

.tableone tbody
{
	background: #fff;
	color: #000;
}

.tableone caption {background:#fff; color:#697210; font-size:1.2em; margin:0 auto;}

.tabletwo td {background:#eee; color:#000;}

.tableone th,
.tableone th a
{
	background:#fff url(images/panel_header.gif) repeat-x;
	color:#fff;
	height:2em;
}

.tableone th, 
.tabletwo td 
{
	text-align:left;
}

.tabletwo th, .tabletwo th a
{
	background-image: none;
	background-color: #001133;
	color: #fff;
	height: 2em;
	padding: 0 2px 0 2px;
}

.tabletwo .tableEdit th, .tableEdit th a
{
	background: #264664 url(images/img03.gif);
	color: #fff;
	height: 2em;
	padding: 0 2px 0 2px;
}

.tabletwo tr.dk td {background:#ddd; color:#000;}

.tabletwo tr.select td
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3366CC;
	padding:1px 1px 1px 1px;
}

.tabletwo tr.insert td
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1D3750;
	padding: 1px 1px 1px 1px;
}

.tabletwo tr.insert-header td
{
	font-weight: bold;
	background:#1D3750 url(images/panel_header.gif) repeat-x;
	color:#fff;
	font-size:1.7em;
	font-weight: bold;
}

.tabletwo tr.edit td
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1D3750;
	padding: 1px 1px 1px 1px;
	border:solid .5px #fff;
}

.tabletwo tr.edit-header td
{
	font-weight: bold;
	background:#1D3750 url(images/panel_header.gif) repeat-x;
	color:#fff;
	font-size:1.7em;
	font-weight: bold;
}

.innerb {height:600px; overflow:auto;}

.ip_th1 {width:60px;}
.ip_th2 {width:25px;}
.ip_th3 {width:155px;}
.ip_th4 {width:90px;}
.ip_th5 {width:90px;}
.ip_th6 {width:85px;}
.ip_th7 {width:70px;}
.ip_th8 {width:75px;}
.ip_th9 {width:85px;}
.ip_th10 {width:70px;}
.ip_th11 {width:65px;}
.ip_th12 {width:60px;}
.ip_th13 {width:70px;}

.ip_td1 {width:65px;}
.ip_td2 {width:30px;}
.ip_td3 {width:175px;}
.ip_td4 {width:90px;}
.ip_td5 {width:90px;}
.ip_td6 {width:90px;}
.ip_td7 {width:90px;}
.ip_td8 {width:90px;}
.ip_td9 {width:90px;}
.ip_td10 {width:90px;}
.ip_td11 {width:90px;}
.ip_td12 {width:90px;}
.ip_td13 {width:90px;}

.ip_tableone { border-collapse:collapse; margin:0 auto;}
.ip_tabletwo { border-collapse:collapse;}

.ip_tableone
{
	background: #000099;
	border: 1px solid #fff;
	color: #fff;
	font-size: 9pt;
	width:100%;
}
.ip_tableone td {border:1px solid #fff; color:#fff;}

.ip_tableone tbody
{
	background: #fff;
	color: #000;
}

.ip_tableone caption {background:#fff; color:#697210; font-size:1.2em; margin:0 auto;}

.ip_tabletwo td {background:#eee; color:#000;}

.ip_tableone th,
.ip_tableone th a
{
	background:#fff url(images/panel_header.gif) repeat-x;
	color:#fff;
}

.ip_tableone th, 
.ip_tabletwo td 
{
	text-align:left;
}
.ip_tabletwo tr.dk td {background:#ddd; color:#000;}

.ip_tabletwo tr.select td
{
	background: #;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3366CC;
	padding:1px 1px 1px 1px;
}

/*===============================
  UPS Listview
===============================*/
/*Header */
.ups_th1 {width:65px;}
.ups_th2 {width:70px;}
.ups_th3 {width:70px;}
.ups_th4 {width:70px;}
.ups_th5 {width:90px;}

/*ListItem */
.ups_td1 {width:80px;}
.ups_td2 {width:90px;}
.ups_td3 {width:80px;}
.ups_td4 {width:90px;}
.ups_td5 {width:90px;}

/*===============================
  Manager Listview for Capital
===============================*/
/*Header */
.mgr_th1 {width:10px;}
.mgr_th2 {width:60px;}
.mgr_th3 {width:90px;}
.mgr_th4 {width:70px;}
.mgr_th5 {width:10px;}

/*ListItem */
.mgr_td1 {width:10px;}
.mgr_td2 {width:110px;}
.mgr_td3 {width:90px;}
.mgr_td4 {width:40px;}
.mgr_td5 {width:100px;}

/*================================
   ADMIN Remote Links Listview
=================================*/

/*Header */
.rl_th1 {width:55px;}
.rl_th2 {width:40px;}
.rl_th3 {width:20px;}
.rl_th4 {width:130px;}
.rl_th5 {width:200px;}
.rl_th6 {width:100px;}
.rl_th7 {width:150px;}
.rl_th8 {width:100px;}
.rl_th9 {width:50px;}

/*ListItem */
.rl_td1 {width:50px;}
.rl_td2 {width:50px;}
.rl_td3 {width:20px;}
.rl_td4 {width:130px;}
.rl_td5 {width:200px;}
.rl_td6 {width:100px;}
.rl_td7 {width:150px;}
.rl_td8 {width:100px;}
.rl_td9 {width:50px;}




/*================================
     CONTACT INFO
  ================================*/
  
#contact-info
{
	
	
}

#contact-info ul
{
	margin:10px 0 0 165px;
	list-style:none;
	font-size:.8em;
	padding-top:30px;
}

/*=====================================
	REGISTRATION FORM
  =====================================*/
  .regform
  {
  	width:550px;
  	padding:10px 10px;
  	background-color:#fff;
  	color:#CECECE;
  }
  
  .regform .heading
  {
  	margin-left:-5px;
  }
  
  .regform .bodyouter
  {
  	background:#fff url(images/regform-body.jpg) repeat-y;
  	padding:0px 10px;
  }
  
  .regform .bodyinner
  {
  	margin:0px 5px;
  }
  
  .regform .top
  {
  	background:#fff url(images/regform-top.jpg) no-repeat;
  	height:44px;
  	text-align:right;
  	padding-right:20px;
  }
  .regform .bottom
  {
  	background:#fff url(images/regform-bottom.jpg) no-repeat;
  	height:44px;
  }
  
  .regform .bottom input
  {
	float:right;
	margin: 0px 20px;	
  }
  
  .regform input
  {
  	padding:2px 2px;
  	margin: 2px 2px;
  }
  
  .info-list
  {
	 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;	
  }
  
  