/** CSS Browser Styles Reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


/*****************************
 *** 	  BASE STLYES	  	***
 *****************************/
p {
	margin-bottom: 1em;
}
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h1, h2, h3, h4, strong {
	font-weight: bold;
}
#content ul {
	padding: 0 0 10px 20px;
}


/*****************************
 ***    WRAPPER STLYES	***
 *****************************/

#wrapper {
	width: 980px;
	margin: 0 0; /* auto (left+right) = centred layout */
	padding: 0 0 0 0;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	background: url('img/bg-wrapper-left.jpg') no-repeat 0px 130px;
}

#wrapper.homepage {
	width: 940px;
	margin: 0 0 0 3px; /* auto (left+right) = centred layout */
	padding: 0 0 0 39px;
	background: url('img/bg-wrapper-home-left.png') no-repeat left 90px;
}

#wrapper #wrapper-inner {
	padding: 0 48px 0 0;
	background: url('img/bg-wrapper-content-right.png') no-repeat right 90px;
}

#wrapper.homepage #wrapper-inner {
	padding: 0 76px 0 0;
	background: url('img/bg-wrapper-right.png') no-repeat right 23px;
}


/*****************************
 *** 	HEADER STLYES	***
 *****************************/

#header {
	height: 90px;
}
#header #logo {
	width: 200px;
	height: 70px;
	padding: 20px 0 0 0;
	float: left;
}
#header #logo a {
	text-decoration: none;
	border: 0;
}
#header #logo img {
	padding: 10px 0 0 20px;
}

#header #header-links {
	height: 55px;
	width: 65px;
	float: right;
	padding: 35px 55px 0 0;
	text-align: right;
	font-size: 0.75em;
	margin-right: -12px;
	background: url('img/bg-wrapper-header-right.png') no-repeat bottom right;
}
#header #header-links .login {
	position: absolute;
	right: 10px;
	top: 25px;
}
#wrapper.homepage #header #header-links {
	background: none;
	margin-right: 0;
	padding-right: 45px;
}
#header #header-links a {
	text-decoration: none;
	color: #053577;
}
#header #header-links .date {
	color: #666;
	display: block;
}
#header #header-links span.date, #header #header-links .user, #header #header-links .login {
	display: none;
}


/*****************************
 ***   REGISTER WIDGET	***
 *****************************/

#wrapper #register-float {
	position: absolute;
	margin-left: 580px; /** wrapper width - register-float width **/
	width: 192px;
	font-size: 0.9em;
	color: #053577;
}
#wrapper #register-float #register-form {
	background: #bfe0e6;
	padding: 8px;
	display: none;
}
#wrapper #register-float #register-slide {
	text-align: center;
	background: url('img/bg-register-slide-2.png') no-repeat top left;
	height: 28px;
	text-transform: uppercase;
	padding-top: 0px;
	cursor: pointer;
	font-weight: bold;
	z-index: 10000;
	font-size: 0.9em;
}
#wrapper #register-float span.close {
	display: block;
	text-align: right;
	padding-right: 5px;
	margin-bottom: -20px;
	margin-right: 5px;
	cursor: pointer;
	font-weight: bold;
	border: 1px solid #a9c6cb;
	width: 15px;
	float: right;
}
#wrapper #register-float #register-slide:hover, #wrapper #register-float span.close:hover {
	color: #1b54a2;
}
#wrapper #register-float span.close:hover {
	background: #aecdd2;
}
#wrapper #register-float label, #wrapper #register-float input {
	display: block;
}
#wrapper #register-float #register-form span.Row.Normal {
	display: none;
}
#wrapper #register-float #register-form .StandardButton {
	margin-left: 75px;
}


/*****************************
 *** 	  MENU STLYES		***
 *****************************/

#menu {
	height: 42px;
	font-size: 0.76em;
}
#menu ul {
	height: 41px;
	background: url('img/bg-menu.png') repeat-x 0 0px;
	padding-left: 30px;
}
#menu ul.menu li {
	display: block;
	margin: 0 0 0 0px;
	padding: 0 39px;
	height: 41px;
	float: left;
	list-style-type: none;
}
#menu ul li a {
	color: #9bcdd6;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	width: auto;
	height: 38px;
	padding: 3px 0 0 0;
}
#menu ul li:hover a {  
	color: #fff;
}
#menu ul li:hover {   
	background: url('img/bg-menu-hover.png') no-repeat center 27px;
}
#menu.admin ul.menu li {
	padding: 0 20px;
}
#wrapper.homepage #menu ul {
	padding: 0;
}
#wrapper.homepage #menu.admin ul.menu {
	margin-top: -45px;
}


/******************************
 ***  MULTI-LEVEL MENU	 ***
 ******************************/

#menu ul li ul {
	display: none;
	font-size: 0.8em;
	z-index: 1000; /* IE7 fix */
}

#menu ul li:hover ul {
	display: block;
	border-top: 0;
	position: absolute;
	width: 200px;
	margin-left: -65px;
	background: none;

}
#menu ul li:hover ul li {
	background: #9bcdd6 url('img/bg-button-light.png') repeat-x 0 0;
	border: 3px solid #d7e4e6;
	border-top: 0;
	width: auto;
	display: block;
	padding: 0px 5px 0 10px;
	float: none;
	height: 34px;
	opacity: 0.95;
	filter:alpha(opacity=95);
}
#menu ul li:hover ul li:first-child {
	border: 3px solid #d7e4e6;
}
#menu ul li:hover ul li:last-child { /* for Gecko & Webkit browsers */
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#menu ul li:hover ul li a {
	display: block;
	color: #053577;
}
#menu ul li:hover ul li:hover {
	background: #053577 url('img/bg-button.png') repeat-x 0 0;
	opacity: 1;
	filter:alpha(opacity=100);
}
#menu ul li:hover ul li:hover a {
	color: #fff;
}


