/* CSS Document */
* /* use a wildard to set the document default margin and padding to 0*/
{
	margin: 0; 
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*html {overflow: hidden;} /*we don't need any scrolls for our html */

body
{
	background-color: #F1FDFE;
}

#iframed 
{
	overflow: hidden; /*this is to remove the scroll when not needed*/
} 

#iframed, iframe
{
	width: 100%;
	height: 100%;
}

div.container
{
width:865px;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header
{
/*padding:0.5em;*/
color:white;
background-color:gray;
clear:left;
}
div.footer
{
/*padding:0.5em;*/
color:white;
background-color:gray;
clear:left;
}
h1.header
{
color: #CC0000;
position:relative;
/*width: auto;*/
top:7px;
left:10px;
}
h6.footer
{
color: #CC0000;
position:relative;
width: auto;
top:7px;
left:10px;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

/* Locating objects */
div.pos_fixed /* locate the vertical google ad */
{
position:fixed;
top:2px;
left:870px;
width:120px;
height:600px;
}

div.pos_s_fixed /* locate the search google ad */
{
position:relative;
width:335px;
top:-15px;
left:550px;
}

div.pos_h_fixed /* locate the horizontal google link ad */
{
position: relative;
top:-13px;
left:135px;
width:728px;
height:15px;
}

.pos_r_fixed /* locate the horizontal google ad */
{
float:right;
/*position:relative;
padding:0.5em;
top:0px;
left:0px;*/
/*width: 350px;
height:300px; */
}

.pos_r_i_fixed /* locate the horizontal google ad */
{
float:right;
position:relative;
padding:0.5em;
/*top:-90px;
/*left:-100px;*/
width:200px;
height:200px;
}

.pad /* padding for google link ad */
{
padding: 10px 0px;
float:left;
}

/* Class for text formatting */
.small_heading
{
color: #000099;
}

.deep_red
{
color: #CC0000;
}

.deep_blue
{
color:#330099;
font-size:11px;
}

/* Shadow CSS */

/*#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	} */

/* Shadow */
.img-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	/*margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;*/
	margin: 10px 0px 0px 10px /*!important; */
	}

.img-shadow img {
  display: block;
  /*position: relative;*/
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
/*
.alpha-shadow {
	clear: both;
	float:left;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
	}

.alpha-shadow div {
  background: url(../images/shadow2.png) no-repeat left top !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  float: left;
  padding: 0px 6px 6px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }
*/

/* menu */

#wrap {
	margin: 0px;
	width: 865px;
	background: gray;
	border:1px solid gray;
	overflow: auto;
}	
#menu {
	height: 25px;
	margin: 10px 0 0px 0; 
	padding:0 10px;
	border-bottom: 1px solid black;
} 
.tab {
	float: left;
	width: 130px; 
	height: 25px;
	margin: 0 3px 0 0;
	background: url(../images/bars.gif) 0 -50px no-repeat;
}
.tab a {
	display: block;
	width:100%; 
	height:100%;
	overflow: hidden;
	font: bold 13px/1 Georgia, serif;
	color: #039;
	text-decoration: none;
	background: url(../images/bars.gif) top left no-repeat;
}
.tab span {
	display: block;
	padding: 7px 0 0 13px;
}
.tab a:hover {
	background-image: none;
	color: #ff0;
}
.tab a:active {
	color: #000;
}
        
