
/* CSS Document 

Template for a centered 965px site with left menu area 

*/


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .8em;
}
body {
	background-color: #FFFFFF;
	background-image:url(../images/body-bg.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: .8em;	
	#
}

td{
	font-size:.8em
}


p{
	margin:0;
}

h1{
	margin:0;
	color:#274674;
	font-size:1.5em;
	font-wieght:bold
}

h2{
	margin:0;
	color:#274674;
	font-size:1.3em;
}

h3{
	margin:0;
	color:#000;
	font-size:1.1em;
}

a:link{
	color:#000099;
	text-decoration:none
}

a:hover{
	color:#98da18
}

a:visited{
	color:98da18;
	text-decoration:none
}

a:visited a:hover{
	color:purple;
	text-decoration:none
}


#anchor{
	width:1003px;
	border-top:1px solid transparent;
	margin-left:auto;
	margin-right:auto;
	margin-top:-1px
}


#container{
	width:1003px;
	margin:0;
	float:left;
}

#header{
	width:1003px;
	margin:0;
	float:left;
	height:110px;
	margin-bottom:30px
}

#logo{
	margin:0;
	margin-top:6px;
	float:left;
	width:249px;
	height:77px;
}

/* Top Menu Styles */
#top-menu{
	float:left;
	margin:0;
	margin-top:63px;
	width:auto;
	height:24px;
	margin-left:-40px;
}
#top-menu-bar-left{display:none;
	float:left;
	margin:0;
	margin-top:-40px;
	width:495px;
	height:24px;
	margin-left:2px;
        color:white;
        font-size:0.875em;
}

#top-menu-bar-right{display:none;
	float:right;
	margin:0;
	margin-top:-40px;
	width:495px;
	height:24px;
	margin-right:5px;
        color:white;
        font-size:0.875em;
}

#top-menu-bar-left a {
  	color:white;
}
#top-menu-bar-left a:hover {
  	color:white;
}

#top-menu-bar-left a:visited{
	color:silver;
	text-decoration:none
}

#top-menu-bar-left a:visited a:hover{
	color:purple;
	text-decoration:none
}

#top-menu-bar-right a {
  	color:white;
}
#top-menu-bar-right a:hover {
  	color:white;
}

#top-menu-bar-right a:visited{
	color:silver;
	text-decoration:none
}

#top-menu-bar-right a:visited a:hover{
	color:purple;
	text-decoration:none
}

#strapline{
	float:left;
	margin:0;
	width:500px;
	height:25px;
	margin-top:23px;
	margin-left:-400px;
	_margin-left:-760px
}	

#hacker-safe{
	float:left;
	margin:0;
	width:100px;
	margin-top:15px;
	margin-left:60px;
	_margin-left:-125px
}
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin:0;
	height: 23px;
	list-style: none;
}

.glossymenu li{
	float:left;
	margin-right:3px;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding:0 0 0 8px; /*Padding to accomodate left tab image. Do not change*/
	height: 23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 14px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background:url(../images/blue-tab-left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background:url(../images/tab-blue-right.png) no-repeat right top; /*right tab image path*/
}

/* Grey Items */

.glossymenu li a{
	color: #fff;
	background:url(../images/grey-tab-left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li a b{
	color: #fff;
	background:url(../images/tab-grey-right.png) no-repeat right top; /*right tab image path*/
}


/* End of menu styles*/		

#main{
	width:1003px;
	margin:0;
	float:left;
	margin-top:-5px;
	_margin-top:-25px;
	overflow:hidden
}

#main ul{
	list-style-image:url('../images/li.png');
	padding-top:2px;
	padding-left:2px
	margin:0
}

#main li{
	margin-bottom:.9em;
	margin-left:-9px
}

#left{
	width:190px;
	margin:0;
	float:left;
	overflow:hidden
}

#sidemenu{display:none;
	float:left;
	width:188px;
	overflow:hidden;
	background-image:url('../images/portal-mid-small-border.jpg');
        background-repeat:repeat-y;
	padding-left:1px;
	margin:0;
}

#center{
	width:599px;
	margin:0;
	float:left;
	margin-right:12px;
	margin-left:11px;
	overflow:hidden
}

#center .h2{
	margin:0;
	color:#274674;
	font-size:1.3em;
	border-bottom:1px solid #274674;
	padding-bottom:.2em
}

#right{
	width:190px;
	margin:0;
	float:left;
		
}

#footer{
	width:993px;
	margin:0;
	float:left;
	padding:5px;
	padding-top:7px;
	margin-top:30px;
	color:#FFFFFF;
	background-color:#274674;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat
}

#footer a {
  	color:white;
}
#footer a:hover {
  	color:white;
}

#footer a:visited{
	color:silver;
	text-decoration:none
}

#footer a:visited a:hover{
	color:purple;
	text-decoration:none
}

.footer{
	width:993px;
	margin:0;
	float:left;
	padding:5px;
	background-repeat:no-repeat;
	text-align:center;
	color:#777
}	
	
	
/* Classes */

.clear{
	clear:both;
	margin:0;
}

.portal-grey-head{
	float:left;
	margin:0;
	width:176px;
	height:12px;
	background-image:url(../images/portal-grey-top.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	padding-bottom:7px;
	_padding-bottom:4px;
	padding-left:8px
}

.portal-blue-head{
	float:left;
	margin:0;
	width:176px;
	height:12px;
	background-image:url(../images/portal-blue-top.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	padding-bottom:7px;
	_padding-bottom:4px;
	padding-left:8px
}

.portal-solid-blue{
	width:169px;
  	height:89px;
        margin:0 0 10px 0;
        padding:10px;
	background-image:url('../images/content-solid-blue.jpg');
	color:white;
}

.portal-side-small{
	float:left;
	width:188px;
	background-image:url(../images/portal-mid-small.jpg);
        background-repeat:repeat-x;
	padding:0 0 0 1px;
	margin:0;
}	

.portal-body-small{
	float:left;
	width:179px;
	background-image:url(../images/portal-mid-small.jpg);
        background-repeat:repeat-x;
	padding:5px;
	margin:0;
}

.portal-foot-small{
	float:left;
	width:189px;
	background-image:url(../images/portal-base-small.jpg);
	height:6px;
	margin:0;
        margin-bottom:12px;
	background-repeat:no-repeat
}

.fadeaway-large{
	float:left;
	margin:0;
	background:url(../images/fadeaway-large.jpg);
	width:350px;
	background-repeat:no-repeat;
	margin-right:10px;
	padding:8px
}	

.fadeaway-small{
	float:left;
	margin:0;
	background:url(../images/fadeaway-small.jpg);
	width:200px;

	margin-right:5px;
	background-repeat:no-repeat;
	padding:8px
}

.portal-main-bg{
	float:left;
	margin:0;
	background-image:url(../images/portal-mid-large.jpg);
	width:609px;
	margin-top:10px;
	background-repeat:repeat-y
}	
	
.portal-main-fade{
	float:left;
	margin:0;
	background-image:url(../images/portal-fade-large.jpg);
	width:609px;
	background-repeat:no-repeat;
	padding:0;
}

.portal-main-base{
	float:left;
	margin:0;
	background-image:url(../images/portal-base-large.jpg);
	width:609px;
	background-repeat:no-repeat;
	height:5px;
}				


	
		

			
