@charset "utf-8";
/* EduCare Styles */
body
{
	background-color:#fff5cd;
	color:#555555;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	margin:0;
}

a img{
	border: none;	
}

p {
	margin: 0px 1px;
}

#bottomInfo p
{
	margin: 20px 40px;
	text-align: left;
}

h1
{
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px 0;
}

h2
{
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}

a
{
	color:#d41c66;
	font-weight:bold;
	text-decoration:none;
}

ul
{
	margin:0 0 10px 0;
	padding:0 0 0 20px;
}

/* colors */
.pink
{
	color:#d41c66;
}

.brown
{
	color:#6e551c;
}

	.brown a
	{
		color:#6e551c;
	}

.white
{
	color:#FFFFFF;
}

	.white a
	{
		color:#FFFFFF;
	}
	
.teal
{
	color:#377b70;
}

.green
{
	color:#5d8239;
}

.purple
{
	color:#52278a;
}

.ltgray
{
	background-color:#DEDEDE;
}

.normal
{
	color:#555555;
}

/* layout */
#container
{
	background-color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	width:990px;
}

#content
{
	padding:20px 35px;
	text-align:left;
}

	#content p
	{
		margin:0 0 10px 0;
	}
	
	#two-col
	{
    height: 300px;
	
}
	
	.two-col
	{
		float:right;
		margin:0 0 0 10px;
		width:450px;
	}
	
	.three-col
	{
		float:right;
		margin:0 0 0 10px;
		width:300px;
	}
	
	.yellow
	{
		background-color:#FFE89A;
		padding:15px;
		width:270px !important;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	
	.yellow2
	{
		background-color:#FFE89A;
		padding:10px;
		margin:0 0 0 70px !important;
		text-align:center;
		width:110px !important;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}
	
	#search
	{
		background-color:#FFE89A;
		float:right;
		margin:0 0 0 10px;
		padding:15px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
	}

#content h1 {
    margin-bottom: 20px;
}

#title h1 {
    margin-bottom: 10px;
}


#sidebar
{
	float:right;
	margin:0 0 0 35px;
	width:400px;
}

#sidebar2
{
	float:right;
	margin:0 0 0 35px;
	/* width:130px; */
}

	#sidebar2 img
	{
		margin:0 0 20px 0;
	}
	
	#sidebar2 h1
	{
		margin: 0 0 10px 10px;
	}
	
#bookCosts
{		
	background-color:#FFE89A;
	padding:15px;
	width:170px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


#bookCosts h1 {
    margin: 0 0 10px 0;
}

#bookInfo
{
    margin: 0 0 0 25%;
    width: 50%;
}

#bookInfo h1 {
	margin-bottom: 10px;
}

#sidebar4
{		
	background-color:#FFE89A;
	padding:10px;
	width:190px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:right;
	margin:0 0 0 10px;
}

/* nav */
#nav
{
	background-color:#f22e92;
	padding:30px 0 0 0;	
}

	.nav-icon
	{		
		cursor:pointer;
		margin:0 16px 0 0;
	}
		
	.ribbon-icon
	{
		display:none;
	}
	
	.ribbon-space
	{
		width:15px;
	}

#subnav
{
	background-color:#5d8239;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:15px 0;
	position: relative;
}

#sharelinks{
	position: absolute;
	bottom: 40px;
	right: 20px;	
}


#sharelinks img{
	width: 40px;	
}
	#subnav a
	{
		color:#FFFFFF;
		text-decoration:none;
	}

/* footer */
#footer
{
	color:#5d8239;
	padding:15px 0;
}

	#footer a
	{
		color:#5d8239;
		text-decoration:none;
	}
	
#footer-content
{
	background-color:#5d8239;
	color:#FFFFFF;
	padding:15px 0;
}

	#footer-content a
	{
		color:#FFFFFF;
		text-decoration:none;
	}

