html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

a img {
	border:0;
}
:focus {
	-moz-outline-style: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 24px;
	text-align:center;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 18px;
	text-align:center;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
/*	width:100%;
	height:auto !important;  real browsers 
	height:100%;  IE6: treaded as min-height
	min-height:100%;  real browsers */
}
div#header {
	width:100%;
	height:50px;
	background: #0054a5;
}
div#content {
	width:900px;
	margin:0 auto; /* center, not in IE5 */
	padding-top: 0em;
	padding-left: 0em;
}
#contenthead {
	width: 100%;
	height: 104px;
}
#contentheadleft {
	height: 104px;
	width: 300px;
	border: none;
	float: left;
}
#contentheadright {
	width: 600px;
	border: none;
	float: right;
	height: 104px;
	padding-top: 12px;
}
#left {
	float:left;
	width:215px;
	margin-top: 15px;
}
#right {
	float:right;
	width:250px;
	margin-bottom: 7px;
	margin-top: 0px;
}
#rightProfile {
	float:right;
	width:200px;
	margin-bottom: 7px;
	margin-top: 0px;
}
#rightprojects {
	float:right;
	width:250px;
	margin-bottom: 7px;
	margin-top: 0px;
	background-color: #eef0f7;
}

#rightprojects .text{
	color:#8FABD2;
	text-align: center;	
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	background-color: white;
}
#rightprojects ul {
	list-style-type: square;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0956a4;
	font-weight: normal;
}
#rightprojects ul li{
    margin-top: 10px;
	margin-bottom: 5px;
	margin-right:20px;
}
#middle {
	width: 420px;
	margin-right: 15px;
	margin-top: 5px;
	margin-left: 225px;
}
#middleprojects {
	width: 420px;
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 225px;
}
#contentfoot {
	width: 100%;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0054a6;
	background-color: #eef0f7;
	margin-bottom: 0px;
	margin-top: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25em;
	clear: both;
	padding-top: 13px;
	vertical-align: middle;
	padding-bottom: 0px;
}
div#footer {
	width:100%;
	height: 60px;
	background: #0054a5;
	/* position: fixed;
	bottom:0; stick to bottom */
	margin-top:25px;
	clear:both;
}
#lefthmpg1 {
	float: left;
	width: 290px; /*Width of left column in pixel*/
	height: 360px;
}
#righthmpg1 {
	float: right;
	width: 610px;
	height: 360px;
}
#lefthmpg {
	float: left;
	width: 350px; /*Width of left column in pixel*/
	height: 350px;
}
#righthmpg {
	float: right;
	width: 550px;
	height: 350px;
}
#leftcontact {
	float: left;
	width: 470px; /*Width of left column in pixel*/
	height: 300px;
}
#rightcontact {
	float: right;
	width: 430px;
	height: 300px;
}
.bluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0956a4;
	font-weight: normal;
	letter-spacing: 0.025em;
	padding-top: 0px;
	/*padding-right: 10px;*/
	padding-left: 15px;
	margin: 0px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 21px;
	text-align: justify;
}
.copy a{
	color: #989898;
	text-decoration: underline;
	text-align: left;
}
.copy a:visited{
	color: #989898;
}
.copy a:hover {
	color: #666666;
}
.copyleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #989898;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 21px;
	text-align: left;
}
.copyleft a{
	color: #989898;
	text-decoration: underline;
}
.copyleft dd{
	margin-left: 20px;
	background: url(/images/small-bullet.jpg) no-repeat left 8px;
	
}
.copyleft a:visited{
	color: #989898;
}
.copyleft a:hover {
	color: #666666;
}
#middle ul {
	list-style-type: square;
	line-height: 19px;
	padding-left: 35px;
}
#middle ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	}
.smcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
}
.smblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0054a6;
	padding-right: 15px;
	padding-left: 15px;
}
.blueheadhmpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0956a4;
	font-weight: normal;
	letter-spacing: 0.025em;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	line-height: 25px;
}
.blueheadcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0956a4;
	letter-spacing: 0.025em;
}
.copyhmpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #989898;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 18px;
}
.blueheadcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0956a4;
	font-weight: normal;
	letter-spacing: 0.025em;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
