@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype'),
		 url('../fonts/Lato-Italic.ttf') format('truetype'),
         url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body {
	background-color: #0b82b4;
	margin: 0;
	padding: 0;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 980px;
	padding-top:25px;
	overflow: hidden;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	
}
#contentBody {
	width: 980px;
	margin: 0px auto;
	
	
		
		
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


	
	
	
	
	
	
}
a {
	color: #003399;
}
a:hover {
	color:#ba0000;
}
#searchAndLinks {
	width: 980px;
	overflow: hidden;
		background-color:#fff;
		position:absolute;
		z-index:1px;
	 	height:30px;
}
#pageListTitle {
	font-size: 32px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0b82b4;
	padding: 2px;
}
.mainSectionTitle {
	font-size: 32px;
	font-family: Lato, Palatino, "Times New Roman", serif;
	font-weight: bold;
	border-bottom: 1px solid #c2e661;
	color: #0b82b4;
	text-align: center;
}
#rightContent {
	width: 300px;
	float: left;
	padding-left:10px;
	margin-left: 10px;

}
#leftContent {
	border-right:1px dotted #c2e661;
	width: 450px;
	float: left;
	padding-left: 25px;
}
#menuBarContent {
	width: 175px;
	float: left;
	padding-left: 5px;
}
#homePageContent {
	float: left;

}
#menuDisplay {
	width: 980px;
	overflow: hidden;
	padding-top:15px;
	padding-bottom:20px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
#menuDisplayContent {
	width: 740px;
	float: left;
	padding-left:30px;
	
}
.menuTitle {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #c2e661;
}
.sectionEditor {
	font-size: 18px;
	color: #333;
	font-family: Lato, Palatino, "Times New Roman", serif;
	text-align: center;
}
#leftLink {
	width: 326px;
	text-align: left;
	float: left;
	padding-left: 5px;
}
#middleLink {
	width: 326px;
	text-align: center;
	float: left;
}
#rightLink {
	width: 320px;
	text-align: right;
	float: left;
}
#header {
	padding-bottom: 15px;
	overflow: hidden;
	background-color:#FFFFFF;
	margin-top:15px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
#headerImage {
	text-align: center;
	padding-bottom: 5px;
	

	
}
#miniContentBlock {
	width: 300px;
	overflow: hidden;
	float: left;
}
.partnerImages {
	height: 80px;
}
.partnerImages div {

	float: left;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	
}
.mainHead {
	color: #0b82b4;
	font-size: 24px;
	font-family: Lato, Palatino, "Times New Roman", serif;
	border-bottom: 1px solid #c2e661;
	padding-top:10px;
	margin-bottom:5px;
}
.topicBlock {
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.topicImg {
	float:left;
	width:35%;
	height:auto;
	padding:6px;
}

.topicBlock .topicHeader a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.Block .topicText {
	float:right;
	width:65%;
}
.topicBlock .topicText p {
	font-size: 12px;
}
.newsBlock {
	overflow:hidden;
}
.newsHeader {
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	color: #7c674c;
	font-size: 14px;
	font-weight: bold;
	font-family: Lato, Arial, sans-serif;
	margin-bottom: 5px;
}
.newsText {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.newsText1 {
	padding-left: 0px;
	padding-right: 0px;
}
.pageListHeader {
	margin: 15px 0 5px 0;
	clear: none;
	text-align: left;
	font-family: Lato, Palatino, "Times New Roman", serif;
	font-size: 24px;
	color: #0b82b4;
}
.header2 {
	margin-left: 20px;
	text-align: left;
	width: 45%;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000099;
	border-bottom: 1px solid #c2e661;
	margin-bottom: 5px;
	margin-top: 10px;
}
.newsText {
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.siteLinks a {
	font-size: 14px;
	font-weight: bold;
	color: #393939;
	font-family: Lato, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.siteLinks a:hover {
	color: #ba0000;
	text-decoration: underline;
}
.catHeader {
	font-size: 14px;
	margin-left: 0px;
	margin-top: 10px;
	padding: 1px;
	color: #0b82b4;
	
	font-weight: bold;
	font-family: Lato, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c2e661;
}
.catButton {
	font-size: 12px;
	margin-left: 5px;
	padding: 2px;
	font-weight: bold;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.catButton.selected {
	color: #0b82b4;
	
}
.catButton a {
	color: #393939;
	text-decoration: none;
}
.catButton a:hover {
	color: #ba0000;

}


.buttonStatic {
	background-color: #006666;
	color: #BFD9D9;
}
.indent {
	margin-left: 15px;
}
.au-comment {
	display: none;
}
h2 {
	color: #006396;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
h3 {
	color: #006666;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.pageTop a {
	font-size: 10px;
	color: #ccc;
	margin-top: 5px;
}
.menuItem {
	margin-top: 10px;
	margin-left: 20px;
	color: #003399;
	font-size: 14px;
}
#footer {
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #c2e661;
	background-color:#ffffff;
	


}
#footer table {
	width:100%;
	margin:auto;
	text-align:center;
}
#footer td {
	font-size: 10px;
	color: #000066;
	font-weight: bold;
	font-family: Lato, Arial, Helvetica, sans-serif;
}
.copyright {
	text-align: center;
	color: #666666;
	font-size: 10px;
	font-family: Lato, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	padding-bottom:10px;
}
.rtside {
	font-weight: normal;
}
.image_right {
	float: right;
	padding: 5px;
	margin: 0;
}
.fromAuthor {
	padding-bottom: 10px;
}
.green {
	color: #2B4361;
}
.author {
	font-size: 14px;
	font-style: italic;
	font-family: Lato, "Times New Roman", Times, serif;
	color: #333;
}
.linkList {
	padding: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	overflow:hidden;
}
.prAdvertisement {
	padding: 5px;
	margin-bottom: 10px;
	overflow:hidden;
}
.articleList {
	margin: 5px;
	padding: 0;
	list-style-type: none;
	clear: none;
}
.articleList li {
	padding-bottom: 5px;
}
.notice {
	padding:5px;
	background-color:#FFFFCC;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border:1px solid #c2e661;
}
.partnerBlock {
	border-top:1px solid #c2e661;
	border-bottom:1px solid #c2e661;
	overflow: hidden;
	margin-top:20px;
}
.partnerBlock p {
	font-size:14px;
}

/*#survey div {
	float:right; 
	height:20px; 
	border:1px solid #c2e661; 
	padding:5px; 
	font-family:font-family: Lato, Palatino, "Times New Roman", serif; 
	font-size:15px;
}*/

#survey{
    width:400px;
    height:70px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #c2e661;
    position:fixed;
    bottom:130px;
    right:-430px;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
}

#survey p, #survey a.more{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    color:#555;
}
#survey a.more{
    cursor:pointer;
    color:#c2e661;
}
#survey a.more:hover{
    text-decoration:underline;
}
#survey h2{
    color:#0b82b4;
    font-size:18px;
    margin:10px 20px 10px 0px;
	font-family:Lato, Palatino, "Times New Roman", serif;
}

#survey a.close{
    background:transparent url(../images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
#survey a.close:hover{
    background-position:0px -13px;
}

/* FANCYBOX FIX FOR SCROLLING ON IPAD */
body #fancybox-content
{
overflow: auto;
-webkit-overflow-scrolling:touch;
}