@charset "UTF-8";

/*Power on Titillium!*/
@font-face
    {
	font-family: Titillium;
	src: url('titillium.otf');
    }

@font-face
    {
	font-family: Titillium;
	font-weight: bold;
	src: url('titillium.otf');
    }



body, html {margin: 0; height: 100%; font-family:Titillium, Helvetica, sans-serif; color:#333; font-weight: normal}
p, span {
	font-size: 0.8em;
	line-height: 1.5;
}
h1,h2,h3,h4,h5 {
	font-family:Titillium, Tahoma, Arial, sans-serif;
	color: #333;
	margin: 0;
}
img{border:none; }
p img {
	border: 1px solid #E8E8E8;
}

#content ol {
	color:#333;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5;
}


/*********************************************** UMC layout elements ***********************************************/

#contentWrapper {
	margin: 0;
	width: 100%;
	position: relative;
	overflow:hidden;
	clear: both;
}
#contentContainer {
	width: 1000px;
	margin: auto;
	position: relative;
}
#leftCol {
	width: 690px;
	margin-top: 15px;
	position: relative;
	float:left;
	overflow: hidden;
	min-height: 550px;

}
#LeftContent {
	margin: 10px 40px 0 5px;

}
#leftCol h3 {
	margin-top: 25px;
}
.blankH {
	position: absolute;
	right: -10px;
	top:-13px;
}
#leftColHome .blankH img {
border:none;
}

#rightCol {
	width: 280px;
	margin-top:15px;
	padding:0 0 20px 20px;
	overflow: auto;
	position: relative;
	float:right;
	border-left: 1px solid #d8d8d8;
}

.rightColWrapper {
	position: relative;
	float: right;
	margin-top: 35px;
}

#leftColMiddle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-bottom: 30px;
}
#leftBcontent #leftCol{
	overflow: hidden;
	height: 280px;
}
#leftColbottom1 {
	width: 250px;
	float: left;
	margin-right: 35px;
}
#rightColbottom1 {
	width: 250px;
	float: left;
	padding-left: 35px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D8D8D8;
}

#leftCol #leftColbottom img {
	float: left;
}
#leftColMiddle {
	margin-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 15px;
}
#leftBcontent {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#rightColImgH {
	float: right;
	position: relative;
	width: 270px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}
#rightCol h4 {
	text-transform: uppercase;
	font-weight:normal;
}
#leftCol ul, #leftCol ol, #content ul {
	color:#333;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5;
	list-style-type: square;
}

/************************************************************** // Content link styles */
a:link {
	color: #0E4C7D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E4C7D;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #0E4C7D;
}
/************************************************************** UMC top navigation **********/

/* // UMC navigation holder */

#umcNav {
	width:100%;
	position: relative;
	background-color: #E7E7E7;
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	z-index:1;

}

/************************************************************** // navigation ul classes*/

#topnavWrapper {
	margin:auto;
	position: relative;
	width: 1000px;
	height: 35px;
}
.topNav, .topNav ul {
	list-style:none;
	padding:0;
	margin:0;

}
.topNav li {
	float:left;
	position:relative;


}
.topNav li ul {
	position:absolute;
	margin-top:0;
	display:none;
	width: 100%;


}
.topNav ul li ul {
	margin-top:-2.1em;
	margin-left:13em;
}

/* ******************************************************************* */
.topNav li:hover ul, .topNav li.over ul {
	display:block;
}
.topNav li:hover ul ul, .topNav li.over ul, .topNav li:hover ul ul ul  {
	display:none;
}
.topNav ul li:hover ul, .topNav ul li.over ul, .topNav  ul ul li:hover ul {
	display:block;

	
}
/* ******************************************************************* */
.topNav a {
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	color: #004674;
	padding: 0.7em 0.8em 0.6em 0.8em;
	font-weight: bold;

}
.topNav a:hover {
	background:#0a304e;
	color:#F4F4F4;
}
.topNav ul a {
	color: #fff;
	padding: 7px 12px 6px 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A385C;
	font-weight: normal;
	width: 180px;
	background:#0a304e;
}
.topNav ul li a:hover {
	background:#315f80;

}

/* Navigation current section selector */

#home .home, #sec1 .sec1, #sec2 .sec2, #sec3 .sec3, #sec4 .sec4, #sec5 .sec5, #sec6 .sec6  {
	background-color: #D7D7D7;
	color: #626262;
}



/* ******************************************************************* */

.topNav {
	z-index:1;
}
.topNav ul {
	z-index:2;
}
.topNav ul ul {
	z-index:3;
}
.menuArrow {
	right:10px;
	position:absolute;	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/************************************************************** // legend ************/

#legendWrapper{
	margin: 0;
	width: 100%;
	position: relative;
	background-color: #626262;
}
#legend {
	height: 90px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.legendRcol {
	position: absolute;
	bottom: 20px;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #CCC;
	text-align: left;
	display: block;
	right: 3px;
}
.legendLcol {
	position: absolute;
	bottom: 20px;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #ccc;
	text-align: left;
	display: block;
	left: 0px;
}

