﻿.social { list-style:none; margin:30px auto; width:464px; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:35px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.facebook { background-image:url("social/facebook.png"); }
li.twitter { background-image:url("social/twitter.png"); }
li.linked { background-image:url("social/linkedin.png"); }

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-20px; }


html{
-webkit-font-smoothing: antialiased;
}
.carousel {
-webkit-transform: translateZ(0);
}


.docPicEmax{
	
	height: auto;
	width: 220px;
	float: right;
}
.docPic {
	
	height: auto;
	width: 30%;
	float: right;
}
.leftText
{
	width: 60%;
	float: left;
}

/************************************************************************************
RESET
*************************************************************************************/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: baseline;
	text-decoration: none;
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}
.overlay2{
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
overflow-y:scroll;
box-shadow: inset 0 0 100px #000;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
.img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
html {
    overflow-y: scroll;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background-attachment: fixed;
	background-image: url(images/body_bg55.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}

a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
	
}

li {
	margin: 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	
}

h1 {
	font-size: 2em;
	font-family: "ff-meta-serif-web-pro",serif;
	font-weight: 700;
	font-style:italic;
	color: #A7A9AC;
	text-shadow: 0 2px 0 rgba(255,255,255,.9);
	margin-left: 10px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	transition: color 0.5s ease;
	text-transform: uppercase;
}

h1:hover {
	color: #bad43c;	
}

h2 {
	font-family: "futura-pt",sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #918a86;
	display: inline;
	text-shadow: 0 1px 0 rgba(255,255,255,.9);
	line-height: 2em;
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
	color: #A7A9AC;
	font-family: "futura-pt",sans-serif;	text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}

h4 {
	font-size: 1.2em;
	color: #A7A9AC;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 960px;
	margin-top: 3.5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
	width: 100%;
	overflow: hidden;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 1.5em;
	margin-bottom: 2em;	
}

.logo {
	width: 388px;
	float: left;
	height: 38px;
	margin-right:8px;
}


/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#nav {
	width: 350px;
	float: left;
	margin-top:6px;
	float:right; 
	text-align:right;
	display:block;
}

#nav ul {
	list-style: none;
	overflow: hidden;
	display:inline;
	text-align:right
	list-style-image: none;
	list-style-type: none;
	list-style: none;
}
#nav li {
float:left;
}

#nav li a {
	color: #A7A9AC;
	float: left;
	text-align: center;
	font-family: "futura-pt",sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	margin: 8px 10px 0px 10px;
	display:inline;
	text-shadow: 0 2px 0 rgba(255,255,255,.9);
	/*TRANSISTIONS*/
	-webkit-transition: color 0.5s ease, background-color 0.3s ease;
	-moz-transition: color 0.5s ease, background-color 0.3s ease;
	-o-transition: color 0.5s ease, background-color 0.3s ease;
	-ms-transition: color 0.5s ease, background-color 0.3s ease;
	transition: color 0.5s ease, background-color 0.3s ease;
	list-style-image: none;
	list-style-type: none;
}

/*HOVER*/
#nav li a:hover {
	color: #bad43c;
}

#nav li a.current {
	color: #bad43c;
}

/*BORDER FIX*/
#nav li:last-child a {}

.nav li:nth-child(5) a {}

#nav select {
  display: none;
}
.inputBox
{
	border-color:Silver;border-width:1px;border-style:Solid;height:20px;width:300px;
}
.textarea_
{
	height:90px;width:330px;
}
/*====================SUB NAVIGATION BAR====================*/
.sub_nav {
	width: 100%;
	overflow: hidden;
}

.sub_nav li a {
	font-family: "futura-pt",sans-serif;
	font-size: 0.75em;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	/*TRANSISTIONS*/
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	-moz-transition: color 0.3s ease, background-color 0.3s ease;
	-o-transition: color 0.3s ease, background-color 0.3s ease;
	-ms-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
	display: block;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	list-style-image: none;
	list-style-type: none;
}

/*HOVER*/


.sub_nav li a.current {
	color: #223A75;
}

.sub_nav select {
	display: none;  
}

/*====================END SUB NAVIGATION BAR====================*/

/************************************************************************************
CONTENT
*************************************************************************************/
.slider_container {
	width: 100%;
	max-width: 100%;
}

