/* Pathway Insurance Styles ========== */


/* General Re-Declarations========== */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #1A0C81 url(images/bg.gif);
	font: 13px/1.4 Arial, Helvetica, sans-serif;
}
br {
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 15px;
}
h1 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #900;
	background: transparent url("images/red-star.gif") no-repeat 0 4px;
	text-indent: 25px;
	margin: 0 0 15px;
}
ul {
        margin: 0 0 15px 15px;
        list-style-type: square;
}
ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}
blockquote {
	margin: 0 25px 15px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
td {
	padding: 5px 5px 5px 0;
}
textarea {
	width: 100%;
	height: 100px;
}

/* Link Styles ========== */
a:link, a:visited {
	color: #1A0C81;
	text-decoration: underline;
}
a:hover {
	color: #900;
}

/* IDs ========== */
#container {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#main {
	width: 760px;
	margin: 0 auto;
	background-color: white;
	text-align: left;
}
#header {
	width: 730px;
	height: 90px;
	position: relative;
	margin: 15px auto 0;
	padding: 0;
	background: transparent url("images/pathway-logo.gif") no-repeat 0 10px;
}
#headerText {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#headerText p {
	margin:0 0 5px;
}
#headerText a {
	background: transparent url("images/arrow.gif") no-repeat 0 3px;
	padding-left: 20px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 365px;
	height: 99px;
	background: transparent url("images/pathway-logo.gif") no-repeat 0 0;
}
#nav ul, #companies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li, #companies li {
	text-indent: 30px;
}
#nav p, #nav li, #companies p, #companies li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #1A0C81;
}
#nav a, #companies a {
	display:block;
}
#nav a:link, #nav a:visited, #companies a:link, #companies a:visited {
	text-decoration: none;
	color: white;
}
#nav a:hover, #companies a:hover {
	background: #8EACDD;
	border-left: 5px solid #900;
	color: #1A0C81;
}
#footer {
	font-size: 10px;
	text-align:center;
	padding: 15px 0;
}
#current, #current a:hover {
	background-color: #1A0C81;
	border-left-width: 0;
	color: white;
}

/* Classes ========== */
input.city {
	width: 200px;
}
input.areaCode, input.prefix {
	width: 30px;
}
input.suffix {
	width: 50px;
}
.section {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 730px;
}
.sideContentBox {
	display: block;
	float: left;
	clear: left;
	width: 185px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.sideTop {
	background: white url(images/left-top-curve.gif);
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.sideBottom {
	background: white url(images/left-bottom-curve.gif);
	width: 100%;
	height: 10px;
	font-size: 1px;
	margin-bottom: 15px;
}
.sideContent {
	padding: 0;
	background: #285296;
	color: white;
	text-align: left;
	text-indent: 15px;
}
.mainContentBox {
	display: block;
	float: right;
	width: 530px;
	background: #E6E6E6;
	vertical-align: top;
}
.mainTop {
	background: white url(images/right-top-curve.gif);
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.mainBottom {
	background: white url(images/right-bottom-curve.gif);
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.mainContent {
	padding: 0 15px;
	text-align: left;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
	width: 33%;
}
.floatright {
	float: right;
	width: 33%;
}
.tagline {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #900;
}
input.text {
	width: 300px;
}

/* Curved Area ==========*/
.curvedArea {
	display: block;
	width: 250px;
}
.topLeft {
	background-image: url(images/bg_topLeft.jpg);
	width: 100%;
	height: 45px;
	float: left;
}
.topRight {
	background-color: #fff;
	background-image: url(images/bg_topRight.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 50px;
	height: 45px;
	float: right;
}
.centerLeft {
	background-image: url(images/bg_centerLeft.jpg);
	background-repeat: repeat-y;
	width: 100%;
	float: left;
}
.centerRight {
	background-image: url(images/bg_centerRight.jpg);
	background-repeat: repeat-y;
	background-position: 100% 0;
	width: 100%;
	height: 100%;
	float: right;
}
.bottomLeft {
	background-image: url(images/bg_bottomLeft.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
}
.bottomRight {
	background-color: #fff;
	background-image: url(images/bg_bottomRight.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 50px;
	height: 52px;
	float: right;
}
.content {
	margin-right: 25px;
	margin-left: 25px;
}
/* End */