/* ========================*/
/*         Layout          */
/* ========================*/

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #fff url(/graphics/bg-main.jpg) 43% 0 no-repeat;
	font: normal 100%/120% Arial, Helvetica, sans-serif;
	}
	
#container {
	width: 964px;
	margin: 0 auto;
	position: relative;
	padding: 185px 0 0 0;
	}
	
#holder {
	background: #fff url(/graphics/bg-container.gif) 0 0 repeat-y;
	width: 964px;
	border: 1px solid #e7e7e7;
	padding: 81px 0 0 0;
	min-height: 200px;
	position:  relative;
	}
	
#left {
	width: 712px;
	float: left;
	}
	
#content {
	padding: 9px 0 0 0;
	width: 464px;
	float: right;
	}
	
#menu {
	width: 240px;
	float: left;
	}
	
#right {
	width: 224px;
	float: right;
	padding: 9px 8px 0 8px;
	}
	
#header {
	width: 962px;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#footer {
	clear: both;
	background: #e7e7e7;
	}

	
	
/* ========================================================== */
/* ====                      HEADER                      ==== */
/* ========================================================== */
	
#header .company {
	text-indent: -200000em;
	margin: 52px 0 0 0;
	}
	
#header .company a {
	background: #fff url(/graphics/bg-logo.gif) 0 0 no-repeat;
	width: 232px;
	height: 91px;
	display: block;
	}
	
*:first-child+html #header .company a {
	margin: 52px 0 7px 0;
	}
	
#header .login {
	position: absolute;
	top: 41px;
	right: 0;
	width: 466px;
	height: 79px;
	padding: 20px 8px 10px;
	background: #fff url(/graphics/bg-login.gif) 0 0 no-repeat;
	}
	
#header .phone {
	position: absolute;
	top: 12px;
	right: 0;
	width: 219px;
	height: 17px;
	background: transparent url(/graphics/phone.gif) 0 0 no-repeat;
	text-indent: -20000em;
	}
	
	
#header ul {
	}
	
#header ul li {
	}
	
#header ul li a {
	}
	
#header .login h2 {
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #2c459c;
	padding: 0 0 2px 0;
	}
	
#header .login input {
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #2c459c;
	padding: 0 0 2px 0;
	}
	
#header .login form {
	border-top: 1px solid #d9d9d9;
	}
	
#header .login label {
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 18%;
	float: left;
	display: block;
	text-align: left;
	margin: 10px 0;
	color: #555;
	padding: 2px 0 0 0; 
	}
	
#header .login .button {
	float: right;
	width: 15%;
	color: #013B9F;
	margin: 10px 0 0 4px;
	color: #fff;
	border: 1px solid #949494;
	background: #2b449b;
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	}
	
#header .login input {
	margin: 10px 0 10px 0;
	float: left;
	width: 22%;
	}
	
#header .login p {
	text-align: right;
	clear: both;
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	}
	
#header .buttons-switch {
	position: absolute;
	right: 8px;
	top: 13px;
	}
	
#header .buttons-switch a {
	display: block;
	width: 109px;
	height: 17px;
	float: left;
	color: #2b449b;
	padding: 7px 0 0 0;
	font: normal 90%/100% Arial, Helvetica, sans-serif;
	text-align:center;
	background: transparent url(/graphics/tabs.gif) 0 0 no-repeat;
	}
	
#header .buttons-switch a.on,
#header .buttons-switch a:hover {
	display: block;
	width: 109px;
	height: 17px;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 7px 0 0 0;
	background: transparent url(/graphics/tabs.gif) 0 -24px no-repeat;
	}
	
#header #topMenu {	
	background: #ec331c url(/graphics/menu2.gif) 0 0 repeat-x;
	margin-top: 7px;
	padding: 0 5px;
	}
	
#header #topMenu ul li a {
	color: #fff;
	font: bold 75%/210% Arial, Helvetica, sans-serif
	}
	
