/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}*/
/*body {
	line-height:1;
	color:black;
	background:white;
}*/

a{
	color: black;

}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
/*body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background: #FFFFFF;
}*/

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 750px ;
	margin: 0 auto;
	background-color: green;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*=== Patrick's stuff ===*/
/*====================*/
#logo{
	/*float: left;
	text-align: center;
	background-color: white;
	font-size: 44px;
	width: 35%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:;*/

    
}
#info{
	float: right;
	/*width: 100px;
	background: white;*/
	margin-top: 40px;

	/*height: 44px;*/
	max-width: 100%;
	height: 50px;
	width: auto\9;

}
#stuff-below{
	width: 750px;
	margin: 50px auto 0 auto;
	background-color: red; 
}
#header{
	height: 50px;
}


.container {
/*	margin-left: 275px;*/
/*	margin-top: 20px;*/

/*	width: 1700px;*/
	background: #FFFFFF;

}

.logo{

/*	margin-right: 90px;*/  /*original*/
/*	margin-left: 275px;*/  /*original*/

	position: relative; /*new*/
}

.logoContainer {
	margin-left: 250px; /*original*/
	width: 905px;
/*	margin-top: 20px;*/
/*	position: relative;*/ /*new*/
/*	max-width: 880px; *//*new*/
/*	min-width: 880px; */ /*new*/
/*	margin: 0;*/
/*	left: 280px;*/ /*new*/
/*	right: 10px;*/ /*new*/
/*	top: 1px;*/ /*new*/
/*	bottom: 1px;*/ /*new*/


/*	width: 880px;*/ /*original*/
	background: #FFFFFF;

}

.left{
	width: 345px;
	float: left;
	background-color: #17375e;
	height: 100px;
}

.right{
	width: 345px;
	float: right;
	background-color: #17375e;
	height: 200px;

}
.center{
	width: 880px;
	margin-right: auto;
	margin-left: 280px;
/*	float: center;*/
/*	background-color: #FFFFFF;*/
}
.centerContentBelow{
	/*width: 800px;*/
	margin-right: auto;
	margin-left: 280px;
/*	float: center;*/
/*	background-color: #FFFFFF;*/
}

.centerContentBelowOther{
	width: 800px;
	margin-right: auto;
	margin-left: 280px;

}

.newsTicker{
	margin-left: 5px;
	font-family: Arial, Verdana;
	font-size: 19px;
/*	font-weight: bold;*/
	text-shadow:2px 2px 4px #000000;
	margin-bottom: 12px;
}

.newsTickerIE{
	margin-left: 5px;
	font-family: Arial, Verdana;
	font-size: 25px;
	font-weight: bold;
	color: #001933;
/*	background-color: #001933*/
}



.contentbelowleft{
	width: 305px;
	float: left;
	-moz-border-radius: 10px;
}

.contentbelowright{
	width: 400px;
/*	float: right;*/
	-moz-border-radius: 10px;
}

.contentbelowrightOther{
	-moz-border-radius: 10px;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

img.floatleft{
	float: left ;
	/*margin: 5px;*/

}
img.floatright{
	float: right;
	max-width: 100%;
	height: 175px;
	width: auto\9;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}


#navcontainer ul
{
	margin: 10px 10px;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li { display: inline; }

.linearBg2 { 
	/* fallback */ background-color: #44648c; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44648c), to(#173760)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #173760, #44648c); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #173760, #44648c 25%); 
	/* IE 10 */ background: -ms-linear-gradient(top, #173760, #44648c); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #173760, #44648c); 
	width: 305px;
	float: left;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*IE 5.5 - 9*/ filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=#173760, endColorstr=#44648c);
}

.linearBg2Below { 
	/* fallback */ background-color: #44648c; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44648c), to(#173760)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #173760, #44648c); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #173760, #44648c 25%); 
	/* IE 10 */ background: -ms-linear-gradient(top, #173760, #44648c); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #173760, #44648c); 
	width: 305px;
/*	float: left;*/
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border: 2px solid black;
	/*IE 5.5 - 9*/ filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=#173760, endColorstr=#44648c);
}

.linearBg2BelowRight { 
	/* fallback */ background-color: #44648c; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44648c), to(#173760)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #173760, #44648c); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #44648c, #173760 75%); 
	/* IE 10 */ background: -ms-linear-gradient(top, #173760, #44648c); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #173760, #44648c); 
	width: 560px;
	margin-left: 315px;
/*	float: left;*/
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border: 2px solid black;
	/*IE 5.5 - 9*/ filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=#173760, endColorstr=#44648c);
}

.linearBg2BelowRightOther { 
	/* fallback */ background-color: #44648c; background: url(images/linear_bg_2.png); background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#44648c), to(#173760)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #173760, #44648c); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #173760, #44648c 75%); 
	/* IE 10 */ background: -ms-linear-gradient(top, #173760, #44648c); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #173760, #44648c); 
	width: 875px;
/*	float: left;*/
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border: 2px solid black;
	/*IE 5.5 - 9*/ filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=#173760, endColorstr=#44648c);
}
.logoshadeleft{
	background: -moz-linear-gradient(left, #FFFFFF, #8b8090 50%); 
    height: 130px;
    width: 353px;
	float: left;
}

.logoshaderight{
	background: -moz-linear-gradient(right, #FFFFFF, #8b8090 50%); 
    height: 130px;
    width: 353px;
	float: right;
}

.sliderbg{
	background-image: url("images/cube pebbles.png");
	/*width: 400px;*/
}

.sellingPoints{
	font-family: Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
	text-shadow:2px 2px 4px #000000;
}

.white{
	color: white;
}
.heading{
	font-family: Arial, Verdana;
	font-size: 22px;
	font-weight: bold;
	margin-left: 5px;
	text-shadow:2px 2px 4px #000000;
}
.mission{
	font-family: Arial, Verdana;
	font-size: 20px;
	margin-left: 5px;
	text-shadow:2px 2px 4px #000000;
}

.missionText{
	font-family: Arial, Verdana;
	font-size: 17px;
	margin-left: 5px;
}

.searchTranslate {
    float: right;
    margin-bottom: 5px;
/*    margin-left: 500px;*/
    /*margin-right: 250px;*//*changed from 14*/
    margin-top: 50px;/*changed from 45*/
    text-align: right;
    width: 250px;/*changed from 450*/
}

#searchform {
    float: right;
    font-size: 11px;
    margin: 0 0 0 30px;
    padding: 0;
}

