/* CSS Document */

* {

}

body, html {
	margin:0px;
	padding:0px;
	min-height:600px;
	height:100%;
	text-align:center;
	color:#ffffff;
	font-size:9pt;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:100;
	background-color:#96d6ff;
	background-image:url(images/clouds.gif);
	background-attachment:fixed;
	background-position: top left;
	background-repeat:repeat-x;
}

.input
{
border:1px solid #ffffff; /* #463a30; */
padding:0px;
width:100px;
}

.button
{
border:0px solid #ffffff; /* #463a30; */
padding:-1px;
}

#wrapper {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family:Helvetica Neue, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:left;
		background-image:url(images/grass.gif);
background-position: bottom;
	background-repeat:repeat-x;

}

#main {
	background-color:#FFFFFF;
	border-left:solid #96d6ff;
	border-right:solid #96d6ff;
	width:800px;
	color:#000000;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	width:100%;
	clear:both;
	height:30px;
	margin-bottom:30px;
	
	text-align:right;
}

.push {

}

.logo {
	text-indent: -4000px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	padding-left:269px;
	padding-bottom:42px;
}

#grass {
	width:100%;
	color:#000000;
	font-size:10px;
	font-family:Helvetica Neue, Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:center;
	
	padding-bottom:35px;
	
}

.picleft {
	float:left;
	margin-right:1em;
}


.picright {
	float:right;
	margin-left:1em;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


#content {
	margin-left:20px;
	width:470px;
	min-height:340px;
	border-right:1px dotted #222222;
	padding-right:15px;
	float:left;
}

#secondary {
	width:250px;
	float:right;
	margin-right:20px;

}

b.rtop, b.rbottom{display:block;background: #96d6ff; padding-bottom:10px;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#nifty{ margin: 0 10%;background: #cccccc}


#secondary ul {
	margin-left:0px;
	padding-left:20px;
	list-style-type:square;
}


.conform1 {
	float:left;
	width:100px;
	padding-right:5px;
	
}


.conform2 {
	float:left;
	width:350px;
	padding-left:0px;
	
}

#nav {
	background-image: url(images/nav.jpg);
	color:#ffffff;
	
	padding-left:20px;
	padding-top:5px;
	height:25px;
	margin-left:0px;
	margin-right:0px;
}

#banner {
	height:85px;
	text-indent: -4000px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position:2px;
	margin-left:40px;
	
}


h1 {
	font-family:Trebuchet MS, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:100;
	color:#0a71ce;
	
}

h2 {
	font-family:Trebuchet MS, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#0a71ce;
	
}


#bodytext a:link {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


#bodytext a:visited {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


#bodytext a:active {
	color:#000000;
	text-decoration:none;
}

#bodytext a:hover {
	color:#000000;
	text-decoration:underline;
}


a:link {
	color:#000000;
	text-decoration:none;
}


a:visited {
	color:#000000;
	text-decoration:none;
}


a:active {
	color:#cccccc;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(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: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	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_window img#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:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 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:27px;
}

#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;
}
