@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
//
//
//
//
//
//
*/

a
{
    color: #33297b;
    text-decoration:none;
}

a.notLink
{   
    color: green;
    text-decoration:none;
    cursor:default;
}

a.notLink:hover
{   
    color: #33297b;
    text-decoration:none;
    cursor:default;
}

a:hover
{
    color:#bbbbbb;
    text-decoration:underline;
}

a.inline
{
    color:Blue;
    text-decoration:none;
}

a.inline:hover
{
    color:#bbbbbb;
    text-decoration:underline;
}

body 
{
    background-color:#492F92;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
    margin:10px 0px 0px 0px;
    padding:0px;
}

div#body
{
    background-image:url(../images/sidesBorder.jpg);
    background-repeat:repeat-y;
	padding:0px 20px 0px 19px;
}

div#contentHolder
{
    margin-left:auto;
    margin-right:auto;
    width:840px;
}

div#footer
{
    background-image:url(../images/elksRehabHospitalFooter.jpg);
    height:50px;
    text-align:right;
}

div#header
{
    background-image:url(../images/elksRehabHospitalHeader.jpg);
    height:116px;
    text-align:right;
}

div#mainLinks
{
    color: #33297b;
	font-size:11px;
	padding:6px 0px 6px 235px;
    text-align:left;
}

div#mainLinks:visited
{
    color: #33297b;
}

div#uniqueContent
{
    
}

.floatLeftColumn97
{
    float:left;
    width:97px;
    padding:0px;
    margin:0px;
	display:inline;
	font-size:1px;
}

.floatLeftColumn291
{
    float:left;
    width:291px;
    padding:0px;
    margin:0px;
	display:inline;
	font-size:1px;
}

.floatReset
{
    clear:both;
}

.floatRightColumn510
{
    float:left;
    width:510px;
    padding:0px;
    margin:0px;
}

.floatRightColumn704
{
    float:left;
    width:704px;
    padding:0px;
    margin:0px;
}

.floatLeftColumn175
{
    float:left;
    width:175px;
    padding:0px;
    margin:0px;
	display:inline;
	font-size:1px;
}

.floatRightColumn368
{
    float:left;
    width:368px;
    padding:0px;
    margin:0px;
}  

.floatRightColumn626
{
    float:left;
    width:626px;
    padding:0px;
    margin:0px;
}  

.greenHorizontalLine
{
    background-image:url(../images/greenHorizontalLine.jpg);
    background-repeat:repeat-x;
    height:3px;
    width:100%;
	font-size:1px;
}

label#copyright {
	color:#ffffff;
	font-size:11px;
	position:relative;
	top:12px;
	right:30px; 
}

.leftImage
{
    display:inline;
}

li
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #383995;
}

.mainFont
{
    color: #383995;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

p
{
    color: #383995;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin:0px;
	padding:0px 0px 5px 0px;
}

.pad20
{
    padding:20px;
}

.pad30
{
    padding:30px;
}

.pageTitle
{
    color: #383995;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-bottom:10px;
}

ul
{
    padding-top:0px;
    margin-top:0px;
}

.white 
{
    color:#ffffff;
}