/* ----- Phoenix Engineering Consultants LTD Style Sheet by Xentica (2007) -----*/

/* ------ MEDIA TAG ----- */

@media screen {

/* ----- HTML TAGS ----- */

body {
	background-color: #dddddd;
	margin: 5px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:70%;
	/* the following style adds a scrollbar to firefox when to short to scroll normally, which keeps the page width consistant */
	overflow: -moz-scrollbars-vertical;  
}

img {
	border:none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 230%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #000000;
	line-height: 120%;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	line-height: 120%;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	color: #000000;
	line-height: 120%;
}


a {
	color: #F21515;
	text-decoration: none;
}

a:hover {
	color: #F21515;
	text-decoration: underline;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

li {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

hr {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 3px 0px;
	border: none;
	height: 1px;
	border-top: 1px dashed #cccccc;
}

textarea {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

input {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 100%;
}

select {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 110%;
}

/* ----- END HTML TAGS ----- */

/* ----- CONTAINTERS ----- */
	
	
.siteContainer {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	border: 1px solid #888888;
}


.headerContainer {
    border-bottom: 1px solid #ffffff;
}

.hideHeaderPrint {
    display: none;
}

.hideHeaderScreen {

}

.headerMenuContainer {
    border-bottom: 1px solid #ffffff;
    background-color: #F21515;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-align: right;
	background-image: url(../../images/bg-header-menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 18px;
	font-size: 110%;
}    

.contentContainer {
    clear: both;
    float: left;
	border-top: 3px solid #888888;
	border-bottom: 3px solid #888888;
	background-image: url(../../images/bg-content-container.gif);
	background-repeat: repeat-y;
	line-height: 150%;
}

.contentLeftContainer{
    padding: 10px 0px 10px 0px;
    float: left;
    width: 164px;
    background-color: #E9E9E9;
}

.leftMenuContainer{
    padding: 10px 0px 10px 7px;  
    line-height: 90%;  
}

.leftMenuTop{
    height: 11px;
    width: 157px;
}

.leftMenuMiddle{
    background-color: #D7D7D7;
    color: #444444;
    width: 157px;
    font-size: 90%;
}

.leftMenuBottom{
    height: 11px;
    width: 157px;
}

.leftMenuMiddle a {
	color: #444444;
	text-decoration: none;
}

.leftMenuMiddle a:hover {
	color: #444444;
	text-decoration: none;
	display: block;
	background-color: #eeeeee;
}

.leftMenuMiddle ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.leftMenuMiddle li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	display: block;
    border-bottom: 1px solid #aaaaaa;
}

.menuTopBorder {
    border-top: 1px solid #aaaaaa;
}

.leftMenuMiddle li a{
	width: 133px;
	display: block;
	padding: 4px 8px 4px 8px;
}

.leftMenuMiddle li a:hover{
	width: 133px;
	display: block;
	padding: 4px 8px 4px 8px;
}

.menuHighlight {
    background-color: #ffffff;
}

.contentMiddleContainer {
	float: left;
	width: 446px;
    padding: 10px 0px 10px 0px;
    background-color: #ffffff;
    min-height: 300px
}

/* This makes IE take note of the height, as it ignores min-height in the css above. Firefox uses the min height, but not this*/

*html .contentMiddleContainer {
	height: 300px;
}


.contentMiddle {
	padding: 12px 10px 12px 10px;
}

.contentRightContainer {
    background-color: #ffffff;
	float: left;
	width: 150px;
}

.contentRight {
	padding: 25px 10px 10px 10px;
	font-size: 80%;
	color: #666666;
}

.contentRight a {
    text-decoration: none;
}

.contentRight a:hover {
    text-decoration: underline;
}

.footerContainer {
    
}

.footerMenuContainer1 {
	background-color: #ffffff;
	color: #888888;
	width: 100%;
	padding: 5px 0px 5px 0px;
}

.footerMenuContainer1 a {
	color: #888888;
	text-decoration: none;
}

.footerMenuContainer1 a:hover {
	color: #F21515;
	text-decoration: underline;
}

.footerMenuLeft1 {
	background-color: #ffffff;
	float: left;
	text-align: left;
	padding: 11px 5px 9px 5px;
}

.footerMenuRight1 {
	background-color: #ffffff;
	float: right;
	text-align: right;
	font-size: 180%;
	padding: 5px;
}

.footerMenuContainer2 {
	color: #aaaaaa;
	float: left;
	padding: 5px;
	width: 100%;
	text-align: center;
}

.footerMenuContainer2 a {
	color: #888888;
	text-decoration: none;
}

.footerMenuContainer2 a:hover {
	color: #F21515;
	text-decoration: underline;
}

.footerMenuLeft2 {
	background-color: #ffffff;
	float: left;
	text-align: left;
}

.footerMenuRight2 {
	background-color: #ffffff;
	float: right;
	text-align: right;
}


.clear {
	clear: both;
}

/* this clear is added to allow the content divs to fit properly inside the content container */
/*
.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: none;
	margin: 0px;
	padding: 0px;
}
*/

.homeSectionImg {
    text-align: center;
    margin: 5px 0px 5px 0px;
}

.homeSectionText {
    margin: 0px 20px 0px 20px;
}

/* ----- END CONTAINTERS ----- */


/* ----- FORMATTING -----*/

.text {
	font-weight: normal;
}

.textB {
	font-weight: bold;
}

.textI{
	font-style: italic;
}

.textU {
	text-decoration: underline;
}

.textSmaller {
	font-size: 90%;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.blackBorder {
    border: 1px solid #000000;
}

.greyBorder {
     border: 1px solid #888888;  
}

.imageSpacer {
    margin-right: 15px;
}

.noBullet {
	list-style-type: none;
}

.alignCentre {
    text-align: center;
}

.red {
	color: #F21515;
}

.grey {
    color: #666666;
}    

.submit {
    color: #ffffff;
    background-color: #F21515;
    border: 1px solid #B50B0B;
}

.boxDiv {
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #aaaaaa;
	padding: 5px 10px 5px 10px;
}

/* ----- END FORMATTING -----*/

}

/* ------ END MEDIA TAG ----- */