/* 

	project: the support group
	author: Reese Gautschi */

   
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
}

a {
	color: #5a283f;
	background: inherit;
}
a:hover {
	color: #CBB2BC;
	background: inherit;
}


h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange {
	color: #5a283f;
}
sup { font-size: .5em; }
x``
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover {
	color: #5a283f;
	background: inherit;
}
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 980px;
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	height: 130px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 960px;
}

.top_info {
	float: right;
	width: 960px;
	padding: 5px 0 4px 0;
	color: #000000;
}

	.top_info_left {
	width: 160px;
	float: left;
	background-image: url(images/TheSupportGroupSmall.jpg);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	margin-left: 30px;
	height: 150px;
	}

	.top_info_right {
	float: right;
	width: 660px;
	height: 150px;
	padding-left: 20px;
	margin-right: 0px;
	}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.2em;
	height: 24px;
	color: #FFF;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	padding-left: 90px;
	padding-right: 0px;
	float: right;
	width: 640px;
	margin-top: 30px;
	margin-right: 0px;
}

	.bar li {
	color: #FFF;
	float: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	}
	
	.bar li.active {
	color: #5a283f;
	font-weight: bold;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	background-position: center center;
	}
	
	.bar li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	} 
/* date form */
.outerbox { border:1px solid black;padding:0px;
    width:50px;
    overflow:hidden;margin:4px; font-weight: 900; 
    font-family: verdana,arial,sans-serif; }
	
.datebox  { font-size:22pt;color:#666;text-align:center;
    border-bottom:1px solid black; }
	
.monthbox { font-size:11pt;color:#fff;
    background-color:#666;text-align:center; }
	
/* search form */
.search_field {
	color: #5a283f;
	clear: both;
	font-weight: bold;
	height: 30px;
	width: 450px;
	margin-top: 5px;
	margin-left: 190px;
	margin-bottom: 5px;
	background-color: #eae8da;
	background-image: none;
	padding-left: 20px;
}
	input.search {
	width: 240px;
	height: 19px;
	border: 0;
	color: #5a283f;
	font-weight: bold;
	margin-left: 15px;
	background-image: url(images/input.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	background-color: #eae8da;
	}
	input.submit {
	border: 0;
	width: 50px;
	height: 19px;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	margin-right: 15px;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 7px;
	margin-left: 0px;
	float: right;
	}
	.grey { color: #eae8da; background: inherit; font-weight: normal; 
	}
	.search_form {
	float: right;
	width: 450px;
	margin-top: 7px;
	margin-left: 0px;
	padding-left: 20px;
}

/* left side
   --------- */

.left {
	float: left;
	width: 615px;
	margin: 0 0 10px 0;
}
p.leftmargin {margin-left: 2cm}
.lft_margin {
	margin-right: 0px;
	margin-left: 15px;
}


.left h2 {
	clear: both;
	color: #444;
	padding: 3px 0 4px 65px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
	background-image: url(images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #5A283F; background: #FFF; }
		
	.right_side {
		float: right;
		width: 260px;
		background: #FFF url(images/dotted.gif) repeat-y;
		color: #eae8da;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box {
	background: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0;
	}
	
	#navlist li { list-style-type: circle; }

		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
	color: #FFF;
	padding: 8px 0 8px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 3px 0;
	background-color: #5a283f;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	}
	.right_articles {
	color: #414141;
	background-color: #eae8da;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
		}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
