@charset "UTF-8";
@import url("navigation.css");

body {
	font: 95%  Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #343434;
	background-color: #FFF;
	background-image: url(/images/background_Ideal_coram.png);
	background-repeat:no-repeat;
	background-position:top;
}

h1 {
	font-size: 170%;
	color: #00569D;
	text-align: left;
}

h2 {
	font-size: 140%;
	color:#2B6CB5;
	text-align: left;
	font-weight:normal;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0;
}

h3 {
	font-size: 115%;
	color:#3874AF;
	text-align: center;
	text-align: left;
}

h4 {
	font-size: 105%;
	color:#1F84D6;
	text-align: left;
}

p { margin-top: 10px; }

a:link {
	color: #0AA2EB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0AA2EB;
}
a:hover {
	text-decoration: underline;
	color: #F58025;
}
a:active {
	text-decoration: none;
}


li {
	list-style-image:url("/images/bullet.gif");
	text-align: left;
	padding-bottom: 15px;
	}		

td { text-align: left; }

form {	font-size: 95%; }

sup { 
	font-size: 85%; }

#container {
	width: 1018px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
}


#header {
	background: #fff;
	height:300px;
	background-image:url(/images/header_background_ideal_coram.png);
	background-repeat:no-repeat;
	padding:0 0 0 28px;
	margin-bottom: 0;
	z-index: 20;
}
#header h1 {
	margin: 0; 
}

#buttons {
	margin-left:-25px;	
	z-index: 10;	
	display: block;
	position: relative;
}

#registry_buttons {
	margin-left: 12px;
	height: auto;
}

#home_buttons {
	padding-left:100px;
	width: 400px;
}

#mainContent {
	margin-top: 0;
	padding: 0 65px 0 75px;
	background-image:url(/images/content_background_coram_ideal.png);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	text-align: justify; 
	z-index: 5;
}

.imgFloat {
	float: right;
	margin: -15px 0 20px 30px;
	width: 289px;
	}
	
.imgFloatIndex {
	float: right;
	margin: 0px 0 20px 0px;
	width: 280px;
	}

#footer {
	padding: 0 10px; 
	background:#FFF;
	margin-top:-19px;
	background-image:url(/images/footer_bg_coram_ideal.png);
	background-repeat:no-repeat;
	height:60px;
	
}
#footer p {
	text-align:center;
    font-size:11px;
	margin: 0; 
	padding: 20px 0; 
}


/* ------- TABLE STYLES -----*/
.tableHdr {
	color: #fff;
	font-weight: bold;
	background-color: #D69316;
	}

ul.tableData  {
	margin-top: 0;
	margin-bottom: 0;
	}	

.tableData li {
	margin-top: 0;
	text-align:left;
	list-style-image: none;
	padding-bottom: 4px;
	padding-top: 0;
	}
	
.dataTable {
	border: 1px solid #A9B7D8;
	}
	
.dataTable td, .dataTable th{
	border: 1px solid #A9B7D8;
	}
	
.rowBtmBorder {
	border-bottom: 1px solid #666;
}
	
/* ------- END TABLE STYLES -----*/	


.whtFill {
	background-color: #fff;
}

ol.upperAlpha {
	list-style-type:upper-alpha;
	}

.upperAlpha li {
	margin-bottom: 7px;
	}

ol.lowerAlpha {
	list-style-type:lower-alpha;
	}

.lowerAlpha li {
	margin-bottom: 7px;
	}
	
ol.upperRoman {
	list-style-type:upper-roman;
	}
	
.upperRoman li {
	margin-bottom: 15px;
	}
	
ul.noBullet {
	list-style: none;
	margin-top: -15px;
	padding-left: .8em;
	text-indent: 0;
	}



/* ------ BASIC STYLES -----*/
.floatL { float: left; }

.floatR { float: right; }
	
.rtAlign { text-align: right; }	

.centerAlign { text-align: center; }	

p.centerAlign { text-align: center; }

.smallTxt { font-size: 75%; }

.dividerBtm {
	border-bottom: 1px solid #555;
	width: auto;
	margin-bottom: 10px;
}


/* ------- TEXT COLORS ---------- */
.redTxt { 	color: #F00; }

.blueTxt { color: #005DAA; }

.blackTxt { color: #000; }

.whtTxt {	color: #fff; }

.txtLg { font-size: /*15px*/ 125%; }
	
.blueLargeLite {
	color:#1F84D6;
	font-size: 125%;
	font-weight: bold;
}

.blueLarge {
	color:#005DAA;
	font-size: 125%;
	font-weight: bold;
/*	text-align: left;*/
}


