tbody.on  { display:table-row-group; }
tbody.off { display:none; }

html, body{ 
	margin: 5px 0px 5px 0px;
	padding:0;	
	text-align:center;	
	background:	#000000;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}	
	
#pagewidth{	
	width:940px;	
	text-align:left;		
	margin-left:auto;	
	margin-right:auto;		
}	
	
#header{
	position:relative;	
	height:90px;	
	background:url(images/corner-top-right.gif) no-repeat top right #2175bc;	
	width:100%;
}	

#header h1 {text-indent:-10000px;margin:0;padding:0;}
#header h1 a{display:block;background:url(images/logo_company.gif) no-repeat left;height:90px;}

#navigator{
	position:relative;	
	height:auto;	
	background-color: #ffffff;	
	width:940px;
	vertical-align: middle;
	padding: 5px 0 5px 0;
	text-align: right;
	font-weight: bold;
}	

#wrapper {
	background-color:#ffffff; 
}

#leftcol{
/*	background-color:#630C03;		*/
	float:	left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px 5px 5px 5px;
	display:inline;	
	position:	relative;	
	width:200px;
	text-align: justify;
	}
#maincol{

/*	background-color:#630C03;		*/
	padding: 0px;
	float:	right;	
	display:inline;	
	position:	relative;	
	width:725px;	
}

#headline {
	width: 710px;
	margin: 5px 5px 0px 5px;
}

#promo1 {
	float:	left;
	width: 210px;
	display:inline;	
	position: relative;	
	background: url(images/promo.gif) no-repeat left;
	height: 90px;
	padding: 10px 10px 5px 10px;
}

#promo1 h1 {text-indent:-10000px;margin:0;padding:0;}
#promo2 h1 a{display:block; height:210px;}

#promo2 {
	float:	left;
	width: 210px;
	display:inline;	
	position: relative;	
	background: url(images/promo.gif) no-repeat left;
	margin: 0px 10px 0px 10px;
	height: 90px;
	padding: 10px 10px 5px 10px;
}

#promo1 h1 {text-indent:-10000px;margin:0;padding:0;}
#promo2 h1 a{display:block; height:210px;}

#promo3 {
	float:	left;
	width: 210px;
	display:inline;	
	position: relative;	
	background: url(images/promo.gif) no-repeat left;
	height: 90px;
	padding: 10px 10px 5px 10px;
}
#promo1 h1 {text-indent:-10000px;margin:0;padding:0;}
#promo2 h1 a{display:block; height:210px;}

#content-1 {
	width: 710px;
	margin: 5px 5px 0px 5px;
	text-align: justify;
}

#content-1 .box{
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #2175bc;
}
}

#content {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 14px;
	color: #333333;
	width: 100%;
}

#content h3{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

#content .box {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #2175bc;
}

#content .box-blue {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #2175bc;
}

#content .box-black {
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #000000;
}

#content .serv {
	position: relative;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	border: 1px solid #000000;
	height: 95px;
}

#content img {
	margin: 0px 5px 0px 0px;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding-left: 15px;
	list-style: none;
	background: url(images/bg_list.gif) no-repeat top left;
}


.red {
	color: red;
}

.blue {
	color: #1958b7;
}

.right {
	text-align: right;
}

.title {
	font-weight: bold;
}





#rightcol{
/*	background-color:#630C03;		*/
	margin: 10px 10px 0px 5px;
	float:	right;	
	display:inline;	
	position:	relative;	
	width:200px;
	text-align: justify;
/*	border: 1px solid black; */
	}
#centercol{

/*	background-color:#630C03;		*/
	margin: 10px 0px 0px 5px;
	float:	left;	
	display:inline;	
	position:	relative;	
	width:500px;	
	text-align: justify;
	}

#footer{
	height:60px;	
	background:url(images/corner-bottom-left.gif) no-repeat bottom left #2175bc;
	clear:both;
	}	
	
	/*	***	Float	containers	fix:
	http://www.csscreator.com/attributes/containedfloat.php	***	*/	
.clearfix:after	{
	content:	".";	
	display:	block;	
	height:	0;	
	clear:	both;	
	visibility:	hidden;
	}
	
.clearfix{display:	inline-block;}

/*	Hides	from	IE-mac	\*/
*	html	.clearfix{height:	1%;}
.clearfix{display:	block;}
/*	End	hide	from	IE-mac	*/		


th {
	background: #cccccc;
	font-size: 11px;
	height:	20px;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
}

td {
	vertical-align: top;
}



/* Link */

a {
	text-decoration: none;
	color: blue;
}

a:active, a:visited {
	color: blue;
}

a:hover{
	color: maroon;
}


/* Form */
input {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS";
}

select {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS";
}

textarea {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, "Trebuchet MS";
}



/* Menu */

#button {
        width: 199px !important; 
		width: 164px;
        border-right: 1px solid #000;
        padding: 0 0 8px 0;
        margin-bottom: 10px;
        font-family: Verdana, Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 11px;
        background-color: #90bade;
        color: #333;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #90bade;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 10px;
                border-left: 10px solid #1958b7;
                border-right: 10px solid #508fc4;
                background-color: #2175bc;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

html>body #button li a {
	width: auto;
    }

#button li a:hover {
    border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
    }

#button li #active {
	border-left: 10px solid #1c64d1;
    border-right: 10px solid #5ba3e0;
    background-color: #2586d7;
    color: #fff;
	font-weight: bold;
    }

/* Heading */
h2 {
	width: 185px;
	background: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 6px 4px 6px 10px;
	color: white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-transform: uppercase;
}

/* Top Navigation */
#navPyra {
        margin: 0;
        padding: 0 0 5px 5px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
	font-size: 10px;
	line-height: 14px;
/*	font-weight: bold; */
	padding: 0 12px 6px 12px;
	text-decoration: none;
/*	color: #708491; */
	color: maroon;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        background: url(images/pyramid.gif) no-repeat bottom center;
}

/* Heading */
h3 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

p {
	margin: 10px 0px 10px 0px;
}

/* Module */

#module {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 100%;
}

#module h3{
	padding: 5px 5px 5px 35px;
	font-weight: bold;
	display: block;
	background: url(images/bg_module.gif) no-repeat left #2175bc;
	border: 1px solid #000000;
	height: auto;
	color: white;
}

#module .box {
	padding: 5px;
	margin: 0px;
	border: 1px solid #1958b7;
	color: #333333;
}


#module ul {
	padding: 0px;
	margin: 0px;
}

#module li {
	margin: 0px;
	padding-left: 15px;
	list-style: none;
	background: url(images/bg_list.gif) no-repeat top left;
}






img {
	margin: 0;
	padding: 0;
}

