/*IT Business - Jeff Radecki CSS */

* {margin: 0; padding: 0;}
body {background: #003366; margin-bottom:5px;font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ; font-size: 75%;}
/**************************************** Header and Top Nav ****************************/
#container { width: 994px;	margin: auto;	font-size: 1em;  background:#FFFFFF; border: 2px solid #666666;}
#topAd{	height: 100px; padding-top: 5px;}
#headerNav {
background: url(img/navBg.gif) no-repeat top right; 
height: 29px;
text-align:right;
padding:3px;
}
#header {
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 5px;
}
#navLeft {
	width: 10px;
	background-image: url(layoutImg/navLeft.gif);
	height: 40px;
}

/**************************************** Sidebars ****************************/
#left {
	float: left;
	width: 10px;	
}
#right {
	font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	float: right;
	width: 300px;
	position:relative;
	padding-right: 5px;
}
#right ul, #right ol {
padding-left:15px;
}
.rightTitle {
display:block;
background: #ccc;
border: 1px solid #666666;
color: #003366;
font-weight:bold;
width: 288px;
padding-left:5px;
padding-right:5px;
margin-top: 10px;
}

.shortTitle {
display:block;
background: #ccc;
border: 1px solid #666666;
color: #003366;
font-weight:bold;
width: 130px;
padding-left:2px;
padding-right:2px;
}


/**************************************** Main Divs ****************************/
#contentwrapper {
 background:#FFFFFF;
 position:relative;
}
#content {
    font-family:"Trebuchet MS", Verdana, Tahoma, Georgia ;
	width: 665px;
	overflow: auto;
	position: relative;
	margin-left: 5px;	
}


#footer {
	background-image: url(images/footer.gif);	
	background-repeat: repeat-x;
	width: 991px;
	clear:both;
}
#footer a {
	padding-right:5px;
}

.grey:link, .grey:visited{
color:#666666;
text-decoration:none;
padding-right:5px;
}

.grey:hover {
color:#000;
text-decoration:underline;
padding-right:5px;
}

.bla:link, .bla:visited{
font-size:0.9em;
color:#000000;
text-decoration:none;
}

.bla:hover {
color:#000;
text-decoration:underline;
}

.white:link, .white:visited{
color:#fff;
text-decoration:none;
padding-right:5px;
}

.white:hover {
color:#ccc;
text-decoration:underline;
padding-right:5px;
}


ul.ITWrss {

}

li.rssLink {
margin-left:-5px;
}

.rssLink:link {
font-size:0.9em;
color:#000000;
}
.rssDate  {
font-size:0.9em;
color:#666666;
}


.splashBox {
display:block;
background: url(img/splashListBg.gif) no-repeat;
height: 128px;
padding:3px;
}

.splashBox h2{
font-size:14px;
color:#ffffff;
padding-left: 25px;
}
.splashBox ul{
padding:10px;
font-size:13px;
}

.splashButtons{
display:block;
background: url(img/splashButtonBg.gif) no-repeat;
height: 68px;
width:151px;
padding:3px;
}

.splashButtons h2{
font-size:14px;
color:#ffffff;
padding-top: 8px;
text-align:center;
}

/**************************************** text, images, lists ****************************/
a {
	color: #003366;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration: underline;
}

img {
  border: 0px;
}

p {
padding-top:0px;
padding-bottom:10px;
}


h1 {
	color: #003366;
	font-size: 1.5em;
	text-decoration: none;
}

h1 a:hover, h2 a:hover{
	color: #666666;
	text-decoration: underline;
	cursor:pointer; 
}


h3 {
	font-size: 1.2em;
	color: #003366;
	text-decoration: none;
}

ul { list-style-position: inside; padding: 0px; margin: 0px }
ol { list-style-position: inside; padding: 0px; margin: 0px }


