html, body {
	height: 100%;
}
body {
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	background-color: #FFF;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
body, p, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
.bodyBold {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #00b5b9;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
UL  {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;	
}
UL LI {
	margin: 0px;
	padding: 0px;	
}
.contentBox UL {
	list-style-type: square;
	margin: 12px 0px;
	padding-left: 40px;
}
.contentBox LI {
	margin-bottom: 10px;	
}
INPUT, TEXTAREA, SELECT {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	width: 265px;
	margin: 3px 0px;
	padding: 5px;
	border: 1px solid #666;
	font-size: 12px;
}
SELECT {
	width: auto;
}
INPUT[TYPE="radio"], INPUT[TYPE="checkbox"], INPUT[TYPE="image"], INPUT[TYPE="submit"] {
	width: auto;
	border: none;
	background: none;
	padding: 0px;
	box-shadow: none;
	margin-bottom: 0px;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus {
	outline: none;
	border-color: #00b5b9;
}
.searchKeyword, .searchKeyword:focus {
	/* [disabled]background-color: #d7f3f4; */
	/* [disabled]color: #11b5ba; */
	border-style: none;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	width: 100%;
}
a.button, INPUT[TYPE="submit"], INPUT[TYPE="button"] {
	background-color: #00b5b9;
	padding: 0.5em 0.93em;
	display: block;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.3em;
	float: left;
	clear: both;
	color: #FFF !important;
	cursor: pointer;
	font-weight: bold;
}
INPUT[TYPE="button"] {
	display: inline-block;
	float: none;
}
INPUT[type=submit], INPUT[TYPE="button"] {
	border: 0px;
	cursor: pointer;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
}
a.button:hover, INPUT[TYPE="submit"]:hover, INPUT[TYPE="button"]:hover {
	background-color: #00888e;
}
.contentInner {
	padding: 0px 8.5px;
	margin: 0px auto;
	position: relative;
}
.contentBox {
	/* [disabled]padding-right: 20px; */
}
.contentBoxSmall {
	padding: 10px;
}
.columnsOutter {
	position: relative;
	overflow: hidden !important;
}
.container, .articleContainer {
	position: relative;
}
.articleContainer a {
	color: #666 !important;
	display: block;
}
.articleContainer a:hover {
	text-decoration: none;
}
.column33 {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.column50 {
	float: left;
	width: 330px;
	margin-right: 10px;
}
.column66 {
	float: left;
	width: 65%;
	margin-right: 5%;
}
.column100 {
	float: left;
	width: 100%;
}
.columnLeft {
	float: left;
	margin-right: 10px;
}
.columnRight {
	float: left;
	width: 300px;
}
.bottomMargin {
	margin-bottom: 10px;
}
.topMargin {
	margin-top: 25px;
}
#header {
	margin-bottom: 10px;
	background-color: #fff;
}
#headerInner {
	margin: 0px auto;
    position: relative;
    height: 214px;
    padding: 0px 8.5px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
#footer {
	position: relative;
	margin: 50px auto 0px;
	padding: 0px 8.5px;
	overflow: hidden;
}
#footerInner {
	padding: 20px;
	font-size: 0.83em;
	border-top: 1px solid #CCC;
}

.copyright {
	font-size: 10px;
}
.bigger {
	font-size: 1.5em;
	font-weight: bold;
}
.small {
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}
.title {
	font-size: 13px;
	color: #FFF;
}
.subtitleSmall {
	font-size: 10px;
	color: #00b5b9;
	font-weight: bold;
}
.subtitle, .subheader, .subtitleGrey {
	font-size: 14px;
	color: #00b5b9;
	font-weight: bold;
}
.subtitleGrey {
	color: #666;
}
.mainheader {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
.subheader {
	text-transform: uppercase;
	color: #000;
}
.subheaderGray {
	font-size: 1.33em;
	color: #666;
	font-weight: bold;
}
.subheaderThin {
	color: #666;
	font-size: 1.6em;
}
a.menuLink {
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}

a.menuLink:hover {
	text-decoration: none;
	color: #00aeef;
}
#bannersTop {
	height: 90px;
	margin: 10px auto;
	padding: 0px 8.5px;
}
#menu {
	position: absolute;
	bottom: 0px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 8.5px;
}
#stamp {
	position: absolute;
	top: 10px;
	right: 10px;
}
#logo img {
	width: auto;
	height: auto;
}
.menuHeader {
	float: right;
	position: relative;
}
.menuHeader li, .menuFooter li, .submenus li {
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.menuHeader a {
	display: block;
    padding: 10px 32.5px 0px;
    color: #000 !important;
    height: 25px;
    text-decoration: none;
}
.menuHeader a:hover, .menuOn {
	background-color: #9be1e3;
}
.addthis_sharing_toolbox a, .addthis_native_toolbox a {
	display: inline-block;
	padding: 0px;
	height: auto;
}
#at15s {
	display: none !important;
}
.menuFooter {
	display: inline-block;
}
.menuFooter li {
	margin-right: 15px;
	font-size: 12px;
}
.submenus li {
	margin-right: 25px;
	font-size: 12px;
}
.submenus a {
	padding: 0px;
	height: auto;
}
.submenu a:hover {
	color: #00b5b9;
	text-decoration: none;
}
.menuFooter li:last-child, .submenus li:last-child {
	margin-right: 0px;
}
a.socialIcon {
	padding: 0px;
	height: 35px;
}
#leaderBoardBanner {
	float: left;
	margin-right: 10px;
}
.buttonBanner {
	float: left;
}
.submenu {
	position: absolute;
	z-index: 1000;
	background-color: #9be1e3;
	text-align: left;
	padding: 10px 15px;
	min-width: 100%;
}
#Submenu1 {
	display: none;
	width: 208px;
}
#Submenu2 {
	display: none;
	width: 364px;
}
#Submenu3 {
	display: none;
	width: 255px;
}
#Submenu4 {
	display: none;
	width: 179px;
}
#Submenu5 {
	display: none;
	padding: 10px;
    width: 300px;
    right: -140px;
}
#searchMobileMenu, #socialMobileMenu {
	display: none;
	background-color: #9be1e3;
	text-align: left;
	padding: 10px 15px;
}
#socialMobileMenu {
	padding: 10px 10px 5px;
}
#Submenu6 {
	display: none;
	padding: 10px 10px 5px;
	width: 150px;
	left: -65px;
}
#announcements, #announcementsMobile {
	background-color: #c3e5e7;
	text-align: center;
	padding: 10px;
}
#twitter {
	text-align: center;
}
.sliderTitle {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	padding: 5px;
	width: 50%;
}
#archive {
	position: relative;
	background-color: #c3e5e7;
	padding-bottom: 10px;
}
#AddThis, #AddThisMobile {
	position: relative;
}
#breadCrumb {
	background-image: url(images/breadcrumb_line.png);
	background-repeat: repeat-x;
	background-position: 0px 12px;
	margin-bottom: 20px;
}
.breadCrumbBox {
	background-color: #FFF;
	float: left;
	padding-right: 3px;
}
hr {
	background-color: #CCC;
	height: 1px;
	margin: 20px 0px;
	border: 0px;
	width: 100%;
}
.squareBox li {
	width: 215px;
	height: 250px;
	margin-right: 12px;
	margin-bottom: 12px;
	text-align: center;
	float: left;
}
.squareBoxSmall li {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 6px;
}
.squareBoxSmall li:last-child {
	margin-right: 0px;
}
.squareBox li img {
	margin-bottom: 10px;
}
.column-last {
	margin-right: 0px;

}
#announcementsImage, #announcementsImageMobile {
	margin-bottom: 10px;
}
.winnerGallery {
	min-height: 100px;
	background-color: #000;
	text-align: center;
	padding: 10px;
}
.winnerGallery img {
	max-width: 650px;
}
.clipBox {
	background-color: #CCC;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;
}
.clipBoxOn, .clipBoxOn:hover {
	background-color: #00b5b9;
}
#filterSearch {
	position: relative;
	background-color: #c3e5e7;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	height: 16px;
	overflow: hidden;
}
.rowArrowWithImage {
	position: absolute;
	right: 10px;
	top: 85px;
}
.rowArrowNoImage {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#moreArticles {
	background-color: #e5e5e5;
	padding: 5px 0px 1px;
	margin-top: 20px;
	text-align: center;
}
.layoutList, .layoutListOn, .layoutGrid, .layoutGridOn {
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 5px;
}
.layoutList {
	background: url(images/layout_list_off.png) no-repeat;
}
.layoutListOn {
	background: url(images/layout_list_on.png) no-repeat;
}
.layoutGrid {
	background: url(images/layout_grid_off.png) no-repeat;
}
.layoutGridOn {
	background: url(images/layout_grid_on.png) no-repeat;
}
.gridBox li {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0px 4.4px 4.4px 0px;
	background-color: #ebebeb;
}
.box {
	display: block;
	position: relative;
	padding: 10px;
	border: 1px solid #00b5b9;
}
.errorBox {
	display: block;
	position: relative;
	padding: 10px;
	border: 1px solid #F00;
	background-color: #FFE6E6;
	text-align: center;
}
.mobileMenuLine {
	height: 3px;
	width: 30px;
	margin-bottom: 5px;
	background-color: #000;
	display: block;
}
#mobileMenuIcon {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#searchMobileMenuIcon, #socialMobileMenuIcon {
	display: none;
}
#mobileMenu {
	display: none;
	background-color: #9be1e3;
	color: #FFF;
}
.mobileMenuList LI {
	border-bottom: 1px solid #FFF;
}
.mobileMenuList LI a {
	display: block;
	color: #FFF !important;
	padding: 8px;
}
.mobileSubmenu {
	background-color: #cecece;
}
#mobileSubmenu1, #mobileSubmenu2, #mobileSubmenu3, #mobileSubmenu4, #mobileSubmenu5 {
	display: none;
}
.archiveContent {
	float: left;
	width: 640px;
}
#banner300-1Mobile, #banner300-2Mobile, #banner300-3Mobile, #announcementsMobile {
	display: none;;
}
#arrowDown {
	position: absolute;
	top: 10px;
	left: 305px;
}
#arrowUp {
	position: absolute;
	bottom: 6px;
	left: 305px;
	display: none;
}
#mainFeature {
	margin-top: 10px;
	display: inline-block;
	width: 620px;
	vertical-align: middle;
}
#archiveFeature {
	display: inline-block;
	vertical-align: bottom;
	width: 400px;
}
.archiveBox {
	display: inline-block;
	vertical-align: middle;
	width: 620px;
}
.socialMobile {
	display: inline-block;
	margin: 0px 5px;
	width: 32px;
	height: 32px;
}
#socialMedia {
	text-align: center;
	display: none;
	margin-bottom: 15px;
}
#promoPopup {
	position: absolute;
	z-index: 2000;
	width: 800px;
	height: 467px;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -175px;
	box-shadow: 0px 0px 25px #000;
	display: none;
	background-color: #000;
	line-height: 0px;
}























