body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #302C70;
	background: #EEE;
}

img {
	display: block;
	border: none;
}

/******* Layout *******/

#container {
	margin: 0 auto;
	border: 1px solid #CCC;
	width: 775px;
	background: #FFF;
	overflow: hidden;
}

#container:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


#header, #center, #footer {
	float: left;
	clear: both;
	background: #FFF;
	width: 100%;
}

#header, #center {
	border-bottom: 1px solid #CCC;
}

h1 {
	float: left;
	margin: 0;
}

h1 a {
	display: block;
	width: 233px;
	height: 100px;
	text-indent: -1000em;
	background: url("../images/logo.png") no-repeat 14px 34px;
}

#highlight {
	float: left;
	width: 311px;
	height: 100px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#search {
	float: left;
	width: 199px;
	padding: 21px 15px 0 15px;
	font-size: 0.8em;	
}

#navigation {
	float: left;
	width: 233px;
	height: 210px;
	padding-top: 39px;
	background: #302C70;
}

#photo {
	float: left;
	height: 249px;
	width: 311px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#testimonial {
	float: left;
	background: #ADAEB0;
	width: 201px;
	height: 217px;
	padding: 16px 14px;
}

#contact {
	float: left;
	padding: 10px 10px 0 19px;
	width: 204px;
	height: 164px;
}

#services {
	float: left;
	height: 161px;
	width: 281px;
	padding: 13px 15px 0 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#about {
	float: left;
	width: 199px;
	height: 161px;
	padding: 13px 15px 0 15px
}

/******* Secondary Structure *******/

#sidebar {
	float: left;
	width: 233px;
	background: #FFF;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

#sidebar #navigation {
	float: none;
}

#sidebar #tagline {
	display: block;
	margin: 0 31px;
	width: 171px;
	height: 92px;
	border-bottom: 1px solid #CCC;
	text-indent: -1000em;
	background: url("../images/tagline170.png") no-repeat 0 25px;
}

#sidebar #contact {
	float: none;
}

#content {
	float: left;
	width: 449px;
	padding: 25px;
	border-left: 1px solid #CCC;
	border-right: 20px solid #302C70;
	background: #FFF;
	padding-bottom: 1002em;
	margin-bottom: -1000em;
}

/******* Highlight *******/

#highlight #tagline {
	display: block;
	width: 311px;
	height: 100px;
	text-indent: -1000em;
	background: url("../images/tagline.png") no-repeat 37px 39px;
}

/******* Search *******/

#search div {
	padding: 2px 0;
}

#search input {
	float: left;
}

#search #go {
	margin-top: 2px;
	margin-left: 4px;
}

#search label {
	display: block;
	clear: both;
}

/******* Navigation *******/

#navigation ul {
	margin: 0 0 0 17px;
	width: 193px;
	border-top: 1px solid #FFF;
	list-style: none;
	padding: 0;
}

#navigation li {
    float: left;
    width: 193px;
    min-height: 1px;
    position: relative;
	display: block;
	border-bottom: 1px solid #FFF;
}

#navigation a {
	display: block;
	width: 193px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000em;
}

#navigation li:hover a, #navigation li.active a, #navigation a:hover {
	background-color: #4030A0;
}

#company-link a {
	background-image: url("../images/navigation/company.png");
}

#services-link a {
	background-image: url("../images/navigation/services.png");
}

#support-link a {
	background-image: url("../images/navigation/support.png");
}

#clients-link a {
	background-image: url("../images/navigation/clients.png");
}

#contact-link a {
	background-image: url("../images/navigation/contact.png");
}

#home-link a {
	background-image: url("../images/navigation/home.png");
}

/* Submenu */
#navigation li ul {
    display: none; 
    position: absolute;
    z-index: 100;
    top: -1px;
    width: 96px;
    right: -97px;
    border: 1px solid #FFF;
    border-left: none;
    background: #402F9F;
}

#navigation li:hover ul, #navigation li.active ul {
    display: block;

}

#navigation li li {
    width: 130px;
    padding: 0 10px;
    border-bottom: none;
    border-left: 1px solid #FFF;
}

#navigation li li a {
    width: auto;
    border-top: 1px solid #FFF;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-indent: 0;
    text-decoration: none;
    text-align: center;
    color: #FFF;
}

#navigation li li a:hover {
    text-decoration: underline;
}

#navigation li li.first-child {
    border-left: none;
}

#navigation li li.first-child a {
    border-top: none;
}

/******* Testimonial *******/

#testimonial h2 {
	margin: 0;
	width: 146px;
	height: 12px;
	line-height: 12px;
	text-indent: -1000em;
	background: url("../images/clients.png") no-repeat 0 0;
}

#testimonial blockquote {
	margin: 1em 0;
	border-top: 1px solid #302C70;
	border-bottom: 1px solid #302C70;
	padding: 1em 0;
	font-size: 0.8em;
	text-align: justify;
}

#testimonial cite {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

/******* Contact *******/

#contact h2 {
	margin: 0;
	width: 148px;
	height: 15px;
	line-height: 12px;
	text-indent: -1000em;
	background: url("../images/contact.png") no-repeat 0 0;
}
#contact {
	font-size: 0.75em;
}

#contact p {
	margin: 15px 0;
}

#contact a {
	color: #a9a30b;
	text-decoration: none;
}

#contact a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

#contact .org {
    display: block;
    margin-top: 1em;
}

/******* Services *******/

#services h2 {
	margin: 0;
	width: 148px;
	height: 12px;
	line-height: 12px;
	text-indent: -1000em;
	background: url("../images/services.png") no-repeat 0 0;
}

#services p {
	font-size: 0.75em;
}

#services a {
	color: #a9a30b;
	text-decoration: none;
}

#services a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* About *******/

#about h2 {
	margin: 0;
	width: 171px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/about.png") no-repeat 0 0;
}

#about p {
	font-size: 0.75em;
}

#about a {
	color: #a9a30b;
	text-decoration: none;
}

#about a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* Support *******/

#support h2 {
	margin: 0;
	width: 171px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/support.png") no-repeat 0 0;
}

#support p {
	font-size: 0.75em;
}

#support a {
	color: #a9a30b;
	text-decoration: none;
}

#support a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* Contact *******/

#contact2 h2 {
	margin: 0;
	width: 171px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/contact_header.png") no-repeat 0 0;
}

#contact2 p {
	font-size: 0.75em;
}

#contact2 a {
	color: #a9a30b;
	text-decoration: none;
}

#contact2 a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* Clients *******/

#clients h2 {
	margin: 0;
	width: 165px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/clients_header.png") no-repeat 0 0;
}

#clients p {
	font-size: 0.75em;
}

#clients a {
	color: #a9a30b;
	text-decoration: none;
}

#clients a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* Services *******/

#services2 h2 {
	margin: 0;
	width: 195px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/services_header.png") no-repeat 0 0;
}

#services2 p {
	font-size: 0.75em;
}

#services2 a {
	color: #a9a30b;
	text-decoration: none;
}

#services2 a:hover {
	color: #a9a30b;
	text-decoration: underline;
}

/******* Content *******/

#content div {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	float: none;
}

#content p {
	clear: both;
	font-size: 10px;
	float: none;
}

#about h2 {
	margin: 0;
	width: 171px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/about.png") no-repeat 0 0;
}

#content #mission {
	padding-top: 10px;
	border-top: 1px solid #999;
}

#mission h2 {
	margin: 0;
	width: 103px;
	height: 13px;
	line-height: 13px;
	text-indent: -1000em;
	background: url("../images/mission.png") no-repeat 0 0;
}
