* {
 margin: 0px;
 padding: 0px;
 color: #5f5f5f;
}

html {
 background: #808080;
 margin: 0px;
 padding: 0px;
 margin-left: -1px;
 overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;    
  font: 70% "Trebuchet MS",Sans-serif;
  line-height: 140%;
  text-align:center;
  color: black;
  }  
  
#container {                      
  background: white; 
  width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  border: 0px;
  border-width:0 1px;
  text-align: left;  
  color: black;
  position: relative;
  padding: 8px 0px 10px 0px;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0 2px 3px 3px #444444;
	-webkit-box-shadow: 0 2px 3px 3px #444444;
	box-shadow: 0 2px 3px 3px #444444;

	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');

}
/*
* Header
* 
*/
#header {
  background: white;
  padding: 0px;
  position: relative;
  top: 0px;
  left: 0px; 
  width: 960px;
  height: 84px;   
  color: #5f5f5f;
}  
#header a.logo img {
	margin: 0px 0px 0px 10px;
}
#header p.telephone {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2em;
    letter-spacing: 0.05em;
} 
#header a.email {
    display: block;
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    text-decoration: none;
}
#header a:hover.email { color: #00b2d9; }
#header a.email span { color: #00b2d9; }

/* Navigation */
ul.top_navigation {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
ul.top_navigation li {
    float: left;
    list-style: none;
}
ul.top_navigation li a {
      display: block;
      text-decoration: none;
      color: #5f5f5f;
      margin: 1px 0px 1px 0px;
      padding: 2px 26px 2px 26px;
      font-size: 1.1em;
}
ul.top_navigation li a:hover {
	color: #00b2d9;
}
ul.top_navigation li.active a,
ul.top_navigation li.active a:hover {
	color: #00b2d9;
}
    
/* Banner */
#banner {
	margin: 0px 10px 0px 10px;
	width: 940px;
	height: 250px;
	clear: both;
	background: #5f5f5f url(gfx/banner_images/1.jpg) no-repeat 0px 0px;
} 
#container.services #banner {
	background-image: url(gfx/banner_images/2.jpg);
	background-position: 0px 0px;
}
#container.about_us #banner {
	background-image: url(gfx/banner_images/3.jpg);
	background-position: 0px 0px;
}


#banner #quote_box {
	background: #00b2d9 url(gfx/page_layout/blue_box_bg_invert.png) repeat-x left bottom;
	width: 280px;
	height: 280px;
	border-right: 10px solid white;
	position: relative;
}
#banner #quote_box p {
	color: white;
    font-size: 1.6em;
    line-height: 140%;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 0px 10px 0px 0px;
}


/* LHS Nav */
#rhs_column,
#lhs_navigation {
	float: left;
	width: 280px;
	background: #00b2d9 url(gfx/page_layout/blue_box_bg_invert.png) repeat-x left bottom;
	margin: 10px 10px 50px 10px;
	padding: 0px 0px 50px 0px;
}
#rhs_column ul,
#lhs_navigation ul {
	list-style: none;
}
#rhs_column ul li,
#lhs_navigation ul li {
	list-style: none;
}
#rhs_column ul li a,
#lhs_navigation ul li a {
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
 	color: #98dae8;
    font-size: 1.2em;
    line-height: 140%;
    text-align: right;
}
#rhs_column ul li a:hover,
#lhs_navigation ul li.active a,
#lhs_navigation ul li a:hover {
	color: white;
}
#lhs_navigation ul li.active a {
    font-size: 1.6em;
}

/* RHS column variatons on nav css */

#rhs_column {
	float: right;
	background: #00b2d9 url(gfx/page_layout/blue_box_bg.png) repeat-x left top;
}
#rhs_column ul li a { text-align: left; }
#rhs_column ul li a { font-size: 1.6em; }


/* Content */
#content {
	padding: 10px 10px 50px 10px;
	line-height: 160%;
	font-size: 1.2em;
	float: left;
	width: 570px;
}
#content.assignments {
	padding: 10px 10px 50px 10px;
	width: 940px;
}


#content h1 {
	line-height: 140%;
    position: relative;    
    color: #00b2d9;
    font-size: 1.4em;
    font-weight: normal;
} 
#content h2,
#content h3,
#content h4,
#content h5{
	line-height: 140%;
    position: relative;    
    color: #00b2d9;
    font-size: 1.3em;
    font-weight: normal;
}
#content h3 {
    font-size: 1.2em;
},
#content h4,
#content h5 {
    font-size: 1.1em;
}



#content p {
	margin: 0px 0px 15px 0px;
}
#content ul  {
	margin: 0px 0px 15px 30px;
}

/* End of Quote Column CSS */                                                

hr.clear {
	clear: both;
	color: white;
	background: white;
	border: 0px solid white;   
}

form table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
form table th {
	background: #e2faff;
	text-align: right;
	font-weight: normal;
	padding: 3px;
	width: 150px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	-webkit-border-top-left-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-bottomleft: 7px;
border-top-left-radius: 7px;
border-bottom-left-radius: 7px;
}
form table td {
	background: #e2faff;
	text-align: left;
	font-weight: normal;
	padding: 3px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	-webkit-border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-toprightt: 7px;
-moz-border-radius-bottomright: 7px;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
	
}
form table td input,
form table td textarea {
	border: 1px solid #5493a0;
	padding: 2px;
	width: 98%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form table td.submit {
	text-align: center;
	background: white;
}
form table td input.submit{
	background: #5493a0;
	color: white;
	border: 1px solid #5493a0;
	padding: 2px;
	width: 50%;
}

/* Footer */
#footer {
	color: #CCCCCC;
	margin: 0px;
	text-align: center;
}
#footer p {
	padding: 20px;
	margin: 0px 0px 0px 0px;
}

img.ritec_logo,
img.clear_shield_logo {
	padding: 20px 10px 10px 10px;
	float: left;
}
img.clear_shield_logo {
	float: right;
}
/* Small Print */
div.small_print {
	margin: 20px 0px 0px 0px;
	color: #CCCCCC;
	font-size: 0.9em;
}
div.small_print p {
	color: #CCCCCC;
}
div.small_print a {
	color: #CCCCCC;
	text-decoration: none;
}
div.small_print a:hover {
	text-decoration: underline;
}

