/********************** 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:#565656;
	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:22px;
}

a:hover {
	color:#25538b;
	text-decoration:underline;
	line-height:22px;
}

h1{
	margin: 0px;
	padding-bottom:10px;
	font-family: Arial; /*Narrow, Arial*/
	font-size: 16px;
	color: #6d99cb;
}

h2{
	margin: 0px;
	font-family: Arial; /*Arial Narrow*/
	font-size: 16px;
	font-weight:normal;
	color: #6d99cb;
}

h3 {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	padding-top:6px;
}

p {
	line-height: 25px;
	margin: 5px 0px 0px 0px;
}

p {
	line-height:22px;
	margin: 5px 0px 10px 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;
}

ul li span {
	color: #565656;
}

.ul-gray { 
	list-style-type:square;
	color:#454545;
	line-height:22px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 25px;
}

ol {
	line-height:25px;
	padding-left: 0px;
	padding-top: 0px;
	margin-left: 25px;
}

input {
	font-size:12px;
	font-family: Arial;
	color:#565656;
	border: 1px solid #999999;
}

textarea {
	font-size:12px;
	font-family: Arial;
	color:#565656;
	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; /*Arial Narrow*/
	font-size: 14px;
	text-decoration: none;
}

.upper-nav-link:hover {
	color: #c8c6d9;
	font-family:Arial; /*Arial Narrow*/
	font-size: 14px;
	text-decoration: none;	
}

.col2 {
	float: left;
	width: 45%;
	margin-right:30px;
}

.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; 
}

.margin-top-20 {
	margin-top:20px;	
}

/* used to style testimonial text */
.testimonials p
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	color: #507cb7;
	font-family: 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;
}

#list-of-applications  ul
{
	float:left;
}

#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:white;
	min-height:420px;
}

#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;
}

#bottomBox {
	margin-top: 0px;
	padding: 10px 30px 10px 30px;
	width: 1000px;
	min-height: 180px;
	background-image: url('../images/bottom-box.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer {
	color: #507cb7;
	margin: 15px;
	font-size: 8pt;
	margin-top: 25px;
}

.phone
{
	font-size: 18pt;
	color: #F26546;
	padding-right: 10pt;
	vertical-align: top;
}

#tagline
{
	font-family: 'DancingScriptOTRegular'; 
	font-size:28pt; 
	color:black;
}

/********************** out of office pop-up **********************/

/*
#out-of-office-overlay
{
	width:100%;
	height:100%;
	opacity:.50;
	position:absolute;
	top:0;
	left:0;
	background:black;
	z-index:1000;
}

#out-of-office-dialog-box
{
	width:300px;
	height:200px;
	background:white;
	position:absolute;
	top:0;
	bottom:0;
	left: 0;
	right:0;
	margin:auto auto;
	opacity:1;
	z-index:1002;
	border:5px black solid;
}

#out-of-office-text
{
	margin: 0 auto; 
	margin-top: 20px; 
	font-size:20px;
	color:black;
}
*/

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('fonts/DancingScript-Regular-webfont.eot');
    src: url('fonts/DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DancingScript-Regular-webfont.woff') format('woff'),
         url('fonts/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('fonts/DancingScript-Regular-webfont.svg#DancingScriptOTRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
