@charset "utf-8";
/* DiscoverPainFree.com CSS Document */

body
{
	background: #999999;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
	
a
{
	color: #5C92C7;
	text-decoration: none;
}
a:hover
{
	color: #014D72;
	text-decoration: underline;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004E7A;
	font-weight: bold;
	padding: 5px 0;
	text-transform: uppercase;
}
ul
{
	padding: 5px;
	margin: 10px 5px 5px 15px;
}
li
{
	list-style-image: url(images/arrow.gif);
}

#border-left
{
	background: url(images/border-left.jpg) repeat-y;
	width: 10px;
}
#border-right
{
	background: url(images/border-right.jpg) repeat-y;
	width: 10px;
}
#main-container
{
	background: #FFFFFF;
	width: 850px;
}
#top-bg
{
	background: url(images/top-bg.jpg) repeat-x;
	height: 147px;
}
#logo
{
	width: 227px;
	padding-left: 20px;
}
#top-img
{
	background: url(images/top-img.jpg) no-repeat right;
}
.menus
{
	background: url(images/menu-bg.jpg) repeat-x;
	line-height: 29px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
.menus a
{
	color: #B4D8F0;
	text-decoration: none;
	padding: 0 5px;
}
.menus a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
}
.menus a.selected
{
	color:  #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
}

.contentarea
{
	padding: 5px;
}
#rightpane
{
	background: #DDDDDD;
	border: solid 1px #6196C2;
}
.rightcontents
{
	padding: 5px;
}
.title
{
	background: url(images/title-bg.jpg) repeat-x;
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 15px;
}
.divider
{
	border-bottom: dotted 1px #6196C2;
}
.footer
{
	background: url(images/footer-bg.jpg) repeat-x;
	height: 64px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.footer a
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Intro Page CSS */
.i-body
{
	margin-top: 0;
	background: #FFFFFF;
}
.i-topbar
{
	background: url(images/intro-top-bar.jpg) repeat-x;
	height: 100px;
}
.i-botbar
{
	background: url(images/intro-bot-bar.jpg) repeat-x;
	height: 100px;
} 
.i-left-img
{
	background: url(images/intro-L-image.jpg) no-repeat right bottom;
	width: 197px;
	height: 321px;
}
.i-right-img
{
	background: url(images/intro-R-image.jpg) no-repeat left bottom;
	width: 205px;
	height: 321px;
}
.i-menus
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #014D72;
}
.i-menus a
{
	color: #014D72;
	text-decoration: none;
}
.i-menus a:hover
{
	color: #5C92C7;
	text-decoration: none;
}
.i-bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014D72;
	font-weight: bold;
	line-height: 30px;
}