@charset "UTF-8";
/* CSS Document */

a { outline: none; border: 0;}
img, img a, a img { outline: none; border: 0; }

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 003893;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../global_images/grad2.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 930px;  /*this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes - changed width to fit 930 */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
} 

#header {
	padding: 0;
	position: relative;
	margin: 0 0 20px 0;
	height: 132px;
} 

#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div changed padding to 0 from 10 to butt to edge*/
	width: 930px;
	background-color: #00176A;
	background-image: url(../global_images/header-new.png);
	background-repeat: no-repeat;
	height: 132px;
	text-indent: -9999px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFD200;
}

.gohome { width: 260px; height: 132px; display: block; }

#search {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#sidebar1 {
	color: 003893;
	float: left;
	width: 176px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#sidebar1 p {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: 003893;
	font-weight: bold;
	border-bottom: 10px;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	letter-spacing: 1px;
}

#left_nav ul {
	margin: 0;
	list-style: none;
	padding: 0 7px 0 7px;
}
#left_nav li {
	border-bottom: 10px;
	border-bottom-color: #BBBBBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0;
	padding: 0;
	text-align: left;
}

#left_nav a {
	text-align: left;
	padding: 11px 0 11px 15px;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #003893;
	font-weight: bold;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
}

#left_nav a visited {
	color: #003893;
}

#sidebar1 h3 {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: 3px;
	color: #003893;
	font-weight: bold;
	padding: 0 0 15px 0;
	text-align: center;
}


#mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 550px;
	padding: 0 10px 0 10px;
	border-right-color: #BBBBBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #BBBBBB;
	border-left-width: 1px;
	border-left-style: solid;
}


#mainContent .imageborder {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}


#mainContent .substory {
	float: left;
	width: 171px;
	margin: 15px 15px 15px 0;
}

#mainContent  .substory h2 {
	margin: 0;
	padding: 5px 0 0 0;
	clear:both;
	font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
	color: #003893;
	font-size: 14px;
	text-align: center;
}

#mainContent  .substory p {
	margin: 0;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-align: left;
}

#mainContent  .substory a {
	text-decoration: none;
	color: #003893;
}

#mainContent  .substory img {
	float: left;
}

#mainContent  .substory .imageborder {
	float: left;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}

#mainContent .feature_story, #mainContent .story {
	padding: 0px 15px 0 0;
}
#mainContent .feature_story p {
	margin: 0 0 15px 0;
	padding: 0px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	line-height: 1.5;
	text-decoration: none;
}

#mainContent .feature_story h2 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222222;
	font-size: 20px;
	clear: both;
}

#mainContent .feature_story h3,  #mainContent .story h3 {
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003893;
	clear: both;
	font-weight: bold;
}

#mainContent .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
}

#mainContent .story .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #666;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 0;
}


#mainContent  .story a {
	text-decoration: none;
	color: #003893;
}


#mainContent .feature_story .photocredit, #mainContent .story .photocredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	clear: both;
	margin: 0;
	padding: 0 0 5px 0;
}

#mainContent .feature_story .image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	clear: both;
	margin: 0;
	padding: 5px 5px 5px 0;
}
#mainContent .feature_story .image3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

#mainContent .feature_story .image2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
}

#mainContent .feature_story .image4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 20px 50px 20px 0;
	float: left;
}

#mainContent .feature_story .image5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
	
	#mainContent .story p {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	text-decoration: none;
}

#mainContent .story ul, li {
	margin: 0 0 15px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	text-decoration: none;
}


#mainContent .feature_story ul, #mainContent .story ul {
	margin: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #222222;
	line-height: 1;
	text-decoration: none;
	list-style: none;
}

#mainContent .firstword {
	margin: 0 0 15px 0;
	padding: 0px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00539f;
	line-height: 1.25;
}

#mainContent .initcap {
	margin: 0 0 15px 0;
	padding: 0px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: 052165;
	line-height: 1.25;
}

#mainContent .story h2 {
	margin: 0;
	padding: 0px 0 15px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #4F5257;
	font-size: 24px;
	font-weight:800;
	clear: both;
}

#mainContent .story h3 {
	margin: 0;
	padding: 0px 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: 18px;
	font-style:italic;
	font-weight: normal;
	clear: both;
}


 #mainContent .story h4 {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
		color: #039;
	font-weight: bold;
	padding: 0 0 0 0;
}


#mainContent .story .image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0  10px 0 10px;
	float: right;
}
#mainContent .story .image3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0  10px 0 10px;
}
#mainContent .story .imageborder,  #mainContent .feature_story .imageborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	float: right;
}

#mainContent .story .imageborderfull,  #mainContent .feature_story .imageborderfull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
}

#mainContent .story .imageborderinteract {
	    transition: -webkit-transform 0.25s ease;
}

img:active {
    -webkit-transform: scale(5);
}

#mainContent .story .image2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0;
	padding: 0 10px 0 0 ;
	float: left;
}

#mainContent .story .image2border, #mainContent .feature_story .image2border{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	float: left;
}
#mainContent .story .imagefull {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003893;
	margin: 0 0 10px 0;
	padding: 0px;
}


#adblock {
	float: right;
	display: inline;
	margin: 10px;
	width: 300px; height: 250px;
}

#adblock .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
#sidebarstory {
	float: right;
	display: inline;
	margin: 10px;
	width: 300px;
	background-color: #003893;
}
#sidebarstory .story p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 20px;
}
#sidebarstory .story h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 20px;
	padding-bottom: 5px;
}

#sidebar2 {
	width: 176px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
	float: right;
}

 #sidebar2 h3 {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: 3px;
	color: #003893;
	font-weight: bold;
	padding: 0 0 0 0;
	text-align: center;
}
.rt_nav_logo_link {
	padding: 30px 0 0px 0;
	align: center;
}

#left_nav  .lft_nav_logo_link a {
	padding: 20px 0 0 0;
	text-align: center;
}


/*storyimagebox for slideshow starts here from UDaily
*/

#storyimagebox{
	position: relative;
	background-color: #FFF;	
	margin-bottom: 10px;
width: 100%;
}

#storyimagebox img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#storyimagebox .horizontal{
width: 100%;
}

#storyimagebox .verticle{
width: 44%;
}

#storyimagebox .mug{
width: 22%;
}

#storyimagebox #leftarrow{
width: 17px;
position:absolute;
bottom: 5px;
right: 40px;
display: none;
border: none;
}

#storyimagebox #rightarrow{
width: 17px;
position:absolute;
bottom: 5px;
right: 5px;
border: none;
}

#storyimagebox .caption{
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 14px;
width: 100%;
	background-color: #eeeeee;	
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	line-height: 15px;
}

#storyimagebox .captionss{
width: 86%;
	background-color: #eeeeee;	
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 74px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
}
