@charset "UTF-8";
@import url("../webfonts/06535_Burlesque/stylesheet.css");
/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-attachment: fixed;
	background-color: #D6D6D6;
	background-image: url(../images/FiresecBackground.jpg);
	background-repeat: repeat;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 20px;
	text-align: left;
	color: #C00;
	font-size: 100%;
	font-family: vollkorn;
	font-style: normal;
	font-weight: 400;
	background-color: #FFF;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	font-size: 100%;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 75%; /* the auto value on the sides, coupled with the width, centers the layout */
	background-color: #FFF;
	color: #F00;
	text-align: left;
	margin-left: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 200%;
}
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	background-color: #FFF;
	height: 200px;
	width: 75%;
	left: 500px;
	margin-top: 0px;
}

.sidebar1 {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}
.content {
	width: 75%;
	float: left;
	font-style: normal;
	font-weight: 400;
	color: #C00;
	font-size: 16px;
	font-family: vollkorn;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFF;
	margin-bottom: 10px;
}
aside {
	float: left;
	width: 180px;
	padding: 10px 0;
	background-color: #FFF;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	font-size: 18px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px;
	background-color: #FFFFFF;
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #F00;
	text-align: center;
	width: 75%;
	margin-left: 180px;
	margin-top: 30px;
	clear: both;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	text-align: center;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML5 support - Sets new HTML5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
	text-align: left;
	background-color: #FFF;
	width: 75%;
}
.container .mailer label {
  text-align:center;
}
aside {
	float: right;
	padding: 0;
	width: 180px;
	top: 0px;
}

#mailaside
{
	top: 0;
	position: relative;
	bottom: 200px;
	overflow: visible;
}
/* Main */
#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	background-color: #FFF;
}

#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}

#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	text-decoration: none;
}

#menu li:hover > a{
	color: #CC0000;
}

*html #menu li a:hover{ /* IE6 */
	color: #FFFFFF;
}

#menu li:hover > ul{
	display: block;
}

/* Sub-menu */

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 99999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FFF;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

#menu ul a:hover{
	background-color: #FFF;
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #04acec; 
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */
.content h1
{
	font-family: Vollkorn;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	width: auto;
	text-align: center;
	background-color: #FFF;
}
article
{
	margin-left: 300px;
	left: 300px;
	width: 986px;
	background-color: #FFF;
}
.content h2
{
	font-family: Vollkorn;
	font-size: 20px;
	font-weight: 500;
	color: #C00;
	background-color: #FFF;
	text-align: center;
}
.container .content h2 {
	text-align: left;
	font-family: vollkorn;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-decoration: underline;
	background-color: #FFF;
}
#intro
{
	font-family: vollkorn;
	color: #C00;
	background-color: #FFF;
	width: 75%;
	height: 870px;
}
.container .content h3 {
	text-align: left;
	font-family: vollkorn;
	font-size: 18px;
	font-weight: 500;
	color: #C00;
	background-color: #FFF;
}
.container .content #Maintenance
{
	height: auto;
}
.container .content #RiskAssessment
{
	height: auto;
}
.footertxt {
	text-align: center;
}
.text {
	font-size: 100%;
	text-align: center;
}
#mailertwit
{
	width: 25%;
	float: right;
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
}
#mailertwit1
{
	width: 25%;
	float: right;
	padding-top: 0px;
	background-color: #FFF;
}
#intro3
{
	font-family: vollkorn;
	color: #C00;
	background-color: #FFF;
	height: auto;
	width: 75%;
}

#intro4
{
	font-family: vollkorn;
	color: #C00;
	background-color: #FFF;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}
.container #intro4 h3 {
	text-align: center;
}
#intro2
{
	height: 2700px;
	width: 75%;
}

#intro5
{
	font-family: vollkorn;
	color: #C00;
	background-color: #FFF;
	margin-left: 180px;
	width: 75%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
	height: auto;
}
#intro5 h3 {
	font-size: 20px;
}
#intro5 p {
	font-size: 16px;
}
#intro5 h4 {
	font-size: 14px;
}
#intro3 #mailertwit1 h3 {
	text-align: center;
}
#privacy
{
	font-family: vollkorn;
	color: #C00;
	background-color: #FFF;
	margin-left: 180px;
	width: 1200px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 12px;
	height: 2800px;
}
#FourOhFour {
	font-family: "06535 Burlesque";
	font-size: 60px;
	color: #000;
	width: 100%;
	text-align: center;
}
>
