	A                       { color: #056AA6; text-decoration: underline; }
	A:link          { color: #056AA6; text-decoration: underline; }
	A:visited       { color: #4790BD; text-decoration: underline; }
	A:active        { color: #4690BD;  text-decoration: underline; }
	A:hover         { color: #68C6FF;  text-decoration: underline; }
	
	
	
#body {
	background-image: url(../img/bodybg.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif, "Lucida Console";
	font-size: 11px;
	margin-top: 20px;
}
#content {
	background-color: #FFFFFF;
}

#header {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/header4.jpg);
	height: 62px;
	background-repeat: no-repeat;
}

#footer {
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 2px;
	text-align: left;
	background-position: bottom;
	padding-left: 25px;
	letter-spacing: 0.1em;
}

/* horizontal navbar*/

div#navcontainer
{
	background-color: #056aa6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6AC7FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6AC7FF;
	float: right;
	width: 630px;
}

div#navcontainer ul
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	text-transform: lowercase;
	float: right;
}
div#navcontainer ul li
{
	display: inline;
	margin-left: -4px;
}

div#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7C7DC;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}


#navcontainer ul li a:hover
{
	color: #95E4FF;
	text-decoration: none;
}
#navcontainer li a#current, #navlist li a#current:link{
	color: #66C7FA;

}

/* Verticla Navbar

#verticalnav {
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	width: 117px;
	float: none;
}

#navlist {
	color: #999999;
	text-decoration: none;
	width: 117px;
	vertical-align: top;
}
#navlist a {
	color: #8A888C;
	text-decoration: none;
	display: inherit;
}
#navlist li a:hover{
	color: #00CCCC;
	text-decoration: underline;
}
#navlist li a#current, #navlist li a#current:link{
	text-decoration: none;
	background-color: #bed4e2;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	color: #FFFFFF;
}


*/
.navtitle {
	text-transform: uppercase;
	margin-left: 8px;
	color: #3EBAF7;
	font-size: 11px;
	margin-top: 8px;
}

#navcontainerV { width: 100px; }

#navcontainerV ul
{
	margin-left: 0;
	padding-left: 10px;
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainerV a
{
display: block;
padding: 3px;
width: 100px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
}

#navcontainerV a:link, #navlist a:visited
{
color: #056AA6;
text-decoration: none;
}

#navcontainerV a:hover
{
color: #68C6F9;
}

#verticalnav {
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	width: 117px;
	float: none;
}#contentArea {
	background-color: #FFFFFF;
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-x;
	color: #5B5E71;
	padding: 20px;
}
.title {
	font-size: 18px;
	color: #8DBBD5;
	font-weight: bold;
}
.subTitleBlue {
	font-size: 16px;
	color: #04507D;
	font-weight: bold;
}
.portfolioImage {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.portfolioRow {
	background-color: #EDF1F1;
	height: 70px;
	border: 1px solid #647C93;
	padding-top: 10px;
	margin-top: 10px;	
	padding-bottom: 15px;
}

.miniTitle {

	font-size: 11px;
	color: #606A74;
	font-weight: bold;
}
.blueTxt {
	color: #4790BD;
}
#callMeCont {
	font-size: 10px;
	color: #647C93;
	padding: 4px;
	vertical-align: baseline;
	margin-top: 120px;
}
.form {
	background-color: #F7F9FB;
	border: 1px solid #5A7287;
}
.but {
	font-size: 12px;
	color: #464857;
	background-color: #DDE6EE;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #546B80;
	border-right-color: #546B80;
	border-bottom-color: #546B80;
	border-left-color: #546B80;
	padding-top: 3px;
	padding-bottom: 3px;
}
.subTitle {

	font-size: 16px;
	color: #606A74;
	font-weight: bold;
	padding-left: 20px;
}
.style2 {color: #5B5E71}
.titleHome {
	font-size: 14px;
	color: #6DA9C9;
	font-weight: bold;
}
.color {
	color: #ADE2E7;
}
.homeBox {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D5DDE6;
	border-right-color: #D5DDE6;
	border-bottom-color: #D5DDE6;
	border-left-color: #D5DDE6;
	color: #5B5E71;
}
.style4 { 
	color: #045484; 
}
#apDiv1 {
 position:relative;
 right:7px;
 bottom: 3px;
 z-index:1;
}

