﻿body {
background: #fff url('images/bg.gif') repeat-x;
margin: 0px;
padding: 0px;
/* Globally set font and size so IE will knock it off. ;) */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
#container {
	width:960px;
}

#left {
padding-top: 60px;
background: #fff url('images/left_bg.gif') repeat-x;
width: 309px;
float: left;
}

#logo {
background: #fff url('images/logo.gif') no-repeat right;
height: 121px;
position: ;
}

#logo h1, #logo address {display: none;}

#navigation {
padding-top: 0px;
padding-left: 118px;
width: 191px;
}

#navigation ul {
margin: 0px;
padding: 0px;
border: 1px solid #cfe2e7;
}

#navigation ul li {
list-style-type: none;
display: inline;
}

#navigation ul li a:link, #navigation ul li a:visited {
display: block;
color: #fff;
text-transform: uppercase;
text-decoration: none;
font-size: .8em;
letter-spacing: 2px;
background: #1a437b;
padding: 5px;
border-bottom: 2px solid #072556;
}

#navigation ul li a:hover {
background: #0a2c5d;
}

#navigation .clientresources {
color: #fff;
display: block;
text-transform: uppercase;
font-size: .8em;
letter-spacing: 1px;
padding: 5px;
background: #c1843c;
}

#navigation .clientresources input {
width: 50px;
font-size: 1.5em;
padding: 3px;
margin-top: 7px;
margin-bottom: 3px;
border: 1px solid #000;
}

#navigation .button {
color: #fff;
font-weight: bold;
background: #8ab7ca;
}

/* Project & Services Menus */
#projects {
	background: #5a6aaa;
	width: 286px;
	margin-left: 13px;
	padding: 5px;
}
#services {
	background: #96c7dc;
	width: 201px;
	margin-left: 98px;
	padding: 5px;
}

#projects h3 {
color: #96c7dc;
text-transform: uppercase;
margin: 0px;
}
#services h3 {
color: #354486;
margin: 0px;
}

#projects ul,#services ul {
margin: 0px;
padding: 0px;
}

#projects ul li, #services ul li {
list-style-type: none;
padding-left: 23px;
padding-bottom: 5px;
}

#projects ul li {
background: url('images/projects_bullet.gif') no-repeat left;
}
#services ul li {
background: url('images/services_bullet.gif') no-repeat left;
}

#projects ul li a:link, #projects ul li a:visited, #services ul li a:link, #services ul li a:visited {
color: #fff;
text-decoration: none;
font-size: 1.0em;
letter-spacing: 0px;
}
/* END Project & Services Menus */

#right {
width: 644px;
float: left;
border-left: 1px solid #cfe2e7;
border-right: 1px solid #cfe2e7;
padding-top: 59px;
}

#right h2 {
color: #fff;
background: #96c7dc;
font-weight: normal;
margin: 0px;
font-size: 12px;
padding-top: 34px;
padding-left: 17px;
padding-bottom: 14px;
}

#right_text {
color: #000;
font-size: 10px;
background: #fff url('images/right_text_bg.gif') no-repeat bottom right;
padding: 96px 20px 20px;
position:relative;
}

#right_text p {
color: #000;
font-size: 10px;
}

#right_text h3 {
color: #5a69aa;
margin: 0px;
}

#footer {
background: #fff url('images/footer_bg.gif') no-repeat top;
padding-top: 50px;
padding-bottom: 10px;
text-align: center;
border-right: 1px solid #cfe2e7;
border-bottom: 1px solid #cfe2e7;
}

#footer a:link, #footer a:visited {
color: #000;
text-decoration: none;
}

#footer address {
color: #5a6aaa;
font-weight: bold;
font-size: 11px;
}

td, p {
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}
/* label validation faild */
label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}
a:link, a:visited, a:active {
	color: #222222;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}

a:link.link2, a:visited.link2, a:active.link2 {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.link2 {
	color: #666666;
}

a:link.link3, a:visited.link3, a:active.link3 {
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	color: #666666;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	font-weight: bold;
}

input.btn2 {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 10px 5px 0px;
	border: 1px solid #999999;
	
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #000000;
}


img.right2 {
	float: right;
	margin: 0px 0px 5px 10px;
	border: 1px solid #999999;
}