/* ------------------------------------ *
 CSS
 Distinctive Computer Service Website
 This is the main stylesheet file for the site.
 Styles defined in this file will be loaded globally through the site.
 * ------------------------------------ */

body {
	margin: 0;
	padding: 0;
}
#page {
	width: 897px;
	margin: 0 0;
	padding: 0px;
}
div#wrapper {
           margin-left:auto;
           margin-right:auto;
           width:779px;
           height:100%;
           border: 1px solid black;
           border-top:none;
}
#pageContent {
  display: inline-block;
  margin-top: -50px;
	width: 650px;
	padding: 0px 0px;
	color: black;
	border: none;
}
div#header {
           width:779px;
           height:220px;
           border:none;
           background-image:url('../images/header.jpg');
           background-color:#FFFFFF;
}
div#phoneNumber {
  float: right;
  padding-right: 20px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
div#pageContent {
					border: none;
                margin:20px;
}
div#footer {
	width:779px;
	height:30px;
	margin: 0 0;
	padding-top: 1px;
	border:none;
	background-image:url("../images/footer.jpg");
	background-color:#FFFFFF;
	margin-bottom:-1px;
}
div#menuItem {
	color: #044726;
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
	font-weight: bold;
	display: inline; 
	position: relative;
	left: 475px;
	padding-right: 5px;
	padding-left: 5px;
}
p.rightIndent {
              margin-left: 100px;
              margin-right: 100px;
              color: #044726;
              font-family: sans-serif;
              font-size: 0.9em;
              line-height: 1.25em;
}
p#legal {
              color: #044726;
              font-family: sans-serif;
              font-size: 0.7em;
              line-height: 1.25em;
}
a:link {
				  font-family: sans-serif;
				  font-size: 0.7em;
				  font-weight: bold;
				  color: #044726;
				  line-height: 1.25em;
				  text-decoration:none;
				  
}
a:active {
				  font-family: sans-serif;
				  font-size: 0.7em;
				  color: #044726;
				  font-weight: bold;
				  line-height: 1.25em;
				  text-decoration:none;				  
}
a:visited {
				  font-family: sans-serif;
				  font-size: 0.7em;
				  color: #044726;
				  line-height: 1.25em;
				  text-decoration:none;
}
a:hover {
				  font-family: sans-serif;
				  font-size: 0.7em;
				  color: #78B512;
				  line-height: 1.25em;
				  text-decoration:none;

}
h3 {
              margin-left: 100px;
              margin-right: 100px;
              color: #044726;
              font-family: sans-serif;
              font-size: 0.9em;
              line-height: 1.25em;
}