* { padding: 0; margin: 0; }

body {
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
}
#wrapper {
	width: 848px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
}
#header, #header-logged-in {
	color: #333;
	width: 848px;
	float: left;
	height: 85px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation {
	float: left;
	width: 846px;
	color: #333;
	margin: 0px;
	height: 25px;
	/*background-image: url(../images/nav/bg.gif);*/
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#banner {
	z-index: 0;
}
#leftcolumn {
	width: 164px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	display: block;
	float: left;
	/*padding-bottom: 300px;*/
}
#content {
	background: #FFF;
	height: 100%;
	width: 650px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    /* Original value padded out to accomdate Security Officer tab */
	/* margin-left: 175px; */
	margin-left: 185px;
}
#content-wrapper {
	/*min-height: 600px;*/
	background-image: url(../images/content-bf.gif);
	margin-top: 5px;
	margin-left: 3px;
	background-position: 2px top;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#content-wrapper.portal {
	background-color: #FFFFFF;
	background-image: url(../images/clear.gif);
	margin-top: 10px;
	float: left;
}

#index #content  {
	width: 570px;
	margin: 0px;
}
#company-profile #content, #management-team #content {
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 170px;
}
#rightcolumn {
	background: #FFF;
	margin: 0px;
	width: 270px;
	float: right;
	padding: 0px;
	height: 300px;
}
#company-profile #rightcolumn, #management-team #rightcolumn {
	background: #FFF;
	width: 200px;
	float: right;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#newsbox {
	width: 260px;
	min-height: 235px;
	border: 1px solid #CCC;
	background-position: center 20px;
}


#fade_base {
	width: 260px;
	min-height: 100px;
	border: 1px solid #CCC;
	background-position: center 20px;
}
#footer {
	/*width: 840px;*/
	clear: both;
	background: #FFF;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/*--BEGIN HEADER LINK TO HOMEPAGE--*/
a#homelink {
	color:#FFF;
	display:block;
	float:left;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	width:150px;
	padding-left: 369px;
}

#header-logged-in a#homelink {
	color:#FFF;
	display:block;
	float:left;
	height:100%;
	overflow:hidden;
	text-decoration:none;
	width:150px;
	padding-left: 250px;
}
/*--BEGIN HEADER LINK TO HOMEPAGE--*/

#quickbuttons {
	float: left;
}
#search-box {
	margin-top: 10px;
	height: 18px;
	display: inline;
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
}

/*---BEGIN SPECIFIC PAGE BANNERS (page id must be in body tag)---*/

#awareness-survey  #banner, #security-awareness-news #banner {
	background-image: url(../images/banners/resources.jpg);
	height: 168px;
	width: 848px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}
#company-profile   #banner, #management-team     #banner {
	background-image: url(../images/banners/company.jpg);
	height: 168px;
	width: 848px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}
#support-overview #banner, #request-info #banner, #contact-us #banner, #contact-us-sales #banner, #contact-us-careers #banner, #contact-us-press #banner, #error-page #banner, #request-survey-results #banner     {
	background-image: url(../images/banners/support.jpg);
	height: 168px;
	width: 848px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}
#news-events   #banner, #news-page   #banner, #events-page   #banner  {
	background-image: url(../images/banners/news.jpg);
	height: 188px;
	width: 848px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}

#training-overview   #banner, #request-demo   #banner, #sign-in-page #banner {
	background-image: url(../images/banners/training.jpg);
	height: 168px;
	width: 848px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	clear: both;
}
/*---END SPECIFIC PAGE BANNERS---*/
