/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

p, h1, h2, h3, h4, h5, h6
{
	margin:15px 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(images/bg.jpg);
 background-repeat:repeat-x;
 background-color: #FFFFFF;
 background-position:top left;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: url(images/fbg.jpg);
	
}
#header {
 color: #333;
 width: 902px;
 padding: 10px 10px 0px 10px;
 height: 102px;
 margin-top: 39px ;
 background: #0d4674;
 background-image:url(images/top.jpg);
 background-repeat:no-repeat;
 z-index:1
}

#navigation {
 color: #333;
 background: #fff;
background-image:url(images/header.jpg);
 background-repeat:no-repeat;
 height: 248px;
 width: 922px;
 top: 151px;
 

 
}

#banner{ 
position: absolute;
top: 151px;
}

#navigation2 {
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #fff;
 background-image:url(images/header2.jpg);
 background-repeat:no-repeat;
 height: 226px;
}


#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 239px;
 float: left;
 z-index:2;
 background-image: url(images/building_watermark.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:482px;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px;
 padding: 0px;
 padding-right: 10px;
 width: 629px;
 display: inline;
 position: relative;
 z-index:3;
 text-align:justify;
 
}
#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 11px;
 background-image:url(images/footer.jpg);
 background-repeat:no-repeat;
 height: 15px;
 text-align:right;
 font-size: 11px;
 padding-top: 120px;
 border-bottom: 1px solid #ccc;
 
}

#hmenu  {
	float:right;
	margin-top:63px;
	}
	
#hmenu ul {
	list-style:none;
	padding: 0;
	margin:0;
	}
	
#hmenu li {
	margin:10px 0.15em;
	float:left;
	}

#hmenu li a {
	background-image:url(images/hmenu_g.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	color: #fff;
	text-decoration:none;
	line-height: 2em;
	height: 2em;
	width: 10.7em;
	display:block;
	text-align:center;
	font-weight:bold;
	
	
	
	}

#hmenu li a:hover {
	background-image:url(images/hmenu_o.jpg);
	background-repeat:no-repeat;
	}
	
#watermark {
	background-image: url(images/building_watermark.jpg);
	background-repeat:no-repeat;
	height:482px;
	background-position:top left;
	z-index:6;
	width: 239px;
	float:left;
	margin-top: 320px;
	position:relative;
	}
	
/* #navmenu ul {
	list-style: none;
	padding:0;
	margin:0;
	}
	

#navmenu li{
	margin: 0px 0px 0px 3px;
	padding: 5px 5px  0px 0px;
	
	}

#navmenu li a {
	background-image:url(images/menu_bg.gif);
	background-repeat:no-repeat;
	font-size:12px;
	color: #000;
	text-decoration:none;
	line-height: 3em;
	height: 3em;
	width: 17em;
	display:block;
	text-align:left;
	font-weight:bold;
	padding-left: 55px;
	
	
	
	}

#navmenu li a:hover {
	background-image:url(images/menu_bg_h.gif);
	background-repeat:no-repeat;
	}
	*/
	
#navmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 150px;*/
	width: 233px;
	position:absolute;
	z-index: 7;
	margin-left: 4px;
	font-weight:bold;
	color: #666666;
	
	}

#navmenu ul li {
	position: relative;
	}


#navmenu li ul {
	position: absolute;
	/*left: 149px;*/
	left: 220px;
	top: 0;
	display: none;
	}

#navmenu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background-image: url(images/menu_bg.gif);
	background-repeat:no-repeat;
	padding: 5px 5px 5px 55px;
	height: 29px;
	line-height: 25px;
	border-bottom: 0;
	}

#navmenu ul li a:hover {
	background-image:url(images/menu_bg_h.gif);
	background-repeat:no-repeat;
	color:#fff;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navmenu ul li ul {
	/*border: 1px solid #ccc;
	border-left: 0;*/
	position:absolute;
	z-index: 5;
	}
	
#navmenu ul li ul li {
	position:relative;
	}
	
#navmenu li ul li a {
	background-color: #FF6633;
	background-image: none;
	padding: 0px 5px 0px 10px;
	margin:0;
	color: #000;
	}

#navmenu li ul li a:hover {
	background-color: #CCCCCC;
	background-image:none;
	color: #000;
	}

#navmenu li:hover ul { display: block; }

#navmenu li:hover ul, li.over ul { 
	display: block; }




h1 {
	color: #0e4276;
	font-size: 18px;
	}
	
h2 {
	color: #0e4276;
	font-size: 16px;
	}
	
h3 {
	color:#0e4276;
	font-size: 14px;
	}
	
h4 {
	color:#0e4276;
	font-size: 13px;
	}
	
	h5 {
	color:#0e4276;
	font-size: 12px;
	}
	
	h6 {
	color:#0e4276;
	font-size: 11px;
	}
	
img {
 border: none;
 }
 
a {
 	border-style:none;
	color: #f15b29;
	font-weight:bold;
	}
	
p a {
	color: #f15b29;
	text-decoration:underline;
	font-weight:bold;
	}
	
.data {
	border: 1px solid #0e4276;
	color: #0e4276;
	}
	
.data td {
	border: 1px solid #0e4276;
	padding-left: 10px;
	padding-right:10px;
	}
	
.name {
	float: right;
	}
	
.benefits {
	color: #0e4276;
}

.benefits ul {
	list-style: none;
	}

.benefits li {
	margin-left: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image:url(images/bullet3.gif);
	background-repeat:no-repeat;
	background-position: 0.1em 0.1em;
	list-style:none;
	
	
	}
	
.techdata ul {
list-style:none;
margin:0;
padding:0;
	}

.techdata li {
	margin-left: 15px;
	padding-left: 25px;
	line-height: 30px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.7em;
	list-style:none;
	}
	
.techdata li a{
	color: #f15b29;
	font-weight:bold;
	}
	
.editt li {
	margin-left: 15px;
	padding-left: 25px;
	line-height: 30px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0.1em 0.7em;
	list-style:none;
	}
	
.editt li a{
	color: #f15b29;
	font-weight:bold;
	}
	
.blue {
	color:#0e4276;
	font-size: 14px;
	}
	
.check ul {
	list-style:none;
	}
	
.check li {
	background-image:url(images/check.gif);
	background-repeat:no-repeat;
	background-position: 0.4em 0.2em;
	padding-left: 25px;
	list-style:none;
	line-height: 25px;
	margin-left: 10px;
	font-weight:bold;
	color: #7ac143;
	}
	
.clear { clear: both; background: none; }