/* GENERAL STYLES */
/*
body,html {
	font-family: 'lucida grande', 'lucida sans', lucida, verdana;
	text-align: left;
	color:black;
	width:100%;
	}
*/

#myP{
clear:both;
margin:0;
padding:.5em 0;
}
#xyz{border:none;}
#screenshot{position:absolute;display:none;}

#tContainer{
width: 200px;
position: relative;
left: 50%;
margin-left: -200px; /* half the width of the div */
}


#dhtmltooltip

{

font-family:Arial;

font-size:12;

position: absolute;

right: -300px;

width: 150px;

border: 1px solid black;

padding: 2px;

background-color:lightyellow;

visibility: hidden;

z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);

}

#dhtmlpointer{

position:absolute;

left: -300px;

z-index: 101;

visibility: hidden;

}



#MapContainer{
text-align:center;
}









body {
font-family: 'lucida grande', 'lucida sans', lucida, verdana;
text-align: left;
/*background-image:url('/media/6375/bg-silver.jpg');*/
background-image:url('/media/TMRCoreImages/TMRWebsiteBackground.jpg');
/*background-repeat:repeat-y;*/
background-color:#F5F5F5;
}


#bottom {
height:100px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url('/media/7466/footer.jpg');
}


#menu{font-size:10pt;}



/* Rich text editor styling start */
#holderBody {
	background-color: black;
}

#holder {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
	
}

/* Rich text editor styling end */

/* HEADERS */
h2 {}

/* NEWS*/
.newsDate {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 90%;
}
.newsResume {
	margin: 0 0 10px 0;
	padding: 0;
}

#newsBox {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #ddd;
}

#newsBox .newsDate {
	border-top: 1px solid #ddd;
}

/* header 
#header {
width: 800px;
padding: 0;
display: block;
}

*/


/* Navigation */
#secondLevelNavigation {
    float: left;
    width: 110px;
    list-style:none;
    padding:0;
    margin: 0;  
    border-top: 1px solid #ddd;
 }

#secondLevelNavigation li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#secondLevelNavigation li .selected {
	font-weight: bold;
}

#secondLevelNavigation a {
    display: block;
    padding: 0px 0;
    text-decoration: none;
}

#secondLevelNavigation a:hover {
    background-color: #eee;
}

#naviHolder{
    float: left;
    padding:0;
    width:800px;
    height:30px;
    margin:0;    
}

#naviList {
    list-style:none;
    margin: 0;    
    padding: 0;
}

#naviList li {
    width:95px;
    float:left;
    border-left:#ddd9cc solid 1px;
    border-right:#888477 solid 1px;
    border-top:#888477 solid 1ps;
   }

#naviList .selected {
	font-weight: bold;
}

#naviList a{
    padding: 8px 0;
    text-align: center;
    text-decoration:none;
    color:#FFFFFF;
    display: block;
    
}

#naviList a:hover{
    color:transparent;
}


/* Pull */
#nav ul, #nav {
	list-style: none;
	
	padding: 0;
	margin: 0;
}
#nav a {
    padding: 10px 0;
    text-align: center;
    text-decoration:none;
    color:white;
    display: block;
    font-size: 12px;
}

#nav .current {
	font-weight: bold;
	color:black;
	background-image: url(/media/270/buttonselected.gif);
}
#nav .current a {
	color:black;
}

#nav .current a:hover {
	color:black;
	text-decoration: underline;
}

#nav .current li{
	background-image: url();
	background-color: #333333;	
}

#nav .current li a{
	color: white;
	text-decoration: bold;
}
#nav .current li a:hover{
	color: white;
	text-decoration: underline;
}

#nav .current li li a{
	color: white;
	text-decoration: underline;
}

#nav li li {
	height: auto;
	}


#nav li li div{
	color:white;
	width: 150px;
	height: auto;
	z-index: 100;
	background-color: #333333;
	border-left:#888477 solid 1px;
    	border-right:#888477 solid 1px;
    	border-top:#888477 solid 1px;
	border-bottom:#888477 solid 1px;
}


#nav li li:hover{
	color: white;
	text-decoration: underline;
}

#nav a {
	
	
}

#nav a:hover {
	color: white;
	text-decoration: underline;

}

#nav li li a {
	display: inline;
	font-weight: normal;
	color: white;
	vertical-align: middle;
	padding:3px;
	z-index: 100;


}

#nav li {
	
	float: left;
	position: relative;
	width:100px;
	height: 30px;
	text-align: center;
	cursor: default;
    	background-image: url(/media/265/buttondefault2.gif);
}


#nav li ul {
	display: none;
	position: left;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-image: url();
	padding: 0 0;
	
}

#nav li>ul {
	top: auto;
	left: auto;
}



#nav li:hover ul, li.over ul {
	display: block;
}

/* BREADCRUM */
#umbBreadcrum {
    
    list-style:none;
    margin-bottom:5px;
    color: #aaa;
    font-size:10pt;
    float:right;
}

#umbBreadcrum li {
    position:relative;
    float:left;
    margin: 0px 3px 3px 0;  
    padding: 0;
}

/* BOXES */
a {
/*color:#339933;*/
color:#007792;
}
a:hover {
color:#339933;
}
#textContent {
	float: left;
	min-height:600px;
	verticle-align: top;

}

#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}

#main_container {
	background: #fff;
	left:50%;
	top:0px;
	margin-left:-400px;
	text-align:left;
	position:absolute;
	}

#main {
	margin:0;
	text-align:left;
	width: 100%;
	
}

#bottom {
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size: 12px;
	}

#content {
	float: left;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	font-size: 15px;
	}

#content img {
/*margin:2 2 2 2;*/
}




#shadowLeft{
/*position: relative;*/
width:5px;
background-image:url(/media/6390/borderleft.gif);
background-repeat:repeat-y;
}

#shadowRight{
width:5px;
background-image:url(/media/6395/borderright.gif);
background-repeat:repeat-y;
}


.glossymenu{
margin: 0px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid silver;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: url(/media/6411/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}


.glossymenu a.menuitem:hover{
background-image: url(/media/6416/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid silver;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #0099CC;
color: black;
}

.selected{
font: bold 19px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

#slider{
display:block;

}	
#slider ul, #slider li, #slider div {
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	overflow:hidden;
	width:500px;
	height:135px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:15px;
	}	
#nextBtn{ 
	left:500px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url('/media/whatwesell/btn_prev.gif') no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url('/media/whatwesell/btn_next.gif') no-repeat 0 0;	
	}	











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
