@charset "utf-8";
/* CSS Document */

/*--------------------------------
			  Body
---------------------------------*/

body
{
	background-color:#FFFFFF;
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;

}
.container
{
	width:95%;
	min-width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

}

.calculator-textbox{ border-color:#999999; border-style:solid; border-width:1px; margin-bottom:2px; background-image:url(images/textbox-back.png); background-position:bottom; background-repeat:repeat-x; width:70%;}
.calculator-textbox:focus{ border-color:#00CCFF; background-image:url(images/textbox-back-active.png); background-position:bottom; background-repeat:repeat-x;}
.calculator-button{ border-color:#999999; border-style:solid; border-width:1px; margin-bottom:2px; background-color:#CCCCCC; width:70%;}
.calculator-button:hover{ border-color:#00CCFF; border-style:solid; border-width:1px; background-color:#CCCCCC;}

.contact-textbox{ border-color:#999999; border-style:solid; border-width:1px; margin-bottom:2px; background-color:#FFFFFF;}
.contact-textbox:focus{ border-color:#00CCFF;}
.contact-button{ border-color:#999999; border-style:solid; border-width:1px; margin-bottom:2px; background-color:#CCCCCC; margin-top:5px;}
.contact-button:hover{ border-color:#00CCFF; border-style:solid; border-width:1px; background-color:#CCCCCC;}

/*--------------------------------
			Body End
---------------------------------*/


/*--------------------------------
			 Header
---------------------------------*/
.header
{
	width:100%;
	height:150px;
	margin-top:30px;
	border-color:#00CCFF;
	border-style:solid;
	border-width:1px;
	background-color:#FFFFFF;
	background-image:url(images/header-back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.header-text
{

}

/*--------------------------------
		   Header End
---------------------------------*/


/*--------------------------------
		    Navigation
---------------------------------*/

.nav
{
	width:100%;
	height:30px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#FFFFFF;
	border-color:#00CCFF;
	border-style:solid;
	border-width:1px;
	background-image:url(images/navback.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.nav-table
{
	border:none;
	height:100%;
}

.nav-btn
{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	border-style:none;
	border-right-style:solid;
	border-right-color:#6AE1FF;
	color:#000000;
}

.nav-btn:hover
{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	background-color:#FFFFFF;
	background-image:url(images/navback-over.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

}

/*--------------------------------
		  Navigation End
---------------------------------*/


/*--------------------------------
			 Content
---------------------------------*/

.main
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.content-sidebar
{
	margin-right:30%;
	background-color:#FFFFFF;
	color:#000000;
}

.content-full
{
	background-color:#FFFFFF;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}

.sidebar-right
{
	float:right;
	width:29%;
	height:auto;
}

.sidebar-node
{
	width:100%;
	border:none;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom:10px;
}

.sidebar-title
{
	margin-bottom:2px;
	background-color:#FFFFFF;
	text-align:left;
	padding:2px;
	font-size:15px;
	color:#000000;
	background-image:url(images/sidebar-title.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-top:10px;
	height:25px;
}

.sidebar-title-text
{
	padding-top:5px;
}

.sidebar-title-l{background-image:url(images/sidebar-title-l.png); background-position:bottom; background-repeat:no-repeat; width:10px; background-color:#FFFFFF;}
.sidebar-title-r{background-image:url(images/sidebar-title-r.png); background-position:bottom; background-repeat:no-repeat; width:10px; background-color:#FFFFFF;}

.sidebar-content
{
	padding:5px;
	text-align:left;
	border-bottom-color:#00CCFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#00CCFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#00CCFF;
	border-right-style:solid;
	border-right-width:1px;
	background-image:url(images/node-back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	min-height:60px;
}
.content
{
	text-align:left;
	border-bottom-color:#00CCFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#00CCFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#00CCFF;
	border-right-style:solid;
	border-right-width:1px;
	background-image:url(images/node-back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
/*--------------------------------
		   Content End
---------------------------------*/


/*--------------------------------
			 Footer
---------------------------------*/

.footer
{
	width:100%;
	margin-top:50px;
	background-color:#FFFFFF;
	border-top-color:#00CCFF;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#00CCFF;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#00CCFF;
	border-right-style:solid;
	border-right-width:1px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
	color:#000000;
	background-image:url(images/node-back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.footer-text
{

}

/*--------------------------------
		   Footer End
---------------------------------*/
