@charset "utf-8";
/*********************************
CSS Document for Arc de Vinci Consulting
©2008 Ukoh William @ http://www.williamukoh.com. 
All rights reserved. Forget it, I will sue!!!
Media: Screen

**********************
BASE SKIN 
**********************
@ date created :: 15 August 2008
@ last modified :: 15 August 2008
@ description :: Contains styling and layout declarations for the website :)
*/
body {
	font-family: Tahoma,Arial,  Verdana;
	text-align: center;
	margin: 0px;
	height:100%;
	background-repeat:repeat-x;
	color: #4F555E;
	font-size: 11px;
}

H1{
	font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 1.4em;
	color:#ffff00;
	margin:0;
}
H2 {
	font-family:Tahoma, Arial;
	color:#0CA4D8;
	font-size:22px;
	font-weight:normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}
H3 {
	font-family: "Gill Sans MT", "Lucida Sans", Tahoma, Verdana;
	font-size: 13px;
	color:#0CA4D8;
	font-weight:normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
H4 {
	font-family: Tahoma, Arial, Verdana;
	font-weight: normal;
	color:#ffff00;
}
P{
	FONT-SIZE: 11px;
	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:#777;
	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;
}
.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;
}
.blue-color{
	color:#0A8CB8;
}
.login-notification{
	color:#fff;
}
.login-notification a:link,.login-notification a:hover,.login-notification a:visited{
	color:#fff;
}
.container {
	margin-left: auto;
	margin-right: auto;
}
.footer {
	text-align: center;
	width: 700px;
	margin-top: 1em;
	height: 22px;
	margin-bottom:10px;
	padding-top: 3px;
	border: 1px solid #666;
	margin-left: auto;
	margin-right: auto;
	background-color: #4F555E;
	color:#fff;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.footer a:link, .footer a:visited{
	color:#fff;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:underline;
}
.container .top-bar {
	height: 22px;
	padding-right: 20%;
	padding-left: 20%;
	text-align: center;
	padding-top: 3px;
}
.container .main-body {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5px;
}
.main-body {

}
.logo-container .icons {
	float: right;
	padding-top: 0px;
	/*padding-top: 90px (if you are using date */
}
.logo-container .logo {
	height: 110px;
	width: 50%;
	float: left;
}
.navigation ul {
	margin: 0px;
	list-style-type: none;
}
.navigation li {
	display: inline;
	margin-right: 30px;
}
.main-body .navigation {
	height: 30px;
	padding-top: 5px;
	text-align: center;
}
.top-bar p {
	font-size: 10px;
}
:outline{
	border:none;
}
.page-banner {
	height: 200px;
	margin-top: 5px;
	overflow: hidden;
}
.contents {
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.sub-navigation ul{
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:20px;
	margin-top:5px;
}
.sub-navigation li{
	padding:0px;
	margin:0px;
	border-bottom:1px #fff solid;
}
.sub-navigation a{
	width:80%;
	display:block;
	font-size:12px;
	padding:5px;
	padding-left:8px;
	background-color:#4F555E;
	/*background-color:#94BD30 #0CA4D8;*/
}
.sub-navigation a:link, .sub-navigation a:visited{
	color:#fff;
	text-decoration:none;
}
.sub-navigation a:hover{
	color:#333333;
	background-color:#9ADCF4;
}
.sub-navigation a.current{
	background-color:#94BD30;
	color:fff;
}
#photo-navigation{
	text-align:right;
	margin-top:4px;
}
#photo-navigation a{
	margin-left:2px;
	background-color:#2C3138;
	color:#fff;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
}
#photo-navigation .activeSlide{
	background-color:#94BD30;
	color:#000;
}
.contents .column2 {
	float: right;
	width: 480px;
}
.contents .column1 {
	width: 210px;
}
.news-date {
	color: #0CA4D8;
	background-image: url(/assets/images/news_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: left 3px;
}
.column1 .news-holder {
	padding-top: 5px;
	margin-bottom: 15px;
}
.news-holder .news-item {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 7px;
	margin-top: 8px;
}
.txtField {
	font-size: 11px;
	color: #777;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #0CA4D8;
	height: 25px;
	padding-bottom: 0px;
}
.txtField:focus{
	border: 1px solid #94BD30;
}
.form-button {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #777;
	height: 25px;
	position:absolute;
}
.column2 .right-column {
	float: right;
	width: 232px;
}
.column2 .left-column {
	width: 232px;
}
.column2 h2{
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}
.main-content h3{
	color:#4F555E;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:15px;
	margin-top:20px;
}
.main-content p{
	margin-bottom:15px;
}
.cat-container {
	color: #FFFFFF;
	background-color: #4F555E;
	padding:3px 0 3px 3px;
}
.cat-container p{
	margin-bottom:2px;	
}
.cat-container a, .cat-container a:link, .cat-container a:visited {
	color: #FFFFFF;
	text-decoration:none;
	padding: 2px;
}
.cat-container a:hover{
	background-color:#9ADCF4;
	color:#2C3138;
	text-decoration:none;
}
/*
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;

}
.submit-button {
	margin-bottom: -5px;
}
#ss {
	height: 500px;
	width: 100%;
	text-align: left;
	margin-top: -3em;
}

