/********************************************************************
General
********************************************************************/


* {
	margin: 0;
	padding: 0;
}
ul { 
	margin: 10px;
   	list-style-type: square;
}

li
{
   margin-left: 10px;
   
}

img {
	border: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

body {
	background: #fff url(images/page_background.gif) repeat-x;
	text-align: center;
	font: 70%/150% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

p {
   margin: 10px 0  10px 0;
}

a:link {
	color: #FF9A02;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: bolder;
}

a:visited {
	color: #FF9A02;
	font-weight: bolder;	
}

a:focus, a:hover {
	color: #454545;
	text-decoration: none;
	border-bottom: 1px solid;
	font-weight: bolder;	
}

hr {
	border: none 0;
	border-top: 1px solid #a7a7a7;
	height: 1px;
	text-align: right;
	margin: 0 6% 1em 1%;
}

/********************************************************************
Layout
********************************************************************/

#headerBlock {
	width: 762px;
	margin: 0 auto;
	background: url(images/topBlock.gif) no-repeat 0 44px;
	height: 275px;
	text-align: left;
	position: relative;
}

#contentBlock {
	width: 100%;
	background: url(images/middlepageBackground.gif) no-repeat 50% 0;
}

#contentWrapper {
	position: relative;
	top: -10px;
	width: 761px;
	margin: 0 auto;
}

body.home #contentWrapper {
	position: static;
}

#closeLayout {
	height: 25px;
	width: 762px;
	margin: 0 auto;
	background: #fff url(images/closeLayout.gif);
}

img.logo {
	position: absolute;
	top: -2px;
	left: 4px;
	z-index: 5;
}

.centerImage {
	position: absolute;
	width: 730px;
	height: 200px;
	top: 60px;
	left: 16px;
	z-index: 4;	
   background: url(images/background.jpg) no-repeat;
}

#homepage {
   background: url(images/background.jpg) no-repeat;
}

#aboutsystemguru {
	background: url(images/about-header.jpg) no-repeat;
}
#contact {
	background: url(images/contact-header.jpg) no-repeat;
}
#practices {
	background-image: url(images/practices-header.jpg);
}

#community {
	background-image: url(images/community-header.jpg);
}

#products {
	background-image: url(images/product-header.jpg);	
}

#jobs {
	background-image: url(images/jobs-header.jpg);
}

#press {
	background-image: url(images/news-header.jpg);
}

#mainContent {
	clear: both;
	text-align: justify;
	width: 748px;
	margin: 0 auto;
	display: inline-table; /* Just for IE/Mac */
   padding: 5px 0px 0px 15px;
}

/* Clearing floats without structural markup:
http://positioniseverything.net/easyclearing.html */
#mainContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #mainContent { height: 1%; }
#mainContent { display: block; }
/* End hide from IE-mac */

h1 {     
   font-size: 140%;
   font-family: "Trebuchet MS", "Verdana";
   letter-spacing: 0.1em;
   background-color: #FFEDE0;
   padding: 5px 5px;
   color: #FF4D19;
   border: 2px solid #FF4D19;
   border-width: 0 2px 0 2px;
   margin-bottom: 2px;
}

#mainColumn {
   margin-left: 2px;
   width: 730px;
}


#leftColumn {
	width: 45%;
	float: left;
   border-right: 1px solid #a7a7a7;
   padding-right: 15px;
}

#rightColumn {
	display: block;
   float: left;
   width: 48%;
   margin-left: 2%;
}




/********************************************************************
FOOTER
********************************************************************/

#footer {
	display: block;
	width: 98%;
	margin: auto;
	margin-top: 15px;
	border-top: 1px dotted;
   padding-top: 2px;
	height: 24px;
   background-color: #FFDEAD;
}

ul#footerMenu {
  border: 0 none;
  padding: 0;
  list-style: none;
  width: 98%;
  margin: auto;
  
  
}

ul#footerMenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  padding-right: 2px;
  display: inline;
  list-style: none;
}

ul#footerMenu a,ul#footerMenu a:link, ul#footerMenu a:visited {
  padding: 0px 12px;
  margin-right: 2px;
  border: none;
  color: #575757;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#footerMenu a:hover {
	background-color: #FDF5E6;
	color: #666;
}

/********************************************************************
Practices Menu on the Homepage.
********************************************************************/

#practicesMenu {
	list-style: none;
	list-style-type:none;
	margin-top: 10px;
   	padding: 0;
}
		
#practicesMenu li a,  #practicesMenu li a:link, #practicesMenu li a:visited{
	text-decoration: none;
	font-weight: bolder;
   display: block;
   background-color: #FFDEAD;
   color: #EF653B;
   width: 99%;
   margin-top: 5px;
   padding: 5px;
   border: 1px solid #EF653B;
   border-width: 1px 0 1px 0;
}
	
#practicesMenu li a:hover {
   color: #3D4547;
   background-color: #FFA07F;
}


p.homepage {
	clear: both;
	text-align:center;
	font-size: 110%;
	font-style:italic;
}


/********************************************************************
Quote on the homepage
********************************************************************/
.pullquote {
	width: 40%;
	float:right;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:140%;
	color: Maroon;
	line-height:170%;
	margin:10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 15px 10px 10px;
}

.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 70px 85px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}	
	

/********************************************************************
AboutPage
********************************************************************/

#aboutPageContent {
	font-size: 0.9em;
	line-height: 150%;
	padding: 0.5em 10px;
	float: left;
}

#aboutPageContent p {
	padding-bottom: 10px;
}

ul.aboutList {
   margin: 10px 0 20px 0;
}

.aboutList li {
   margin: 5px 0px 5px 20px;
	list-style: url(images/grey_bullet.gif);
	vertical-align: middle;
	padding-left: 3px;
}


#editEntry a {     
   padding: 5px;
   background-color: #434343;
   color: white;
   text-decoration: none;
}

#jobDetails th {
	background-color: #FFDEAD;
	font-size: 120%;
	padding: 5px;
}