html {
	height:100%;
}
ul
{
    font-size:11px;
}
#banner
{
    float:right;
	width:646px;
    
}

#banner img
{
    width: 646px;
    float:right;
}
body{
	padding:0;
	margin:0;
	font:12px tahoma,verdana,sans-serif;
	background-color:#6c9dff;
	background-image:url('background.png');
	background-repeat:repeat-x;
	background-attachment:fixed;
	position:relative;
}
h1,h2,h3,h4,h5,h6,em,pre,code {
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
img, fieldset {
	border:0;
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:inherit;
}
a:hover {
	text-decoration:underline;
}
p {
	margin:0;
	padding:0;
}
.middle {
	display:block;
	margin:0 auto;
}
.clear {
	clear:both;
}
.left {
	float:left;
	clear:left;
}
.right {
	float:right;
	clear:right;
}
#container {
	width:925px;
	position:relative;
	padding:13px 14px 13px 25px;
	background-color:#FFF;
	margin:35px auto;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#logo {
	display:block;
	width:228px;
	height:86px;
	margin-top:27px;
	margin-left:5px;
}
#topaddress {
	font-size:11px;
	line-height:150%;
	color:#5C5D5F;
	font-family:tahoma,verdana,sans-serif;
	margin-top:2em;
	padding-left:2em;
}
#navlinks {
	clear:left;
	float:left;
	width:233px;
	border-top:1px dotted #000;
	margin-top:28px;
	margin-bottom:38px;
	margin-left:7px;
}
#navlinks a {
	display:block;
	border-bottom:1px dotted #000;
	padding:7px 3px;
	color:#5c5d5f;
	font-family:tahoma,verdana,sans-serif;
	font-size:11px;
	font-weight:bold;
}
#navlinks a:hover {
	text-decoration:none;
	background-color:#EEE;
	color:#000;
}
#bluegreenbox {
	width:247px;
	height:281px;
	display:block;
}
#brandsbox {
	width:237px;
	padding:5px;
	margin-top:32px;
	height:305px;
	background-image:url('brandsbox.png');
	margin-bottom:15px;
}
#brandsbox img {
	display:block;
	float:left;
}
#pagecontent {
	width:600px;
	height:300px;
	margin:15px 44px 15px 0;
	color:#5c5d5f;
	font-family:tahoma,verdana,sans-serif;
}
#pagecontent h1, #casestudies h1 {
	font-size:23px;
	color:#004b8d;
	margin-bottom:0.2em;
}
#pagecontent h1 span {
	color:#6eb43f;
}
#pagecontent h2 {
	color:#474747;
	font-size:16px;
	margin-bottom:0.5em;
}
#pagecontent p {
	font-size:11px;
	line-height:150%;
	margin:0.5em 0;
}
#bluebox {
	padding:18px;
	background-color:#6c9dff;
	margin:1em 0;

}
#pagecontent #bluebox p {
	color:#FFF;
	font-size:14px;
	line-height:120%;
}
strong {
	font-weight:bold;
}

#casestudies {
	width:630px;
	margin:15px 15px 15px 0;
	font-family:tahoma,verdana,sans-serif;
}
#casestudies h1 {
	border-bottom:1px dotted #000;
	padding-bottom:10px;
	margin-bottom:10px;
}
#casestudies .casestudy {
	width:269px;
	padding:19px;
	background-color:#1b429a;
	float:left;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
}
#casestudies .rightmargin {
	margin-right:13px;
}
#casestudies .casestudy img {
	width:269px;
	height:130px;
}
#casestudies .casestudy p {
	color:#FFF;
	font-size:11px;
	margin:15px 0 10px 0;
}
#casestudies .casestudy a {
	font-weight:bold;
	font-size:11px;
	color:#FFF;
}
#footer {
	clear:both;
	background-image:url('footerswish.png');
	background-repeat:no-repeat;
	background-position:355px 5px;
	background-color:#1b429a;
	padding:40px 30px;
	width:850px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
}
#footer .column {
	width:165px;
	float:left;
}
#footer .column a {
	color:#c8d9fc;
	padding:2px 0;
	display:block;
}
#footer .column a:hover {
	text-decoration:none;
	color:#FFF;
}
#bottomlinks {
	width:895px;
	margin:10px auto;
	padding:10px 0;
	font-size:10px;
	color:#5c5d5f;
}

#menu
{

    z-index: 1000; 
}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 233px; /* Width of Menu Items */ 
	border: 0px; 
	display: block; 
	z-index: 1000; 
} 

#menu ul li ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 233px; /* Width of Menu Items */ 
	display: block; 
	z-index: 1000; 
} 

#menu ul li { 
	position: relative; 
	z-index: 1000; 
} 

#menu li ul { 
	position: absolute; 
	left: 232px; /*Set 1px less than menu width */ 
	top: 0; 
	width: 233px;
	display: block; 
	z-index: 1000; 
} 

#menu li ul li ul { 
	position: absolute; 
	left: 122px; /*Set 1px less than menu width */ 
	top: 0; 
	width: 233px;
	display: block; 
	z-index: 1000; 
} 

#menu li:hover ul {
	display: block; 
	z-index: 1000; 
} 

#menu li:hover>ul { 
	visibility:visible; 
	z-index: 1000; 
} 

#menu ul ul {
	visibility:hidden; 
	z-index: 1000; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; z-index: 1000; } 
* html #menu ul li a { height: 1%; z-index: 1000; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
	z-index: 1000; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #777; 
	background: #fff; /* IE6 Bug */ 
	padding: 5px 5px 5px 3px; 
	width: 215px;
	padding-right: 15px;
	z-index: 1000; 
} 

/* Hover Styles */ 
#menu ul a:hover { 
	background: #f9f9f9; 
	z-index: 1000; 

} 


/* Sub Menu Styles */ 
#menu li ul a  
{
z-index: 1000; 
	text-decoration: none; 
	background: #fff; /* IE6 Bug */ 
	padding: 5px; 

	width: 113px;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	background: #f9f9f9; 
	z-index: 1000; 
} 

/* Icon Styles */ 
#menu ul a.submenu {background:#fff url("r_arrow.gif") no-repeat right; } 
#menu ul a.submenu:hover {background:#f9f9f9 url("r_arrow.gif") no-repeat right;}

/* contact form */

.form_label {
	
	font-weight: bold;
	padding-left: 10px;
	color: #004990;
}

.form_button {
	
}

.form_button_bold {
	
	padding: 5px;
	font-weight: bold;
	width: 80px;
}

.form_heading {
	
	font-weight: bold;
	color: #fff;
	background-color: #004990;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px black;
	width: 100px;
}

.form_heading1 {
	
	font-weight: bold;
	color: #fff;
	background-color: #004990;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}


.textboxform {
	
	width: 265px;
}

#formtab_outer {
	border: solid 1px black;
}
