/*---Reset----*/
body {  
	background: #1d97c3 url(../Images/CssImg/bg.gif) repeat-x top;
	font-family:arial;
	font-size:14px;
	color:#333333;
	margin:0 auto;
  	width:100%;
	padding:0;
}
img { 
       border:0px none;
}
p {
       margin:0;
       padding:0
}
form, *{
       margin:0;
       padding:0;
}
#wrapper {
       border:0px solid #000;
       margin:0 auto;
       width:1000px;
}
#header {
       height:80px;
       margin-top:10px;
}
.logo {
       float:left;
}
.top-links{
       float:right;
       font-size:18px;
       text-align:right;
       margin: 10px 15px 0 0;
}
#banner {
       background-image:url(../Images/CssImg/banner.jpg);
       width:998px;
       height:210px;
       border-right:1px solid #fff;
       border-left:1px solid #fff;
}
#content {
		float:left;
		width:976px;
		height:auto;
		padding:10px;
		border-right:2px solid #a8a8a8;
        border-left:2px solid #a8a8a8;
        border-bottom:2px solid #a8a8a8;
        background: #fff url('../Images/CssImg/content-background.gif') repeat-x;
}
#column-left {
       margin-right:10px;
       border:1px solid #999;
       width:208px;
       float:left;
       background:#fff;
}
#internals-container {    
       float:left;
	   width:748px;
	   height:auto !important;
       min-height:400px;
       padding-bottom:10px;
       background:#fff;
       border:1px solid #999;
}
#footer  {
	   float:left;
	   height:45px;
	   width:1000px;
	   background-image:url(../Images/CssImg/footer.png);
       text-align:center;
	   line-height:20px;
       margin-bottom:10px;
}
h3, h4, h5 , P, div { 
       margin:0;
       padding:0;
       font-weight:normal;
}
h1 {
       color:#0082ac;
       font-size:18px;
       padding:5px 0 5px 15px;
       border-bottom:1px solid #999;
       height:20px;
}
h2 {
       color:#0082ac;
       font-size:14px;
       padding-bottom:5px;
}
a {
       color:#0082ac;
       font-size:14px;
       font-family: Arial, Helvetica, sans-serif;
       text-decoration:none;
}
a:vistied {
	color:#0082ac;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
		color:#000
}
ul, li {
	font-size: 14px;
	list-style-position:inside;
	list-style-type:disc;
	padding-bottom:1px;
}
/*---Reset End----*/

.catlistbox{margin-right:20px;}

#selector img{padding-right:10px;}

/* Tab Content */

.indentmenu{
font: bold 13px Arial;
width: 100%;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*navy border*/
background:#cfcfcf repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 10px;
text-decoration: none;
border-right: 1px solid white; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background:#98d1e5 repeat-x;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
