/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Title : mainRTUSPT.css
Author : Jim Doree		
URL : http://RTUSPT.com	
Description : 
Created : July 19, 2005
Modified : July 21, 2005
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
/* ----- CSS ----- */
  
#outerWrapper{
  width: 760px;
  background: url(pics/mainBG.gif) repeat-y center; 
  background-color:  #000;
  margin-right:auto;
  margin-left:auto; 
}
#wrapper {
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 63px 0px 0px 0px;
  background-image: url(pics/header.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: .9em;
  background-color : transparent;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: #000;
  text-align: center;	
}
a:link {color: #969696; background-color: transparent;}
a:visited {color: #666; background-color: transparent;}
a:hover {color: #fff; text-decoration: underline; background-color: transparent;}

#linkBar {
  font-size: 70%;
  padding: 2px 2px 2px 5px;
  text-align: left;
  background-color: #2dd0f1;
  margin: 0 5px 0 5px;
	color: #f5f5f5;
}
#linkbar a{
	text-decoration: none;
}
/*#linkbar a:hover{
	color: yellow;
}*/
#content {
  width: 742px;/*510px;*/
  float: left;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 6px;
  background-color: black;
  color: #ccc;
  background-image: url(pics/greyBlackGradient.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
#content p {
  font-size: 75%;
  line-height: 1.4em;
  padding: 0px 8px 0px 8px;
  margin-top: 4px;
}
.references{
	color: gray;
	font-size: .65em;
	padding-left: 15px;
}
#content h1 {
  font-size: 105%;
  font-family : Helvetica, sans-serif;
  color: #CBF5FF;
  background-color: transparent;
  margin-bottom : 2px;
  padding-top: 5px;
}
#content h2 {
  font-size: 100%;
  font-family : Helvetica, sans-serif;
  color: #CBF5FF;
  background-color: transparent;
  margin-bottom : 2px;
}
#content li{
   font-family: helvetica, sans-serif;
   font-size: 70%;
   margin-left: 10px;
}
#content ul{
  padding-top: 0px;
  margin-top: 0;
}
#mainContent{
  float:left;
  width: 550px;
  margin: 0 0px 10px 0px;
  padding: 0 5px 0 0;
	border-right: 1px solid #7e7e7e;
	background-color: #000;
  }

#mainContent p{
	color: #ccc;
	font-size: .8em;
}

#mainContent h1{
	color: #CBF5FF;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 8px;
  border-bottom: 1px solid #696969;
}
#mainContent h2{
   font-size: .9em;
	color: #2dd0f3;/*#CBF5FF;*/
	padding-left: 10px;
}

#mainContent h3 {
  font-size: .85em;
  font-family : Helvetica, sans-serif;
  color: white;/*#696969;*/
  background-color: transparent;
	padding-left: 10px;
}
#mainContent ul{
  padding-top: 0px;
  margin-top: 0;
}
#mainContent li{
   font-family: helvetica, sans-serif;
   font-size: .75em;
   margin-left: 10px;
}

.pInTable{
	font-size: 11px; 
	text-align : left;
	font-family : Arial, Verdana,sans-serif;
	margin: 5px 5px 5px 10px;
	line-height : 14px;
}

#footer{
  clear: both;
  margin: 4px;
  text-align: center;
  color: gray;
  font-size: .7em;
  }
	
#clearDiv{/*just hear to clear outside of the wrapper so background image extends to length of content*/
  clear: both;
	font-size: 1px;
  }
	/* main navigation start **************************************/
 #navcontainer
{
	margin: 0px 5px 0px 5px;
	padding: 0;
	height: 22px;
	background-color : #f5f5f5;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: circle;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a
{
	background: transparent;
	width: 103px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px verdana, lucida, sans-serif;
	font-weight : bold;
}

#navcontainer ul li a:hover
{
	color: #2dd0f1;
	border-bottom: 3px solid #2dd0f1;
}

#navcontainer a#active
{
	background-image: #1D750f;
	color: #fff;
	border-bottom: 3px solid #2dd0f1;
}

#navcontainer li#active a
{	
	color: #208FA9;
	background-image: url(pics/activeButtonBG.jpg);/*  #1D750f;*/
	bacground-repeat: repeat-x;
	border-bottom: 3px solid #97ECFF;
}
/* end navigation *************************************************************************/


		