#legend .legendRcol a:link, #legend .legendLcol a:link, #legend .legendRcol a:visited , #legend .legendLcol a:visited {
	color: #999;
}

#legend .legendRcol a:hover, #legend .legendLcol a:hover {
	text-decoration:underline;
}

/************************************************************** // footer **********/

#footer {
	width: 100%;
	position: relative;
	background-color: #0a304e;
	border-top: 2px solid #C8CACB;
	background-attachment: scroll;
	background-image: url(../images/footerBg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 30px 0 0 0;
}
.footerContent {
	height: 180px;
	width: 1000px;
	margin: auto;
}
.footerLeftCol {
	float: left;
	position: relative;
	width:520px;
	margin-top: 35px;
	height: 130px;
}
.footerMiddleCol, .footerRightCol {
	float: left;
	position: relative;
	width:150px;
	margin: 30px 0 0 10px;
}
#footer .footerContent .footerMiddleCol ul, #footer .footerContent .footerRightCol ul {
	margin:0;
	padding: 0;

}
#footer .footerContent .footerMiddleCol ul li, #footer .footerContent .footerRightCol ul li {
	list-style-type: none;
	display: block;

}
.footerMiddleCol ul li a:link, .footerMiddleCol ul li a:visited, .footerRightCol ul li a:link, .footerRightCol ul li a:visited {
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	color: #B8B8B8;
	font-weight: normal;
	line-height: 1.9;
}
#footer .footerContent .footerMiddleCol ul li a:hover {
	font-weight: normal;
	text-decoration: underline;		
}
.footerLeftC {
	position: absolute;
	left: 0px;
	top: 60px;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	color: #B8B8B8;
	font-weight: normal;
	line-height: 1.8;
	width: 470px;
}
.footerHeader {
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: 0.85em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
}


/* // footer search elements */

.footerSearch input {
	border: none;
	background-color: #315f80;
	position: absolute;
	right: 30px;
	width: 140px; height: 20px;
	top: 0px;
	float: right;
	margin: 0px;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	color: #999;
	padding: 0px 0px 0px 3px;
	font-weight: normal;
	font-size: .8em;
	line-height: 1.2;
}
.footerSearch {
	height: 20px;
	width: 175px;
	float: left;
	position: relative;
}
.footerSearch form .btn {
	width: 30px;
	position: absolute;
	right: 0px;
}
.footerMiddleCol ul li h4, .footerRightCol ul li h4{
	color: #EFEFEF;
	font-weight:normal;
	padding-bottom: 8px;

}
.footerLeftCol .footerLeftC a {
	color: #999;
}



/********** // styles **********/

.bBorder {
	border-bottom-width: 1px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
}
.sideImg {
	margin-top: 5px;
	border: 2px solid #E8E8E8;
}
.leftImg {
	margin: 0 20px 0 0;
}
.rightImg {
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: 0;
	border: 4px solid #C7C7C7;
}

#sideHeader {
	position: relative;
	padding-bottom: 3px;
	border-bottom: 1px solid #DADADA;
	margin-top: 35px;
}

#news {
	position: relative;
	width: 270px;
	padding-bottom: 3px;
	border-bottom: 1px solid #DADADA;
	margin-top: 30px;
}

/* // social media icons */

.socialMedia {
	position: absolute;
	top: 35px;
	left: 5px;
	
	
	}
	
/********************* // layout modifications for sub-pages *********************/

.secstory {
	margin-top: 25px;
}
.leftbImg {
	overflow: hidden;
	position: relative;
}
.topnav li .borderR {
	border-right-style: none;
}
.sideBarHeaders {
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
	color: #222;
	margin: 0px;
}
.sideSecStory {
	padding-top: 15px;
}
#contentWrapper #contentContainer #rightCol .rightColWrapper .sideQuickLinks {
	padding: 0px;
	width: 100%;
	position: relative;
	margin: 0px;
}
.top {
	text-align: right;
	margin: 30px 0 0 0;
}
.top img {
border:none;
}
.sideQuickLinks ul {
	padding: 0;
	margin-left:0;
}
.sideQuickLinks ul li a {
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-size: .8em;
	list-style-type: square;
	padding: 7px 0 7px 3px;
	list-style-type: none;
	display:block;
	text-align:left;


}
.sideQuickLinks {
	padding: 0;
	margin:0;
	
}
.sideQuickLinks ul li {
	display: block;	
	border-bottom: 1px solid #F4F4F4;
	padding: .20em 0 .20em 0;
}
#rightCol div h3, #rightCol div h4 {
	text-transform: uppercase;
	border-bottom: 2px solid #d8d8d8;
	font-weight:normal;
}
p.c1 {text-align: left}
 
