/* CSS Document  created by Joe Haddad at TBR Telecom

This StyleSheet is for the inner pages of TBR Telecom

*/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2E5E60;
	font-size: 14px;
	margin: 0 0 0 15px;
}

/* Begin nav area and logo area */
#left_nav {
	height: 137px;
	width: 287px;
	float: left;
	background-image: url(../images/nav_left.jpg);
	padding-top: 8px;
	text-align: left;
	padding-left: 20px;
}

/* The main navigation is an unordered list. These styles determine the format for the left side with the HOME link added */
.topNav2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topNav_item2 {
	margin: 0px;
	padding: 2px 0 2px 0;
}

#content {
	width: 900px;
	height: auto;
	margin-top: 20px;
	float: left;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftArea_G {
	width: 248px;
	height: 348px;
	padding: 0px;
	float: right;
	margin: 40px 0 25px 25px;
	border: solid 1px #2F5F61;
}

#leftArea_R {
	width: 248px;
	height: 348px;
	padding: 0px;
	float: right;
	margin: 40px 0 25px 25px;
	border: solid 1px #630102;
}

.innerHeading {
	margin: 0 0px 20px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
}

.innerHeading_R {
	margin: 0 0px 20px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	color: #630102;
}

.topLink, topLink:link, topLink:visited, topLink:visited {
	text-decoration: none;
}

.affTitle {
	font-weight: bold;
	font-size: 14px;
}

.resourceTitle_R {
	font-size: 16px;
	color: #630102;
	font-weight: bold;
}

.resourceTitle_G {
	font-size: 16px;
	color: #2F5F61;
	font-weight: bold;
}

.serviceL {
	padding: 0px;
	margin: 10px 0 0 0;
	list-style: none;
}

.serviceI {
	padding: 5px 0 5px 15px;
	margin: 0px;
}

.serviceLink, .serviceLink:link, serviceLink:visited {
	color: #032032;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.serviceLink:hover {
	color: #630102;
	text-decoration: none;
}











