@CHARSET "UTF-8";
/**************
 * Jürgen Geuter (tante@the-gay-bar.com)
 * CSS file for thurstoninsurance.com
 */
body {
	background: #000031;
	background-image: url(images/bgtext.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

/* main content area in the middle */
.mainContentPane {
	margin-left: auto;
	margin-right: auto;
	background: transparent;
	width: 750px;
	min-height: 600px;
	}
	
/* header with the Logo thingy */
.header{
	background:transparent;
	}

.headermiddle{
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	max-height: 100px;
	}
	

.headerleft{
	height: 100px;
	padding: 0px;
	margin: 0px;
}
.headerright;{
	height: 100px;
	padding: 0px;
	margin: 0px;
	
}
/* container for the menubar */
.menu{
    background: #2910bf;
	border-color: white;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
    font-size: 14px;
}


/* menuitems are the "tabs" in the menubar */
.menuitemInactive{
	vertical-align: middle;
	color: white;
	text-align: center;
	background: #2910bf;
	border-color: white;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
    padding: 8px;
	}
	
/*td.menuitemInactive*/

.menuitemActive{
    vertical-align: middle;
	color: white;
	text-align: center;
	background: #5186e7;
	border-color: white;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
    padding: 8px;
	font-weight: bold;

}

.menuspacer{
    border-color: white;
	border-width: 1px;
	border-left-style: solid;

	}

/* "real" content area */
.content{
	height: auto;
	min-height: 550px;
	padding: 10px;
/*	border-left: 2px solid blue;
	border-right: 2px solid blue;*/
	background: white;
	text-align: justify;
	font-size: 16px;
}

.contenttopimage{
	float: right;
	margin:20px;
	}

.contentform{    
}


/* copyright and whatever and ever amen */
.footer{
	background: #2910bf; /*-image: url(images/footerbg.jpg);*/
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
	
}

/* some formatting */
.column_left{

   width: 60%;
}
.column_right{
   border-color: grey;
   border-style: dotted;
   border-width: 1px;
   margin: 2px;
   padding: 2px;
   font-size:14px;
   }

.column_right_mail{
   border-color: grey;
   border-style: dotted;
   border-width: 1px;
   margin: 2px;
   padding: 4px;
   font-size:16px;
   text-align:center;
   }


.featured_header{
   font-weight: bold;
   font-style: italic;
   color: blue;
   text-align: center;
}

.warning{
    color: red;
    font-size: 11px;
}

td b{
    font-size: 11px;
}

.privacycontent{
	height: auto;
	/*min-height: 550px;*/
	padding: 10px;
	margin: 5px;
    border-color: grey;
    border-style: dotted;
    border-width: 1px;	
    background: white;
	text-align: left;
	font-size: 16px;
}