@charset "utf-8";
H1{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color:#ffff00;
	margin:0;
}
H2 {
	font-family:Tahoma, Arial;
	color:#727F91;
	font-size:22px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#BE332A;
	font-weight:normal;
	margin:0 0 5px 0;
}
H4 {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	color:#ffff00;
}
P{
	FONT-SIZE: 12px;
	line-height: 20px;
	margin: 0px;
}
ul{
	line-height:normal;
	
}
ol{
	FONT-SIZE: 11px;
	line-height:normal;
	
}
li{
	margin-bottom:6px;
	line-height:20px;
}
a, a:link, a:visited {
	color:#BE332A;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0px;
}
:focus {
	outline:0;
}
/* MISCALLENOUS SELECTORS */
.center{
	text-align:center;
}
.alert{
	color:#FF0000;
}
.entry-indent{
	margin-left:7em; 
	display:block;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.imgLeft{
	float:left;
	margin-top: 2px;
	margin-right: 5px;
}
.imgRight{
	float:right;
	margin-top: 2px;
	margin-left: 5px;
}
.imgMiddle{
	vertical-align:middle;
}
.imgBorder{
	border: 1px solid #94BD30;
}
/*********************************
CSS Document
©2008 Ukoh William @ http://www.williamukoh.com. 
All rights reserved. Forget it, I will sue!!!
Media: Screen

**********************
PRINT CSS
**********************
@ date created :: 15 August 2008
@ last modified :: 15 August 2008
@ description :: Contains styling and layout declarations for printable pages :)
*/
body {
	font-family: Arial, Verdana;
	text-align: left;
	margin: 0px;
	height:100%;
	color: #666;
	font-size: 12px;
	background-color: #fff;
}
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0px;
}
.status {
	color: #FF0000;
	font-weight: bold;
}
.smallFont{
	font-size:10px;
}
.errorContainer {
	width:75%;
	color: #FF0000;
	background-color: #FFFFD7;
	border: 1px solid #996633;
	background-image: url(/assets/images/icons/alert.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.errorContainer p{
	color:#FF0000;
}
.successContainer {
	color: #000000;
	background-color: #E3FDE7;
	border: 1px solid #996633;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	width:75%;
	margin:10px 0px 3px 0px;
	background-image: url(/assets/images/icons/info.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.successContainer p{
	color:#000;
}

.footer {
	text-align: left;
	width: 700px;
	margin-top: 1em;
	height: 30px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #ccc	;
	color:#666666;
}
.footer a:link, .footer a:visited{
	color:#666;
	text-decoration:underline;
}
.footer a:hover{
	color:#666;
	text-decoration:none;
}
:outline{
	border:none;
}
.txtField {
	font-size: 11px;
	color: #777;
	border: 1px solid #561B41;
	height: 20px;
	padding-top:3px;
	padding-left:3px;
}
.txtField:focus{
	border: 1px solid #BE332A;
}
.form-button {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #777;
	height: 25px;
	position:absolute;
}
/*
CONTACT FORM CSS STYLES
*/
.userInfo{

	float:right;

	font-size:0.9em;

	width:37%;

	margin-top: 1.2em;

}

.messageBox{

	float:left;

	width:60%;

	font-size:0.85em;

	margin-top: 1.2em;

	margin-right: 4px;

	margin-bottom: 20px;

	margin-left: 0;

}

.messageBox textarea{
	margin:2px 0 10px 0;
	font-size:13px;
	width:95%;
	height:200px;

}

.userInfo input{

	font-size:1.3em;

	width:95%;

	margin:2px 0 5px 0;

}

.userInfo input:focus{

	background-color:#E6E3DC;

}

.userInfo .button{
	width:30%;
	font-size:0.9em;

}
.header .byline {
	display: none;
}
.header .byline  p{
	font-size: 11px;
}
.header .logo-container {
	padding-left: 1em;
}
.header {

}
.header .navigation-container {
	display: none;
}
.navigation {
	display: none;
}
.body .left-column {
	display: none;
}
.right-column .date-icon-holder {
	padding-left:1em;
	font-size:10px;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	height: 23px;
	display: none;
}
.right-column .date-holder {
	margin-left:1em;
	display: none;
}
.right-column .icon-holder {
	margin-left:16em;
	display: none;
}
.left-column p{
	font-size:12px;
}

.pod .pod-cap {
	background-image: url(/assets/images/pod-cap.gif);
	background-repeat: no-repeat;
	height: 14px;
	background-position: right top;
}
.pod .pod-contents {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BDBFBD;
	width: 151px;
	margin-left: auto;
	padding-left: 5px;
	font-size:11px;
}
.pod .pod-bottom {
	background-image: url(/assets/images/pod-bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	background-position: right bottom;
}
.left-column .spacer {
	height: 30px;
}
.pod {

}
.right-column {
	background-color: #FFFFFF;
	width: 700px;
}
.red-color {
	color: #BE332A;
}
.body {
	background-color: #EFEBEF;
}
.purple-color {
	color: #561B41;
}

