/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
* {
	outline: none;
}
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #1e2128;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #ca1731;
	text-decoration: none;
}
a:hover {
	color: #ca1731;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #1e2128;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(../IWN-old/images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#bg {
	min-width: 800px;
	height: 1078px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#main {
	margin: 0 auto;
	width: 800px;
}
#datephone h1 {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	font-size: 38px;
	font-weight: bold;
	color: #ffd200;
	text-align: center;
}
#twocollinks {
	width: 665px;
	margin: 0 auto;
	padding-top: 65px;
}
.twocollinks_item {
	border-bottom: 1px solid #1d6ea8;
}
.twocollinks_left {
	float: left;
	width: 380px;
}
.twocollinks_left p {
	float: left;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
	padding: 16px 0px 22px 0px;
	margin: 0px;
	line-height: 24px;
}
.twocollinks_right {
	float: right;
	width: 219px;
	padding: 20px 0px 0px 0px;
}
#index_text {
	padding-top: 26px;
}
#index_text h2 {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	color: #ffd204;
	font-size: 21px;
	line-height: 24px;
}
#index_text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
#footer {
	width: 665px;
	margin: 0 auto;
	padding-top: 50px;
}
#footer_links {
	text-align: right;
}
#footer_text {
	padding-top: 50px;
	font-size: 13px;
	color: #00497a;
	line-height: 17px;
	font-weight: bold;
}
#footer_text a {
	color: #00497a;
}
#footer_text a:hover {
	color: #00497a;
	text-decoration: underline;
}