/* http://www.azlitho.com/styles/main.css */

body {
	color:#333;
	background-color:#ffffff;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	text-align:center  /*need this to make IE5 center block element of fixed width*/
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}

h3 {
	font:bold 18px/20px verdana, arial, helvetica, sans-serif;
	color:#E49365;
	margin:5px 0px 5px 30px;
	padding:0px;
	}

hr {
	border-bottom:thin-groove;
	width=100%;
	color:#395FA0;
	margin:0px;
	padding:0px;
	}

TD { 
	color: #000; 
  font:12px/18px verdana, arial, helvetica, sans-serif;
	font-family: Verdana, Arial, sans-serif 
	margin:0px 0px 16px 0px;
	}
SELECT { vertical-align:middle; color: #000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif }
INPUT { vertical-align:middle; color: #000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif }
TEXTAREA { vertical-align:middle; color: #000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif }
SUBMIT { vertical-align:middle; color: #000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Arial, sans-serif }

p {
	font:12px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:left;
	text-indent:0px;
	}
.Content>p {margin:0px 0px 10px 0px;}
.Content>p+p {text-indent:0px;}

a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#0094bd;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#header {
  width:696px;
  height: 55px;
  min-width:400px;
  /* margin: 20px 15% 20px 15%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  border: 0px solid #000;
  background: #CC2E01;
  z-index:10;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}


#header2 {
  width:696px;
  height: 55px;  
  min-width:400px;
  /* margin: 20px 15% 20px 15%; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
	padding:0px;
  border: 0px solid #000;
  background: #CC2E01;
  z-index:10;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}



#left-menu {
  position:absolute;
  width:150px;
  top:100px; //value should match right-menu top
  left:20px;
  border:1px dashed black;
  background-color:#eee;
  padding:10px;
  z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:128px;
  }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}


#right-menu {
  position:absolute;
  width:190px;
  top:100px;  /* value should match left-menu top */
  right:20px;
  border:1px dashed black;
  background-color:#eee;
  padding:10px;
  z-index:1;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:168px;
  }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




/* eAll the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:696px;
	min-width:400px;
	height:auto;
	min-height:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	border:0px solid black;
	z-index:10; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	text-align:left;
	}

.contenthome {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:696px;
  min-width:400px;
  height:450px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
	padding:0px;
  border:0px solid black;
  background-image:url(../images/tile.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  z-index:10; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  text-align:left;
  }




.service {
  position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
  width:405px;
  min-width:400px;
  height:auto;
  margin-left:30px;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  border:0px solid black;
  z-index:10; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
  text-align:left;
  }




.highlight {
  color:red;
  font-size:11px;
  font-family:verdana, arial, helvetica, sans-serif;
	font-weight:bold

  }

.login {
	position:relative;
  width:696px;
  min-width:400px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  border:0px solid black;
	padding-top:5px;
	padding-bottom:5px;
  background: #CC2E01;
  z-index:3;
	font-size:11px;
  font-family:verdana, arial, helvetica, sans-serif;
  font-weight:bold;
  color:#FFF;
  text-align:left;

	
	}	

.corner  { background-repeat: none; margin-bottom: auto; position: absolute; z-index: 10; top: 270px; left: 20px; border: solid 0 black }

.servicecorner {
  position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */

  left:460px;
  top:250px;
  width:280px;
  height:180px;
  margin-bottom:auto;
  border:0px solid black;
  /* visibility:hidden; */
  z-index:10
	}

.bio {/* floats in content div */
  float: right;
  width: 16.5em; /* "em size" is element dependent */
  padding: 0.5em;
  margin: 0 0.5em 0 0;
  color: #00008b;
  background: #b0c4de;
  border-left: 2px dotted #4169e1;
  border-bottom: 2px dotted #4169e1;
  }


p.bio {
  font:11px/14px arial, helvetica, sans-serif;
  margin:0;
	padding:0;
  font-family:verdana, arial, helvetica, sans-serif;
	border:0;
  text-align:left;
  text-indent:0px;
  }

.links {
	position:absolute;
	bottom:104px;
	left:0px;
	text-align:center;
  width:99%;
	margin-left:auto;
	margin-right:auto;
  padding: 10px;
  border: 0px solid #000;
  height: 20px;
  z-index:200;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}






/* Cool Menus styles */

  /* DEFAULT STYLES ---- NEEEDED START */
  .clCMEvent{position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
  .clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
  /* DEFAULT STYLES ---- NEEEDED END */
  .clT,.clTover,.clS,.clSover,.clS2,.clS2over{position:absolute; width:120; font-family:arial,helvetica; cursor:pointer; cursor:hand; ;}
  .clT,.clTover{padding:4px; font-size:11px; font-weight:bold}
  .clS,.clSover{padding:2px; font-size:11px; font-weight:normal}
  .clS2,.clS2over{padding:2px; font-size:11px;}
  .clT,.clS2{color:#FFFFFF; background-color:#000000; layer-background-color:#000000;}
  .clTover{color:#000000; background-color:#E49365; layer-background-color:#E49365;}
  .clSover{color:#000000; background-color:#FFFFFF; layer-background-color:#FFFFFF}
  .hide{color:#000000; background-color:#E49365; layer-background-color:#E49365;}
  .clS{color:#000000; background-color:#B5C2E2; width:230; layer-background-color:#B5C2E2;}
  .clS2{background-color:#B5C2E2; width:230; layer-background-color:#B5C2E2;}
  .clS2over{background-color:#E49365; width:230; layer-background-color:#E49365; color:black}
  .clStest{position:absolute; font-family:verdana; font-size:10px; color:white; layer-background-color:silver; background-color:silver;cursor:pointer; cursor:hand; }
  .clStestover{position:absolute; color:#ffff33; font-weight:bold; font-family:courier; layer-background-color:#00ccff; background-color:#00ccff;  cursor:pointer; cursor:hand; }
  .clB1{position:absolute; layer-background-color:#ffffff; background-color:#ffffff; visibility:hidden}
  .clB2{position:absolute; layer-background-color:#CC2E01; background-color:#CC2E01; visibility:hidden}
  .clB3{position:absolute; layer-background-color:#D9E0F0; background-color:#D9E0F0; visibility:hidden}
  .clB{position:absolute; background-color:#CC2E01; layer-background-color:#CC2E01; visibility:hidden}
  .clBar{position:absolute; width:10; height:10; visibility:hidden; layer-background-color:#cc2e01; background-color:#cc2e01;}
  .clNoLink{position:absolute; font-family:arial,helvetica;}
  .clNoLink2{position:absolute; padding:2px; font-size:11px; color:#000000; layer-background-color:silver; background-color:silver; font-family:arial,helvetica;}
  .clNoLink3{position:absolute; background-color:#E49365; layer-background-color:#E49365; font-family:arial,helvetica;}

.border {
	border: medium solid #CC2F02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.text {
	border: medium none #CC2F02;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
	margin: 0px;
}
