@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}
body {
	color:#333333;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}
p {
	font-size: 12px;
}
h1 {
	color: #FFF;
	display: inline;
	font-size: 16px;
	line-height:1.5em;
	margin:3px 0 0 0;
	padding: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.05em;
}
h2 {
	color: #112756;
	font-weight: bold;
	font-size: 90%;
	line-height: 1em;
	margin: 8px 0px -8px 0px;
	padding: 0;
}
a {
	color:#112756;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style: none;
}
/* nav menu */
#wrapper {
	width: 974px;
	margin: -10px auto;
	overflow: auto;
	border:0px dashed #CCC;
	height: auto;
}
#menuWrapper {
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 0px;
}
#paneWrapper {
	width: 700px;
	float: left;
	height:100%;
	margin:0 0 0 40px;
	overflow:hidden;
}
.pane {
	margin-top: 300px;
	padding-top: 45px;
}
#navMenu {
	font-size:12px;
	margin:15px 10px 0 0;
	padding:0;
	text-align:right;
	font-weight: bold;
}
#navMenu li {
	line-height:1.1em;
}

#contactinfo {
	margin: 50px 10px 0 0;
	font-size: 12px;
	text-align: right;
}
#contactinfo li {
	line-height:1.1em;
}
/*Panes*/
.pane-header {
	background: url(images/pane-top.png) no-repeat;
	width: 700px;
	height: 4px;
}
.pane-bottom {
	background: url(images/pane-bottom.png) no-repeat;
	width: 706px;
	height: 10px;
}
.contentWrapper {
	min-height: 400px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;

}
.header {
	width: 660px;
	height: 47px;
	border: 0px solid #CCC;
	margin: 0 auto;
	padding-top: 15px;
	background-color: #FFF;

}
.blue-header {
	background: url(images/headers/blue-header.gif) no-repeat 0 15px;
}
.red-header {
	background: url(images/headers/red-header.gif) no-repeat 0 15px;
}
.yellow-header {
	background: url(images/headers/yellow-header.gif) no-repeat 0 15px;
}
.green-header {
	background: url(images/headers/green-header.gif) no-repeat 0 15px;
}
.orange-header {
	background: url(images/headers/orange-header.gif) no-repeat 0 15px;
}
.purple-header {
	background: url(images/headers/purple-header.gif) no-repeat 0 15px;
}
.content {
	padding: 10px 25px 25px 35px;
	height:auto;
	overflow:auto;
	background-color: #FFF;
}
/* FAQ accordian*/
.applemenu {
	margin: 5px 0;
	padding: 0;
	width: 480px; /*width of menu*/
	border: 0px dashed #CCC;
}
.applemenu div.silverheader{
	background-color:#00BBE8;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: white;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	color: white;
}
.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: #E6FFFF;
	padding: 5px 25px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
/* about us images*/

a.pimgslink img {
	background:#FFFFFF url(../images/plinkbg.gif) no-repeat scroll 50% 0;
	border:0px dashed #ccc;
	margin: 4px 0 0 0px;
	padding:3px;
}
a.pimgslink:hover img {
	background: url(../images/plinkbg.gif) no-repeat scroll 50% 0;
}
/* client list*/
#clientsWrapper {
	overflow:auto;
	margin-left: 30px;
}
.clientList {
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 10px;
	float: left;
}
h1.left {
	float: left;
}
h1.right {
	float:right;
	font-style:italic;
}
/* contact us */

form {
}
form input {
	border: 1px solid #CCC;
	display:block;
	margin-top: 10px;
	width: 200px;
	font-size: 75%;
	color: #999;
	padding: 5px;
}
form textarea#message {
	border: 1px solid #CCC;
	margin-top: 10px;
	width: 200px;
	height: 100px;
	color: #999;
	padding:5px;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
form select {
	color: #333;
	padding: 5px;
	width: 212px;
	margin-top: 10px;
	border: 1px solid #CCC;
	display: block;
}
.notification_error {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F8F0F1 none repeat scroll 0;
	border:1px solid #A25965;
	height:auto;
	padding:4px;
	text-align:left;
	width:203px;
	color:#903;
	font-size: 10px;
}
.notification_success {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#E9FFEA none repeat scroll 0;
	border:1px solid #336600;
	height:auto;
	padding:4px;
	text-align:left;
	width:203px;
	color:#690;
	font-size: 10px;
}

/* facebox */

#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0;
  margin: 0;
  background: #E5E5E5 url(/images/b.png);
  width: 650px;
  height: 433px;
}

#facebox .content{
	padding: 0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 0px solid #DDDDDD;
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.aboutus li{
	list-style:inside;
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.1em;
	color: #F00;
	
}

.aboutus li span {
	color: #333333;
}


ul {
	padding:0;
	margin:0;
}

ul li{
	list-style: none;
}

/* nav menu */

#wrapper{
	width: 974px;
	margin: 0 auto;
	overflow: auto;
}

#menuWrapper{
	width: 200px;
	float: left;
	overflow: auto;
	position: relative;
	top: 40px;
	
}


#contentWrapper{
	float: left;
	overflow: hidden;
}

#pane-target {
	clear:left;
	height:322px;
	margin:10px 0 0 10px;
	overflow:auto;
	position:relative;
	width:826px;
	
}

#content ul li{
	width: 700px;

}

