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

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
p.clr{
clear:both;
height:1px;
margin:0;
padding:0;
}
/* =Fonts
-------------------------------------------------------------- */
body{
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;}

h1, h2{
font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
color:#124187;
font-weight:bold;
}
#main h1{
font-size:32px;
margin-bottom:2px;}
#main h2{
font-size:22px;
padding:10px 60px 10px 0px;}
#main p{
font-family:Arial, Helvetica, sans-serif;
}
#main p strong{
color:#124187;
}
#main ul.bulletlist{
font-family:Arial, Helvetica, sans-serif;}

/* =Global Elements
-------------------------------------------------------------- */
p{
line-height:1.4em;}
ul.bulletlist{
list-style:none;
}
ul.bulletlist li{
color:#000;
margin:5px 0 10px 5px;
padding-left:20px;
background:url(../images/bullet.png) no-repeat left;
}

/* =Layout Homepage
-------------------------------------------------------------- */

body#homepage{
background:#296cc4 url(../images/body-bg.png) repeat-x;
/*background:#22487e url(../images/body-bg-solid.png) repeat-x;*/
}
#homepage #wrapper{
width:800px;
margin:0 auto;}
#homepage #header{
height:60px;
}
#homepage #main{
height:335px;
}
#homepage #globalnav{
height:130px;
}

/* =Layout Internal Pages
-------------------------------------------------------------- */
body#internalpage{
background:#ffffff;}
body#internalpage #container{
background:#fff url(../images/internal-bg.png) repeat-x;}
#internalpage #wrapper{
width:900px;
margin:0 auto;}
#internalpage #header{
height:88px
}
#internalpage #main{

}

#internalpage #globalnav{
	
height:160px;
}
#internalpage #footerwrap{
	background:#ffffff;
/*background:url(../images/internal-footbg.png) repeat-x;*/
padding-top:30px;
}
#internalpage #footer{
width:900px;
text-align:center;
margin:0 auto;}

/* =Header
-------------------------------------------------------------- */
img#pclogo{
padding-top:8px;
float:left;}
img#seal{
position:absolute;
z-index:100;
/*width:136px;
height:137px;*/
width:110px;
height:111px;
margin-top:15px;
margin-left:40px;}
#internalpage img#seal{
width:100px;
height:100px;
margin-left:40px;
margin-top:10px;}
#header ul{
position:relative;
list-style:none;
text-transform:uppercase;
float:right;
padding-top:20px;
width:300px;
}
#header ul li{
display:inline;
border-left:1px solid #ccc;
padding:0px 8px;
}
#header ul li.first{
border-left:none;}
#header ul a{
color:#ccc;
text-decoration:none;
}

/* =Main
-------------------------------------------------------------- */
#main{
text-align:center;
margin-top:10px;}

 #fullscreen {
        border: 1px solid #333;
        font-size: 12px;
        display: none;
        position: absolute;
        width: 900px;
        z-index: 160;
			background:#000;
			text-align:center;
			padding:10px;
			margin-top:-100px;
      }
	.fullscreen p{
	text-align:right;
	}
	.fullscreen p a{
	color:#fff;}
#internalpage #main{
text-align:left;}
#main #alpha{
width:445px;
float:left;
}
#main #beta{
width:440px;
margin-top:20px;
float:right;}


/* =GlobalNav
-------------------------------------------------------------- */
#globalnav{
margin-left:22px;
margin-top:30px;}

#globalnav ul{
list-style:none;
}
#globalnav ul li{
display:block;
float:left;
background:url(../images/nav/divide.png) no-repeat left;
padding-left:4px;
width:125px;
height:122px;
text-indent:-999em;
}
#globalnav ul li.first{
background:transparent;
padding-left:0;
}
#globalnav ul a{
display:block;
height:122px;
}
#globalnav ul a#nav_why{
background:url(../images/nav/new/why_off.png) no-repeat;

}
#globalnav ul a#nav_why.ison{
background:url(../images/nav/new/why_on.png) no-repeat;
}

#globalnav ul a#nav_power{
background:url(../images/nav/new/power_off.png) no-repeat;
}
#globalnav ul a#nav_power.ison{
background:url(../images/nav/new/power_on.png) no-repeat;
}

#globalnav ul a#nav_marketing{
background:url(../images/nav/new/marketing_off.png) no-repeat;
}
#globalnav ul a#nav_marketing.ison{
background:url(../images/nav/new/marketing_on.png) no-repeat;
}

#globalnav ul a#nav_tech{
background:url(../images/nav/new/tech_off.png) no-repeat;
}
#globalnav ul a#nav_tech.ison{
background:url(../images/nav/new/tech_on.png) no-repeat;
}

#globalnav ul a#nav_competitive{
background:url(../images/nav/new/competitive_off.png) no-repeat;
}
#globalnav ul a#nav_competitive.ison{
background:url(../images/nav/new/competitive_on.png) no-repeat;
}

#globalnav ul a#nav_faq{
background:url(../images/nav/new/faq_off.png) no-repeat;
}
#globalnav ul a#nav_faq.ison{
background:url(../images/nav/new/faq_on.png) no-repeat;
}

#globalnav ul a#nav_contact{
background:url(../images/nav/new/contact_off.png) no-repeat;
}
#globalnav ul a#nav_contact.ison{
background:url(../images/nav/new/contact_on.png) no-repeat;
}


/* =Footer
-------------------------------------------------------------- */
#footer{
text-align:center;
}
#footnav ul{
list-style:none;
margin-top:35px;
margin-bottom:10px;
}
#footnav ul li{
display:inline;
border-left:1px solid #fff;
padding:0 8px;
}

#footnav ul li.first{
border-left:none;}

#footnav ul a{
	font-size:14px;
color: #06F;
text-decoration:underline;}

#footnav_home ul{
list-style:none;
margin-top:35px;
margin-bottom:10px;
}
#footnav_home ul li{
display:inline;
border-left:1px solid #fff;
padding:0 8px;
}

#footnav_home ul li.first{
border-left:none;}

#footnav_home ul a{
	font-size:14px;
color: #FFFFFF;
text-decoration:none;}

#footcontact{
color:#000;
font-size:11px;
margin-bottom:10px;
}
#footcontact a{
color:#000;}


table.contact-table{
width:550px;
margin-left:0px;
border:1px solid #eee;
background:#fcfcfc;
}

.contact-table td{
padding:5px;}
.contact-table td.item{
width:100px;

}
.contact-table input, .contact-table select, .contact-table textarea{
border:1px solid #ccc;}
