﻿/*============================================*/
/* BEGIN Main Design - DIVs */
/* (index.asp and some forms) */


body	{
background-image:url('/images_hidden/backgrd/backgrd_site.jpg');
background-repeat:repeat-x;
}

#maincontainer{
width: 750px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
/* Modules, Languages */
#headersection{
background: #ffffff;
text-align: right;
padding-right: 10px;
height: 20px; /*Height of section*/
}
/* Logo */
#topsection{
background: #ffffff;
background-image: url(../assets/design/top_750x67.jpg);
layer-background-image: url(../assets/design/top_750x67.jpg);
height: 67px; /*Height of section*/
}
/* Navigation */
#topsection2{
background: #ffffff;
background-image: url(../images_hidden/backgrd/topbar_menu10x30.jpg);
layer-background-image: url(../assets/design/line01_13x33.jpg);
padding: 3px 0px 0px 0px;
height: 26px; /*Height of section - height + padding = height total*/
text-align: center;
}


#topbar {
background-image: url(../images_hidden/backgrd/backgrd_topgreen10x30.png);
layer-background-image: url(../images_hidden/backgrd/backgrd_topgreen10x30.png);

repeat-no;

/*	position: absolute;*/
/*	background-position: top center; */
	top: 0;
	left: 200;
	z-index: 4;
	height: 30px;
	width: 100%;
/*	background: #BA002B;*/


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 150px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -750px; /*Set margin to that of -(MainContainerWidth)*/
background: #ffffff;
}

#rightcolumn{
float: right;
width: 150px; /*Width of right column*/
margin-left: -150px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}

#whiteDivider {
    margin: 0em auto 0 auto;
padding: 0px 0px 0px 0px;    

text-align: center;
	width: 960px;
	height: 10px;
	background: url('/images_hidden/backgrd/backgrd_spacer_10x10.jpg');
	}

#whiteDividerSmall {
    margin: 0em auto 0 auto;
padding: 0px 0px 0px 0px;    

text-align: center;
/*	width: 960px;*/
	height: 10px;
	background: url('/images_hidden/backgrd/backgrd_spacer_10x10.jpg');
	}



#footer{
clear: left;
width: 100%;
background: #FFFFFF;
color: #FFFFFF;
text-align: center;
padding: 8px 0px 0px 0px;
height: 20px; /*Height of section - height + padding = height total*/
background-image: url(../assets/design/line03_13x28.jpg);
layer-background-image: url(../assets/design/line03_13x28.jpg);
}

#crfooter{
clear: left;
width: 100%;
background: #FFFFFF;
color: #FFFFFF;
text-align: center;
padding: 6px 0px 0px 0px;
height: 22px; /*Height of section - height + padding = height total*/
background-image: url(../assets/design/bottom_750x28.jpg);
layer-background-image: url(../assets/design/bottom_750x28.jpg);
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 0px; /*Margins for inner DIV left Column inside each column (to provide padding)*/
margin-top: 0;
}

/* END Main Design - DIVs */


/* BEGIN Contactform */
.cssform p{
width: 350px;
clear: left;
margin: 0;
padding: 1px 0 1px 0;
padding-left: 100px; /*width of left column containing the label elements*/
/*border-top: 1px dashed gray;*/
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 90px; /*width of labels. Should be smaller than left column (100px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
}
.cssform textarea{
width: 300px;
height: 150px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
margin-left: 3px;
}
/* END Contactform */

/* END Design Part (index.asp and some forms) */
/*============================================*/

/*Style sheet used for FAQ Module */
.handcursor{
cursor:hand;
cursor:pointer;
}

/* FAQ */
#dropcontentsubject{
width: 250px;
font-weight: bold;
}

.dropcontent{
width: 400px;
height: 40px;
border: 0px solid white;
background-color: #FFFFFF;
padding: 0px;
display:block;
}

/* Switch Menu */
.menutitle{
cursor:pointer;
margin-bottom: 4px;
background-color:#eaeaea;
color:#003366;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:0px solid;/* */
}

.submenu{
margin-bottom: 0.0em;
}