html {
	height:100%;
}
body {
	color:#333333;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}
p {
	font-size: 12px;
}
h1 {
	color: #FFF;
	display: inline;
	font-size: 16px;
	line-height:1.5em;
	margin:3px 0 0 0;
	padding: 10px;
	font-weight: normal;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 0.05em;
}
h2 {
	color: #112756;
	font-weight: bold;
	font-size: 90%;
	line-height: 1em;
	margin: 8px 0px -8px 0px;
	padding: 0;
}
a {
	color:#112756;
	text-decoration: none;
	font-weight: bold;
}
img {
	border: none;
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style: none;
}
/* nav menu */
#wrapper {
	width: 974px;
	margin: -10px auto;
	overflow: auto;
	border:0px dashed #CCC;
	height: auto;
}
#menuWrapper {
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 0px;
}
#paneWrapper {
	width: 700px;
	float: left;
	height:100%;
	margin:0 0 0 40px;
	overflow:hidden;
}
.pane {
	margin-top: 300px;
	padding-top: 45px;
}
#navMenu {
	font-size:12px;
	margin:15px 10px 0 0;
	padding:0;
	text-align:right;
	font-weight: bold;
}
#navMenu li {
	line-height:1.1em;
}

#contactinfo {
	margin: 50px 10px 0 0;
	font-size: 12px;
	text-align: right;
}
#contactinfo li {
	line-height:1.1em;
}
/*Panes*/
.pane-header {
	background: url(/images/pane-top.png) no-repeat;
	width: 700px;
	height: 4px;
}
.pane-bottom {
	background: url(/images/pane-bottom.png) no-repeat;
	width: 706px;
	height: 10px;
}
.contentWrapper {
	min-height: 400px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background-color: #FFF;

}
.header {
	width: 660px;
	height: 47px;
	border: 0px solid #CCC;
	margin: 0 auto;
	padding-top: 15px;
	background-color: #FFF;

}
.blue-header {
	background: url(/images/headers/blue-header.gif) no-repeat 0 15px;
}
.red-header {
	background: url(/images/headers/red-header.gif) no-repeat 0 15px;
}
.yellow-header {
	background: url(/images/headers/yellow-header.gif) no-repeat 0 15px;
}
.green-header {
	background: url(/images/headers/green-header.gif) no-repeat 0 15px;
}
.orange-header {
	background: url(/images/headers/orange-header.gif) no-repeat 0 15px;
}
.purple-header {
	background: url(/images/headers/purple-header.gif) no-repeat 0 15px;
}
.content {
	padding: 10px 25px 25px 35px;
	height:auto;
	overflow:auto;
	background-color: #FFF;
}
/* FAQ accordian*/
.applemenu {
	margin: 5px 0;
	padding: 0;
	width: 480px; /*width of menu*/
	border: 0px dashed #CCC;
}
.applemenu div.silverheader{
	background-color:#00BBE8;
	font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active {
	color: white;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover {
	color: white;
}
.applemenu div.submenu { /*DIV that contains each sub menu*/
	background: #E6FFFF;
	padding: 5px 25px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
/* about us images*/

a.pimgslink img {
	background:#FFFFFF url(../images/plinkbg.gif) no-repeat scroll 50% 0;
	border:0px dashed #ccc;
	margin: 4px 0 0 0px;
	padding:3px;
}
a.pimgslink:hover img {
	background: url(../images/plinkbg.gif) no-repeat scroll 50% 0;
}
/* client list*/
#clientsWrapper {
	overflow:auto;
	margin-left: 30px;
}
.clientList {
	border: 1px dashed #ccc;
	padding: 10px;
	margin: 10px;
	float: left;
}
h1.left {
	float: left;
}
h1.right {
	float:right;
	font-style:italic;
}
/* contact us */

form {
}
form input {
	border: 1px solid #CCC;
	display:block;
	margin-top: 10px;
	width: 200px;
	font-size: 75%;
	color: #999;
	padding: 5px;
}
form textarea#message {
	border: 1px solid #CCC;
	margin-top: 10px;
	width: 200px;
	height: 100px;
	color: #999;
	padding:5px;
	font-weight: normal;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
form select {
	color: #333;
	padding: 5px;
	width: 212px;
	margin-top: 10px;
	border: 1px solid #CCC;
	display: block;
}
.notification_error {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#F8F0F1 none repeat scroll 0;
	border:1px solid #A25965;
	height:auto;
	padding:4px;
	text-align:left;
	width:203px;
	color:#903;
	font-size: 10px;
}
.notification_success {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#E9FFEA none repeat scroll 0;
	border:1px solid #336600;
	height:auto;
	padding:4px;
	text-align:left;
	width:203px;
	color:#690;
	font-size: 10px;
}

/* facebox */

#facebox .b {
  background:url(/images/b.png);
}

#facebox .tl {
  background:url(/images/tl.png);
}

#facebox .tr {
  background:url(/images/tr.png);
}

#facebox .bl {
  background:url(/images/bl.png);
}

#facebox .br {
  background:url(/images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0;
  margin: 0;
  background: #E5E5E5 url(/images/b.png);
  width: 650px;
  height: 433px;
}

#facebox .content{
	padding: 0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 0px solid #DDDDDD;
  padding-top: 0px;
  margin-top: 0px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.aboutus li{
	list-style:inside;
	list-style-type: disc;
	font-size: 12px;
	line-height: 1.1em;
	color: #F00;
	
}

.aboutus li span {
	color: #333333;
}

