/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|

*/



/* -- Main layout styles -- */
H1, H2, H3, H4, H5, H6 {
	clear: both;
	margin-left: 1em;
	color: #07217D;
}
hr {
	width:95%;
}
body {
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	background-color: #333;
}
#siteBox {
	float: left;
	width: 100%;
}
/* -- Header layout/display styles -- */

#headerLeft {
	float: left;
	width: 25%;
	height: 160px;
	background: white url("../images/profectus-logo.gif") no-repeat top center;
}
#headerRight {
	float: left;
	width: 75%;
	height: 160px;
	background-position: center top;
	background-repeat: repeat-x;
}
#headerRight a {
	float: right;
	width: 8em;
	padding: 5px 10px 5px 10px;
	font-size: 0.6em;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #666;
	border-bottom: 2px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
#headerRight a:hover, #headerRight a.active {
	padding-top: 10px;
	background-color: #333;
}
#headerRight a.lastMenuItem {
	background-image: url(../images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-right: 0px;
}
a .desc {
	display: none;
	text-transform: lowercase;
	color: #FC0;
	background-color: transparent;
}
a:hover .desc, .active .desc {
	display: block;
	background-color: transparent;
}
/* -- Header title and subTitle layout/display styles -- */ 

.title {
	float: left;
	padding: 1em 30px 0 2em;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	line-height: 0.75em;
	letter-spacing: -0.15em;
	color: #07217D;
}
.subTitle {
	display: block;
	font-size: 0.4em;
	text-transform: lowercase;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}
.hilite {
	background: url("../images/hilite.jpg") repeat;
}
/* -- Content layout/display styles -- */
#content {
	float: left;
	width: 100%;
	font-size: 0.9em;
	padding: 1em 0 1em 0;
	background-color: #666;
}
#contentLeft {
	float: left;
	width: 24.3%;
	margin-bottom: 1em;
	background: white url(../images/corner_sub_tr.gif) no-repeat top right;
}
#contentRight {
	float: right;
	width: 74%;
	background: white url(../images/corner_sub_tl.gif) no-repeat top left;

}
#contentLeft Icon {
	margin: 5em 5em 5em 5em;
	font-size: 0.8em;
	line-height: 1.8;
}
#content p {
	clear: left;
	margin: 1.2em 1.2em 2em 1.2em;
	vertical-align: middle;
}
#content code {
	font-size: 1.0em;
}
#content a {
	text-decoration: none;
	color: #07217D;
	border-bottom: 1px solid #AAA;
}
#content a:hover {
	color: #FC0;
	background-color: #888;
	border-bottom: 1px solid #EEEEEE;
}
.header, .subHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #07217D;
	border-bottom: 1px solid #AAA;
}
.subHeader {
	border: 0px;
}
/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
	display: block;
	padding: 10px 0px 10px 30px;
	background: url(../images/icn_plus.gif) no-repeat center left;
	border: 0px;
}
#content a.menuItemActive {
	display: block;
	padding: 10px 0 10px 30px;
	background: url(../images/icn_plus_on.gif) no-repeat center left;
	border: 0px;
}
#content a:hover.menuItem {
	color: #DDD;
	background: #888 url(../images/icn_plus_on.gif) no-repeat center left;
	border: 0px;
}
/* -- Footer layout/display styles -- */

#footer {
	float: left;
	width: 100%;
	height: 30px;
	background: url(../images/papertape_wide_fade.jpg) repeat-x bottom left;
}
#footerLeft {
	background: url(../images/corner_bl.gif) no-repeat bottom left;
	float: left;
	height: 30px;
	text-align: left;
	width: 20%;
}
#footerRight {
	background: url(../images/corner_br.gif) no-repeat bottom right;
	float: right;
	height: 30px;
	text-align: right;
	width: 50%;
}
#footer img {
	border: 0;
	margin-right: 10px;
	margin-top: auto;
	margin-bottom: auto;
}
/* -- Display formatting styles -- */

.white {
	color: white;
}
.yellow {
	color: #FC0;
}
/* -- ul tag styles -- */

ul {
	/* font-size: 0.8em; */
  padding-top: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/li_bullet.gif);
}
li {
	margin-left: 1em;
	padding-top: 1em;
}
/* -- Image alignment classes -- */

.buttonRight {
	float: right;
	margin: .5em;
	border: none;
}
.leftImage, .rightImage {
	margin: 5px;
	border: none;
}
#content img {
	border: none;
}
.leftImage {
	float: left;
	margin-left: 0px;
}
.rightImage {
	float: right;
	margin-right: 30px;
}
.thumbLeft {
	float: left;
	margin-top: 0em;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	border: 0;
}
.thumbLeft:hover {
}
.centeredImage {
	/* This has to be used with a text tag e.g. p */
	text-align: center;
	border: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.smallPrint {
	font-size: 0.7em;
	text-align:justify;
}
/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
	clear: both;
	text-align: right;
}
.vBottom {
	clear: both;
	vertical-align: bottom;
}
