/********************** page layout **********************/

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
					  	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:12px;
	font-family: Arial;
	color:#333333;
	background-color:#264b7d;
	background-image: url('../images/background-gradient.png');
	background-position: top left;
	background-repeat: repeat-x;
	text-align:center;
	}

a {
	color:#507cb7;
	text-decoration:underline;
	line-height:25px;
}

a:hover {
	color:#25538b;
	text-decoration:underline;
	line-height:25px;
}

h1{
	margin: 0px;
	padding-bottom:10px;
	font-family: Arial Narrow, Arial;
	font-size: 20px;
	color: #6d99cb;
}

h2{
	margin: 0px;
	font-family: Arial Narrow, Arial;
	font-size: 20px;
	font-weight:normal;
	color: #6d99cb;
}

h3 {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}

p {
	line-height:25px;
	margin: 5px 0px 0px 0px;
}

ul { 
	/*list-style-image: url('../images/bullet.jpg');*/
	list-style-type:square;
	color:#26538c;
	line-height:25px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 25px;
}

input {
	font-size:12px;
	font-family: Arial;
	color:#333333;
	border: 1px solid #999999;
}

textarea {
	font-size:12px;
	font-family: Arial;
	color:#333333;
	border: 1px solid #999999;
}

td, tr {
	border-width: 0px;
	padding-right: 15px;
	valign: top;
}

.submit-button {
    border: none;
    background: url('../images/submit-up.png') no-repeat top left;
    width:64px; 
    height:25px;
}

.submit-button:hover {
    border: none;
    background: url('../images/submit-over.png') no-repeat top left;
    width:64px; 
    height:25px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:center;
	width:56%;			/* width of whole page */
	min-width:1000px;
	overflow:hidden;		/* This chops off any overhanging divs */
}

.lowerContent {
	clear:both;
}

.mainbox {
	width:620px;
}

.homesidebox {
	width:400px;
	padding-top:10px;
	float:right;
}

.sidebox {
	width: 275px;
	background-image: url('../images/sidebox-bg.png'); 
	background-position: top left; 
	background-repeat: no-repeat;
	float: right;	
}

.box-padding {
	padding: 0 30px 0 30px;
}

.upper-nav-link {
	color: #fff;
	font-family:Arial Narrow;
	font-size: 16px;
	text-decoration: none;
}

.upper-nav-link:hover {
	color: #c8c6d9;
	font-family:Arial Narrow;
	font-size: 16px;
	text-decoration: none;	
}

.col2 {
	float: left;
	width: 40%;
	margin-right:10px;
}

.col3 {
	float: left;
	width: 30%;
	margin-right:30px;
}

.col4 {
	float: left;
	width: 25%;
	margin: 0px;
}

.border {
	border:1px solid #999999;
}

.no-border {
	border:none;
}


.align-right { 
	float:right; margin: 0 0 15px 15px; 
}

.align-left { 
	float:left; margin: 0 15px 15px 0; 
}

/* used to style testimonial text */
.testimonials p
{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #507cb7;
	font-family: Times New Roman, Arial;	
}

/* used to style left and right quotes */
.testimonials span 
{
	color: #cccccc;
	font-size: 28px;
	font-weight: bold;
	font-family: Times New Roman, Arial;
}

/* used to style testimonial author */
.testimonials div
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial;
	margin: 5px 0px 0px 60px;
}

#upperNav {
	clear:both;
	float:right;
	margin: 10px 5px 0px 0px;
}

#logo {
	clear:both;
	width: 980px;	
}

#page {
	text-align:left;
	margin: 0 auto;
	width:1000px;
}

#background-logo {
	background-image: url('../images/background-logo.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main-box-middle {
	background-image: url('../images/main-box-middle.png');
	background-position: top left;
	background-repeat: repeat-y;	
}

#main-box-black-bg {
	width: 500px;
	background-color: #000000;
}

#lowerRightBox {
	margin-top: 0px;
	margin-left:730px
	width: 270px;
	height: 200px;
	background-image: url('../images/technologies-bg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#techTable td {
	padding:3px;
}

#techTable img {
	border:1px solid #999999;
	margin-bottom: -5px;
}

#footer {
	color: #507cb7;
	margin: 15px;
	font-size: 8pt;
}