.intro {
	overflow: hidden;
	width: 100%;
	float: left;
	padding-top: 1.5em;
	padding-bottom: 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: left;
}
.formWrap td
{
	font-size: 12px;
}
.intro2 {
	overflow: hidden;
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0px;
	border-top: 1px dotted #ccc;
	
	margin-top: 2em;
	margin-bottom: 0px;
	padding-right: 0px;
	text-align: right;
}
.intro3 {
	overflow: hidden;
	width: 100%;
	float: left;
	padding-top: 0;
	padding-bottom: 0px;
	border-top: 1px dotted #ccc;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 0px;
	height: 1px;
}
.socialwrap
{
	float: right;
	width: 120px
}
.careers {
	float: left;
	overflow:hidden;
	width: 50%;
	padding-right: 4%;
	
}
.contactinfo{
	float: left;
	overflow:hidden;
	width: 45%;
	padding-right: 4%;
	padding-left: 5%;
	
}
.news {
	float: left;
	overflow:hidden;
	width: 50%;
	padding-left:4%;
	border-left: 1px dotted #ccc;
}

.news a {
	font-family: "ff-meta-serif-web-pro",serif;
	font-size: 0.9em;
	line-height: normal;
	font-weight: 400;
	color: #918a86;
}

.news a:hover {
	text-decoration: underline;	
}

.news_stories {
	list-style-type: circle;
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;	
}


.slider_text {
	font-weight: 300;
	font-family: "futura-pt", sans-serif;
	font-size: .7em;
	line-height: 1.4em;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

img.career_img, .logo a img, img.royalImage, img.banner, .program_img, .asset_img {
	max-width:100%;/*SET IE6 SYTLE SHEET FOR IMG WIDTH*/
}


img.career_img{
	margin-bottom:8px;
}
	
.menu_lft {
	width: 13%;
	overflow: hidden;
	float: left;
	margin-top: 4%;
}

.feature_rgt {
	width: 85%;
	overflow: hidden;
	float: left;
	padding-left: 2%;
	padding-bottom: 3px;
	margin-top: 4%;
}

.body_copy {
	font-family: "ff-meta-serif-web-pro", serif;
	color: #666666;
	line-height: 1.5em;
	font-weight: 400;
	font-size: .9em;
	margin-bottom: 10px;
}


.body_copy a {
	font-size: 1em;
	color: #1F5596;
}

.body_copy a:hover {
	text-decoration: underline;	
}

.sub_copy {
				font-family: ff-meta-serif-web-pro, serif;
				color: #666666;
				font-size: 0.6em;
				line-height: normal;
}

.copy_list {
	font-family: "ff-meta-serif-web-pro", serif;
	color: #666666;
	list-style-type: circle;
	display: block;
	margin-left: 30px;
	margin-top: 5px;
}

.copy_list li {
	font-size: .9em;
	line-height: 1.7em;
}

.copy_list li a {
	font-size: 1em;
	color: #1F5596;
}

.copy_list li a:hover {
	text-decoration: underline;	
}

.program {
	overflow: hidden;
	width: 31.1111%;
	float: left;
	margin-right: 3.33333%;
	margin-bottom: 3.33333333%;
}

.program_rgt {
	overflow: hidden;
	width: 31.1111%;
	float: left;
}

.program a, .program_rgt a{
	font-size: .8em;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	color: #666666;
	text-transform:uppercase;
	/*TRANSISTIONS*/
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.program a:hover, .program_rgt a:hover{
	color: #233A75;
}


.program img, .program_rgt img {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;

}

.program img:hover, .program_rgt img:hover {
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
}

	
.asset_nav {
	height: 20px;
	width: 100%;
	margin-bottom:10px;
	text-align: right;
	padding-top: 4px;
}	

.asset_nav a{
	font-family: "proxima-nova", sans-serif;
	font-size:0.8em;
	color: #666666;
	margin-left:40px;
	line-height: 1.2em;
	
}

.asset_left {
	width: 40%;
	float: left;
	padding-right: 3%;
}

.asset_left p {
	font-family: "ff-meta-serif-web-pro", serif;
	color: #666666;
	font-size:0.9em;
	line-height: 1.8em;
}

.asset_rgt {
	width: 60%;
	float: left;
}

.asset_img {
	margin-bottom: 20px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 45px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	font-family: "ff-meta-serif-web-pro",serif;
	color: #999;
	clear:both;
	padding-bottom: 20px;
}

.footer a {
	font-family: "ff-meta-serif-web-pro",serif;
	color: #1363a8;
	text-decoration: none;
	font-size: 1em;
	line-height: 1.8em;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
textarea {
	border-color: silver;
	border-width: 1px;
	border-style: Solid;
	height: 20px;
	width: 300px;
}




