.ir {
	display: none;
}
.clear {
	clear: both;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	background: url(../images/bg.png) 50% 0px repeat-y #F0F7FA;
	font-family: Arial, sans-serif;
	font-size: 10px;
}

#column {
	width: 770px;
	margin: 0px auto;
}

form {
	margin: 0;
	border: 0;
	padding: 0;
}

p, li, input, dt, dd, label, td, th {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	color: #000000;
}

p, li, dd {
	line-height: 1.4em;
}

dt {
	font-weight: bold;
	margin-left: 30px;
}
ul.smaller li {
	font-size: 1.1em;
}

ul.links {
	padding: 0px;
	margin-left: 10px;
}

ul.links ul {
	padding: 0px;
	margin-left: 20px;
}

ul.links li {
	color: #006699;
}

ul {
	list-style: none;
}

ul ul li {
	font-size: 1.0em;
}

a {
	color: #0075B0;
}

a:link {
	color: #0075B0;
	text-decoration: none;
}

a:visited {
	color: #406980;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #308DBF;
}

h2, h3 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #00338D;
	
}

h2 {
	font-size: 1.9em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	color: #00338D;
	font-size: 1.3em;
}

abbr {
	border-bottom: 1px dotted #000000;
}

ul.square {
	list-style: square;
	border: thin solid #000000;
}

#largest ul {
	list-style: square;
}
table.quickguide {
	border: 1px solid #00338D;
	}
table.quickguide td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 1px solid #00338D;	
	}

table.quickguide .headerCenter {
	background-color: #00338D;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 105%;
	text-align: center;
}
table.quickguide .backOn {
	vertical-align: top;
	background-color: #C2CEF0;
}

#larger {
	float: left;
	width: 495px;
	margin: 0px 10px 0px 5px;
}



#smaller {
	float: left;
	width: 240px;
	margin: 0px 5px 0px 10px;
}

.tilt_left #larger {
	margin: 0px 5px 0px 10px;
}
.tilt_left #smaller {
	margin: 0px 10px 0px 5px;	
}

#smaller h2, #smaller h3 {
	background-image: url(../images/h2_small.png);
}

/*****************************************************************************/
/** Header.																	**/

#header {
	margin: 22px 10px 20px 10px;
}

#header h1 {
	display: block;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;

	width: 164px;
	height: 48px;
	
	z-index: 11;
}

#header h1 a {
	display: block;
	float: left;
	margin-left: 5px;
	width: 164px;
	height: 48px;
	background: url(../images/bcn.png) 0px 0px no-repeat #FFFFFF;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	
	z-index: 8;
}

#header ul, #header form {
	float: right;
}

#header form {
	z-index: 8;	
}

#header p, #header li {
	color: #666666;
}

#header li {
	font-size: 1.2em;
	display: inline;
	margin: 0;
	padding: 0 0.5em;
	border-right: 1px solid #666666;
}

#header li#text_resize {
	border-right: 0;	
}

li#text_resize a {
	padding-right: 36px;
	background: url(../images/text-resize.png) top right no-repeat #FFFFFF;
}


#header p {
	margin: 15px 0 0 0;
	text-align: right;
}

#header input, p.small_select input, p.small_select select {
	vertical-align: middle;
}

#header input#search {
	width: 204px;
	border: 1px solid #7f9DB9;
	padding: 4px 6px;
	color: #666666;
	font-size: 1.1em;
}

/*****************************************************************************/
/** Menu.  																	**/

#menu {
	margin: 10px;
	height: 36px;
	background: url(../images/menu_bg.png) 0px 0px repeat-x;
}

#menu ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 3px 0px 3px 4px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#menu a:link, #menu a:visited {
	background-position: 0px 0px;
}

#menu a:hover, #menu a:active {
	background-position: 0px -30px;
}

#about {
	background-image: url(../images/m_about.png);
	width: 115px;
}
#gs {
	background-image: url(../images/m_gs.png);
	width: 157px;
}
#health {
	background-image: url(../images/m_health.png);
	width: 136px;
}
#options {
	background-image: url(../images/m_options.png);
	width: 135px;
}
#tools {
	background-image: url(../images/m_tools.png);
	width: 183px;
}

.about #about {
	background-position: 0px -30px !important;
}
.gs #gs {
	background-position: 0px -30px !important;
}
.health #health {
	background-position: 0px -30px !important;
}
.options #options {
	background-position: 0px -30px !important;
}
.tools #tools {
	background-position: 0px -30px !important;
}


/*****************************************************************************/
/** Footer.																	**/

#footer {
	clear: both;
	margin: 10px;
	text-align: center;
	min-height: 79px;
}

#footer a {
	text-decoration: underline;
}

#footer p, #footer li {
	font-size: 1.1em;
	line-height: 13px;
}

#footer ul {
	padding: 12px 0 0 0;
	list-style: none;
	margin: 0px 106px 0.5em 106px;
}

