/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background-color: #57233A;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0 em;
}

 /* set background images for corners */
.page_roundbox { background: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/simple_background.jpg) repeat; }
.page_top div  { background: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/top_left.jpg) no-repeat top left; }
.page_top	  { background: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/top_right.jpg) no-repeat top right; }
.page_bot div  { background: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/bottom_left.jpg) no-repeat bottom left; }
.page_bot	  { background: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/bottom_right.jpg) no-repeat bottom right;background-color: #FFFFFF; }

 /* height and width details */
.page_top div, .page_top, .page_bot div, .page_bot {
	width: 100%;
	height: 12px;
	font-size: 1px;
}
.page_content  {
	min-height:400px;
	height: auto !important;
	height: 400px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.page_roundbox { width: 95%; margin: auto;  min-width:900px;
/* IE Dynamic Expression to set the width */
width:expression(document.body.clientWidth < 1100 ? "1000px" : "95%" ); }
.page_container { padding: 20px;}

/*End Design Layout*/
/*Begin Nav*/
.nav {
	font-size: 14px;
	color: #57233A;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 210px;
	margin-top: -30px;
	padding-bottom: 0px;
  }
  
.nav_separator {
	color: #CCC;
	text-align: center;
	font-weight: normal;
  }
  
.nav a {
	color: #57233A;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
  }
  
.nav a:hover {
	color: #6C821E;
	text-decoration: none;
	font-weight:bold
}

/*End Nav*/
/*Begin Content*/


.header{
	background-color: #FFFFFF;
	background-image: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/header_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 225px;	
}

#content{
	background-color: #FFFFFF;
	/*background-image: url(/wp-content/themes/carolinacontinuingcare/inc/templates/current/carolina_rounded/images/content_background.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
	padding: 15px 40px 20px 40px;
	color:#000000;
}

a{
	color:#213c67;
	text-decoration:none
}

a:hover {
  text-decoration: underline;
}


img{
	border-width:0px;
}
h1{
	color:#371A2E;
	font-size:24px;
	margin: 5px 40px 20px 30px;
	font-weight:normal
}

h2{
	color:#371A2E;
	font-size:16px;
	padding-top: 15px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#371A2E;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

h4{
	color:#371A2E;
	font-size:20px;
	margin: 20px 40px 20px 40px;
	font-weight:normal
}

hr {
	border: 0;
	color:#213c67;
	background-color: #213c67;
	height: 7px;
}

/*End Content*/

/*Begin Forms*/

.sc_table_form{
	border: 1px solid #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
}

.sc_table_tr_td_label_form {
	width: 200px;
	text-align: right;
}					

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 300px;
} 

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_Comments {
width: 400px;
height: 100px;
text-indent: 0px;
}

#sc_form_textarea_why {
width: 400px;
height: 100px;
text-indent: 0px;
}

#sc_form_textarea_research {
width: 400px;
height: 100px;
text-indent: 0px;
}

/*End Forms*/
/*Footer*/

.footer_container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #57233A;
	color:#CCCCCC;
	text-align:center;
	font-size: 9px;
	padding: 10px;
}

.footer_container a {
	color:#CCCCCC;
	text-decoration:none
}


