/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

/* messing around with the left vertical menu */

/*#greenline {
	background: url('../images/verticalmenu/greenline.png') repeat;
	height: 8px;
	width: 534px;
	float: left;
	border-left-width: 1px;
	border-style: solid;
	border-color: #B4E200;
	-moz-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	-webkit-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	-o-border-image: url('..//images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}*/

#amazonimage {
	margin-top: 6px;
}

#video {
	height: 315px;
	width: 560px;
}

/*#diagonalimg {
	float: right;
}

#pseudopaddingwrap {
	height: 42px;
}

#greenlineoverlay {
	float: left;
}


#leftverticalmenu {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif !important;
	font-size: 14px;
	/*float: left;*/
	/*color: #004B81;
	background-color: white /*#A7DFF3*/ !important;
	/*font-weight: bold;
}*/

/*#leftverticalmenu  li {
	margin-left: 0px;
	height: 20px;
	list-style: none;
	background-color: white /*#A7DFF3*/;
	/*border: 1px solid #B4E200;
	-moz-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	-webkit-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	-o-border-image: url('..//images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	border-top-width: 0px;
	width: 200px;
	margin-bottom: 0px;
	font-weight: bold;
}*/

/*.greenborder {
	border: 1px solid #B4E200;
	-moz-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	-webkit-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	-o-border-image: url('..//images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	/*background: url('../images/verticalmenu/greenborderbitbig.png') repeat;
}*/

/*#verticalmenuwrap {
	border: 1px solid #B4E200;
	-moz-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	-webkit-border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	-o-border-image: url('..//images/verticalmenu/greenborderbitbig.png') 1 1 1 1 repeat repeat;
	border-image: url('../images/verticalmenu/greenborderbitbig.png') 1 1 repeat;
	border-top-width: 0px;
	padding: 2px;
	/*padding-top: 35px;*/
	/*padding-top: 0px;
	float: left;
	clear: left;
}*/

/*#industry {
	background-color: white !important;
	border: 1px solid #B4E200;
}*/

/*#leftverticalmenu a {
	text-decoration: none;
	color: #004B81;
}

#leftverticalmenu a:hover {
	color: #00AFDB;
}

/* BODY */
body {
	background-color: white /* #A7DFF3*/;
	width: 100%;
	min-width: 998px;
	padding: 0;
	height: 100%;
	margin: 0;
}

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

.block {
	display: block;
}

/* HEADER FOOTER STUFF */
#hd {/*THIS IS ONLY BACKGROUND SHIT*/
	/* Legacy browsers */
	background-color: #003656/*#212C6A*/;
	/*background-image: url("hdbackgroundcolor.png");
	background-repeat: repeat;*/
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#1C638C),/*144969 or 33759C*/
		to(#003656)
	);
	background: -webkit-linear-gradient(
		top,
		#1C638C,
		#003656
	);
	background: -moz-linear-gradient(
		top,
		#1C638C,
		#003656
	);
	background: -o-linear-gradient(
		top,
		#1C638C,
		#003656
	);
	background: linear-gradient(
		top,
		#1C638C,
		#003656
	);

	/*box-shadow: 0 1px 2px #255F7E;*/
	height: 263px;
	width: 100%;
	min-width: 998px;
	padding:0;
	margin:0;
	position: relative;
}

/*html, body {height: 100%;} */

#wrap {
height: 100%;
background-color: #A7DFF3;
}

#wrap {
	overflow:auto;
	padding-bottom: 150px
;}  /* must be same height as the footer */

/*#ft {position: relative;
	margin-top: -150px; /* negative value of footer height */
/*	height: 150px;
	clear:both;} */

/*Opera Fix
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}*/

#ft {
	/* Legacy browsers */
	background-color: #003656/*#2f397f/*#3c3672/*#004b81*/; /* I FOUND IT, THIS IS THE RIGHT COLOR<--old*/
	/*background-image: url("hdbackgroundcolor.png");
	background-repeat: repeat;*/
	-o-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	/* Recent browsers */
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(#003656),
		to(#1C638C)
	);
	background: -webkit-linear-gradient(
		top,
		#003656,
		#1C638C
	);
	background: -moz-linear-gradient(
		top,
		#003656,
		#1C638C
	);
	background: -o-linear-gradient(
		top,
		#003656,
		#1C638C
	);
	background: linear-gradient(
		top,
		#003656,
		#1C638C
	);
	
	height: auto !important;
	/* height: 100%; old */e
	margin-bottom: -4em;
	min-height: 100px;
	padding:0;
	width: 100%;
	min-width: 998px;
	/*margin-top: 20px; old */
	border-top: 9px solid #ccff66;
	
	position: relative;
	/*margin-top: 20px;*/
	margin-bottom: -52px;
	/*margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}

#push {
	height: 20em;
}

#ft p, #ft a {
	color: white;
	font-family: Georgia;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#ft img {
	float: left;
}

#SJ {
	float: right;
	margin: 0;
	margin-right: 9%;
	padding: 2px;
	width: 40%;
}

#UW {
	float: left;
	margin: 0;
	margin-left: 9%;
	padding: 2px;
	width: 40%;
}

.footerlink {
	color: white;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
}

#biglogo, #whitehat {
	text-align: center;
	margin-top:0px;
    margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
    padding:0px;
	padding-top: 15px;
	display: block;
	/*background-color: #212C6A;*/
}

#whitehat {
	padding-top: 0px !important;
}

#linkbardiv {
	background-image: url('../images/6foldertabs/linkbarrepeatedbackground.png');
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
}

#comingsoonimg {
	position: absolute;
	top: 154px;
	left: 830px;
}

.centereddivs {
}
/* --------------------------- THIS SHOULD END HEADER FOOTER ------------------------------- */

#bd {
	margin-top: 0px;
}

.yui-b {
	/*border: 10px solid #004b81; */
	border-radius: 20px;
	/*height: 700px;*/
	/*padding-top: 10px;*/
	background-color: #003656/*#004b81*/;
}

.mainbluebackground {
	/*border: 10px solid #004b81; */
	border-radius: 20px;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	background-color: #003656/*#004b81*/;
	/*min-width: 900px;*/
}

#gamePic {
	/*margin: 5px;*/
	margin-left: auto;
	margin-right: auto;
}

p, ul, ol {
	/*background-color: white;*/
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	/*float: left;*/
}

.leftmargin {
	margin-left: 10px !important;
}

.nobottommargin {
	margin-bottom: 1px;
	padding-bottom: 0px;
}

li {
	margin-left: 4em;
}

#bottomlinkbar li {
	margin-left: 0px;
}

#insideinsideMainColumn {
	padding: 10px;
	min-height: 473px;
	min-width: 500px;
	/*height: 656px;*/
	border: 2px solid #00B0DB;
	border-radius: 15px;
	/*margin: 5px;*/
	background-color: white /*#A7DFF3*/;
}

#insideMainColumn {
	border: 10px solid #003656;
	border-radius: 20px;
	/*height: 680px;*/
}

#insideSecondColumn {
	width: 101%;
	height: 101%;
	margin: auto;
	border: none;
	/*border: 2px solid #003656; commented out so that no blue underneath shows */ /*#004b81*/ 
	/*border-radius: 10px; commented out so that no blue underneath shows */
	/*margin: 5px; pre-commented by Thomas*/
	background-color: #003656; /*#004b81 /*#00B0DB*/
}

#twitterfeed {
	display: block;
	border: none;
	background-color: #A7DFF3;
}

.italic {
	font-style: italic;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	/*margin-left:2em;*/
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
#ulinul li {
	list-style-type: circle !important;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
