html, body {
   	background: none !important;
}

#header, #navigation, #flash, .specialistbox, .breadcrumb_box, #slideshow, .curvedbox, #footer, #contactform {
	display: none;
}

#container, #content {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
   	margin: 0;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
}

div#container {
	margin: 0;
	padding-top: 1em;
	height: 100%;
   	border-top: 1px solid #293892;
}

#content a:link:after, #content a:visited:after {
   	content: " (http://www.bastionprotects.com/" attr(href) ") ";
   	font-size: 90%;
}

#content a[href^="/"]:after {
   	content: " (http://www.bastionprotects.com/" attr(href) ") ";
}






/*__Content_________________________________________________________________________________*/

/*	Headers  */
h1 {
	font-size: 16px;
	color: #293892;
	margin: 0;
	margin-bottom: 20px;
	line-height: 24px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #293892;
	margin-bottom: 10px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000098;
	margin-bottom: 2px;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}


/*	Text   */
p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	line-height: auto;
	margin-bottom: 15px;
}

p.small {
	font-size: 10px;
	color: #000;
}

a {
	color: #293892;
	text-decoration:none;
	font-size: 12px;
}

a:hover {
	color: #999;
	text-decoration: underline;
}


/*	Unordered Lists   */
ul.bullets {
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	list-style: none
}

ul.bullets li {
	background: url('../site/global/icn_bullet.jpg') no-repeat 0 5px;
	color: #000;
	padding-left: 15px;
	line-height: auto;
	font-size: 12px;
}


/*	Ordered Lists   */
ol {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: left;
	display: block;
}

ol li {
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-bottom: 10px;
	line-height: auto;
	clear: left;
}

ol li a {
	color: #FFF;
}

ol li a:hover {
	color: #CCCCCC;
}




/*__Images_____________________________________________________________________________________________*/

.imageleft {
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imageright {
	float: right;
	border: none;
	margin-left: 15px;
	margin-bottom: 15px;
}

.imageleftborder {
	float: left;
	border: 1px solid #000098;
	margin-right: 15px;
	margin-bottom: 15px;
}

.imagerightborder {
	float: right;
	border: 1px solid #000098;
	margin-left: 15px;
	margin-bottom: 15px;
}




/*__horizontal rules___________________________________________________________________________________*/

div.hr { 
	width: 100%; 
	height: 1px; 
	background: #000098;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 0px; 
	font-size: 0px;
}
