
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;
}

.divContactSectionLeft {
    border-right: 1px solid #cccccc;
}
.textholder {
    border-bottom: none;
}
.fullwidth .divContactSectionLeft {
    width: 500px;
    float: left;
}
.fullwidth .divContactSectionRight {
    width: 420px;
    float: right;
}
.fullwidth .divContactSectionRight #gmap {
    width: 400px;
    height: 400px;
}
.divContactSectionLeft {
    width: 340px;
    float: left;
    margin-bottom: 10px;
}
.divContactSectionLeft input {
    width: 208px;
}
.divContactSectionLeft select {
    width: 160px;
}
.divContactSectionLeft textarea {
    width: 308px;
    height: 75px;
    overflow-y: scroll;
}
.divContactSectionRight {
    width: 340px;
    float: right;
    margin-bottom: 10px;
}
.divContactSectionLeft #codetable td {
    width: 110px;
    position: relative;
}
.divContactSectionLeft #codetable label {width: 100px;}
.divContactSectionLeft #codetable input {width: 88px;}
.divContactSectionLeft #codetable img {float: right;}
.divContactSectionLeft #codetable {margin: 20px 0px;}
.divContactSectionLeft input.submit {width: auto;}

.divContactSectionRight .textholder-image {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .textholder-image img {
    width: 332px;
}
.divContactSectionRight .videoholder {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
    margin: 0;
}
.divContactSectionRight .address_submit {
    float: right;
}
.divContactSectionRight #gmap {
    width: 340px;
    height: 340px;
    margin-top: 20px;
}