/*
Created on 9th April 2010
Validated on 9th April 2010
Settings for Header, Footer and Sidebar .txt files called by PHP.
File name - phh.css
*/

/* Header */

#header {
	width: 75em;
	height: 10em;
	margin: 0 auto;
}

/* Header Text */

#logo {
	float: left;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

.headline {
	font-family: "Times New Roman", serif;
	color: #000000;
	font-size: 2.5em;
	font-weight: normal;
	font-style: oblique;
	padding-top: 0.65em;
	padding-left: 0.625em;
}

/* Atomz Search Function In Header */

#search {
	float: right;
	width: 10em;
	padding-top: 2.75em;
	padding-right: 2.5em;
}

/* Sidebar */

.col-two {
	float: right;
	width: 15em;
}

/* Boxes */

.box-blue {
	background: url(images_irs/img13.gif) repeat-x;
}

.box-blue .section { /* Text within the blue bars onpage header and menu */
	background: url(images_irs/img15.gif) no-repeat right top;
	font-family: "Times New Roman", serif;
	color: #000000; /* Black*/
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	padding-top: 0.3em;
	padding-left: 0em;	
	padding-bottom: 0em;
	padding-right: 0em;
}

/* Footer */

#footer {
	width: auto;
	height: 12em;
	padding: 1.25em;
	background: #C6C6FF;
	border-top: 0.2em solid #1818F7;
}

#footer p {
	font-family: "Times New Roman", serif;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0;
}