@charset "UTF-8";

.bluebg {background: #d5e6f4;}
.greenbg {background: #d7f4d5;}
.orangebg {background: #f4e9d5;}
.purplebg {background: #e8dff4;}


/* ----- scrollable Style ----- */
#guide_media, #guide_salute, #guide_hts, #guide_mic {
	width:1027px;
	margin-bottom:21px;
	clear:both;
	background-color: #F8F8F8;
	overflow: hidden;
}

/* horizontal nav */ 
.navi {
clear: both;
text-align: center;
width: auto;
padding-bottom: 10px;
padding-top: 10px;
}

.navi a {
	background-color: #005c97;
	border: 3px solid #005c97;
	height: 10px;
	width: 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 3px;
	display: inline-block;
	text-decoration: none;
	outline: none;
}

.navi a.active {
	background-color: #fff;
	border: 3px solid #a6aeb7;
}




/* ----- Initialize Tags ----- */
* {
	margin:0;
	padding:0;
	text-decoration:none;
}
ul, ol, dl {
	list-style:none
}
p, h1, h2, h3, h4, h5, h6, em, pre, code {
	font-size:100%;
	line-height:100%;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, em, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
a img, :link img, :visited img, th, td {
	border:none;
}
address {
	font-style:normal
}


/* ----- Global Style ----- */
body {
	margin:21px auto;
	background-color:#FFF;
	font:100% Arial, Helvetica, sans-serif;
	color:#808080;
	width:1069px;
	height:100%;
}
#container {
	height:100%;
}
#content {
	background-color:#FFF;
	height:100%;
}

.headertext {
	position:absolute;
	left:-10000em;
}
h2 {}
h3 {
	font-size:95%;
	text-transform:uppercase;
	color:#595959;
	margin-bottom:3px;
}
h4 {
	font-style:italic;
	font-weight:normal;
	font-size:80%;
	padding:.2em 0;
}

a, a:link, a:visited {
	color:#7EB2E0;
	text-decoration:none;
}

a:hover {
	color:#4667FD;
	text-decoration:none;
}

p {
	font-size:75%;
	padding:.2em 0;
}
li label {
	clear:left;
	float:left;
	display:block;
	width:100px;
}
li input {
	float:left;
}
form .order {
	margin-top:10px;
	clear:both;
}
.clearboth {
	clear:both;
}
.bold {
	font-weight:bold;
}
.uppercase {
	text-transform:uppercase;
}
.title {
	font-weight:bold;
	text-transform:uppercase;
	color:#7EB2E0;
	font-size:110%;
	padding:0 0 0 0;
	margin:0 0 5px 0;
}


/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix { display: inline-block; }

.inset_shadow {
   -moz-box-shadow: inset 0 1px 4px #666;
   -webkit-box-shadow: inset 0 1px 4px #666;
   box-shadow: inset 0 1px 4px #666;
}


.rounded {
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.top {
	margin-bottom: 40px;
	height: 1px;
}

/* ----- Header Style ----- */
#header {
	height: 89px;
	padding-bottom:21px;
}
#top-message {
	display:block;
	padding:0 0 10px 1px;
}
#adagelogo {
	float:left;
	width:328px;
	height:89px;
	background-image:url(../images/adagelogo-background.png);
	text-align:center;
	margin:0 21px 0 0;

}
#adagelogo img {
	margin-top:20px;
}
#sectionlogo {
	float:left;
	width:677px;
	height:89px;
	background-image:url(../images/sectionlogo-background.png);
	text-align:right;
	margin:0 21px 0 0;

}
#sectionlogo img {
	margin:18px 25px 0 0;
}



/* pod styles */

.pod {
float: left;
width: 294px;
height: 250px;
margin: 21px 10px 21px 0;
background: white;
padding-top: 15px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding-left: 15px;
}
	

}
.pod .content {
	float:left;
	width:295px;
	margin-top:20px;
	padding:0 10px 0 13px;
}
.pod .border {
	float:left;
	width:128px;
	height: 165px;
	background: url(../images/section1-whitepaper-border.png) no-repeat;
}

.pod img {
	padding:10px 0 0 11px;
}

.pod .description {
	float:left;
	width:135px;
	margin-left:10px;
	overflow:hidden;
}


 
/* Category Nav*/
.section_title {
	font-family: 'OpenSansRegular', Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .1em;
	float: left;
	padding: 6px 0;
	width: 304px;
	text-align: center;
/*shdows */
	text-shadow: 1px 1px 0px #000000;
	-webkit-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.8);	
	-moz-box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.8);	
	box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.8);

/* rounded bottom*/
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.media  {background-color: #5288BE; color: #FFF;}
.salutes {background-color: #FFA900; color: #FFF;}
.hts {background-color: #00BB3F; color: #FFF;}
.mic, .mic a {background-color: #660BAB; color: #FFF;}


/* basic nav stuff */
.spacer {
margin-left: 37px;
float:left;
}



/* ----- Scrollable ----- */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	height: 290px;
	width: 950px;
	float: left;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
.scrollable .item {
	float:left;
}

.large {
	float:left;
	width:20px;
	height:0;
	overflow:hidden;
	background:url(../images/arrow_lg.png) no-repeat 0 0;
	padding:55px 0 0 0;
	margin: 115px 7px 5px 5px;
}
.large.left {
	margin-left: 10px;
}
.large.left:hover {
	background-position:0 -60px;
}
.large.right {
	background-position:0 -120px;
}
.large.right:hover {
	background-position:0 -180px;
}

.left.disabled:hover,
.right.disabled:hover{
	background-position: 0 0;
}
.left.disabled{
	background:url(../images/arrow_lg_lt_off.png) no-repeat 0 0;
}
.right.disabled{
	background:url(../images/arrow_lg_rt_off.png) no-repeat 0 0;
}

.disabled {
	opacity: 0.4;
}

/* ----- Right Rail Style ----- */
#rightrail {
	float:right;
	width:349px; /* 349px */
}


/* ----- Footer Style ----- */
#footer {
	clear:both;
	text-align:center;
	padding:50px 0 20px 0;
	color:#999;
}



@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);

@font-face {
    font-family: 'Droid Serif';
    src: url('../css/fonts/droidserif-regular.eot');
    src: url('../css/fonts/droidserif-regular.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/droidserif-regular.woff') format('woff'),
         url('../css/fonts/droidserif-regular.ttf') format('truetype'),
         url('../css/fonts/droidserif-regular.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Droid Serif Bold';
    src: url('../css/fonts/droidserif-bold.eot');
    src: url('../css/fonts/droidserif-bold.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/droidserif-bold.woff') format('woff'),
         url('../css/fonts/droidserif-bold.ttf') format('truetype'),
         url('../css/fonts/droidserif-bold.svg#DroidSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
				font-family: 'Univers Ultra';
				src: url('../css/fonts/uniucn.eot');
				src: url('../css/fonts/uniucn.eot?#iefix') format('embedded-opentype'),
						 url('../css/fonts/uniucn.woff') format('woff'),
						 url('../css/fonts/uniucn.ttf') format('truetype'),
						 url('../css/fonts/uniucn.svg#uniucn') format('svg');
				font-weight: normal;
				font-style: normal;
}