/* Screen sizes */
/* ###################################################################################################*/
/* ###################################################################################################*/
/* ###################################################################################################*/

@media only screen and (min-width: 992px) {
	#header {
		min-width: 997px;
	}
	#headerInner, #footer, #bannersTop, .contentInner {
		width: 980px;
	}
	.columnLeft {
		width: 670px;
	}
}

@media only screen and (max-width: 992px) {
	body {
		font-size: 13px;
		-webkit-text-size-adjust: 100%;
	}
	#menu {
		display: none;
	}
	#mobileMenuIcon, #searchMobileMenuIcon, #socialMobileMenuIcon, #socialMedia {
		display: block;
	}
	#buttonBanner {
		display: none;
	}
	.columnLeft {
		width: 100%;
	}
	.columnRight {
		display: none;
	}
	#bannersTop {
		height: auto;
		margin: 10px;
		padding: 0px;
	}
	#leaderBoardBanner {
		float: none;
		margin: 0px;
	}
	#leaderBoardBanner img {
		width: 100%;
		height: auto;
	}
	#headerInner {
		height: 50px;
		padding: 0px 10px;
		margin: 0px;
	}
	#logo {
		height: 70%;
		left: 10px;
	}
	#logo img {
		max-height: 100%;
		width: auto;
		display: block;
	}
	.searchKeyword, .searchKeyword:focus {
		max-width: 100%;
	}
	#cse-search-results iframe {
		width: 100%;
	}
	#footerInner {
		padding: 20px 10px;
	}
	.menuFooter {
		display: none;
	}
	#footer {
		clear: both;
		padding-top: 20px;
		margin: 0px;
	}
	.column33, .column50, .column66, .column100 {
		width: 100%;
		margin: 0px 0px 10px;
	}
	#filterSearch .column33 {
		margin: 0px;
	}
	.archiveContent {
		width: 90%;
	}
	.squareBoxSmall li {
		width: 84px;
		height: 84px;
		margin-bottom: 6px;
		overflow: hidden;
	}
	.squareBox li {
		width: 100%;
		height: 100% !important;
	}
	.squareBox li img {
		max-width: 100%;
		height: auto;
	}
	#banner300-1Mobile, #banner300-2Mobile, #banner300-3Mobile, #announcementsMobile {
		display: block;
	}
	.contentBox img {
		height: auto;
		padding-right: 0px;
	}
	.container img {
		height: auto;
	}
	.contentBox img, .contentBox video, .contentBox iframe, .container img {
		max-width: 100%;
		height: auto;
	}
	.myVideo {
		max-width: 100%;
		max-height: 465px;
	}
	.winnerGallery img {
		max-width: 600px;
	}
	#arrowDown {
		right: 10px;
		left: auto;
	}
	#arrowUp {
		position: absolute;
		bottom: 6px;
		left: 10px;
	}
	#mainFeature, .archiveBox {
		width: 580px;
	}
	#archiveFeature {
		width: 100%;
		margin-top: 10px;
	}
	INPUT, TEXTAREA, SELECT {
		max-width: 90%;
	}
	.bigger {
		font-size: 1.2em;
	}
	.mainheader {
		font-size: 1.2em;
	}
	.desktopElement {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.myVideo {
		max-height: 345px;
	}
	.winnerGallery img {
		max-width: 440px;
	}
	#mainFeature, .archiveBox {
		width: 86%;
	}
	#promoPopup {
		width: 300px;
		height: auto;
		margin-left: -150px;
		margin-top: -75px;
	}
}
@media only screen and (max-width: 320px) {
	.myVideo {
		max-height: 225px;
	}
	.winnerGallery img {
		max-width: 280px;
	}
	#mainFeature, .archiveBox {
		width: 260px;
	}
}
