
html 		{overflow-y: scroll;}
body 		{background: #cccccc;color: #333;}

.outer-div 	{width: 100%;}
.inner-div 	{width: 980px; margin: 0px auto;}
		.admin-div {
				border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					-webkit-border-bottom-left-radius: 10px;behavior: url(layout/components/ie-css3.htc);
		}
		.admin-div {
			border-bottom-right-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-webkit-border-bottom-right-radius: 10px;behavior: url(layout/components/ie-css3.htc);
		}
		.admin-div {
			
		-moz-box-shadow: 0px 1px 5px #999999;
  		-webkit-box-shadow: 0px 1px 5px #999999; 
  		box-shadow: 0px 1px 5px #999999;
  		behavior: url(layout/components/ie-css3.htc);
		}
.admin-div {
    height: 40px;
    padding: 5px;
    background-color: #70adcc;
    border: 1px solid #333333;
    border-top: 0px;
    z-index: 999;
}
.adminbutton {
    display: block; 
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 2px #333333;
    float: left;
    margin: 0 10px 15px 0;
    padding: 0;
    border: none;
}
.logout:hover {color: #f2f2f2;}
.adminbutton:hover {
    text-decoration: none;
}
.lg-adminbutton  {
    width: 220px;
    height: 40px;
    line-height: 40px;	
    color: #f2f2f2;
}	
.lg-adminbutton:hover {
	color: #f2f2f2;
}
.lg-blue-button {
	background: url(../images/admin/buttons/lg-blue-button.png) center top no-repeat;
}
.lg-blue-button:hover {
    background-position: center bottom;
}
.lg-red-button {
    background: url(../images/admin/buttons/lg-red-button.png) center top no-repeat;
}
.lg-red-button:hover {
    background-position: center bottom;
}
h1, h2 {
    font: bold 24px/28px Trebuchet MS, Trebuchet MS, Arial, sans serif;
    color: #277ebc;
}
h3, h4, h5, h6 {
    font: 18px/22px Trebuchet MS, Trebuchet MS, Arial, sans serif;
    color: #333333;
}
a, a:hover {color: #277ebc;}
a:hover {text-decoration: underline;}

.divider {
    background: url(../images/admin/background/divider.png) repeat-x;
    height: 3px;
    margin: 0 0 12px 0;
    clear: both;
}
.mandatory, .mandatoryDDL {
    background-color: #fdf9e0;
}
.banner-div {
	width: 980px;
	height: 140px;
	background: #f2f2f2;
	position: relative;
}
	.banner-logo {
		position: absolute;
		top: 10px;
		left: 10px;
	} 
		.banner-logo img{} 
		.banner-logo-sitename {
			position: absolute;
			top: 0px;
			left: 120px;
			width: 250px;
		}
	.banner-side-div {
		position: absolute;
		top: 5px;
		right: 5px;
	}
		.banner-supernav-div {
			text-align: right;
		}
		.banner-socialmedia-div {
			float: right;
			margin-left: 5px;
		}
		.banner-contact-div {
			text-align: right;
		}
		.banner-tagline-div {
			text-align: right;
		}

.navbar-div {
	width: 980px;
	height: 60px;
	line-height: 60px;
	background: #cccccc;
}
.navbar-div a {
	display: block;
	float: left;
	padding: 0px 10px;
	color: #277ebc;
	text-decoration: none;
}
.navbar-div a:hover, .navbar-div a.current {
	background: #277ebc;
	color: #f2f2f2;
}

.content-div {
	background: #f2f2f2;
	width: 940px;
	padding: 20px;
}
.content-div img {
	padding: 3px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
	max-width: 100%;
}

.fullwidth .textholder {
	width: 100%;
}
.textholder {
	float: right;
	margin: 10px auto;
	width: 700px;
	border-bottom: 1px solid #cccccc;
}
.textholder:last-of-type {
	border-bottom: none;
}
.textholder .fullimg img {
    width: 692px;
}
.fullimg img {
	width: 100%;
}
.fullwidth .textholder .fullimg img {
    width: 934px;
}
.alertblock {
	background: #e44646;
	border: 2px solid #d81f1f;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}
.successblock {
	background: #31c657;
	border: 2px solid #279d45;
	color: #f2f2f2;
	padding: 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.pagetextholder {
	clear: both;
}
.textholder-image {
	margin-bottom: 20px;
}
.textholder-image p, .videoholder p {
	text-align: center;
	font: italic 12px/20px Trebuchet MS, Trebuchet MS, sans-serif;
	color: #333333;
}
.videoholder {
    float: right;
}
.videoholder iframe {
	padding: 3px;
	margin: 0 0 3px 20px;
	background: #f2f2f2;
	border: 1px solid #cccccc;
}
.videoholder p {
    padding: 0px 20px;
}
.sidemenu {
	width: 200px;
	float: left;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #cccccc;
}
.sidemenu-category  {
	display: block;
	color: #277ebc;
	cursor: pointer;
	padding: 6px 0px;
	font: 16px/22px Trebuchet MS, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #cccccc;
}
.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
.sidemenu-category:hover {
    color: #226da2;
	text-decoration: none;
}
.sidemenu-category.current-category {
    color: #226da2;
    font-weight: bold;
}
.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 20px; 
	font: 14px/20px Trebuchet MS, Trebuchet MS, sans-serif;  
	padding: 3px 0px;
}
.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #333333;
}
.sidemenu-subcategory.current-subcategory {
    color: #333333;
}
		#divForgotPassword {
			
		-moz-box-shadow: 0px 2px 10px #333333;
  		-webkit-box-shadow: 0px 2px 10px #333333; 
  		box-shadow: 0px 2px 10px #333333;
  		behavior: url(layout/components/ie-css3.htc);
		}
#divForgotPassword {
	position: absolute;
	border: 1px solid #333333;
	background: #f2f2f2;
	left: 200px;
	padding: 20px;
	z-index: 1;
	display: none;
}
#ancCloseForgotPW {
	position: absolute;
	right: -5px;
	top: -5px;
	cursor: pointer;
}
#ancSendForgotPassword, #ancLogout {
	border: 1px solid #999999;
	background: #cccccc;	
	color: #333333;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 140px;
}
#ancSendForgotPassword:hover, #ancLogout:hover {text-decoration: none;}
#divForgotPassword #txtUserEmail {width: 200px;}
input, select, textarea {
	border: 1px solid #cccccc;
	background: #ffffff;	
	color: #333333;
	padding: 0px 5px;
}
input {
	height: 24px;
	font: 14px/24px Trebuchet MS, Trebuchet MS, sans-serif;
}
select {
	height: 24px;
	font: 14px/24px Trebuchet MS, Trebuchet MS, sans-serif;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
textarea {
	overflow: hidden;
	resize: none; 
	font: 14px/20px Trebuchet MS, Trebuchet MS, sans-serif;
}
label {
    display: block;
	font: 14px/26px Trebuchet MS, Trebuchet MS, sans-serif;
}
		input[type=submit] {
			
				-moz-border-radius: 5px;
		  		-webkit-border-radius: 5px;
		  		border-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
input[type=submit] {
    display: block;
    cursor: pointer;
    font: 16px/22px Trebuchet MS, Trebuchet MS, sans-serif;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #277ebc), color-stop(1, #226da2));
    background:-moz-linear-gradient( center top, #277ebc 5%, #226da2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#277ebc', endColorstr='#226da2');
    background-color: #277ebc;
    border: 1px solid #cccccc;
    color: #f2f2f2;
    padding: 5px 15px;
    text-shadow: 0px -1px 2px #333333;
    height: auto;
}
input[type=submit]:hover{
    text-decoration: none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #226da2), color-stop(1, #277ebc) );
    background:-moz-linear-gradient( center top, #226da2 5%, #277ebc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#226da2', endColorstr='#277ebc');
    background-color: #226da2;
    color: #f2f2f2;
}
.footer-div{
	background: #cccccc;
	color: #333333;
	width: 940px;
	padding: 20px;
	font-size: 12px;
}
.footer-div a {
	color: #277ebc;
	text-decoration: none;
}


		#datesection {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
		#tagsection {
				border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
		.blogsidemenubanner {
				border-top-left-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-webkit-border-top-left-radius: 5px; 	border-top-right-radius: 5px;
					-moz-border-radius-topright: 5px;
					-webkit-border-top-right-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
		.blogsidemenucontent {
				border-bottom-left-radius: 5px;
					-moz-border-radius-bottomleft: 5px;
					-webkit-border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-webkit-border-bottom-right-radius: 5px;behavior: url(layout/components/ie-css3.htc);
		}
.blogsidemenu {
	width: 200px;
	float: right;
	padding: 0px 0px 10px 10px;
}
.blogsidemenucontent {
    border-top: 0;   
    line-height: 30px;
    border: 1px solid #cccccc;
    border-top: none;
}
.blogsidemenucontent a {
    padding: 0 10px;
}
.blogsidemenucontent a:hover {
    text-decoration: none;
}
.blogsidemenubanner {
    background: #277ebc;
    margin-top: 10px;
}
.blogsidemenuchooser {
    display: block;
    float: left;
    padding: 4px;
    color: #f2f2f2;
    width: 92px;
    text-align: center;
    font-family: 'CabinRegular';
}
.blogsidemenuchooser:hover, .blogsidemenuchooser.current {
    text-decoration: none;
    background: #666666;
    color: white;
}
.anchYearLink, .anchMonthLink, .anchTagLink {
    display: block;
}
.anchYearLink {
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}
.anchYearLink:hover {
    background: #e1e1e1;
}
.anchYearLink.current-year {
    border-bottom: 1px solid #e1e1e1;
    background: #ccc;
}
.anchMonthLink {
    display: none;  
}
.anchMonthLink span {
    padding-left: 8px;
}
a.anchMonthLink:hover {
    text-decoration: underline;
}
.current-month, .current-tag {
    background: #e1e1e1;
}
.anchTagLink:hover {
    background: #e1e1e1;
}
.blogholder {
	float: left;
	margin: 0px auto;
	width: 720px;
}
.blog-container {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}
.blog-container a {
	font-family: 'CabinMedium';
	color: #226da2;
}
.blog-container p {
	margin-top: 10px;
}
.blog-container img {
	width: 240px;
	float: right;	
	margin-left: 20px;
}
.blogSubTitle-date {
    color: #888888;
    font-family: Trebuchet Ms;
    font-size: 16px;
    font-style: italic;
}
.blogSubTitle {
	font-size: 12px;
	color: #999999;
}
.divCurrentStatus {
    color: #999999;
    float: right;
    font-size: 12px;
}
.blogImage img {
	max-width: 692px;
}
.blogSubTitle-date, .blogSubTitle-tags {
    font-style: italic;
}
.blogSubTitle-tags a {
    font-style: normal;
}
.blogImageSection {padding: 10px 0;}
.blogImageSection .third {
	width: 226px;
	float: left;
	margin-right: 20px;
}
.blogImageSection .half {
	float: left;
	margin-right: 20px;
    width: 350px;
}
.blogImageSection .third.last, .blogImageSection .half.last{
	margin: 0;
}
.prevNextButtons {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding: 5px 0px;
}
.prevButton {float: left;}
.nextButton {float: right;}
.blogComments {
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.divCommentApproval {
    background: #e1e1e1;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 20px 0px;
}
.commentholder {
	padding: 10px;
}
.commentholder:nth-child(even) {background: #e5e5e5;}
.commentAuthor {
	font-weight: bold;
}
.commentDate {
	font-size: 12px;
	color: #999999;
}
#frmPostComments {
	padding: 10px 0;

}
#frmPostComments input {
	width: 208px;
}
#frmPostComments textarea {
	width: 328px;
	height: 75px;
}

input.btnBlogSearch {
    float: right;
    width: 70px;
    padding: 2px;
}
.txtBlogSearch {
    width: 110px;
}
.contentsection {
    display: none;
}
#tagsection {
    float: right;
}