#header .newLinks {
	height: 81px;
	width: 960px;
	background: transparent url(/graphics/banner.jpg) top left no-repeat;
	}
	
#header .newLinks a {
	background: transparent url(/graphics/ie-fix.gif) top left no-repeat;
	display: block;
	float: right;
	height: 67px;
	margin: 7px 6px;
	width: 74px;
	text-indent: -100000em;
	}
	
/* ========================================================== */
/* ====                      CONTENT                     ==== */
/* ========================================================== */

#content .contact-survey {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 2px;
	position: relative
	}
	
#content .contact-survey a {
	color: #888;
	display: block;
	float: left;
	}
	
#content .contact-survey a.audit {
	float: right;
	}
	
#content .contact-survey a.survey {
	position: absolute;
	left: 140px;
	}
		
#content h1 {
	color: #2c459c;
	font: bold 140%/120% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.03em;
	}
	
#content h2 {
	color: #2c459c;
	font: bold 100%/120% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.03em;
	}
	
#content h3 {
	color: #2c459c;
	font: normal 90%/120% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.03em;
	}
	
#content p,
#content ul,
#content ol,
#content td {
	font: normal 75%/210% Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	margin: 5px 0 10px 0;
	}
	
#content td p,
#content th p {
	font: normal 100%/210% Arial, Helvetica, sans-serif;
	}
	
#content th {
	font: bold 75%/210% Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	margin: 5px 0 25px 0;
	}
	
#content ul,
#content ol {
	}
	
#content ul li,
#content ol li {
	margin: 0 0 0 30px;
	}
	
#content ul.sitemap ul,
#content ul.sitemap ul ul {
	font: normal 100%/140% Arial, Helvetica, sans-serif;
	}
	
#content ul.search li {
	list-style-type: none;
	margin: 0 0 4px 5px;
	border-bottom: 1px solid #f4f4f4;
	width: 50%
	}
	
#content dl {
	}
	
#content dt {
	}
	
#content dd {
	}
	
/* IE 7 Hack */
*:first-child+html #content {
	}
	
	
#content .news {	
	margin:17px 8px 0 17px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #d9daef;
	}
	
#content .news h2 a {
	font-size: 105%;
	color: #C10017;
	font-weight: normal;
	padding: 0 0 8px;
	text-decoration: none;
	}
	
#content .news h2 span {
	font: normal 75%/210% Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
#content .news a.smaller {
	font-size: 90%;
	color: #C10017;
	font-weight: normal;
	padding: 0 0 8px;
	text-decoration: none;
	}
	
#content .news p {
	margin: 8px 0 10px 0;
	padding: 0;
	}
	
#content .news dd {
	margin: 8px 10px 10px;
	border-bottom: 1px solid #f1f1f6;
	}
	
.articleimage {
	margin:20px 8px 8px 16px;
	}

.left {
	float: left;
	}

	
/* ========================================================== */
/* ====                       MENU                       ==== */
/* ========================================================== */

#header #topMenu ul.dropdown,
#header #topMenu ul.dropdown li,
#header #topMenu ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#header #topMenu ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	}

#header #topMenu ul.dropdown li {
	float: left;
	vertical-align: middle;
	zoom: 1;
	}
	
#header #topMenu ul.dropdown li a {
	display: block;
	padding: 5px 12px;
	}
	
#header #topMenu ul.dropdown li ul li a {
	display: block;
	padding: 2px 12px;
	font: bold 70%/210% Arial, Helvetica, sans-serif
	}

#header #topMenu ul.dropdown li ul li ul li a {
	font: bold 70%/210% Arial, Helvetica, sans-serif
	}

#header #topMenu ul.dropdown li.hover,
#header #topMenu ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	}
	
* html #header #topMenu ul.dropdown li {
	position: relative;
	}

#header #topMenu ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 598;
	width: 200px;	
	}

#header #topMenu ul.dropdown ul li {
	float: none;
	background: #ec331c;
	border-top: 1px solid #f23d26;
	border-bottom: 1px solid #e2311b;
	}

