@import 'default.css';
@import 'content.css';
@import 'ntca.css';

body {
	margin: 0;
	padding: 0;
/**	background: url(../img/img02.jpg) repeat-x left top; */
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

a {
	color: #0077dd;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/** HEADER */

#bar {
	background-color: #666;
	margin-left: 188px;
	float: right;
	margin: 62px 0 0 0;
	width: 77%; 
	height: 16px;
}




#logo {

	height: 78px;
    width: 183px;
    background-image:  url(../img/title-ntca.gif);
}

#header {
	width: 880px;
	margin: 15px auto 0 auto;
	
	height: 78px;
	color: #254360;
	
}

#header h1 {
	margin: 0;
	padding: 0.8em 0 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -5.5em;
	padding: 0 0 0 7em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.98em;
}

/** MENU */

#menu ul {
    border: 1px solid red;
	margin: 0;
	padding: 0;
	list-style: none;
}
/** #menu {
	width: 70%;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

*/

/**
#menu a {
	background: url(../img/img04.gif) no-repeat right 50%; 
	padding: 0 1.7em 0 1.7em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

*/

/** CONTENT */

#content-header-wrapper {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	margin-left: 204px;
	
	}

.content-header {
	color: #fff;
	height: 110px;
	background: url(../img/home_header.jpg) no-repeat #3b5a93;
	border: solid 1px #ccc;
	margin: 0 0 7px 0;
	
	}
	
#faq  .content-header,
#brochure  .content-header, 
#instructions_before_anesthesia .content-header,
#links .content-header  {

	background: url(../img/home_header.jpg) no-repeat #3b5a93;

	
}

#home .content-header  {

	background: url(../img/home_header.jpg) no-repeat #3b5a93;

	
}

#contact_us .content-header {

	background: url(../img/contact_header.jpg) no-repeat #3b5a93;

	
}

#parent_information .content-header {

	background: url(../img/parent_header.jpg) no-repeat #3b5a93;

	
}

#physicians .content-header  {

	background: url(../img/physicians_header.jpg) no-repeat #3b5a93;

	
}

#content-header-text h3{
    font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 15px;
}
#content-header-text {
	padding: 0px 0px 0px 185px;
	font-size: 10pt;
	font-weight: bold;
}
	


#content {
	width: 880px;
	min-height:35em;
	margin: 0 auto;
	padding: 0.5em 0 1.8em 0;
}

#left-column {
	float: left;
	width: 20%;
}

#left-column h3 {
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

#right-column {
	float: right;
    width: 654px;
	padding-left: 20px;
	padding-bottom: 20px;
    margin-left: 204px;
/**	border-left: 1px dashed #EEEEEE; */
	border: 1px solid #999999;
	
}

.sidebar h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

/** NAVIGATION **/
#navigation ul {
	list-style: none;
    margin-left: 0 !important;
}
#navigation ul ul li {
    margin: 0;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
/**	background: url(../img/img03.gif) repeat-x left top; */
	text-align: center;
	width:880px;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #000;
}

#footer a {
	color: #000;
}

