.nav-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;

}

.nav-text a{
	color: #ffffff;
	text-decoration: none;
	display:block;
	width:126px;
	height:15px;
}

.nav-text a:hover{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display:block;
	background-color: #FFCC33;
}



.nav-links a:link {

margin-top:5px;
margin-bottom:5px;

}


.nav-links a:visited {

}

.nav-links a:active {
	display:block;
	color: #ffffff;
	text-decoration: none;
}

#table {
	display:block;
	width:780px;

}


#container {
	display:block;
	width:780px;
	margin:0px auto;
	text-align:left;
	position:relative;
	
	}
	
#menu {
float:left;
	display:block;
	width:780px;
	}
	
.content {
float:left;
	display:block;
	width:778px; /* 780 inlcuding the 1px borders */
	margin:0px;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	border-bottom: 15px solid #FF6600;
	padding:0px;
	background-color: #ffffff;

}


/* Left_column total width 190 */

.left_column_container {
	/*display:block;*/
	display:inline;
	float:left;
	width:130px;
	margin-bottom:10px;
	margin-left:20px;
	margin-top:10px;

}



.right_column_container {
	/*display:inline;*/
	display:inline;
	float:left;
	width:595px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:30px;
	border-left: 1px solid #929D7F;

}

.right_column_body {
	display:block;
	float:left;
	display:inline;
	margin: 10px 0px 20px 20px; /*top, right, bottom, left */
	z-index: 3


}

.footer_position {
	display:block;
	float:left;
	width:780px;

	}
	
	
.footer_text{
	display:block;
	width:450px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	margin:10px auto;
	line-height: 15px;
}

#navigation {
	display:block;
	float:left;
	width: 120px;
	margin-top:10px;
	margin-bottom:10px;
	z-index: 3;
		}

#navigation ul {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#navigation li {
	list-style-type: none;
	border-bottom: 1px dotted #666;
	margin: 0;
	}
	
#navigation li a {
	display: block;
	padding-left: 10px;
	/*color: #929D7F;*/
	text-decoration: none;
	width: 130px;
	background-image: url(images/bullets_c_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	}
	
#navigation li a:hover {
	display: block;
	padding-left: 15px;
	/*color: #fff;
	background-color: #000;*/
	text-decoration: none;
	width: 100px;
	background-image: url(images/bullets_c_02.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	font-weight: bold;
	}
	
#navigation h1 {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	/*margin: 0px 0px 0px 0px;   top, right, bottom, left */
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;

	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;	
	}

#navigation p {
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 10px 0px 3px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

#navigation img { /* affects all images in the navigation */
	border: 0 none;
	}

#navigation a { 
	color: #333333;
	text-decoration: none;
	}
	

#navigation a:link {

	color: #333333;
	}

h1 {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #666666;
	margin: 0px 0px 20px 0px; /* top, right, bottom, left */
	padding: 0px;
	}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #333333;
	margin: 0px 0px 20px 0px; /* top, right, bottom, left */
	padding: 0px;
	}
h3{
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-weight: bold;
	color: #666666;
	margin: 0px 0px 20px 0px; /* top, right, bottom, left */
	padding: 0px;
	}
	
	
	
p {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #333333;
	margin: 10px 0px 3px 0px; /* top, right, bottom, left */
	padding: 0px;

}

ul {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #333333;
}

ol {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #333333;
}

.top_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
	margin-bottom:0px;
	position:relative;
	top:10px;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;

}


.bottom_bar {
float:left;
	display:block;
	width:780px;
	height:18px;
	background-image: url(images/bottombar.jpg);
	background-repeat: no-repeat;
	background-position: left;

}


.homepage_bg {
	background-image: url(images/motorola2.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.left_bar_text{

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #333333;
}
