@charset "utf-8";
/* CSS Document */

/* -- TAGS -- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #4e4e4e;
}

h1 {
	font-size: 160%;
	color: #f71445;
	margin: 20px 0px;
	padding: 0px;
}

h2 {
	font-size: 125%;
	color: #f71445;
}

h3 {
	font-size: 110%;
	color: #3ab2fe;
}

hr {
	border-top: 1px dashed #4e4e4e;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

/* -- LINKs --*/

a {
	color: #100042;
	text-decoration: underline;
}

/* -- LAYOUT --*/

#nav, #homeContentTop, #homeSideCol, #sideCol, #buttons, #footerLinks {
	display: none;
}

#header  {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	background-image: url(../images/bg1.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#logo {
	float: left;
	width: 50%;
}

#phone {
	float: left;
	width: 49%;
	text-align: right;
}

#picStripe {
	clear: left;
}

/* -- modules --*/

#newsPreview ul, li {
	margin: 0px;
	padding: 0px;
}

#newsPreview li {
	list-style-type: none;
	padding: 3px 0;
}

ul.itemList {
	list-style: none;
	margin: 0;
	padding: 0;	
}

ul.itemList li {
	list-style: none;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}

ul.itemList li:hover {
	background-color: #fbfbfb;
	cursor: hand;
	border-top: 1px dashed #9A9A9A;
	border-bottom: 1px dashed #9A9A9A;
	color: #f71445;
}

ul.itemList li.main {
	margin: 0;
	padding: 15px 8px;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #9A9A9A;
	list-style: none;
}

ul.itemList li.main:hover {
	background-color: #fbfbfb;
	cursor: hand;
}

ul.itemList li.main h3 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 115%;
}

ul.itemList li h3 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 100%;
}

ul.itemList li h3 a {
	color: #100042;
	text-decoration: none;
	border-bottom: 1px dashed #4e4e4e;
}

ul.itemList li h3 a.archive {
	color: #4e4e4e;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}

ul.itemList li h3 a.archive:hover {
	color: #f71445;
}

ul.itemList li h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin: 0px 0px 0xp 20px;
}

ul.itemList li span {
	font-size: 90%;
	color: #666;
}

ul.itemList li div {
	margin-top: 4px;
}

h3.itemList {
	text-transform: uppercase;
	color: #666;
	font-size: 120%;
	margin: 10px 0;
	padding: 0;
}

h4.itemList {
	text-transform: uppercase;
	color: #f71445;
	font-size: 100%;
	margin: 20px 0 10px 0;
	padding: 0;
}

ul.itemList li div.itemImg {
	float: left;
	width: 100px;
}

ul.itemList li div.itemTxt {
	float: left;
	width: 350px;
}

ul.itemList li div.itemDl {
	clear: both;
}

ul.itemList2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.itemList2 li {
	list-style: none;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}

ul.itemList2 li:hover {
	background-color: #fbfbfb;
	cursor: hand;
	border-top: 1px dashed #9A9A9A;
	border-bottom: 1px dashed #9A9A9A;
}

ul.itemList2 li h3 {
	color: #4e4e4e;
	margin: 0px;
	padding: 8px 8px;
}

ul.itemList2 li h3 a {
	color: #4e4e4e;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/* border-bottom: 1px dashed #4e4e4e; */
}

ul.itemList2 li h3 span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	margin: 0px 0px 0xp 20px;
}