#footer li {
	display: inline;
}

/*#footer p {
	margin: 10px 190px 0;
}*/

#footer p {
	margin: 10px 106px 0px 106px;
}

#footer.bcnafooter p {
	margin: 10px 0px 0;
}

p#link_to_ncqa {
	line-height: normal;
	margin: 0;
}

#link_to_ncqa a {
	float: right;
	width: 106px;
	height: 79px;
	background: url(../images/ncqa.gif) 0px 0px no-repeat #FFFFFF;
}

#link_to_ncqa a.left {
	float: left;
	width: 106px;
	height: 79px;
	background: url(../images/ncqa_bcna.png) 0px 0px no-repeat #FFFFFF;
}

/*#link_to_ncqa a {
	float: right;
	width: 80px;
	height: 92px;
	background: url(../images/ncqa.png) 0px 0px no-repeat #FFFFFF;
}*/

p#pageupdate {
	font-size: 1.1em;
	text-align: center;
	line-height: 13px;
	margin: -18px 0px 1.0em 106px;
}

/*****************************************************************************/
/** Miscellany.																**/

p.small_select {
	text-align: center;	
}

p.small_select select {
	border: 1px solid #7F9DB9;
	padding: 2px;
}

span.smark
{
	font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
	line-height: 0; /* keep the leading consistent in a paragraph */
}

.footnote {
	font-size: 0.9em;
}

#didyouknow, #tipbox {
	background:#e9eef5;
	width:375px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

#didyouknow h1 {
	width:375px;
	height:30px;
	background: url(../images/didyouknow_header.png) top no-repeat #003875;
	margin:0;
	padding: 0;
}
#tipbox h1 {
	width:375px;
	height:30px;
	background: url(../images/tip_box_header.png) top no-repeat #003875;
	margin:0;
	padding: 0;
}

#tipbox h1 span {
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: lighter;
	position: relative;
	width: 150px;
	display: block;
	padding-top: 7px;
	padding-left: 7px;
}

th {
	background-color: #bfcce2;
}

.sitemaptree {
	font-size: 0.9em;
}

/*****************************************************************************/
/** Forms.																**/

label {
	
}

/*****************************************************************************/
/** Modified legacy styles.													**/

#box {
	background:#e9eef5;
	border:1px solid #dcdcdc;
}

table .header {
	background-color: #bfcce2;
	font-weight:bold;
}

table .backOff {
	background-color: #e5ebf4;
}

table {
	margin-left: 20px;
	margin-right:20px;
}

table table td, table table th {
	 font-size:1.1em;
}
table ul {
	font-size: 0.9em;
}

address {
	font-style: normal;
	font-family: Helvetica, Arial, sans-serif;
}

/*****************************************************************************/
/** Legacy styles															**/

.buttonformat {
	float: right;
	margin-right: 10px;
	margin-top: -20px;;
	padding: 2px 5px 2px 5px;
	display: block;
	background-image: url("/images/legacy/button_background_off.gif");;
	background-repeat: repeat-x;;
	background-position: center;;
	font-family: Tahoma, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;;
	text-decoration: none;;
	border: 1px solid #CCCCCC;;
	cursor: pointer;
}

.buttonformat:hover,.buttonformatHover {
	background-image: url("/images/legacy/button_background_over.gif");;
	background-color: #DAC02B;;
	background-position: bottom;;
	background-repeat: repeat-x;;
	color: #FFFFFF;
}

.contactManagingAgent td, .contactManagingAgent th {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}

.contactManagingAgent th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	padding-top: 0.75em;
}

#leftData { /* used on /about/corporate/boardDirectors.shtml */
float:left;
padding-right:5px;
width:45%;
}

#rightData {
float:right;
padding-left:5px;
width:45%;
}

.description { /* used on /about/corporate/boardDirectors.shtml as well as contact/call_us pages */
	font-size: 1.2em;
}
.address, address .address {
	font-size: 1.2em;
}

.bodyLogoRightBio { /* Family Health Centers Bios */
border:0px none;
float:right;
margin:0px 0px 30px 10px;
}

ul.sitemaptree {
	font-size: 2.0em;
}

ul.sitemaptree li {
	margin-top: 0.25em;
	font-size: 0.9em;
}

#largest ul.sitemaptree {
	margin: 0;
	padding: 0;
}

#largest ul.sitemaptree ul {
	margin: 0 0 0.5em 0;
	padding-left: 20px;
}

#bodyLogo { /* aligns logos/pictures to the right */
	border:0px none;
	float:right;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
}
.medicarefooter {
	padding-left:10px;
	padding-top: 40px;
	font-size:1em;
}
#bodyNav { /* Use extensively at the top of pages to link back to a parent page. Suggest removing these in the future. */
	font-size: 1.2em;
}

acronym {
	border-bottom: 1px dotted #CCCCCC;
}