#content {
	min-height: 600px;
	margin: 30px 10px 30px 10px;
	overflow: hidden;
	position: relative;
}
.hover-ul li:hover {
	background-color: #EFEFEF;
}
.webQuickLinks {
	width: 200px;
	position: relative;
	margin-left:30px;
	margin-top:50px;
	float: right;
	border:solid 1px #CCC;
}
.webQuickLinks ul {
	margin: 5px 0 0 0;
	padding:5px;
}
.webQuickLinks ul li {
	padding: .1em 0 .1em 0;
	list-style-type: none;
	display:block;
}
.qlHeader {
	background-color: #E6E6E6;
}
.webQuickLinks ul li a {
	margin: 0;
	padding: .3em 0 .3em 0;
	list-style-type: none;
	display:block;
	border-bottom:solid 1px #f3f3f3;
}
.webQuickLinks ul li a:hover {
	margin: 0;
	padding: .3em 0 .3em 0;
	list-style-type: none;
	background:#f3f3f3;
	display:block;
}

.webQuickLinks h3 {
	color: #0a304e;
	padding:3px;
}

.videoBox {
	margin-top: 25px;
}
.news {
	height:300px;
	position: absolute;
}

/************************************************************** Breadcrumb */
.breadcrumbW {
	position:relative;
	width: 1000px;
	height: 45px;
	margin:auto;
	border-bottom:solid 1px #e7e7e7;

}
.breadcrumbHome {
	position:relative;
	width: 1000px;
	height: 45px;
	margin:auto;

}
.breadcrumbSub{
	position:relative;
	width: 1000px;
	height: 45px;
	margin:auto;
	border-bottom: solid 1px #D8D8D8;

}


.breadcrumbC {
	position:absolute;
	top:15px;
}
.breadcrumb {
	margin-top: 5px;
}


.section {
	font-weight: normal;
	color: #0a304e;
}

/* Extra link */
.sideLink {
	position: absolute;
	right: 5px;
	top: 25px;
	color:#333;
	font-family:Titillium, Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size: .8em;

}
.sideLink a:link, .sideLink a:visited {
	color:#333;
	font-family:Titillium, Tahoma, Arial, sans-serif;

}
.sideLink a:hover {
	color:#0E4C7D;
	text-decoration: underline;

}
.holder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.holderH2 {
	height: 360px;
	margin-top: 20px;
}
.holderH2 ul {
	margin: 0;
	padding: 0;
}
.holderH2 ul li {
	width:380px;
	height:300px;
	padding:0;
	display: block;
	float: left;
	margin-right: 80px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.holderH2 ul li img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.imgH2 {
	height: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.imgH2 ul {
	margin: 0;
	padding: 0;
}
.imgH2 ul li {
	width:280px;
	height:300px;
	padding:0;
	display: block;
	float: left;
	margin-right: 80px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.imgH2 ul li img {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.imgH2toolkit {
	height: 460px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgH2toolkit p
    {
    width:280px;
    float:left;
    }

.imgH2toolkit p.leftone
    {
    margin-right:60px;
    }

.imgH2toolkit p img.toolThumbs
    {
    margin-bottom:10px;
    }

.imgH2toolkit p span
    {
    line-height:10px;
    }
    
.holderH3 {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}




.top {
	display: block;
	float: right;
}

/*Styles for Image Request Form*/

.formContainer {
	width: 700px;
	overflow: hidden;
	position: relative;
	background-color: #F9F9F9;
	border: 1px solid #d8d8d8;
	margin-top: 30px;
	margin-bottom: 30px;
}
.formContainer form div {
	padding: 5px 0 5px 0;
	overflow: hidden;
	position: relative;
	margin: 0 15px 0 15px;
}

.formWrapper div input {
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
}
.header {
	margin-top: 20px;
	margin-left: 15px;
}
.formWrapper table tr td label {
	padding-top: 30px;
}

/*Tweaks*/
h3
    {
    font-size:20px;
    color:#000;
    }

h4
    {
    color:#0a304e;
    margin:20px 0px 5px 0px;
    font-size:18px;
    }

h4.umcTitle
    {
    color:#A5A5A5;
    margin:0px;
    padding:0px;
    }

h5
    {
    font-size:18px;
    color:#666;
    font-weight:bold;
    }

ul.thickList li
    {
    padding-bottom:15px;
    }

div.smTenets h4
    {
    text-transform:uppercase;
    }

div.smTenets h4, div.smTenets h5
    {
    margin-top:30px;
    }

div.smTenets h5.firstSubTenet
    {
    margin-top:10px;
    }

#navMarks
    {
    width:220px;
    float:right;
    border:#ccc 1px solid;
    padding:10px 10px 10px 0px;
    margin:0px 0px 20px 20px;
    }

#navMarks h4
    {
    margin:0px 0px 8px 10px;
    padding:0px 0px 3px 0px;
    font-size:14px;
    text-transform:uppercase;
    color:#000;
    border-bottom:#ccc 1px solid;
    }

#navMarks ul
    {
    margin:0px;
    padding:0px 0px 0px 25px;
    }

#navMarks ul li.subMark
    {
    list-style:none;
    }

div.returnTop
    {
    clear:both;
    width:100%;
    text-align:right;
    }
.img-right {display:block; float:right; margin:0 0 10px 20px; border:none}

/*EMDASH doesn't work in Titillium*/
span.emdash
    {
    font-family:Arial;
    }

/*Replace a span style in web toolkit*/
span.sidenote
    {
    font-size:11px;
    font-weight:normal;
    color:#999;
    font-style:italic;
    }