.copycontact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #989898;
	padding-right: 15px;
	padding-left: 15px;
}
#box_1 {
	margin:0px 5px 5px;
	padding:8px;
	float:left;
	width:195px;
	height:155px;
	background-color:#eef0f7;
	text-align: center;
}

#box_2 {
	margin:0px 5px 5px;
	padding:8px;
	float:left;
	width:195px;
	height:155px;
	background-color:#eef0f7;
	text-align: center;
}

#box_3 {
	margin:0px 5px 5px;
	padding:8px;
	float:left;
	width:195px;
	height:155px;
	background-color:#eef0f7;
	text-align: center;
}

#box_4 {
	margin:0px 5px 5px;
	padding:8px;
	float:left;
	width:195px;
	height:155px;
	background-color:#eef0f7;
	text-align: center;
}
#contactbox2{
	width:300px;
	float:right;
	margin-left: 0px;
}
#contactbox1{
	width:200px;
	float:left;
	padding-left: 50px;
}

#loginFrm{
	display: none;
	text-align: center;
	clear: both;
}

#loginFrm label{
	clear: both;
	outline: none;
}

#loginFrm input{
	clear: both;	
	text-align: left;
	margin-left: 15px;
	padding: 0;
}

.box{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height:400px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:15px;
	padding:10px 20px;	
	text-align: justify;
	}

/*HORIZONTAL MENU*/

.tabs3 ul {
	list-style-type: none;
	margin: 0;
	padding-top: 15px;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	color: #0054a4;
	background: #ccdded; /*background of tabs (default state)*/
	height: 20px;
	width: 205px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;
}
.tabs2 ul {
	list-style-type: none;
	margin: 0;
	padding-top: 15px;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	color: #0054a4;
	background: #ccdded; /*background of tabs (default state)*/
	height: 20px;
	width: 205px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: left;
	text-indent: 10px;
	padding: 0px;
	font-weight: bold;
	position: absolute;
	line-height: 20px;
}
.tabs ul {
	list-style-type: none;
	line-height: 20px;
	margin-top: 35px;
	padding: 0px;
}
.tabs li {
	display: inline;
	margin: 0;
}
.tabs li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #0054a4;
	background: #ccdded; /*background of tabs (default state)*/
	height: 20px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	font-weight: bold;
}
.tabstwo li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #0054a4;
	background: #99bad9; /*background of tabs (default state)*/
	height: 20px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: center;
	padding: 0px;
	font-weight: bold;
}
.tabsthree li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #ffffff;
	background: #6698c9; /*background of tabs (default state)*/
	height: 20px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: center;
	padding-right: 0px;
	font-weight: bold;
}
.tabsfour li a {
	float: right;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #ffffff;
	background: #3277ba; /*background of tabs (default state)*/
	height: 20px;
	width: 88px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	font-weight: bold;
}
.tabs li a:hover, .tabs li.selected a {
	color: #ffffff;
	background: #3277ba;
}
.tabstwo li a:hover, .tabs li.selected a {
	color: #ffffff;
	background: #6698c9;
}
.tabsthree li a:hover, .tabs li.selected a {
	color: #0054a4;
	background: #99bad9;
}
.tabsfour li a:hover, .tabs li.selected a {
	color: #0054a4;
	background: #ccdded;
}
/* VERTICAL MENU */

.glossymenu{
	margin: 5px 0;
	width: 215px;
}

.glossymenu a.menuitem{
background-color: #ffffff;
font: bold 11px Arial, Helvetica, sans-serif;
color: #0956a4;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px;
text-decoration: none;
border-top: 1px solid #e6eef6;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #0956a4;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-color: #e6eef6;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
	display: block;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #0956a4;
	text-decoration: none;
	padding: 5px;
	margin:0px 0px 0px 15px;
	border-top: 1px solid #e6eef6;
}

.glossymenu div.submenu ul li a:hover{
background: #e6eef6;
color: #094483;
}

/* form.css */

#page-wrap {
	width: 350px;
	background: white;
	padding: 0px;
	margin: auto;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#contact-area {
	width: 350px;
}

#contact-area input, #contact-area textarea {
	padding: 0px;
	width: 200px;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #e7eef6;
}

#contact-area textarea {
	height: 100px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #0956a4;
}

#contact-area input.submit-button {
	width: 100px;
	margin-left: 37%;
}

#lefthmpg label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1em;
}
