/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color:#999999;
	
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0;
	color: #2D5799;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.BodyTextBlue {
	font-size: 12px;
	font-weight: bold;
	color: #2D5799
}

.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 4px;
	color: #2D5799;
	font-variant: small-caps;
	font-weight: normal;
}

.SubHeader {
	font-size: 15px;
	margin-top: 0px;
	padding-top: 4px;
	color: #2D5799;
	font-weight: bold;
}

.text1 {
	margin-bottom: 20px;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: bold;
}

.text2 {
	margin-top: 25px;
	font-size: 12px;
	font-weight: bold;
}

.text3 {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #898989;
}

.text4 {
	text-align: center;
	color: #BED6E5;
		font-size: 11px;
}

/** LINKS */

a {
	color: #2D5799;
}

a:hover {
	text-decoration: none;
}

a.footer {
	color: #BED6E5 !important;
}

a.footer:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 116px;
	height: 29px;
	padding-left: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link2 {
	display: block;
	width: 115px;
	padding-left: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link3 {
	display: block;
	width: 115px;
	padding-left: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link4 {
	display: block;
	width: 115px;
	padding-left: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link5 {
	display: block;
	width: 115px;
	padding-left: 50px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link6 {
	display: block;
	width: 115px;
	padding-left: 48px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

.link7 {
	display: block;
	width: 115px;
	padding-left: 48px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(home_bg.jpg) no-repeat left top; }
.bg2 { background: url(capab_bg.jpg) no-repeat left top; }
.bg3 { background: url(work_bg.jpg) no-repeat left top; }
.bg4 { background: url(testimonials_bg.jpg) no-repeat left top; }
.bg5 { background: url(about_bg.jpg) no-repeat left top; }
.bg6 { background: url(contact_bg.jpg) repeat-x left top; }
.bg7 { background: #335B98 url(homepage15.jpg) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { 
	color: #ffffff;
	background-color: #ffffff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 5px;
	height: 1px;
	width:95%;
 }

.hr1 {
	height: 1px;
}



/******Navigation Styles************/


.submenu { 
	background-image: url(subnav_bg.jpg);
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
 

.submenu li a{
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 30px;
	border-bottom: 1px solid #cccccc;
}

.submenu li a:hover{
	text-decoration: underline;
}


