* {margin: 0; padding: 0;}

body
{
	background-image: url(../images/background.jpg);
	width: 1000px;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 1px;
}

p, li, label
{
	font-size: .8em;
	line-height: 1.4em;
}

h1
{
	font-size: 1.3em;
	color: black;
	padding-bottom: 10px;
}

h2
{
	font-size: 1em;
	color: #000000;
	padding-bottom: 5px;
}

h3
{
	font-size: 0.8em;
}

.textcenter{ text-align:center; }
.bold{font-weight:bold; }


div#content
{
    background-color:White;
    padding-top:40px;
}

.leftcolumn
{
    float:left;
    width:195px;   
    text-align:right;
    height:20px;
    padding-bottom:5px;
 }
 
 .rightcolumn
 {
     float:right;
     width:300px;
     text-align:left;
     height:20px;
     padding-bottom:5px;
     font-family:verdana,arial,sans-serif;
  }


/* Header Container */
div#header
{
	height: 100px;
	width: 1000px;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

a#logo
{
	background-image: url(../images/TRAdvisors.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 30px;
	margin-left: 35px;
	position: relative;
	display: block;
	width: 140px;
	height: 45px;
	float:left;
}

div#slogan
{
	position:relative;
	float: left;
	top: 25px;
	border-left: solid 1px;
	padding-left: 20px;
	font-family: 'Franklin Gothic Medium', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}



div#headerMenuContainer
{
	margin-right: 30px;
	padding: 0;
	position: relative;
	float: right;
	top: 15px;
	width: 400px;
	height: 20px;
	font-size: 0.85em;
}

div#headerMenuContainer2
{
	margin-right: 30px;
	margin-left: 100px;
	padding: 0;
	position: relative;
	float: right;
	top: -10px;
	width: 400px;
	height: 20px;
	font-size: 0.85em;
}


ul#headerMenu
{
	margin: 0;
	padding: 0;
}

ul#headerMenu li
{
	float: right;
	list-style: none;
	font-family: Verdana, arial, sans-serif;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: black;
	padding: 0 10px 0 10px;
	margin: 0;
}

ul#headerMenu li.first
{
	padding: 0 10px 0 0;
	border-style: none;
	border-width: 0;
}

#headerMenu li a, #headerMenu li a#visited
{
	color: #000000;
	text-decoration: none;
}

#headerMenu li.on a, #headerMenu li a:hover
{
	text-decoration: underline;
}

/* Navigation Bar */
div#nav
{
	float: left;
	list-style: none;
	background-color: #ffffff;
	z-index: 100;
	border-bottom: 2px solid;
	display: block;
	width: 970px;
	height: 50px;
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	top:30px;

}


ul#nav li
{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	float:left;
	display:block;
	position:relative;

}

ul#nav li a
{
	display: block;
	height: 50px;
	width: 148px;
	background-image: url(../images/horz_nav_2.gif);
	background-repeat: no-repeat;
}

ul#nav li a span
{
	display: none;
}

ul#nav li ul {
	display: none;
	padding: 0;
	margin: 0;
}

ul#nav li:hover ul, ul#nav li.over ul

{
	display: block;
	position: absolute;
	left: 0;
	top: 51px;
	color: white;
	padding: 0;
	margin: 0;
	width: 131px;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: #808080;
	z-index: 2;
}

ul#nav li ul li
{
	display: block;
	float: none;
	margin: 0;
	background-color: #404040;
	width: auto;
	padding: 0;
}

ul#nav li ul li a
{
	padding: 7px 8px 8px 8px;
	display: block;
	background-image: none;
	font-size: 11px;
	text-decoration: none;
	color: white;
	height: auto;
	font-family: verdana, arial, sans-serif;
	width: 131px;
	background-color: #404040;
	border-style: solid none none none;
	border-width: 1px 0 0 0;
	border-color: #808080;
	margin: -1px 0 0 0;
	z-index: 2;
}

ul#nav li ul li a:hover
{
	background-color: black;
	z-index: 2;
}


/* Tabs */
/* initial states */
#liOpportunities a { background-position: -1px 0;
}
#liLicenses a {
	background-position: -153px 0;
}
#liPushcarts a { background-position: -303px 0;
}
#liSubwayPerformers a { background-position: -453px 0;
}
#liLandTracker a { background-position: -603px 0;
}
#liFAQs a { background-position: -752px 0;
}

/* hover states */
#liOpportunities a:hover, #liOpportunities:hover a, #liOpportunities.over a { background-position: -1px -60px;
}
#liLicenses a:hover, #liLicenses:hover a, #liLicenses.over a { background-position: -153px -60px;
}
#liPushcarts a:hover, #liPushcarts:hover a, #liPushcarts.over a { background-position: -303px -60px;
}
#liSubwayPerformers a:hover, #liSubwayPerformers:hover a, #liSubwayPerformers.over a { background-position: -453px -60px;
}
#liLandTracker a:hover, #liLandTracker:hover a, #liLandTracker.over a { background-position: -603px -60px;
}
#liFAQs a:hover, #liFAQs:hover a, #liFAQs.over a { background-position: -752px -60px;
}

