/* 
COLORS
#d8d6d4; warm-gray - body background 
#8499bc; light blue - util font color
#6f6e6d; darker gray - util a color
#a3ceec; blue/aquaish - NavWrapper background ;
#c2bdb7; grayish - Develisys link color, Footer p
#09347a; dark blue - active and hover nav link color, NavWrapper p
#294e8b; med blue - H1 color, H2 color
#b36e20; burnt orange - a
#2381ff; bright blue - Footer a, a:hover
*/

body {
    padding: 8px 0 0 0;
    margin: 0;
    background: #d8d6d4 url(img/bg_body.gif) repeat-x top;
    font-family: verdana,arial, helvetica, sans-serrif;
    font-size: 62.5%;
}
* {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, p, blockquote {
    margin: 15px 0;
}
h1 {
    font-size: 2.9em;
    font-weight: normal;
    color: #b36e20;
}
#h1ProCurve 
{
    background:url(img/HP-ProCurve.png) left 22px no-repeat;
    text-indent:-999em;
    height: 70px;
}
h2 {
    font-size: 2.4em;
    color: #294e8b;
    font-weight: normal;
}
h3 {
    font-size: 1.7em;
    color: #294e8b;
    font-weight: normal;
    font-variant: small-caps;
}
p, blockquote, #ColumnTwo ul {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #09347a;
}
#ColumnTwo ul {
	padding-left: 2em;
	list-style: square;
}
p strong, address strong {
    font-size: 1.3em;
    font-weight: normal;
}
ul {
    list-style: none;
}
body form, #Form{
    background: url(img/bg_body-form.gif) repeat-y center;
    width: 100%;
    margin: 0;
    padding: 0;
}
#PageWrapper {
    width: 775px;
    margin: 0 auto;
    position: relative;
}
a img {
    border: none;
}
a {
    color: #b36e20;
}
a:hover {
    text-decoration: none;
    color: #2381ff;
}
 
p.util {
    position: absolute;
    right: 15px;
    top: -1px;
    margin: 0;
    font-size: 1.0em;
    color: #8499bc;
    /*padding-right: 178px;*/
    line-height: 27px;
}
p.util span {
    background: url(img/bg_util.gif) no-repeat;
    padding: 0 20px;
    position: absolute;
    height: 27px;
    right: 0;
    top: 0;
}
p.util span a {    
    color: #6f6e6d;
    text-decoration: none;
}
p.util span a:hover {
    text-decoration: underline;
}
#NavWrapper {
    height: 65px;
    overflow: hidden;
    width: 775px;
    background: #a3ceec url(img/bg_navwrapper.gif) no-repeat left bottom;
}
.home #NavWrapper {
    height: 260px; 
    background: #a3ceec url(img/bg_navwrapper.jpg) no-repeat left bottom;
}
#NavWrapper h1, #NavWrapper p {
    margin-left: 15px;
    margin-right: 15px;
    width: 530px;
}
#NavWrapper h1 {
    color: #fff;
    margin-top: 30px;
    font-size: 3.5em;
}
span.homeBannerLogoWrapper {
    position: absolute;
    right: 10px;
    top: 118px;
}
.homeBannerLogo {
    width: 272px;
    height: 305px;
}
#ColumnOne {
    width: 255px;
    float: right;
}
#ColumnOne div {
    background: url(img/bg_columnonediv.gif) no-repeat left top;
    margin-top: 5px;
    overflow: hidden;
    min-height: 170px;
}
#ColumnOne h3, #ColumnOne ul, #ColumnOne p {
    margin-left: 15px;
    margin-right: 15px;
}
#ColumnTwo {
    width: 520px;
    float: right;
    min-height: 500px;
}
#ColumnTwo div {
    background: url(img/bg_columntwodiv.gif) no-repeat left top;
    margin-top: 5px;
    overflow: hidden;
}
#ColumnTwo h1, #ColumnTwo h2, #ColumnTwo h3, #ColumnTwo h4, #ColumnTwo ul, #ColumnTwo p, address, label, input, textarea,
#Content h1, #Content h2, #Content h3, #Content h4, #Content ul, #Content p  {
    margin-left: 15px;
    margin-right: 15px;
}
#Content h1 
{
    margin-top: 0;
    padding-top: 15px;
}
.leftImg {
    float: left;
    margin-right: 10px;
    margin-bottom: -5px;
}
.rightImg {
    float: right;
    margin-left: 5px;
}
#ColumnTwo ul {
    line-height: 1.5em;
    margin-bottom: 25px;
    color: #09347a;
}
address {
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #09347a;
}
blockquote {
    margin-left: 40px;
    margin-right: 40px;
    font-style: italic;
    color: #09347a;
    color: #B36E20;
}
.boxedType 
{
    clear: both;
    padding: 10px;
    background: #09347a;
}
.boxedType p {
    font-size: 1.0em;
}
label, .submitbutton, .submit {
    display: block;
    font-size: 1.2em;
    color: #09347a;
    margin: 1em 0 2px 15px;
}
.submitbutton {
    padding: 3px;
}
input, textarea {
    padding: 2px;
    font-size: 12px;
    font-family: verdana,arial, helvetica, sans-serrif;
}
.warning {
    margin-left: 15px;
}

