#container {
	background-color: #F4F4F4;
	padding: 0;
	margin: 0 auto;
	height: auto;
	width: 940px;
	text-align: left;
}

/*
#nav{
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	margin: 15px 0px 20px 0px;
	height: 32px;
}
*/
#nav{
	margin: 0px 0px 0px 0px;
	border-top: 0px solid #B5B5B5;
	border-bottom: 0px solid #B5B5B5;
	clear: both;
	font-family:"Trebuchet MS";
	font-weight:normal;
	text-align: center;
	color: #FFFFFF;
	background-color: #575757;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 4px;
}
#subNav{
	background-color: #E6E6E6;
	padding: 0px 8px 3px 8px;
	margin: 5px 0px 0px 0px;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	clear: both;
	font-weight: bold;
}
/*#nav a, #nav a:visited,*/ #subNav a, #subNav a:visited{
	text-transform: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px 1px 1px 1px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}
#subNav a, #subNav a:visited{
	background-color: #EEE8AA;
}

/* #nav a:hover,*/ #subNav a:hover{
  	background-image:    url("images/nav_selected.gif");
	text-decoration: none;
	color: #000000;
}

 a.glass:hover  {
	display:block;
	width:250px;
	height:56px;
	background-image:url(images/glass.png);
	font-family:'Trebuchet MS';
	font-size:17px;
	color:#111;
	padding-top:19px;
	text-align: center;
	}
 a.glass:link, a.glass:visited {
	display:block;
	width:250px;
	height:56px;
	background-image:url(images/glass.png);
	font-family:'Trebuchet MS';
	font-size:17px;
	color: #FFFFFF;
	padding-top:19px;
	text-align: center;
	}	
#photoBar {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0;
	/*border-top: 1px solid #B5B5B5;*/
	border-bottom: 1px solid #B5B5B5;
	float: left;
	background-color: #b7b7b7;
	position:relative;
}
#photoBar a, #photoBar a:visited, #photoBar a:link {
	color: #FFF;
	font-family:"Trebuchet MS";
	font-size:15px;
	text-transform:none;
	font-weight:bolder;
	
}
#photoBar a:hover {
	color:orange;
	text-decoration:underline;
}
/* MPR PROMO */
#feature{
	background-color: #E77B19;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #45413A;
	border-bottom: 1px solid #45413A;
	clear: both;
	text-align: center;
}
#feature h1 {
	font-weight: normal;
	font-size: 200%;
	color: #45413A;
}
#feature a:link, #feature a:visited {
	color: #45413A;
	background-color: #E77B19;
	display: block;
	width: 100%;
}
#feature a:hover {
	color: #FFFFFF;
	background-color: #E77B19;
}
/* END PROMO */
#strap {
	color: #999999;
	text-align: justify;
	text-align: center;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 0.2em;
	word-spacing: 0.3em;
}
#pageTitle{
	background-color: #FAFAFA;
	padding: 3px 8px 3px 8px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	clear: both;
}
#cnt {
	padding: 5px 8px 10px 8px;
}
#two3rd {
	width: 630px;
	float: left;
}
#one3rd {
	width: 254px;
	float: right;
	margin-left: 7px;
	border: 1px #04315f solid;
}
#oneHalf {
	width: 49%;
	float: left;
}
#twoHalf {
	width: 50%;
	float: right;
}
#hliteBox{
	background-color: #E6E6E6;
	padding: 5px 5px 5px 5px;
	margin: 3px 0px 0px 5px;
	border: 1px solid #B5B5B5;
	width: 25%;
	float: right;
	font-weight: bold;
}

/************** header tag styles **************/


#pageTitle h1, #subNav h1{
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF8C00;
}
#pageTitle h2,#subNav h2{
	font: bold 110% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #E77B19;
	float: right;
	width: 32%;
}
#subNav h1, #subNav h2 {
	top: 2px;
	display:inline;
	position:relative;
	left: -2px;
}
.strap h1 {
	font: normal 270% "Arial Black", sans-serif;
	color: #CCCCCC;
	margin: 0px;
 	padding: 0px;
	line-height: 15px;
}

.hlite{
 font: bold 110% Arial, Helvetica, sans-serif;
 color: #0099FF;
 margin: 0px;
 padding: 0px;
}
.special {
	font-weight: bold;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	text-align:center;
	display:block;
}

/************ bg styles **************/
.bgOrange {
	background-image: url(images/orange-bgr.png);
	background-repeat: repeat;
}
.bgOrange a:link, .bgOrange a:visited{
	color: #FFFFFF;
	font-weight:bold;
}
.bgOrange a:hover{
	color: #00FF00;
}
/************** text, img and float alignment *****************/
.sm {
	font-size: 80%;
}
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
#floatLeft {
	float: left;
	margin-right: 5px;
}
#floatRight {
	float: right;
	margin-left: 5px;
}

