@charset "utf-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #4d4b4d;
	line-height: 1.7em;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.twocol #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d9d8c6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twocol #header { 
	background: url(../images/navi_trenner.png) repeat-x;

	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twocol #logobar { 
	background:url(../images/logobar_bk.gif) repeat-x; 
	height: 105px;
	clear:both;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twocol #speechbar { 
	background:url(../images/hometop_bk.jpg) repeat-x; 
	height: 325px;
	clear:both;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twocol #logo {
	width: 400px;
	padding: 15px 0 0 20px;
	}
/*.twocol #header h1 {
	margin: 0;  zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/
.twocol #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 343px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 10px 0 10px 20px;
	
}
.twocol #sidebar p{
	margin-top: 10px;
	font-size: 1.3em;
	color:#000;
}
.twocol #sidebar a{
	margin-top: 10px;
	color:#000;
	line-height: 1.9em;
	text-decoration:none;
}
.twocol #sidebarform {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 10px 20px;
	margin: 0px;
	background-image:url(../images/side_formbk.gif); background-repeat:no-repeat;
}
.twocol #sidebarformbot {
	float: left; /* since this element is floated, a width must be given */
	width: 342px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 20px 10px 0;
}
/*form box end */


.twocol #sidebarhomeform {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 10px 20px;
	margin: 0px;
	background-image:url(../images/homeformbk.gif); background-repeat:no-repeat;
}
.twocol #sidebarhomeformbot {
	float: left; /* since this element is floated, a width must be given */
	width: 342px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 20px 0 0;
}
#sidebarhomeform table tr td {
	font-size: 1.2em;
	color: #000;
}

#sidebarhomeform h3 {
	color:#333;
	font-size: 2.3em;
	font-weight:normal;
}
/*homeform box end */


.twocol #sidebarquestions {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 189px;
	padding: 15px 10px 0 20px;
	background-image:url(../images/side_questionsbk.gif); background-repeat:no-repeat;
}

.twocol #sidebarquestionsbot {
	float: left; /* since this element is floated, a width must be given */
	width: 342px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 20px 10px 0;
}
/*questions box end */

.twocol #sidebarcase {
	float: left; /* since this element is floated, a width must be given */
	width: 313px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 0 20px;
	background-image:url(../images/side_casebk.gif); background-repeat:no-repeat;
}
.twocol #sidebarcasebot {
	float: left; /* since this element is floated, a width must be given */
	width: 342px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 20px 20px 0;
}
.twocol #container #sidebar #sidebarcase #quote {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #c22026;
}

/*case box end */ 

.twocol #container #sidebar #sidebarcase img {
	margin: 0 10px 0 0;
	}
.twocol #mainContainer { 
	float: left;
	width: 557px;
	margin: 10px 0 10px 20px;
} 

.twocol #mainContent { 
	width: 518px;
	background-image:url(../images/contentbk.gif); background-repeat:repeat;
	/*margin: 10px 0 10px 20px; */
	padding: 20px 20px 10px 20px;
} 
.twocol #mainContent ul{
	font-size: 1.2em;
	list-style:circle;
	color: #c22026;
	margin: 0 0 10px 0;
}
	
.twocol #mainContent a {
	color:#c22026;
	text-decoration: none; }
	
.twocol #formContent { 
	width: 518px;
	background-image:url(../images/contentbk.gif); background-repeat:no-repeat;
	/*margin: 10px 0 10px 20px; */
	padding: 20px 20px 10px 20px;
} 
.BorderedInput {border:1px #666 solid; }

.twocol #mainContent img {
	margin-left: 10px;
	margin-bottom: 10px;
}
.twocol #mainbot {
	float: left;
	clear:both;
	width: 518px;
	padding: 0 0 0 0;
}
.twocol #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align: center;	
} 
.twocol #footer a{ 
	color:#ccc;
	text-decoration:none;
} 
.twocol #footer p {
	color:#CCC;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#c22026;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color:#c22026;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.3em;
	margin-left: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	margin-top: 12px;
}
h5 {
	margin-top: 0px;
	margin-bottom: 1px;
}
h6 {
	margin-top: 15px;
	margin-bottom: 20px;
}

p {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px 0px 10px;
}

/* Navigation*/

#navlist
	{
	font-size: 1.3em;
	height:62px;
	padding:0;
	margin:0;
	font-weight: bold;
	}

#navlist li
	{
	list-style: none;
	margin: 0;
	display: inline;
	}

#navlist li a
	{
	height: 42px;
	padding-top: 20px;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 0px;
	background:url(../images/navi_trenner.png) no-repeat right top;
	}

#navlist li a:link, #navlist li a:visited { 
	color: #cccccc; 
	}

#navlist li a:hover {
	color: #ffffff;
	background: url(../images/bg_navi_hover.png) no-repeat center top;
	}

#navlist li a#current, #navlist li a:hover#current
	{
	color: #ffffff;
	background: url(../images/bg_navi_hover.png) no-repeat center top;
	}

/* forms */
label {
		color: #000;
}

#sidebarform table tr td {
	font-size: 1.2em;
	color: #000;
}
#formContent table tr td {
	font-size: 1.2em;
	color: #000;
}
#speechbubble {
	background-image: url(../images/speechbubble.gif);
	height: 194px;
	width: 528px;
	float:left;
	margin: 35px 0 0 14px;
	padding: 0 50px 0 20px;
}
#speechbubble h1 {
	color:#333;
	font-size: 1.7em;
	font-weight:normal;
	margin: 25px 0 15px 0;
}
#bigredhome {
	color:#c22026;
	font-size: 1.9em;
	font-weight:normal;
	margin: 5px 0 0 0;
}

.consultants {
	background-image: url(../images/consultants.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 323px;
	width: 346px;
	z-index: 2;
	margin: 1px 0 0 0;
}

li
	{
	list-style: disc;
	margin: 20px;
	display: list-item;
	margin-top: -5px;
	}

li a
	{
	height: 12px;
	color: #ffffff;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 0px;

	}
	
#sitemap li
	{
	width: auto;
	list-style: none;
	display: inline-block;
	float:inherit;
	}