/* NEWS STYLES */
#ColumnTwo div.noBg, #ColumnTwo div.featuredItem {
    background: none;
}

p.newsDate {
	font-size: 10px;
	margin-bottom: 0!important;
	padding: 0!important;
	display: block;
}
h3.newsTitle {
	margin-top: 0!important;
	margin-bottom: 10px!important;
}
span.newsAbstract {
	display: block;
	margin: 0 15px 0 15px;
	font-size: 12px!important;
	line-height: 18px;
	color: #09347a; 
}
span.newsAbstract p {
	margin: 0!important;
	font-size: 12px!important;
}
span.newsReadMore {
	font-size: 10px;
    display: block;
	line-height: 18px;
	margin: 0 15px 0 15px;
}
p.headlineLink {
	margin-top: 0!important;
}



#PageWrapper p.newsdate .leftImg {
	margin: 1.25em 1.25em 1.25em 0;
	border: 1px solid #F1F0EF !important;
	padding: 6px;
}



/* FOOTER AREA STYLES */
#Footer {
    clear: both;
    background: url(img/bg_footer.gif) no-repeat 0 20px;
    height: 79px;
    padding-top: 20px;
    text-align: center;
}
#FooterNav {
	height: 25px;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}
#FooterNav li {
	margin: 0;
	padding: 0 20px; 
	text-align: center;
	display: inline;
}
#FooterNav li a {
	font-size: 1.1em;
    text-decoration: none;
    color: #2381ff;
}

#FooterNav li a:hover {
	text-decoration: underline; 
}
#Footer p {
	font-size: 1.1em;
	margin: 0;
    color: #c2bdb7; 
}  
#Develisys {
    width: 100%;
    padding: 15px 0 20px;
    background: url(img/bg_develisys.gif) no-repeat center top;
}
#Develisys div {
    width: 775px;
    margin: 0 auto;
} 
#Develisys a {
    text-decoration: none;
    color: #c2bdb7;
}  

/* NAV STYLES */
#Nav {
    margin: 0;
    padding: 0;
    background: #fff;
    width: 777px;
    height: 27px;
	list-style: none;
}
#Nav li {
    margin: 0;
    padding: 0;
    float: left;
    width: 127px;
    vertical-align: middle;
	list-style: none !important;
}
#Nav li a {
    display: block;
    height: 27px;
    width: 125px;
    background: url(img/bg_navtab.gif) no-repeat 0 -27px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}
#Nav li a:hover, #Nav li a.active {
    background: url(img/bg_navtab.gif) no-repeat 0 0;
    color: #09347a;
}

