/* At this point if I understand what I think I understand */
/* . = psuedo-class (or a class to us vb programmer types */
/* # = id */

/*---------- Overall Page Properties ----------*/
* {

	margin: 3px;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 1.5em;
}
/*---------- End Overall Page Properties ----------*/

/*---------- Body of pages ----------*/
body {
  background-color: rgb(94, 94, 94);
  background-image: url(../images/background.jpg);
  background-repeat: repeat-x;
  text-align: center;	
	background-attachment: fixed;

	position: relative;
  padding: 5px;
  margin-top: 20px;
	margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  text-align: left;
  color: rgb( 96, 96, 98 ); 
}
.container {			/* To contain the page and satisfy the parent div must be absolute if children are to position correctly */
	position: absolute;
	top: 20px;
	left: 20px;
}
div {
  background-color: rgb(255, 255, 255);
  padding: 5px;
  margin: 0px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin-left: 14px;
}

li {
  background-image: url(../images/block.gif);
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 10px;
}
h1, h3 {
  color: rgb(76, 142, 231);
}

h2 {
	color: rgb(2, 146, 12);
}
.site_links {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(11, 141, 241);
  text-decoration: none;
}

.site_links:visited {
  color: rgb(96, 96, 98);
  text-decoration: none;
}

.site_links:hover {
  color: rgb(76, 142, 231);
  text-decoration: none;
}

.site_links:active {
  color: rgb(76, 142, 231);
  text-decoration: none;
}

.links {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(11, 141, 241);
  text-decoration: none;
}

.links:visited {
  color: rgb(34, 34, 156);
  text-decoration: none;
}

.links:hover {
  color: rgb(255, 68, 0);
  text-decoration: none;
}

.links:active {
  color: rgb(76, 142, 231);
  text-decoration: none;
}

/*---------- End Body of pages ----------*/

/*---------- Core Divs of Page ----------*/
.header {
/*  background-color: rgb(255, 255, 255); */
  text-align: center;	
}

.left {
/*  background-color: rgb(155, 155, 155); */
	float: left;
	width: 259px;
  text-align: center;	
}
.right {
/*  background-color: rgb(55, 55, 55); */
	float: right;
	width: 150px;
}
.middle {
/*  background-color: rgb(5, 5, 5); */
	top: 100px;
	margin-left: 275px;
	border: none;
}
.footer {
/*  background-color: rgb(255, 255, 255); */
	clear: both;
}
/*-------- End Core Divs of Page --------*/

/*-------- Title Divs --------*/
.title {
	text-align: center;
}
/*-------- End Header Divs --------*/

/*-------- Menu Divs --------*/
.dashed {
  background-color: rgb(224, 224, 224);
  background-image: url(../images/div.gif);
  background-repeat: no-repeat;
  font-size: 1px;
  height: 1px;
  margin-left: 3px;
  margin-right: 3px;
  border: none;
}
/*-------- End Menu Divs --------*/

/*-------- Content Divs --------*/
.page_description {

  background-color: rgb(141, 241, 241);
}
/*-------- End Content Divs --------*/

/*-------- Colors --------*/
.dk_grey {
  background-color: rgb(150, 150, 150);
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 1px;
  margin-right: 3px;
  border: none;
  height: 1px;
  font-size: 1px;
}

.lt_grey {
  background-color: rgb(241, 241, 241);
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 1px;
  margin-right: 3px;
  border: none;
  font-size: 1px;
}

.lt_blue {
  background-color: rgb(142, 194, 245);
  margin-top: .5px;
  margin-left: 3px;
  margin-bottom: .5px;
  margin-right: 3px;
  border: none;
  height: 1px;
  font-size: .5px;
}

.menu_category {
  background-color: rgb(241, 241, 241);
  margin-top: 2px;
  margin-left: 3px;
  margin-bottom: 1px;
  margin-right: 3px;
  border: none;
}

.menu_subject {
  background-color: rgb(224, 224, 224);
  margin-left: 3px;
  margin-right: 3px;
  border: none;
  height: 16px;
  text-align: left;
  padding-left: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
}

/*-------- End Colors --------*/

/*-------- Fonts ----------*/
.title_font {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.velmex_websites {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: rgb(96, 96, 98);
  font-style: italic;
}

.site_links {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(76, 142, 231);
  font-style: italic;
}

.phone_numbers {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.menu_category_text {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(96, 96, 98);
  text-decoration: none;
}

.menu_subject_text {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(146, 146, 148);
  text-decoration: none;
}

.menu_subject_text:visited {
  color: rgb(34, 34, 156);
  text-decoration: none;
}

.menu_subject_text:hover {
  color: rgb(255, 68, 0);
  text-decoration: none;
}

.menu_subject_text:active {
  color: rgb(76, 142, 231);
  text-decoration: none;
}

.menu_links {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  color: rgb(96, 96, 98);
  text-decoration: none;
}

.google_search {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.important_notes {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: rgb(255, 2, 2);
}

/*-------- End Fonts --------*/

/*-------- Divs to replace tables ---------*/
.table_div {
	display: table;
}

.row_div {
	display: table-row;
}

.cell_div {
	display: table-cell;
}

* html .table_div {
}

* html .row_div {
	width: 100%
}

* html .cell_div {
	float: left;
	width: 20%;
}


.company_school {
	position: relative;
	background-color: rgb(0, 0, 0);
	top: 0px;
	left: 0px;
	height: 16px;	
	width: 200px;
}

.contact{
	position: relative;
	background-color: rgb(100, 100, 100);
	top: -31px;
	left: 200px;
	height: 16px;
	width: 200px;
}

.suppt_subject{
	position: relative;
	background-color: rgb(100, 100, 100);
	top: -62px;
	left: 400px;
	height: 16px;
	width: 200px;
}

.solution_tool{
	position: relative;
	background-color: rgb(100, 100, 100);
	top: -93px;
	left: 600px;
	height: 16px;
	width: 200px;
}

/*-------- End Divs to replace tables ---------*/