@charset "UTF-8";
/* CSS Document */

BODY {
	background-image: url(images/bg.gif);
	background-color:#FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555555;
	}

div {
	margin:0px;
	}

a {
	text-decoration:none;
	color:#0088cc;
	}

a:hover {
	text-decoration:underline;
	}

#holder {
	width: 920px;
	margin: 0px auto;
	}

#header {
	background:url(images/topheader-back.png) no-repeat top;
	height: 200px;
	}

#topHeader {
	height: 149px;
	width: 920px;
	}

p#logo {
	float: left;
	width: 200px;
	display:block;
	height:90px;
	padding:0px;
	margin: 40px 0px 0px 40px;	
	}

p#tagHeader {
	float:right;
	width:590px;
	display:block;
	height: 60px;
	margin: 40px 35px 0px 0px;
	padding:0px;
	text-align:right;
	}

#topInfo {
	float:right;
	width:550px;
	display:block;
	}

.title {
	font-size: 24px;
	font-weight:bold;
	color:#000000;
	}

.title2 {
	font-size: 21px;
	font-weight:bold;
	color:#000000;
	}

.title3 {
	font-size: 17px;
	font-weight:bold;
	color:#0088cc;
	}

p#topPhone {
	background: url(images/phone-icon.png) top left no-repeat;
	float: right;
	width: 150px;
	height: 30px;
	display:block;
	margin: 5px 15px 0px 0px;
	padding: 5px 0px 0px 37px;
	font-size:18px;
	font-weight:bold;
	color: #b4211e;
	}

p#topIdentity {
	background: url(images/identity-icon.png) no-repeat;
	float: right;
	width: 200px;
	height: 35px;
	display:block;
	margin: 8px 15px 0px 0px;
	padding: 0px 0px 0px 39px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	line-height: 15px;
	}

p#topIdentity span {
	color:#666666;
	}

#weather {
	float: right;
	width: 60px;
	height: 35px;
	display:block;
	margin: 2px 25px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	}

#topMenu {
	clear:both;
	margin: 0px 0px 0px 26px;
	height: 31px;
	width: 868px;
	line-height: 16px;
	}

#bodyContent {
	background:url(images/bodycontent-back.png) repeat-y;
	width: 920px;
	float:left;
	}

#content {
	width: 848px;
	margin-left: 36px;
	}

#homePhoto {
	height: 256px;
	padding-bottom: 15px;
	padding-top:5px;
	margin:0px;
	}


#twoCol {
	width: 848px;
	float:left;
	}
	
#leftCol {
	width: 490px;
	float:left;
	}

#rightCol {
	float:right;
	width: 310px;
	}
	
#leftCol2 {
	width: 580px;
	float:left;
	}

#rightCol2 {
	float:right;
	width: 215px;
	}
	
#leftColIDX {
	width: 570px;
	float:left;
	}

#rightColIDX {
	float:right;
	width: 250px;
	}

#footer {
	background:url(images/bottom-back.png) top no-repeat;
	padding: 57px 0px 0px 0px;
	width: 920px;
	text-align:center;
	color: #888888;
	font-size:12px;
	float:left;
	}

ul.orangeBull { 
	list-style:none;
	margin:0px;
	padding:0px
	}

ul.orangeBull li {
	padding: 0px 0px 15px 13px;
	background:url(images/bullet-orange.png) no-repeat;
	background-position: 0px 3px;
	font-weight:bold;
	color: #333333;
	font-size:15px;
	}