/* Subnav styles */
.subNav {
    height: 30px;
    margin: 0;
    padding: 0 0 0 3px;
    background: url(img/bg_subnav_separator.gif) no-repeat left;
    position: absolute;
}
.subNav li {
    float: left;
    margin: 0;
    padding: 0 3px 0 0;
    height: 30px;
    background: url(img/bg_subnav_separator.gif) no-repeat right;
} 
.subNav a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    color: #09347a;
    text-decoration: none;
} 
.subNav a:hover {
    background: url(img/bg_subnav_hover.gif) repeat-x;
}
.subNav a.active, .subNav li.activeChild a {
    background: url(img/bg_subnav_active.gif) no-repeat center;
}
#AboutSubNav {
    left: 375px;
} 
#CaseStudiesSubNav {
    left: 145px;
}
#ContactSubNav {
    right: 15px;
}
#SolutionsSubNav {
	left: 220px;
}

/* DIRECTIONS FORM */
.streetAddress, .city {
    width: 200px;
}
.state {
    width: 20px;
}
.zipCode {
    width: 50px;
}

/* SIFR STYLES */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* decoy styles for sifr */
.sIFR-hasFlash h1 {
	visibility: hidden;
    letter-spacing: -.09em;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
    letter-spacing: -.09em;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
    letter-spacing: -.09em;
}
#ColumnOne .sIFR-hasFlash h3 {
	font-size: 16px;
}


/* SITEMAP STYLES */
#sitemap, #sitemap li {
    margin: 0;
    padding: 0;
}
#sitemap ul li {
    margin-left: 25px;
}
#sitemap a {
    font-size: 12px !important;
    }


/* SINGLE COLUMNLAYOUT  */
#Content {
    width: 775px;
    margin: 0 0 15px;
}
#Content div.fullWidth 
{
    background: url(img/bg_fullwidth.gif) no-repeat left top;
}

/* FREE CONSULTATION AD CAMPAIGN STYLES */
/* this can be safely removed at the end of the campaign*/
.adFreeConsultationWrapper {
    background: url(img/landingpgs/bg_freeconsultation.gif) no-repeat top;
    overflow: hidden;
    padding: 20px; 
}
.adFreeConsultationWrapper p {
    letter-spacing: -.01em;
}
.adFreeConsultationWrapper .firstPara {
    margin-top: 170px;
}
.adFreeConsultationWrapper .twoColumnTable {
    border-collapse: collapse;
}
.adFreeConsultationWrapper .twoColumnTable td {
    vertical-align: top;
}

.adFreeConsultationWrapper .twoColumnTable td .formWrapper {
    padding: 20px 30px 20px 0;
    border-top: 1px solid #c3d7ec; 
}

.adFreeConsultationWrapper .twoColumnTable label {
    font-weight: bold;
    color: #5d76a6;
    font-size: 14px;
    margin: 0 0 5px 0;
}   

.adFreeConsultationWrapper .twoColumnTable select option {
    font-size: 12px;
}
.adFreeConsultationWrapper .twoColumnTable .pref label
{
    display: inline;
}
.adFreeConsultationWrapper .twoColumnTable .pref .prefList label {
    font-size: 11px;
    font-weight: normal;
    margin: 0
}
.adFreeConsultationWrapper .twoColumnTable .pref .prefList {
    margin: 5px 0;
}
.adFreeConsultationWrapper .twoColumnTable .submitbutton {
    margin-left: 0;
}

.servicesTable {
    margin-top: 20px;
}
.servicesTable td {
    padding-bottom: 15px;
}
.servicesTable td p {
    margin: 5px 0 0 0;
    font-size: 10px;
}
.servicesTable td p span {
    font-size: 14px;
    font-weight: bold;
    color: #cea77e;
    display: block;
}

.errorMessage {
    margin: 0 0 10px;
}
.errorMessage ul {
    display: none;
}

/* PROCURVE LANDING PAGE */
.rblAccessPoints label 
{
    display: inline;
}
input.pad,
textarea.pad 
{
    padding: 6px;
}
span.rblAccessPoints 
{
    display: block;
    margin-top: 1em;
}
.rblAccessPoints input
{
    margin-right: 0.5em;
}
.rblAccessPoints label 
{
    margin-left: 0;
    vertical-align: 2px;
}

