html {
	color: #999;
}
body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #666;
}
h1 {
	font-size: 1.2em;
	color: #598AA4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5000px;
}
h4 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-weight: bold;
	color: #598AA4;
	font-size: 0.8em;
}
h3 {
	font-size: .9em;
	color: #d0005d;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #d0005d;
	margin: 0px;
	padding: 0px;
}



p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


a:link {
	color: #FFF;
	border: none;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #78DFEB;
}
a img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	background-color: #41363c;
	background-image: url(images/baseBkg.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}





#topBar {
	height: 105px;
	width: 960px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
}
#phoneNumber {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainMenu {
	width: 960px;
	float: left;
}
#mainMenuLeft {
	height: 28px;
	width: 350px;
	font-size: 0.9em;
	margin-top: 5px;
	float: left;
}

#mainMenuLeft ul {
	margin: 0px;
	float: left;
	padding: 0px;	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aca7aa;
}
#mainMenuLeft li {
	position: relative;
	list-style-type: none;
	height: 28px;

}

#mainMenuLeft ul li:hover ul{
	display:block;
}

#mainMenuLeft ul ul{
	font-size: 0.9em;
	display: none;
	width: 160px;
	position: absolute;
	z-index: 500;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#mainMenuLeft ul ul li{
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aca7aa;
	top: 0px;
	background-color: #696467;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}


#mainMenuLeft span {
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainMenuLeft a img   {
	color: #FFFFFF;
}

#mainMenuLeft a:hover  {
	text-decoration: none;
}

#mainMenuLeft span:hover  {
	text-decoration: none;
	background-color: #55a1ad;
}

#mainMenuLeft span:visited {
	color: #FFFFFF;
}
/*#mainMenuLeft a:hover {
	background-color: #3EA3D2;
	color: #FFFFFF;
	display: block;
}*/
#mainMenuLeft a:visited {
	color: #FFFFFF;
}

#mainMenuRight {
	height: 28px;
	font-size: 0.9em;
	margin-top: 5px;
	float: right;
	width: 250px;
}
#mainMenuRight ul {
	margin: 0px;
	float: left;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aca7aa;
}
#mainMenuRight li {
	position: relative;
	list-style-type: none;
	height: 28px;

}

#mainMenuRight ul li:hover ul{
	display:block;
}

#mainMenuRight ul ul{
	font-size: 0.9em;
	display: none;
	width: 160px;
	position: absolute;
	z-index: 500;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#mainMenuRight ul ul li{
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aca7aa;
	top: 0px;
	background-color: #696467;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}


#mainMenuRight span {
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainMenuRight a img   {
	color: #FFFFFF;
}

#mainMenuRight a:hover  {
	text-decoration: none;
}

#mainMenuRight span:hover  {
	text-decoration: none;
	background-color: #55a1ad;
}

#mainMenuRight span:visited {
	color: #FFFFFF;
}
/*#mainMenuLeft a:hover {
	background-color: #3EA3D2;
	color: #FFFFFF;
	display: block;
}*/
#mainMenuRight a:visited {
	color: #FFFFFF;
}

#redBar {
	background-image: url(images/baseRedBar.gif);
	background-repeat: repeat-x;
	float: left;
	height: 112px;
	width: 960px;
}

#clearFloats_1 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#leftColumn {
	height: 600px;
	width: 240px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#leftMenuButton_1 a{
	background-image: url(images/leftMenu_1dim.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 230px;
	display: block;
}


#leftMenuButton_1 a:hover {
	background-image: url(images/leftMenu_1bright.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 184px;
	width: 230px;
}
#leftMenuButton_2 a{
	background-image: url(images/leftMenu_2dim.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 230px;
	display: block;
}

#leftMenuButton_2 a:hover {
	background-image: url(images/leftMenu_2bright.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 184px;
	width: 230px;
}
#leftMenuButton_3 a{
	background-image: url(images/leftMenu_3dim.jpg);
	background-repeat: no-repeat;
	height: 184px;
	width: 230px;
	display: block;
}
#leftMenuButton_3 a:hover {
	background-image: url(images/leftMenu_3bright.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 184px;
	width: 230px;
}
#clearFloats_2 {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content {
	height: auto;
	width: 454px;
	float: left;
	margin-top: -80px;
	z-index: 2;
}
/*#content  a {
	color: #598AA4;
}*/

#content a:link {
	color: #598AA4;
	border: none;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
	color: #598AA4;
}

#content a:hover {
	text-decoration: none;
	color: #d0005d;
}

#content ul{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #598AA4;
	padding: 0px;
	list-style-position: inside;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#serviceButton ul {
	list-style-type: none;
}
#serviceButton li {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#contentBody {
	background-color: #FFF;
	min-height: 600px;
	width: 414px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#contentBottom {
	margin: 0px;
	padding: 0px;
}

#contentBody table {
	font-size: 0.8em;
	color: #000;
}
#contentBody table tr td {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#contentBody h2 {
	color: #598AA4;
	margin-top: -15px;
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
}
#contentBody_2 {
	background-color: #FFF;
	min-height: 600px;
	width: 414px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: -40px;
}
#flashcontent {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}


#contentBody_2 h2 {
	color: #598AA4;
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	margin-top: 0px;
}
#contentBody_2 table {
	font-size: 0.8em;
	color: #000;
}
#contentBody_2 table tr td {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}



#rightColumn {
	width: 262px;
	float: right;
	height: 600px;
	margin-top: 10px;
	text-align: center;
}

#quote p {
	margin-left: -5000px;
}
#connect {
	text-align: center;
}

#connect h3 {
	text-align: center;
	font-size: 1.3em;
	color: #FFF;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: normal;
}

#connect p {
	text-align: center;
	font-size: .8em;
	color: #FFF;
}

#footer {
	text-align: center;
	background-image: url(images/baseFooterBar.gif);
	background-repeat: repeat-x;
	height: 44px;
	margin-top: 60px;
	width: 960px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer p {
	font-size: .8em;
	color: #FFF;
	vertical-align: middle;
	margin-top: 2px;
}

#keyWordFooter {
	text-align: center;
	float: left;
	height: 30px;
	width: 920px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#keyWordFooter p {
	font-size: .7em;
	color: #CCC;
}
#clearFloats_3 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

#flashcontent1 {
	height: 250px;
	width: 420px;
}
.blackText {
	color: #000;
}
.googlePlusOne {
	margin-left: 30px;
}