/* on states */
#liOpportunities.on a, #liOpportunities.on a:hover { background-position: -1px -123px;
}
#liLicenses.on a, #liLicenses.on a:hover { background-position: -153px -123px;
}
#liPushcarts.on a, #liPushcarts.on a:hover { background-position: -303px -123px;
}
#liSubwayPerformers.on a, #liSubwayPerformers.on a:hover { background-position: -453px -123px;
}
#liLandTracker.on a, #liLandTracker.on a:hover { background-position: -603px -123px;
}
#liFAQs.on a, #liFAQs.on a:hover { background-position: -752px -123px;
}

/*Sidemenu*/
div#sidemenu
{
	background-color: inherit;
	padding-top: 10px;
	width: 150px;
	height: 500px;
	margin: 0;
	padding: 35px 0 0 0;
	background-color: #FFFFFF;
	float:left;
	position: relative;
	top: 25px;
}

#sidemenu ul
{
	padding-left:30px;
	padding-right:10px;

}

#sidemenu li
{
	padding: 15px 10px 15px 10px;
	border-width: 1px 0 0 0;
	border-color: #C0C0C0;
	border-style: solid;
	color: #909090;
	list-style: none;
	margin: 0;
}

#sidemenu li.first
{
	border-width: 0;
	border-style: none
}

#sidemenu li.first.on #sidemenu li.first.on a:hover
{
	color: #336699;
}

#sidemenu li a, #sidemenu li a#visited
{
	color: #909090;
	text-decoration: none;
}

#sidemenu li a:hover
{
	color: #336699;
}

#sidemenu li.on a, #sidemenu li.on a:hover
{
	color: #336699;
}


/*Body Text*/
div#bodytext
{
	background-color:#FFFFFF;
	width: 755px;
	padding: 50px 70px 75px 25px;
	text-align:justify;
	float:right;
	position: relative;
	top: 25px;
	min-height: 450px;
}

div#bodytext ol
{
	margin-left: 20px;
	padding-left: 15px;
	list-style-image: url("../images/arrow.gif");
}

div#bodytext ul
{
	margin-left: 30px;
	list-style: none;
}

#bodytext a
{
	color: #336699;
	text-decoration: none;
}

#bodytext a:hover
{
	color: #336699;
	text-decoration: underline;
}

#bodytext h2 a
{
	color: black;
	text-decoration: none;
}

#bodytext h2 a:hover
{
	color: black;
	text-decoration: underline;
}

.imgshadow 
{
	-moz-box-shadow: 0px 5px 40px #333;
	-webkit-box-shadow: 0px 5px 40px #333;
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 3px;
	border: 1px solid #222;
	color: #fff;
	float: right;
}

/*Content on Opportunities front page*/
 div#oppthumb
{
	float: left;
	margin: 0 15px 30px 0;
	border: 1px solid #222;
}

div#oppthumb p
{
	margin-bottom: 10px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
}

div#oppthumb img
{
	width: 160px;
	height: 160px;
}

div#oppthumb a
{
	text-decoration: none;
	background:#333333;
	padding: 3px;
	color: #FFFFFF;
	float: left;
	height: 210px;
}

div#oppthumb a:hover, #linkthumb a:hover
{
	-moz-box-shadow: 0px 5px 40px #333;
	-webkit-box-shadow: 0px 5px 40px #333;
	background:#FFFFFF;
	color: #000000;
	float: left;
	text-decoration: none;
}


/*End Content on Opportunities front page*/


div#hometext
{
	background-color:#FFFFFF;
	width: 1000px;
	padding: 0;
	text-align:justify;
	float:left;
	position: relative;
	top:30px;
	margin-bottom:75px;
}

div#hometext ol
{
	margin-left: 20px;
	padding-left: 15px;
	list-style-image: url("../images/arrow.gif");
}

#hometext a
{
	color: #336699;
	text-decoration: none;
}

#hometext a:hover
{
	color: #336699;
	text-decoration: underline;
}

.result1heading
{
    COLOR: #ffffff;
    background-color : #336699;
}

.tdResultsRow1
{
    color:#3D3F41;
    background-color : #b8cbe0;
    opacity:25;
    
}
.tdResultsRow2
{
    color:#3D3F41;
    background-color : #d1deee;
    opacity: 50;
}


/*Footer*/
div#footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #FFFFFF;
	font-size: 0.85em;
}

div#footerMenuContainerLeft
{
	text-align: left;
	padding-left: 20px;
	top: 50px;
	position: relative;
	float:left;
	color: #FFFFFF;
	font-style: italic;
}

div#footerMenuContainerRight
{
	float: right;
	margin: 0;
	padding-right: 20px;
	top: 50px;
	height: auto;
	position: relative;
}

ul#footerMenu
{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: Verdana, arial, sans-serif;
}

ul#footerMenu li
{
	display:block;
	border-style: none none none solid;
	border-width: 0 0 0 1px;
	border-color: white;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul#footerMenu li.first
{
	padding: 0 10px 0 0;
	border-style: none;
	border-width: 0;
}

#footerMenu li a, #footerMenu li a#visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#footerMenu li a:hover
{
	text-decoration: underline;
}

div#projectbox
{
	background-color: #F0F0F0;
	padding: 20px;
	margin-bottom:10px;
	min-height:150px;
}

#projectimage
{
	float:right;
	height:125px;
	margin:10px 15px 10px 50px;
}