/* homepage */
#home-cells
{
	background-image:url(../images/banner_home_01.new.jpg);
	background-position:0 -281px;
	background-repeat:no-repeat;
	height:211px;
			font-size:13px;
}

	#home-cells-content
	{
		margin:0 auto;
		padding:52px 0 0 0;
		text-align:left;
		width:675px;
	}
	
	.home-cell
	{
		padding:0 15px 0 18px;
		width:185px;
	}
	
	.home-cell-float
	{
		float:right;
		padding:0 15px 0 18px;
		margin:0 0 0 10px;
		width:185px;	
	}
	
	.readmore
	{
		margin:0;
		text-align:right;
	}	

#home-bottom
{
	background-color:#eeeeee;
	background-image:url(../images/bg_home_04.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

	#home-bottom-content
	{
		margin:0 auto;
		padding:30px 0 15px 18px;
		text-align:left;
		width:657px;
	}
	
	#nurse-cell
	{
		background-image:url(../images/bg_nurse-cell.gif);
		background-position:top center;
		background-repeat:no-repeat;
		float:right;
		height:98px;
		padding:30px 20px 0 20px;
		margin:0 0 0 30px;
		text-align:center;
		width:178px;
	}	
	
/* order form */
.order-table
{
	border:1px solid #666666;
	width:100%;
}

.order-table2
{
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	width:100%;
}

.bill-table
{
	margin:0 0 0 30px;
	width:70%;
}

.order-head
{
	background-color:#d41c66;
	color:#FFFFFF;
	font-weight:bold;
}

	.order-head a
	{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	
	.order-head a:hover
	{
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:underline;
	}

.textbox
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	width:200px;
}
	
.textbox-short
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	width:50px;
}

.textbox-total
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	text-align: center;
	width:75px;
}

.textbox-long
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	width:600px;
}

.textbox-med
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	width:521px;
}

.textbox-edit
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
	width:450px;
}

.dropdown
{
	border:1px solid #377b70;
	color:#666666;
	font-size:12px;
}

.button
{
	background-color:#FFFFFF;
	border:1px solid #377b70;
	color:#d41c66;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}

.order-image
{
	float:left;
	margin:10px;
}

.order-text
{
	margin:30px 0 0 0;
}

.sheets-bg
{
	background-image:url(../images/order_sheets_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.slides-bg
{
	background-image:url(../images/order_slides_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

/* popup */
.preview
{
	cursor:pointer;
	position:relative;
	text-align:center;
}

#popup
{
	background-color:#FFE89A;
	color:#FFFFFF;
	display:none;
	font-size:12px;
	height:45px;
	padding:15px;
	position:absolute;
	text-align:left;
	width:100px;
	z-index:1000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/* misc */
.clear
{
	clear:both;
	height:0px;
}

.hide
{
	visibility:hidden;
}

.italic
{
	font-size:13px;
	font-style:italic;
}

label.error
{
	color:#990000;
	font-size:12px;
	display:block;
}
div.radioclick label.error
{
	float:right;
	margin-top:2px;
}
.error
{
	color:#990000;
	font-size:12px;
}

.nogap
{
	margin:0;
}

.voe-image
{
	border:3px solid #5d8239;
	float:left;
	margin:0 10px 5px 0;
}

.right
{
	text-align:right;
}
.activateCOPE
{
	display:none;
	width:100%;
	position:relative;
	background-color:#fce0ec;
	margin-bottom:20px;
}
.formCOPE{
	width:100%;
	margin-bottom:20px;
}
.formCOPE tr{
	height:14px;
}
.formCOPE td{
	padding:0 0 0 5px;
}
.firstCOPE{
	margin-bottom:20px;
}
.firstCOPE tr{
	height:14px;
}
.firstCOPE td{
	padding:0 0 0 5px;
}

#two-col img {
	float: left;
	margin: 0;
}

.three-col a:nth-last-child(2) {
	display: block; margin-top: 25px;
}