* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image:url(./../../images/skins/a1fireandsafety/page-bg.jpg);
	background-repeat:repeat-x;
	background-color:rgb(206,206,206);
}

* html body {text-align:center;}

#wrapper { 
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	background:transparent;
}

* html #wrapper{text-align:left;}


h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.1em;
	margin:3px 0px 0px 2px;
}

p {
	padding: 5px;
}

/********************* Links  *******************/
a:link , a:visited {
	color:rgb(14,49,91);
	font-size: 1em;
}

a:hover ,  a:focus {
	color:rgb(33,78,133);
	font-size: 1em;
}

.readMoreLink {
	position:relative;
	float:right;
	margin:0px 5px 5px 0px;	
}
/********************* Header  *******************/
#header {
	color: #ffffff;
	width: 760px;
	margin-bottom:15px;
	height: 90px;
	background:transparent;
}

* html #header {height: 140px;}

/********************* Content  *******************/

#main { 
	position:relative;
	padding:0px;
	color: #ffffff;
	font-size:.8em;
	background:transparent;
	width: 760px;
	clear:both;
	margin-bottom:10px;
	min-height:600px;
}

* html #main {
	margin-top:-50px;
}

#topCorners { 
	 width:760px;
	 height:18px;
	 color: #ffffff;
	 background-image:url(./../../images/skins/a1fireandsafety/topCorners.gif);
	 background-repeat:no-repeat;
}

#container { 
	width:760px;
	min-height:500px;
	color: #000;
	background-image:url(./../../images/skins/a1fireandsafety/content.gif);
}

* html #container {
	height:450px;
}

#rightCol {
	position:relative;
	float:right;
	width:200px;
	margin:0px 10px 0px 0px;
	padding:5px;
	background:transparent;
}

#rightCol .heading{
	padding:5px;
	background-color: rgb(7,47,96);
	font-weight:bold;
	color: #fff;
}

#rightCol p{
	padding:2px;
	font-size:.9em;
	color:rgb(7,47,96);
}

#content {
	position:relative;
	width:515px;
	padding:5px;
	color:rgb(7,47,96);
}

#contentFull {
	position:relative;
	width:98%;
	padding:5px;
	color:rgb(7,47,96);
}

#content li {
	margin-left:25px;
}

#bottomCorners { 
	width:760px;
	height:18px;
	color: #ffffff;
	background-image:url(./../../images/skins/a1fireandsafety/bottomCorners.gif);
	background-repeat:no-repeat;
}

 /********************* Menu  *******************/
#menuContainer 	{
	position:relative; 
	top:0px;
	left:50px;
	width:760px;
	height:2em; 
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
	background:transparent;
	clear:both;
}

/********************* Flash / Main Image  *******************/
#mainImage {
	color: #ffffff;
	width: 760px;
	text-align:center;
	height: 105px;
	background:transparent;
}

#news_item {
	font-size:1.1em;
	margin-left:5px;
}

.news_heading {
	font-size:1.2em;
	font-weight:bold;
	color:red;
	border-bottom:1px solid red;
}

.event{
	font-size:1.1em;
	margin-left:5px;

}

.event_heading {
	font-size:1.2em;
	font-weight:bold;
	color:red;
			background:#fff;
	border-bottom:1px solid red;
}

.event_info {
	font-size:1.1em;
	background:#fff;
		color:rgb(7,47,96);

}


/********************* Footer  *******************/

#footer { 
	width: 760px;
	height: 55px;
	clear: both;
	color:rgb(7,47,96);
	font-size:.65em;
	text-align:center;
	background:transparent;
}

#footer a:link , #footer a:visited {
color:rgb(7,47,96);
  font-size: 1em;
}

#footer a:hover , #footer a:focus {
  color:red;
  font-size: 1em;
}

/********************* Font and Text Styles *******************/



/********************* Alignment Styles *******************/
.floatLeft {
	position:relative;
	float:left;
	margin:0px 5px 0px 2px;
}

.center {
	text-align:center;
}

.right {
  text-align:right;
}

.floatRight {
	position:relative;
	float:right;
	margin:0px 2px 0px 5px;
}

/********************* Margin and Padding Styles *******************/

.paddingTop10 {
  padding-top:10px;
}

.paddingTop15 {
  padding-top:15px;
}

.marginTop5 {
  margin-top:5px;
}

/********************* General Styles *******************/

.clearBoth {
  clear:both;
}

div.oneHalf {
position:relative;
float: left;
width: 48%;
padding: 5px;
margin-top:10px;
background:transparent;
}

div.oneQuater {
position:relative;
float: left;
width: 18%;
padding: 5px;
margin: 0px 20px 20px 0px;
}

.blank{
	display:none;
}