.imgFloatLeft {
	float: left;
	/*margin-right: 5px;*/
	padding: 0 10px 0 0;
}
.imgFloatRight {
	float: right;
	/*margin-left: 5px;*/
	padding: 0 0 0 10px;
}
.hidden {
	display: none;
}

.pad {
	padding: 10px;
}
/* portfolio list/img styles */
.port {
	width:100%;
	padding-bottom:10px
}
.port ul {
	list-style-type: none;
	margin:0 9px;
	padding:0
}
.port li {
	float:left;
	margin: 5px 8px 0px 0px;
	border: 1px solid #fff;
}
.port li img {
	display: block;
	margin: 1px;
	border: 0px
	}
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5; 
opacity: 0.5;
-khtml-opacity: 0.5;}


a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }


/* removes border from radio buttons when rad is applied as a class to radio button */
.rad {
	border: none;
	width: auto;
}
.rad input {
	color: Black;
}
/* apply class to form buttons */
.btn {
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #E6E6E6;
	background-image:   url("images/nav_selected.gif");
	BORDER : 1px solid #B5B5B5;
	text-transform : uppercase;
	padding: 4px;
	line-height: 24px;
}
.frmBtn {
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #E6E6E6;
	background-image:   url("images/nav_selected.gif");
	BORDER : 1px solid #B5B5B5;
	text-transform : uppercase;
	height: 20px;
}
.frmBtn:hover, .btn:Hover {
	color: #0099FF;
	background-image:    url("images/nav_selected.gif");
}

/************** footer styles ****************/

#footer{
	background-color: #E77B19;
	clear: both;
	font-size: 90%;
	margin-top: 10px;
	/* height: 21px; */
}
#footer p {
	padding-left: 8px;
	padding-top: 2px;
	line-height: 15px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #000000;
}
#footerlinks{
	clear: both;
	font-size: 80%;
	padding-top: 10px;
	text-align: center;
	background-color: #ffffff;
}
#footerlinks a {
	font-weight: normal;
	padding: 0px 3px 0px 3px;
	border-right: 1px solid #B5B5B5;
}
/********************* end **********************/
/* admin styles */
.hr {
	border-bottom: 1px solid #E77B19;
	margin: 0;
	padding: 0;
	height: 1px;
}
#subNav a, #subNav a:visited {

	font: bold 95% Arial, Helvetica, sans-serif;
	text-transform: lowercase;
  	color: #FF4500;
	margin: 0px;
	padding: 2px 5px 2px 4.6px;
	border-right: 1px solid #FFFFFF;
}
/************************ external ******************/
.Table-border {

	FONT-WEIGHT: bold;
	BORDER : 1px solid #B5B5B5;
	padding: 1px;
}
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(corner_tr.gif) right top no-repeat;
  }
.wrap3 img {
  display:block;
  }
.dropcap {
float:left;
color:#D4D4C7;
font-size:100px;
line-height:70px;
padding-top:8px;
font-family: Times, serif, Georgia;
} 
.style23 {
	font-size: x-small;
	font-weight: bold;
}
.boxdiv {
	display:block;
	background: #FFFFFF;
	border:6px, #000000, solid;
	padding:5px;
	font-size:x-small;
	margin-top:5px;
}
.boxblueborder {
	color:#04315f;
	padding:5px;
	background:#FFFFFF;
	border:1px #c5d8ec solid;
	margin-bottom:2px;
}
.textbluebox {
	color:#053160;
	font-family:'Trebuchet MS';
	font-weight:bolder; font-size:15px;
	background:#c5d8ec;
	padding:2px;
}
#container #photoBar span {
	display:block;
	background-color:#4d4d4d;
	color:#FFFFFF;
	font-family:'Trebuchet MS';
	padding:3px;
	padding-top:3px;
	font-size:11px;
	text-align: center;
	line-height: 20px;
}
#container #photoBar p {
	font:'Trebuchet MS';
	font-size:9px;
	margin:1px;
	line-height: 11px;
}
.li-menu {
	background-image:url(images/menu-top-bgr-btn.jpg);
	border:1px solid #FFFFFF;
	display:block;
	float:left;
  /*	height:28px;   */
	margin-left:4px;
	width:127px;
  /*	padding-top:12px; */
}
#container #nav a {
	color:#181818;
	text-decoration:none;
}
#container #nav #linkw a {
	color:#FFFFFF;
	text-decoration:none;
}


/*********   TAB MENU *********/
#tabmenu ul {
	width:100%;
	}

#tabmenu li {
	display:block;
	float:left;
	padding:5px;
	list-style-type:none;
	
}
#tabmenu li ul {
	list-style-type: none;
	float:left;
	display:none;
	padding-left: 0px;
}
#tabmenu li ul li {
	border: #666666 solid 1px;
	background-color:#CCCCCC;
	}
#tabmenu li:hover > ul {
	display:block;
	position:absolute;
	padding-left:0px;
	left:25px;
	margin:0 auto;
	/* top:0;
	left:101px; */
		}
