@charset "UTF-8";
/* CSS Document */

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin: 0 auto;
	background-image: url(../i/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5F6971;
}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

p {
margin: 0 0 20px 0;
}

.left {
float: left;
}

.right {
float: right;
}

/** Headings
==============================================================================*/

h1 {
	font-size: 28px;
	color: #0066CC;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

h2 {
	font-size: 18px;
	line-height: 25px;
	color: #1d2124;
	margin: 0 0 10px 0;
	font-weight: normal;
}

h2.section {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#rightcol h2.section {
margin-bottom: 0px;
}

h3 {
font-size: 14px;
color: #333333;
margin: 0 0 10px 0;
font-weight: normal;
}
/** Links
==============================================================================*/

a:link {
	color: #00257a;
	text-decoration: none;
}

a:visited {
	color: #00257a;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

/** Buttons
==============================================================================*/

.btnsm {
	display: block;
	height: 31px;
	width: 150px;
	font-size: 12px;
}

.btnsm a, .btnsm a:visited, .btnsm a:active {
	display: block;
	padding: 4px 0 0 0;
	text-align: center;
	color: #CCCCCC;
}

.btnsm a:hover {
color: #eee6c7;
}

.red {
	background-image: url(../i/blue_btn.jpg);
	background-repeat: no-repeat;
}

.grey {
background: url(../images/grey_btn_bg.gif) no-repeat;
}

/** Main Container
==============================================================================*/

#container {
	width: 961px;
	min-height: 600px;
	background-image: url(../i/Shadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#top {
	background-image: url(../i/header.jpg);
	height: 129px;
	width: 959px;
}
#nav {
	list-style-type: none;
	background-image: url(../i/Btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/** Navigation
==============================================================================*/

ul#nav {
	float: left;
	list-style-type: none;
	display: block;
	background-color: #999999;
}

ul#nav li {
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
}

ul#nav li a {
	color: #999999;
	display: block;
	height: 37px;
	width: 137px;
	text-align: center;
	padding-top: 15px;
}

ul#nav li a:hover {
	color: #FFFFFF;
	background-image: url(../i/Btn_on.jpg);
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
ul#nav li#current a {
	color: #FFFFFF;
	background-image: url(../i/Btn_on.jpg);
	display: block;
	background-position: 0px 0px;
}

/** Header
==============================================================================*/

#header {
float: left;
width: 960px;
}

#header2 {
	float: left;
	width: 959px;
	height: 68px;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

#header2 h1 {
	position: relative;
	top: 25px;
	left: 32px;
	width: 630px;
}

#one, #two, #three {
	float: left;
	width: 909px;
	height: 314px;
	padding: 0px;
}

#one {
	background-image: url(../i/main_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#two {
background: url(../images/services_bg.jpg) no-repeat;
}

#three {
background: url(../images/clients_bg.jpg) no-repeat;
}

.tabcontent {
	float: right;
	width: 320px;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #999999;
}

/** Search
==============================================================================*/

#search {
	float: left;
	width: 300px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#searchfield {
	position: relative;
	width: 300px;
	height: 22px;
	border: 1px solid #99937b;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 6px 6px;
	float: left;
	padding-right: 10;
	padding-left: 10;
	margin-top: 60;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/** Content
==============================================================================*/

#content {
	float: left;
	width: 892px;
	background-repeat: no-repeat;
	background-image: url(../i/content_back.jpg);
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 37px;
	background-position: top;
	background-color: #E5E5E5;
}

#content2 {
	float: left;
	width: 927px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 32px;
}

#content3 {
	float: left;
	width: 958px;
	background-color: #cccccc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 2px;
}

#content2 ul, #content2 ol, #content2 dl {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#content2 img.right {
margin: 0 0 20px 20px;
}

#content2 img.left {
margin: 0 20px 20px 0;
}

#articles {
float: left;
width: 190px;
font-size: 12px;
line-height: 16px;
margin: 0 20px 0 0;
}

