body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #444;
	line-height: 16px;
	background-color: #FBC45F;
	font-family: Tahoma, Geneva, sans-serif;
}
.right { 
	float: right;
}
.left { 
	float: left;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
}
div#menu {
	font-size: 15px;
	height: 64px;
	overflow: hidden;
	font-weight: bold;
}
#menubkgd {
	background-image: url(../images/images/menu-bar_02.png);
	height: 64px;
}
#nav {
	padding: 18px 12px;
}
#nav:hover {
	background-image: url(../images/divider.png);
}
#menu a {
	text-decoration: none;
	color: #444;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
	}
#menu a:hover {
	color: #777;
	text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4);
}
#menu div {
	float: left;
}
#container-top {
	background-image: url(../images/background-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #9ECD4B;
}
#container-bottom {
	background-image: url(../images/background-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FCBA3F;
}
#pagewidth {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}	
#header {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.main {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 25px 30px 20px;
	border: 1px solid #E1E1E1;
	overflow: hidden;
	width: 918px;
	min-height: 400px;
}
.mainBottom {
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #F0F1F1 url(../../images/background-bottom-content.jpg) repeat-x center top;
	padding: 25px 35px;
	overflow: hidden;
	width: 910px;
}

#footer {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 100px;
	font-size: 13px;
}
#footer a {
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* Background for contact blob ------------------------------------------------------------------------------------------ */
.MainBackground {
	background-color: #FFFFFF;
}

/* Text classes------------------------------------------------------------------------------------------ */

.Heading {
	font-size: 18px;
	color: #1B82DF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.Heading a:link {
	text-decoration: underline;
	color: #666666;
}
.Heading a:active {
	text-decoration: underline;
	color: #666666;
}
.Heading a:visited {
	text-decoration: underline;
	color: #666666;
}
.Heading a:hover {
	color: #F15A29;
	text-decoration: none;
}
.Heading2 {
}
.Heading2 a:link {
}
.Heading2 a:active {
}
.Heading2 a:visited {
}
.Heading2 a:hover {
}

.MainText {
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.MainText a:link {
	text-decoration: underline;
	color: #666666;
}
.MainText a:active {
	text-decoration: underline;
	color: #666666;
}
.MainText a:visited {
	text-decoration: underline;
	color: #666666;
}
.MainText a:hover {
	color: #1B82DF;
}
.MainText2 {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.MainText2 a:link {
	text-decoration: underline;
	color: #666666;
}
.MainText2 a:active {
	text-decoration: underline;
	color: #666666;
}
.MainText2 a:visited {
	text-decoration: underline;
	color: #666666;
}
.MainText2 a:hover {
	color: #1B82DF;
}
/* Menu classes------------------------------------------------------------------------------------------ */
.menu1_offclass {
	
	font-size: 1em;
	color: #FFF;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #1B82DF;
}
.menu1_onclass {
	
	font-size: 1em;
	color: #666;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #CCC;
}
.submenu1_offclass {
	
	font-size: 0.9em;
	color: #CCC;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #1B82DF;
	border-top: 0px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.submenu1_onclass {
	
	font-size: 0.9em;
	color: #666;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #CCC;
	border-top: 0px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.menu2_offclass {
	
}
.menu2_onclass {
	
}
.submenu2_offclass {
	
}
.submenu2_onclass {
	
}
/* Common Footer classes------------------------------------------------------------------------------------------ */
.footerbackground {
	background-image: url(/aspx/blob2/templates/footer/../images/borders.png);
	background-color: #336699;
}
.footerborderright {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.footertext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
.footertext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
.footertext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
}
.footertext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF3300;
	text-decoration: none;
	text-align: center;
}
/* ---- Thickbox popup classes <<<------------------------------------------------------*/
#TB_window {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #336699;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#336699;
	margin-top:7px;
}

#TB_window a:link {color: #336699;}
#TB_window a:visited {color: #336699;}
#TB_window a:hover {
	color: #FFFFFF;
}
#TB_window a:active {color: #336699;}
#TB_window a:focus{color: #336699;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/aspx/scripts/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #336699 url(../../images/weave/background.jpg);
	z-index: 102;
	color:#FFFFFF;
	display:none;
	border: 4px solid #99CCFF;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:32px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:32px;
	padding:11px 15px 10px 0;
	float:right;
}

#TB_closeAjaxWindowBottom{
	height:32px;
	text-align:center;
}

#TB_closeAjaxWindow{
	padding:0px 10px 0px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:32px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

