/*	Main CSS Style Sheet for www.tdscorp.com
*	Copyright 2007 TDS Corp.
*	www.tdscorp.com
*/

/* Sets all margins and padding to 0 to override browser defaults */
* {
	margin: 0;
	padding: 0;
}

/*main tag styles */

/*Hide content except for non-css browsers*/
.hideMe {
	display: none;
}

a:link 		{color: #494d76; text-decoration: none;}
a:visited 	{color: #494d76; text-decoration: none;}
a:hover 	{color: #494d76; text-decoration: underline;}
a:active 	{color: #494d76; text-decoration: none;}

#footer a {
	color: #999999;
}

li a {
	color: #000000;
}

body {
	background-color:#000000;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
}

.h1-Home {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 0 40px;
	margin: 30px 0 15px 5px;
	height: 26px;
}

.h2-IC {
	background-image: url(../images/IC-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Tools {
	background-image: url(../images/Tools-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Mouse {
	background-image: url(../images/Mouse-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Server {
	background-image: url(../images/Server-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Disk {
	background-image: url(../images/Disk-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Umbrella {
	background-image: url(../images/Umbrella-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Workstation {
	background-image: url(../images/Workstation-Icon.gif);
	background-repeat: no-repeat;
}

.h2-People {
	background-image: url(../images/People-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Gears {
	background-image: url(../images/Gears-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Arrow {
	background-image: url(../images/Arrow-Icon.gif);
	background-repeat: no-repeat;
}

.h2-Key {
	background-image: url(../images/Key-Icon.gif);
	background-repeat: no-repeat;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 10px 0 10px 0;
}


p {
	margin: 10px 15px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}

.p-Home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 20px 0 0 0;
	line-height: 20px;
}

#rightColumn p {
	color: #666666;
	width: 200px;
	margin: 10px auto 10px auto;
}

#footer p {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 2px 0 0 0;	
}

img {
	border: none;
}


/*layout div styles*/
#container {
	width: 880px;
	/*height: 100%; */
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(../images/header.jpg);
	height: 133px;
}

#nav {
	background-image: url(../images/nav.jpg);
	height: 36px;
	padding: 10px 0 0 13px;
}

#content {
	background-image: url(../images/content-bkgnd.gif);
	/*height: 500px;*/
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
}

#homeContent {
	width: 866px;
	height: 600px;
	margin: 0 auto 0 auto;

}

#homeLeftColumn {
	display: inline;
	width: 376px;
	margin: 40px 40px 0 35px;
	float: left;	
}

#homeRightColumn {
	display: inline;
	width: 376px;
	margin: 40px 0 0 0;
	float: left;
}

#leftColumn {
	display: inline;
	width: 548px;
	/*height: 600px;*/
	background-image: url(../images/left-column-bkgnd.jpg);
	background-repeat: no-repeat;
	margin: 0 13px 40px 30px;
	padding: 10px 0 0 12px;
	float: left;
}

#rightColumn {
	display: inline;
	width: 207px;
	height: 400px;
	margin: 0 30px 0 13px;
	background-color: #F8F8F8;
	border: #999999 1px solid;
	padding: 10px 10px 10px 10px;
	float: left;
}

#footer {
	background-image: url(../images/footer-bkgnd.gif);
	height: 55px;
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
	clear: both;
	padding: 3px 0 0 0;
}


/* element layout styles */
#nav li {
	display: inline;
	margin: 0 20px 0 22px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #212121;
}

.currentNav {
	color: #494D76;  /*why isn't this working????*/
	text-decoration: underline;
}

#content li {
	margin: 0 20px 0 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	list-style: square;
}

#content ul {
	margin: 20px 0 20px 0;
}

#homepageButton {
	width: 348px;
	height: 94px;
}