#header #topMenu ul.dropdown ul ul {
	top: -1px;
	left: 99%;
	}
	
* html #header #topMenu ul.dropdown ul ul {
	top: 0;
	left: 99%;
	}
	
#header #topMenu ul.dropdown ul li:hover,
#header #topMenu ul.dropdown li ul li ul li {
	float: none;
	background: #ee4833;
	border-top: 1px solid #f3513c;
	border-bottom: 1px solid #e54632;
	}

#header #topMenu ul.dropdown li:hover > ul {
	visibility: visible;
	} 


#menu ul {
	font: normal 90%/120% Arial, Helvetica, sans-serif;
	width: 224px;
	list-style-type: none;
	padding: 9px 0 0 8px;
	}
	
#menu ul li {
	/*border-bottom: 1px solid #e6e7ec*/
	}
	
#menu ul li a {
	padding: 7px 0 7px 15px;
	display: block;
	color: #1e3483;
	/*border-bottom: 1px solid #e6e7ec*/
	}
	
#menu ul li a:hover {
	background: #dbdfef;
	text-decoration: none;
	}
	
#menu ul ul {
	width: 224px;
	padding: 0;
	}	

#menu .form {
	margin: 10px;	
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	}
	
#menu .form {
	margin: 10px;	
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	}
	
#menu .form label {
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #ef3d24;
	display: block;
	text-align: left;
	margin: 5px 0;
	/*color: #555;*/
	padding: 2px 0 0 0; 
	}
	
#menu .form .button {
	float: right;
	width: 25%;
	color: #013B9F;
	margin: 0 0 0 4px;
	color: #fff;
	border: 1px solid #949494;
	background: #2b449b;
	padding: 3px 2px 2px;
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	}
	
#menu .form input {
	margin: 0 0 10px 4px;
	float: left;
	width: 60%;
	color: #555;
	padding: 3px 2px 3px;
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	}
	
#menu #goog-wm * {
	padding: 0;
	margin: 0; 

	}
	
#menu #goog-wm h3 {
	font: bold 90%/120% Georgia, "Times New Roman", Times, serif;
	color: #2C459C;
	display: block;
	text-align: left;
	margin: 8px 0;
	/*color: #555;*/
	display: none;
	}
	
#menu .flash h3,	
#menu #goog-wm li {
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #ef3d24;
	display: block;
	text-align: left;
	margin: 6px 0;
	/*color: #555;*/
	}
	
#menu .flash {
	margin: 10px 0 20px 15px;
	}
	
#menu #goog-wm li b {
	display: none;
	}

#menu #goog-wm #goog-wm-sb {
	color: #013B9F;
	margin: 8px 0 0 4px;
	color: #fff;
	border: 1px solid #949494;
	background: #2b449b;
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	}
	
#menu #goog-wm #goog-wm-qt {
	margin: 0 0 10px 0;
	color: #555;
	width: 110px;
	padding: 3px 2px 3px;
	font: normal 100%/100% Arial, Helvetica, sans-serif;
	}
	
#menu ul li ul li a {
	font: normal 100%/120% Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 35px;
	display: block;
	color: #af5858;
	}
	
#right h3 a {
	width: 224px;
	height: 49px;
	display:block;
	}
	
#right h3.secure {
	width: 224px;
	height: 49px;
	text-indent: -20000em;
	background: #d9daef url(/graphics/tips-secure.gif) top left no-repeat;
	margin: 5px auto;
	}
	
#right h3.fire {
	width: 224px;
	height: 49px;
	text-indent: -20000em;
	background: #d9daef url(/graphics/tips-fire.gif) top left no-repeat;
	margin: 5px auto;
	}
	
#right h3.question {
	width: 224px;
	height: 49px;
	text-indent: -20000em;
	background: #d9daef url(/graphics/question.gif) top left no-repeat;
	margin: 5px auto;
	}
	
#menu h3.audit {
	width: 224px;
	height: 200px;
	text-indent: -20000em;
	background: #f0f0f0 url(/graphics/bg-audit.gif) top left no-repeat;
	margin: 5px auto;
	}
	
