﻿/*--------------------------------------
========================================
EMS-IT Main Style Sheet

version: 1.0
author:  rotimi a-williams
email:   neobanzia@gmail.com
website: http://neobanzia.net
========================================
----------------------------------------*/

* {
	padding:0px;
	margin:0px;
	outline:0px;
	border:0px;
}

a {
	color:#973131;
	font-weight:bolder;
	text-decoration:none;
}

a:hover {
	color:#ba3535;
	text-decoration:underline;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#993333;
	margin-bottom:5px;
    border-bottom:1px #993333 dotted;
}

html {
	background-color:#ffffff;
	color:#333;
	width:100%;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../img/bg.gif');
	margin: 0 0 1px;
}


body {
    font-family:Arial, Helvetica, sans-serif;
    
    width:100%;
    border:0px;
    margin: 0 0 1px;
}


#header {
    width:100%;
	height:130px;
	background-image:url('../img/header-bg.gif');
	background-repeat:repeat-x;
	background-color:#3d3d3d;
	margin-bottom:0px;
}

#content-wrapper {
	margin-top:20px;
	margin-left:25px;
	height:100%;
	margin-bottom:20px;
	
}


#contenta {
	float:left;
	width:200px;
	margin-right:25px;
	background-color:#fff;
	padding:4px;

}

#contentb {
	float:left;
	margin-right:25px;
	background-color:#fff;
	width:600px;
	margin-bottom:20px;
}

#contentb p {
	padding: 4px 6px;
}

#contentb h1 {
	padding: 4px 6px;
}


#contentc {
	float:left;
	margin-right:25px;
	background-color:#e3e3e3;
	width:200px;
	margin-bottom:20px;
}


#contentc p {
	padding: 4px 6px;
}

#contentc h1 {
	padding: 4px 6px;
}


#footer {
    width:200px;
	padding:4px;
	font-size:0.7em;
	margin-left:25px;

}

#footer p {
	background-color:#fff;

}


.textorange {
	color:#DF6816;
	font-weight:bolder;
}

.textred {
	color:#ff0000;
	font-weight:bold;
	font-weight:bolder;
}

.clear {
	clear:both;
}

#ajaxticker1{
width: 190px;
height: 160px;
padding: 5px;
background-color: #fff;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #fff;
}