/*****************************
 ***   SUB MENU STLYES	***
 *****************************/

#sub-menu {
	padding-left: 190px;
	margin-top: 20px;
}
#sub-menu #dnn_SubMenuPane {
	width: 180px;
	position: absolute;
	margin-left: -190px;
}
#sub-menu ul.menu {
	width: 165px;
	padding: 0 0 0 10px;
	font-size: 0.78em;
}
#sub-menu ul.menu li {
	list-style-type: none;
	padding: 5px 5px 15px 5px;
	background: url('img/sub-menu-hover-0.png') no-repeat -205px bottom;
}
#sub-menu ul.menu li:hover, #sub-menu ul.menu li.active {
	background: url('img/sub-menu-hover-0.png') no-repeat 0 bottom;
}
#sub-menu ul.menu li a {
	color: #017dc3;
	text-decoration: none;
	display: block;
}
#sub-menu ul.menu li:hover a, #sub-menu ul.menu li.active a {
	color: #053577;
}


/*****************************
 *** 	BANNER STLYES	***
 *****************************/

#banner {
	height: 300px;
	margin-top: -1px;
	background: url('img/banner-left-0.png') no-repeat 538px 0px;
}
#banner #banner-image {
	margin: 0 0 0 -42px;
	z-index: 0;
	width: 611px;
	height: 283px;
	background: url('img/banner-final.png') no-repeat 0 0;
	position: absolute;
}
#banner #banner-text {
	width: 260px;
	height: 242px;
	float: right;
	background: #bfe0e6;
	color: #053577;
	padding: 20px 0 20px 35px;
	font-size: 0.8em;
	line-height: 1.6em;
}
.admin #banner #banner-image {
	position: static;
}


/*****************************
 *** BREADCRUMB STLYES ***
 *****************************/

#breadcrumb {
	padding: 0 0 15px 0;
	color: #9bcdd6;
	font-size: 1.7em;
}
#breadcrumb a {
	color: #9bcdd6;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #053577;
}



/*****************************
 *** 	CONTENT STLYES	***
 *****************************/

#content-wrapper {
	font-size: 0.78em;
}
#content {
	width: 100%;
	height: 305px; /* acts as min height */
	line-height: 1.8em;
	color: #505055;
}
.homepage #content {
	height: 300px;
}
#content h2 {
	color: rgb(0, 127, 180);
}
#content h3 {
	color: #053577;
}
#content a {
	color: #017dc3;
}
#content div.content.left {
	padding-right: 250px;
	z-index: -10;
}
#content div.content.right {
	padding-left: 250px;
}
#content div.content.left .images {
	width: 230px; 
	position: absolute; 
	margin-left: 510px;
	z-index: -10;
}
#content div.content.left .images img {
	width: 230px;
	z-index: -10;
}


/*****************************
 *** 	FOOTER STLYES	***
 *****************************/
 
#footer {
	margin: 20px 0 0 0;
	font-size: 0.70em;
	height: 20px;
	padding: 0 0 30px 40px; 
	color: #fff;
}
.homepage #footer {
	padding: 0 0 30px 0px;
}
#footer a, #footer a:hover  {
	color: #fff;
}
#footer #terms {
	float: right;
}
#footer #terms .terms {
	margin-left: 20px;
}
#footer .left {
	background: url('img/bg-footer-left.png') no-repeat top left;
	padding-left: 11px;
}
#footer .right {
	background: url('img/bg-footer-right.png') no-repeat top right;
	padding-right: 11px;
}
#footer .content {
	background: url('img/bg-footer-mid.png') repeat-x top;
	height: 20px;
	padding: 5px 10px 0 10px;
}


/*****************************
 *** 	    MISC FIXES		***
 *****************************/
 
 .ocutec-container-tt .title span.Head {
	color: #053577;
	padding-bottom: 10px;
	display: block;
 }
 
.homepage #content td.ContentUpperRightPane {
	width: 300px !important;
}

.homepage #content td.ContentUpperLeftPane {
	width: 490px !important; 
	padding-right: 10px;
}

div.RSS {
	display: none;
}


/*****************************
 *** 	MODULE STLYES	***
 *****************************/

/*** Article Viewer ***/
.ArticleViewer .Caption {
	display: none;
}
.ArticleSummary .More {
	float: right;
}
.ArticleSummary .Item {
	margin-bottom: 20px;
}
.ArticleViewer .Link.Panel {
	margin: 35px 0 20px 0;
}
.ArticleViewer .Text h2 {
	margin: 20px 0 10px 0;
}

/* Add To Newsletter Section */
.homepage .AddToNewsletterSection {
	width: 300px;
	padding-left: 8px;
}
.AddToNewsletterSection span.name, .AddToNewsletterSection span.email {
	display: block;
	width: 200px;
	padding: 10px 0;
}
.AddToNewsletterSection input.text-box {
	width: 250px;
	padding: 3px;
	border: 2px solid #9bcdd6;
}
#register-float .AddToNewsletterSection span.name, .AddToNewsletterSection span.email {
	width: auto;
}
#register-float .AddToNewsletterSection input.text-box {
	width: auto;
}
input.StandardButton {
	padding: 5px;
	margin: 10px 0 0 0;
	border: 2px solid #9bcdd6;
	background: url('img/bg-button.png') repeat-x 0 0;
	cursor: pointer;
	color: #9bcdd6;
	display: block;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
input.StandardButton:hover {
	background: url('img/bg-button.png') repeat-x 0 -10px;
	color: #fff;
}
.AddToNewsletterSection input {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}