#menu h3.audit a {
	display:block;
	width: 224px;
	height: 200px;
	}
#menu h3.logbook {
	width: 224px;
	height: 200px;
	text-indent: -20000em;
	background: #f0f0f0 url(/graphics/bg-logbook.gif) top left no-repeat;
	margin: 5px auto;
	}
	
#menu h3.logbook a {
	display:block;
	width: 224px;
	height: 200px;
	}
		
#right .casestudy {
	background: #c9cfe6;
	padding: 5px
	}
	
#right .casestudy h2 {
	font: bold 80%/120% Georgia, "Times New Roman", Times, serif;
	color: #ef3d24;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #bbc0d6;
	}
	
#right .casestudy p {
	padding: 5px 0;
	border-top: 1px solid #bbc0d6;
	border-bottom: 1px solid #bbc0d6;
	color: #555;
	font: normal 75%/140% Arial, Helvetica, sans-serif;
	}
	
#right .casestudy p a {
	color: #555;
	}
	
#right .casestudy h2 a {
	color: #ef3d24;
	}
	
#right .casestudy img {
	margin: 5px 0;
	}
	
#menu .stats {
	margin: 10px 10px 15px;
	}
	
#menu .stats p {
	color: #C10017;
	font: normal 110%/130% Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
	}
	
#menu .stats p.quote {
	color: #555;
	/*border-top: 1px solid #dfdfdf;*/
	padding: 5px 0 5px 0;
	font: normal 75%/140% Arial, Helvetica, sans-serif;
	}
	
#footer div {
	width: 835px;
	margin: 0 auto;
	padding: 14px 8px 0;
	}
	
/* ========================================================== */
/* ====                      FOOTER                      ==== */
/* ========================================================== */
	
#footer p {
	font: normal 70%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	padding: 4px 5px;
	}
	
#footer p.left {
	float: left;
	width: 40%;
	}
	
#footer p.right {
	float: right;
	text-align: right;
	width: 38%;
	}
	
/* ========================================================== */
/* ====                      FORM ?                      ==== */
/* ========================================================== */

#form {
	background: #edeefe;
	/*width: 50%;
	float: right;*/
	margin: 10px 0 0 0;
	padding: 10px;
	border-top: 1px solid #a0a1b8;
	border-bottom: 1px solid #a0a1b8;
	}
	
#form h2 {
	font: bold 110%/160% Arial, Helvetica, sans-serif;
	margin: 17px 8px 5px 0;
	color: #000;
	letter-spacing: 0;
	}
	
#form h3 {
	font: bold 90%/160% Arial, Helvetica, sans-serif;
	margin: 0 8px 8px 0;
	color: #860f2d;
	letter-spacing: 0;
	}
	
#form h3 a span {
	color: #c60000;
	}
	
#form form label {
	font: normal 75%/100% Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 35%;
	float: left;
	display: block;
	text-align: right;
	clear: both;
	margin: 10px 0;
	}
	
#form form .button {
	width: 35%;
	color: #013B9F;
	margin: 10px 0 0 36%;
	border: 1px solid #013B9F;
	background: #d9daef;
	font-weight: bold;
	}
	
#form form input, 
#form form textarea {
	margin: 10px 0 10px 4px;
	}
	
/* ========================*/
/*         Styling         */
/* ========================*/

img.floatright,
img.image {
	float: right;
	margin: 5px 0 5px 5px;
 	}

a {
	color: #C10017;
	outline: none;
	text-decoration: none;
	}
	
a:hover { 
	text-decoration: underline;
	}
	
#content a {
	text-decoration: underline;
	}
	
#content a:hover { 
	text-decoration: none;
	}
	
a img {
	border: none;
	}

html {
	overflow-y: scroll;
	}

/* ========================*/
/*          Hacks          */
/* ========================*/

*:first-child+html * {
	padding: 0;
	margin: 0;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */