/* CSS Document created by Joe haddad at TBR Telecom

This stylesheet contains styles used by EVERY page on TBR Telecom Website

*/


body {
	margin-top: 15px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	height: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
/* Begin top area of page */
#title_left {
	width: 750px;
	height: 66px;
	background-image: url(../images/title_left.jpg);
	text-align: left;
	float: left;
}

#title_right {
	width: 150px;
	height: 66px;
	text-align: right;
	float: left;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #630101;
	font-size: 20px;
	margin: 0 0 0 15px;
}

#main_logo {
	width: 296px;
	height: 145px;
	float: left;
}

#right_nav {
	height: 130px;
	width: 237px;
	float: left;
	background-image: url(../images/right_nav.jpg);
	text-align: left;
	padding-top: 15px;
	padding-left: 60px;
}

/* The main navigation is an unordered list. These styles determine the format */
.topNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topNav_item {
	margin: 0px;
	padding: 3px 0 3px 0;
}

/* The following is the class that determines the look of the links */
.mainNav, .mainNav:link, mainNav:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.mainNav:hover {
	color: #999999;
	text-decoration: none;
}

/* End top area of page */
/* Begin footer area of page */
#footer {
	width: 900px;
	float: left;
	border-top: solid 2px #630101;
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 30px;
}

.footerLink, .footerLink:link, .footerLink:visited {
	color: #000000;
	text-decoration: none;
}

.footerLink:hover {
	color: #666666;
	text-decoration: none;
}

#subFooter {
	width: 900px;
	height: auto;
	text-align: center;
	font-size: 12px;
	float: left;
	display: inline;
	padding-bottom: 20px;
}

.wddLink, .wddLink:link, .wddLink:visited {
	color: #FF3300;
	text-decoration: none;
}

.wddLink:hover {
	color: #000099;
	text-decoration: none;
}