.date {
float: left;
width: 20px;
padding: 5px;
margin: 0 10px 5px 0;
font-size: 10px;
text-align: center;
color: #333333;
background: url(../images/date_bg.jpg) repeat-x bottom #999999;
border: 1px solid #888888;
text-transform: uppercase;
}

#aboutus {
	float: left;
	width: 510px;
	font-size: 12px;
	line-height: 20px;
	padding-right: 15px;
}

#aboutus img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.more, #backtotop {
text-align: right;
background: url(../images/section_title_bg.jpg) repeat-x top;
text-transform: uppercase;
font-size: 10px;
}

#testimonial {
float: right;
width: 310px;
}

#rightcol #testimonial {
float: left;
width: 290px;
margin: 20px 0 0 0;
}

#quote {
	width: 295px;
	font-size: 12px;
	font-style: italic;
	color: #808072;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#rightcol #quote {
width: 230px;
}

#name {
color: #808072;
background: url(../images/testimonial_tail.jpg) no-repeat 20px 0;
text-align: left;
padding: 5px 0 0 70px;
font-size: 12px;
margin: 0;
}

/** Left Column
==============================================================================*/

#leftcol {
	float: left;
	width: 270px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: repeat-x;
}

/** Right Column
==============================================================================*/

#rightcol {
	float: right;
	width: 586px;
	min-height: 516px;
	height: auto !important;
	height: 516px;
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat-x;
}

.thumbs {
float: left;
margin-bottom: 20px;
}

.tn {
float: left;
margin: 0 4px 4px 0;
}

/** Breadcrumbs
==============================================================================*/

#breadcrumb {
	float: left;
	width: 576px;
	font-size: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#breadcrumb a {
padding: 0 6px 6px 6px;
margin: 0;
text-transform: uppercase;
}

/** Sub Nav
==============================================================================*/

ul#subnav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 250px;
	color: #999999;
}
#sublist  {
	padding-left: 30px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
ul#subnav  li  {
	display: block;
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

/** Form
==============================================================================*/

label, input {
display: block;
float: left;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

label {
text-align: left;
width: 75px;
padding-right: 20px;
}

input, textarea {
padding: 2px;
width: 350px;
border: 1px solid #d0d0d0;
}

br {
clear: left;
}

textarea {
margin: 5px 5px 1px 0;
overflow: hidden;
}

#submit {
margin: 10px 0 20px 0;
padding-right: 130px;
float: right;
width: 151px;
height: 32px;
border: none;
}

/** Footer
==============================================================================*/
#footer {
	float: left;
	width: 895px;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	background-color: #818A90;
	height: 30px;
}

#footer p {
	color: #333333;
	font-size: 11px;
}

#footer a:link {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.blue {
	background-image: url(../i/blue_btn.jpg);
	background-repeat: no-repeat;
}
#top p {
	height: 15px;
	width: 525px;
	float: right;
	padding-top: 90px;
	padding-right: 30px;
	font-weight: normal;
}
#uni {
	margin: 0px;
	line-height: 10px;
}
#uni  td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 10px;
}

.image {
	float: right;
	padding: 0px;
	margin: 10px;
	border: solid #000000 1px;
}

/** Typography
==============================================================================*/

span.dropcap, span.dropcap-blue, span.dropcap-red, span.dropcap-green, span.dropcap-purple, span.dropcap-orange, span.dropcap-brown, span.dropcap-grey {}
.light span.dropcap {color: #333;}
.dark span.dropcap {color: #fff;}
span.dropcap-blue {color: #0D507A;}
span.dropcap-red {color: #D12E2E;}
span.dropcap-green {color: #74A824;}
span.dropcap-purple {color: #9E0E87;}
span.dropcap-orange {color: #CC8300;}
span.dropcap-brown {color: #8B6846;}
span.dropcap-grey {color: #666;}

.firstparagraph {
	font-weight: bold;
}
