/************************ HMTL Styles */
body{
	font-family: Arial,sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	background-color: #DCDDDE;
	font-size: 12px;
}
a{
	color: #23408F;
}
a:visited{
	color: #23408F;
}
a:hover{
	color: #CC4512;
}
a img{
	border: none;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
	color: #23408F;
}

h1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2{
 font-size: 16px;
}
h3{
	font-size: 14px;
}
h4{
}
h5{
}

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/************************** Layout */
#mainContainer{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
#header{
	width: 100%;
}
#leftColumn{
	float: left;
	width: 20%;
	margin: 0px;
	display: none;
	padding-top: 15px;
}
#rightColumn{
	float:right;
	width: 20%;
	display: none;
}
#centerColumn{
	float: left;
	width: 100%;
	margin-top: 12px;
}
#footer{
	clear: both;
	border-top: 1px solid #23408E;
	text-align: center;
}
#footerRight{
	float: right;
	width: 150px;
	height: 60px;
	display: none;
}
#homeLogo{
	margin-top: 11px;
	margin-left: 22px;
}
#contactPhone{
	font-size: 14px;
	margin-bottom: 5px;
}
#socialLinks{
	text-align: right;
	margin-top: 9px;
}
#socialLinks img{
	margin-left: 5px;
}
#topNav{
	height: 38px;
	background-repeat: no-repeat;
	background-color: #647CB8;
	margin-bottom: 5px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	/*box-shadow: 10px 10px 5px #888;*/
}
#topNav li{
	float: left;
	display: block;
}
.darkNav a{
	background-color: #23408E;
}
#topNav a{
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 22px;
	padding-right: 22px;
	margin-top: 3px;
	margin-right: 3px;
}
#topNav a:hover{
	color: #FF8A00;
}
.clearer{
	clear: both;
	height: 2px;
}
#mainMessage{
	padding-left: 45px;
}
.bulletList{
	list-style-type: disc;
	list-style-position: inside;
}

/* styles used in porfolio listing on home and leftNav */
.portfolio{
	padding: 9px 9px 22px 9px;
	background-color: #CCCCCC;
}
.portfolio li{ 
	color: #CC4512;
	margin-left: 15px;
}
.portfolio li a{ 
	color: #CC4512;
}
.portfolio h3{
	margin-bottom: 5px;
	color: #58585A;
	text-align: center;
	margin-bottom: 15px;
}
.portfolioWord{
	font-size: 18px;
	color: #58585A;
}
