/*
	Resets margin and padding for all elements */
html,body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e3e3e3 url("../App_Images/backgrounds/body.gif") left top repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	text-align: left;
	color: #333332;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #eb1c24;
	margin-bottom: 10px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #eb1c24;
	margin-top: 2px;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #777;
	margin-bottom: 10px;
	margin-top: 5px;	
}

a {
	color: #2299af;
}

a:hover {
	text-decoration: none;
}

/* container */

#container {
	width: 950px;
	margin: 0 auto;
}

/* Logo */

#logo {
	position: absolute;
	top: 22px;
	left: 470px;
	background: url("../App_Images/backgrounds/logo.gif") top left no-repeat;
	text-indent: -1000em;
	width: 373px;
	height: 96px;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 154px;
	left: 25px;
}
#navigation ul {
	list-style-type: none;
	height: 27px;
}
#navigation ul li {
	float: left;
	width: 106px;
}
#navigation li a {
	display: block;
	height: 27px;
	text-indent: -1000em;
	position: relative;
}
.whatwedo a {
	background: url("../App_Images/backgrounds/menu_whatwedo.gif") 0 0 no-repeat;
}
.whatwedo a:hover {
	background: url("../App_Images/backgrounds/menu_whatwedo_over.gif") 0 0 no-repeat;
}
a.whatwedo_current  {
	background: url("../App_Images/backgrounds/menu_whatwedo_current.gif") 0 0 no-repeat;
}
a.whatwedo_current:hover  {
	background: url("../App_Images/backgrounds/menu_whatwedo_current.gif") 0 0 no-repeat;
}
.howwework a {
	background: url("../App_Images/backgrounds/menu_howwework.gif") 0 0 no-repeat;
}
.howwework a:hover {
	background: url("../App_Images/backgrounds/menu_howwework_over.gif") 0 0 no-repeat;
}
a.howwework_current  {
	background: url("../App_Images/backgrounds/menu_howwework_current.gif") 0 0 no-repeat;
}
a.howwework_current:hover  {
	background: url("../App_Images/backgrounds/menu_howwework_current.gif") 0 0 no-repeat;
}
.whoweare a {
	background: url("../App_Images/backgrounds/menu_whoweare.gif") 0 0 no-repeat;
}
.whoweare a:hover {
	background: url("../App_Images/backgrounds/menu_whoweare_over.gif") 0 0 no-repeat;
}
a.whoweare_current  {
	background: url("../App_Images/backgrounds/menu_whoweare_current.gif") 0 0 no-repeat;
}
a.whoweare_current:hover  {
	background: url("../App_Images/backgrounds/menu_whoweare_current.gif") 0 0 no-repeat;
}
#navigation ul li.links {
	width: 66px;
}
.links a {
	background: url("../App_Images/backgrounds/menu_links.gif") 0 0 no-repeat;
}
.links a:hover {
	background: url("../App_Images/backgrounds/menu_links_over.gif") 0 0 no-repeat;
}
a.links_current  {
	background: url("../App_Images/backgrounds/menu_links_current.gif") 0 0 no-repeat;
}
a.links_current:hover  {
	background: url("../App_Images/backgrounds/menu_links_current.gif") 0 0 no-repeat;
}

/* content */

#content {
	position: absolute;
	top:200px;
	left:35px;
	width: 930px;
}

#content p {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
}

/* content block */
#content-block {
	width: 545px;
	float: left;
	margin-right: 60px;
}

/* testimonials */
#testimonials {
	width: 310px;
	float: left;
}
#testimonials .block {
	background-color: #d4d4d4;
	border-left: 2px solid #eb1c24;
	margin-bottom: 20px;
	padding: 10px;
}
#testimonials .block img {
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
}
#testimonials .block blockquote {
	clear: both;
	padding-top: 10px;
	font-style: italic;
}
#testimonials h3 {
	font-family: arial, verdana;
	font-size: 13px;
	margin-bottom: 0;
	margin-top: 0;	
	color: #000;
}
#content #testimonials .block p {
	margin-bottom: 0;
}

/* extra-info */
#extra-info {
	clear: both;
	margin-left: -15px;
}
#extra-info .block {
	width: 285px;
	float: left;
	margin-right: 10px;
	padding-left: 13px;
	border-left: 2px solid #b2b2b2;
	font-size: 10px;
	line-height: 15px;
}

/* form */
form input {
	width: 224px;
	padding: 3px;
	border: 1px solid #b2b2b2;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}
form label {
	font-weight: bold;
	display: block;
}
form input.submit {
	width: 36px;
	margin-left: 10px;
	background-color: #2299af;
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
/* Highlight */
.Highlight
{
    background-color: lemonchiffon; 
}