﻿/* Control Styles */
body
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

hr
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

h4
{
	color: #1D3B73;
}

h2
{
	color: #13284D;
}

/* ID Styles */


/* Class Styles */
.topBottom
{
	clear: both;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-repeat: no-repeat;
}

.mainFrame
{
	clear: both;
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.menuParent
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.menuContainer
{
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.menuContainer a:hover
{
	color: #C78B11;
}

.breadCrumbs
{
	font-size: 13px;
	background-color: white;
	padding-bottom: 10px;
}

.adjustedZIndex /*Hack for IE8 menus*/
{
	z-index: 1;
}

.menu
{
	/*background-color: #8EBADD;width: 1014px;*/
}

.menu1
{
	background-image: url(images/nav_bg.gif);
	font-size: 20px;
	height: 41px;
	background-repeat: repeat-x;
	padding: inherit;
}
selectedMenu1
{
	background-color: Aqua;
}

.hoverMenu1
{
}

.menu2
{
	background-color: #0F75BC;
	padding: 3px;
	border-left: solid 4px #C78B11;
	border-right: solid 4px #C78B11;
}

.selectedMenu2
{
	background-color: #D39737;
}

.hoverMenu2
{
	background-color: #C78B11;
}

.contentContainer
{
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.leftSide
{
	clear: both;
	float: left;
	width: 200px;
	margin-top: 36px;
	margin-bottom: 40px;
}

.leftMenu
{
	clear: both;
	float: left;
	width: 200px;
	background-image: url(images/left_nav_bg.gif);
}

.leftMenu a:hover
{
	color: #C78B11;
}

.leftMenu a
{
	padding-left: 20px;
	padding-bottom: 60px;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	font-family: Calibri;
	color: #ffffff;
}

.content
{
	float: left;
	min-height: 300px;
	width: 600px;
	margin-top: 10px;
	margin-right: 7px;
	margin-left: 7px;
	font-family: georgia; /*Verdana;*/
	font-size: 14px;
	line-height: 21px;
}

.answer
{
	padding-left: 20px;
	padding-right: 30px;
}

.rightMenu
{
	float: left;
	width: 200px;
	margin-top: 36px;
}

.rightMenu a:hover
{
	color: #C78B11;
}

.rightMenu a
{
	margin-left: 5px;
	height: 20px;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	font-family: Calibri;
	color: #0F75BC;
}

.rightMenu .followImg
{
	padding-left: 5px;
}

.rightMenu .extraPadding
{
	padding-left: 45px;
}

.LabelHeader
{
	color: #C78B11;
	font-weight: bolder;
	font-size: 14pt;
	margin-top: 30px;
	margin-left: 10px; *margin-bottom:-7px;
}

.recBookDescription
{
	padding-left: 20px;
	margin-bottom: 20px;
}

.menuBlockBody
{
	padding: 5px 20px 5px 20px; *margin-top:-4px;
*margin-bottom:-4px;
background-image:url(images/left_mid.gif);
}

.imageStyle
{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

.footerContainer
{
	clear: both;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

.footerLinks
{
	padding-left: 10px;
	padding-right: 10px;
}

.TagLine
{
	float: left;
	height: 60px;
	width: 207px;
	font-size: x-large;
	color: #88B5DC;
	padding-top: 40px;
	padding-left: 40px;
	line-height: 1.3em;
}

.scrollingTestimony
{
	float: right;
	margin-right: 50px;
	width: 280px;
}

.scrollingTestimony a
{
	color: #0F75BC;
}

.testimonialGray
{
	margin-left: 7%;
	float: left;
	border: solid 2px #D1D1D1;
	background-color: #E2E3E3;
	width: 80%;
	padding: 10px;
}
.testimonialWhite
{
	margin-left: 7%;
	float: left;
	border: dashed 2px #D1D1D1;
	background-color: #ffffff;
	width: 80%;
	padding: 10px;
}


#twitter_update_list li
{
	list-style-type: none;
	color:#706964;
	line-height:1.4em;
	list-style-position:outside;
	
}