#ColumnTwo .pdfLinks 
{
    list-style: none;
    margin: 1em 0;
    padding: 15px;
    background: url(img/bg_columntwodiv.gif) no-repeat left top;
    font-size: 0.85em;
}
#ColumnTwo .pdfLinks a
{
    height: 50px;
}
.pdfLink, .offsiteLink {
	display: block;
	width: 152px;
	padding: 12px 0 10px 66px;
	height: 50px;
	border: 1px solid #eee;
	background: url(img/icn_adobepdf.gif) 8px center no-repeat;
	line-height: 1.3;
	text-decoration: none;
}
.pdfLinkSmall {
	display: block;
	width: 152px;
	padding: 5px 20px 5px 45px;
	border: 1px solid #eee;
	background: #fff url(img/icn_adobepdf-small.png) 10px center no-repeat;
	font-size: 10px;
	line-height: 1.3;
	text-decoration: none;
}
.offsiteLink 
{
    background: url(img/icn_link.png) 8px center no-repeat;
}
.pdfLink span, .offsiteLink span {
	font-size: 0.8em;
	line-height: 1.4;
	text-indent: -1px;
}
.pdfLink:hover, .pdfLinkSmall:hover, .offsiteLink:hover {
	background-color: #EDF5FB;
}
fieldset 
{
    border: none;
    /*margin: 22px;*/
}


/*ESET Landing PAge*/

.lnkESET {
	display: block;
	border: 1px solid #eee;
	padding: 12px 20px;
	width: 250px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.lnkESET:hover {
	background: #EDF5FB;
}
#ColumnTwo #Whitepapers, #Whitepapers li {
	margin:0;
	padding:0;
}
#Whitepapers li {
	font-size: 12px;
	line-height: 18px;
	margin: .75em 15px .75em 15px;
}

#Whitepapers span {
	display: block;
	font-size: 11px;
	line-height: 15px;
}
#Whitepapers a span {
	display: inline;
	font-size: 10px;
}

.newsletter 
{
    margin: 13px 0 0 12px;
    border: 1px solid white;
}

#VideoWrapper 
{
    float: right;
    width: 490px;
    margin: 3em 15px 1em 15px;
}

.pageCurl 
{
    float: left;
    width: 235px;
    margin-top: 4em;
}
.pageCurl.last 
{
    margin-left: 1em;
}
.pageCurl a
{
    display: block;
    height: 120px;
    padding: 18px 10px 14px 14px;
    background: url(img/bg-page-tab.gif) #ecf7ff no-repeat top right;
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
}
.pageCurl a span 
{
    display: block;
    font-weight: normal;
}
.pageCurl a:hover
{
    background: url(img/bg-page-tab-hover.gif) #ddf1ff no-repeat top right;
}
.pageCurl img 
{
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.lnkClassic
{
    float: left;
    clear: left;
    width: 380px;
    height: 75px;
    margin: 1em 0;
    padding: 15px 85px 15px 15px;
    background: url(img/bg-arrow-down.png) #ecf7ff no-repeat 420px 25px;
    font-size: 1.2em;
    line-height: 1.2;
    text-decoration: none;
}
.lnkClassic span
{
    text-decoration: underline;
}
#ColumnTwo select 
{
    margin-left: 15px;
    padding: 2px;
    font-size: 12px;
    font-family: Verdana;
}
#ColumnTwo blockquote 
{
    color: #09347A;
}

.normalizeList 
{
    list-style: disc;
    color: #09347a;
    font-size: 1.2em;
    line-height: 1.6;
    padding-left: 2em;
}
.bigList li 
{
    margin: 1em 0;
}
#ColumnOne #Sidebar 
{
    margin-top: 0em;
}
#Sidebar p {
    color: #B36E20;
    font-size: 1.1em;
}
#Sidebar ul  
{
    font-size: 0.9em;
}
#ColumnTwo .formWrapper 
{
    background: none;
}