﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #9284b2;
    font-size: 0.8em;
    color:Black;
    text-align: justify;}
#body
{
    width: 760px;
    /*margin-top: 7px;*/
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /*font-size:medium;*/

}
#Banner
{
    background: url(Images/Header2.gif) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    height: 200px;
    margin-top: 17px;
}

/*
**  Navigation Menu at top
*/

#TopMenu
{
	margin: 0 auto;
	/*background: #75746E url(images/background_nav_top.gif) repeat-x top;*/
	background: #060556;
	line-height: normal;
	width: 760px;
	height: 40px;
}
#TopMenu ul
{
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float: right;
	/*background: url(images/nav_top_filler.gif) repeat-x left top;*/
	background: url(images/middle-tab.gif) repeat-x left top;
}

#TopMenu li
{
	float: left;
	/*background: url(images/nav_top_left.gif) no-repeat left top;*/
	background: url(images/left-tab.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
#TopMenu a
{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
/*	background: url(images/nav_top_right.gif) no-repeat right top;*/
	background: url(images/right-tab.gif) no-repeat right top;
	padding: 13px 25px 13px 15px;
}

#TopMenu a span
{
		color: #fff;

	border-bottom: #ccc 1px solid;
	padding-bottom: 54px; /* hide the underline in normal state, required for hover effect in IE */
}

#TopMenu a:hover span
{
		color: #000;

	border-bottom: #c0c0c0 1px solid;
	padding-bottom: 2px;
}

/*
**  Main Section Page Layouts
*/
body h1
{
	color:Blue;
	font-size:2.0em;
	font-weight:bolder;
}
.FullWidth
{
    border: 1px solid #DBDB79;
    padding: 10px;
}

.DashedLine
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}
#ColumnLeft
{
    float: left;
    width: 240px;
}

#ColumnRight
{
    margin-left: 245px;
    border-left: 1px solid #DBDB79;
}

.LeftBlock
{
    padding-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}

.RightBlock
{
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;
    width:495px;
    vertical-align: top;
}
.RightBlock h3
{
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.RightBlock h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    display: block;
}
.Clear2Column
{
    margin:0;
    padding:0;
    line-height:0;
    height:0px;
    clear: both;
}

/*
**  Image Management
*/
.ImageLeft
{
	float: left;
	width:175px;
	padding-bottom:0px;
	padding-right:10px;
}


/*
**  Navigation Menu in Footer
*/
#Footer
{
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	width: 760px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;

}
#FtrCopy
{
	font-size: 1.0em;
	color: #888679;
	margin-right: auto;
	margin-left: auto;
	width:300px;
	float:none;
}

#FooterNav
{
	margin-left: auto;
	width: 480px;
	float:left;
}

#FooterNav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	text-decoration: underline;
}

#FooterNav a
{
	color: #FFFFFF;
}
	/*
    **  Testimonials Stuff
    */
	blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(images/bg-quote.png) no-repeat;
	}
	blockquote h2
	{
		font-size:1.2em;
	}

blockquote p {
	margin:2px 0;
	font-style:italic;
	}
blockquote hr {
	color: #818181;
	background-color: #818181;
	height: 1px;
	border:0;
	margin-left:50px;
	margin-right:50px;
	}
