/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images1/bg_top.png);
	background-repeat: repeat-x;
	background-color: #ccc;
}
#wrapper	{
	clear: both;
	float: none;
	width: 100%;
	margin:0px auto;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #471d38;
}

.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
.skip {
	display: none;
}
img	{
	border: none;
}
img, div { behavior: url(iepngfix.htc) }

/*    * { behavior: url(iepngfix.htc) }  */
/* header */
#header {
	height: 120px;
	padding: 0;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#logo {
	float: left;
	width: 350px;
	height: 120px;
}

#logo a {
	width: 350px;
	height: 120px;
	display: block;
}
#logo h1	{
	display:none;
}
#tag	{
	float:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-top: 30px;
}
/* /header */


/* navigation */
#menu, #menuWrapper	{
	position:relative;
	z-index:999999;
	width: 620px;
	/* max 720 */
	float: right;
	height: 20px;
	margin-top: 40px;
}
#button {
	height: 75px;
	width: 220px;
	padding-top: 3px;
	margin-top: 24px;
}
#button a {
	height: 75px;
	width: 220px;
	display: block;
}
.grayStripe {
	background-image: url(../images2/grayStripe.png);
	background-repeat: repeat-x;
	height: 10px;
	margin: 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-position: top;
}
.topStripe {
	height: 120px;
	background-image: url(../images2/bg/bg_stripe.png);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.topStripe2 {
	height: 60px;
	background-image: url(../images2/bg/bg_stripe.png);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.topStripe2 p {
	color: #FFF;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 8px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	text-shadow: 0px 1px 2px #FC0;
	text-align: center;
}

.topStripe3 {
	height: 30px;
	background-image: url(../images2/bg/bg_stripe.png);
	background-repeat: repeat-x;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#crumbs {
	padding: 0px;
	line-height: 30px;
	background-position: left top;
}
#crumbs p {
	font-size: 11px;
	line-height: 30px;
	color: #FFF;
	margin: 0px;
	padding-left: 20px;
}
#crumbs a:link {
	color: #FFF;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
}

#crumbs a:visited {
	color: #e2e2e2;
	text-decoration: underline;
	padding-left: 10px;
	padding-right: 10px;
}
#crumbs a:hover {
	color: #FFF;
	text-decoration: none;
}

/* content */
#contentContainer	{
	width: 980px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
#content {
	padding: 20px;
}
#content p	{
	margin-top: 6px;
	margin-bottom: 18px;
}

/* /content */

/* columns */
#columns {
	margin-bottom: 5px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 10px;
	padding: 0px;
	width: 230px;
	float: left;
}
#leftcolumn p {
	font-size: 13px;
	padding-left: 6px;
}
#leftcolumn .indent10 {
	margin-left: 10px;
}

#leftcolumn a:link, #leftcolumn a:visited, #rightcolumn a:link, #rightcolumn a:visited,#content a:link, #content a:visited {
	color: #85376C;
	text-decoration: underline;
}
#leftcolumn a:hover, #rightcolumn a:hover, #content a:hover {
	text-decoration: none;
}

#rightcolumn {
	float: right;
	color: #333;
	padding: 0px;
	width: 686px;
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rightcolumn p {
	line-height: 1.2;
	margin-right: 20px;
}
#rightcolumn ul {
	margin-top: 0px;
}



/* footer */
#footer {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 12px;
}
#footer p {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0;
	margin: 0;
	letter-spacing: 2px;
}
#footer a {
	color: #000;
}
/* /footer */

/* typography */
#content h1, #columns h1	{
	color: #591F49;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 24px;
}
#content h2, #columns h2	{
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 22px;
	color: #666;
	font-weight: normal;
}
#content h3, #columns h3	{
	margin-top: 20px;
	margin-bottom: 0px;
	color: #666;
	border-bottom: solid 1px #666;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
}
#content h4, #columns h4	{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 6px;
	margin-top: 0px;
}
#columns p	{
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 10px;
}

