/* GENERAL 
-----------------------------------------*/
* {margin: 0; padding: 0;}/* Sets all padding and margins to 0 - forces all browsers to behave... */
* html #content {height: 300px} /* IE6 */
* html #left_column  {height: 600px} /* IE6 */
html, body {height: 100%;}

body {
background: #fff url(images/bg01.gif) repeat-x;
margin: 0px;
font: 12px arial, verdana, helvetica, sans-serif;
color: #000;
line-height: 20px;
}

.SmallBoldBlue {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #3399CC;
	font-weight: bold;
}

.SubHeader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.FooterGray {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.SubjectHeader {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: normal;
}

.PageTitle {
font-weight: bold;
font-size: 30px;
font-family: Arial, sans-serif;
color: #2c2d2e;
}

table { 
border-collapse: collapse; 
border-spacing: 0; 
}

* div.indent { 
padding-left: 15px;
}

* td, * th { 
padding: 0; 
vertical-align: top;
font: 12px arial, verdana, helvetica, sans-serif;
color: #000;
line-height: 20px;
}

a {
color: #369; 
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

* h1 {
font: bold 30px “Lucida Sans Unicode”, Lucida Grande, sans-serif;
letter-spacing: -.04em;
color: #2c2d2e;
margin: 20px 0;
}

* h2 {
font: normal 18px arial, sans-serif;
letter-spacing: -.03em;
color: #666;
margin: 18px 0;
line-height: 24px;
}

* h3 {
font: normal 16px trebuchet ms, sans-serif;
color: #666;
margin: 10px 0;
}

ul {
margin-top: 0;
margin-left: 20px;
}

* ul.larger {
font-size: 14px;
}

img {border: none;}

* p {margin: 0 0 10px 0;}


/* MIR 
----------------------------------------*/
* .mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

* h1.mir {
margin: 0;
padding: 0;
display: inline;
width: 360px;
height: 190px;
background: url(images/logo_boyles.gif) no-repeat;
float: left;
line-height: 0;
}

* h1.mir a {
margin: 0;
padding: 0;
width: 360px; 
height: 190px; 
display: block;
}


/* NAVIGATION 
-----------------------------------------*/
* #nav, * #nav ul { /* all lists */
width: 132px;
height: 196px;
padding: 0;
margin: 0;
list-style: none;
position: relative;
z-index: 1;
background-color: #fff;
}


/*  Sets styles for all links that are inside the ul id="nav" */
* #nav a {
height: 20px;
display: block;
overflow: hidden; 
text-indent: -999em;  /*Indents the rich-text so it does not show */
}

/* Set the image for each nav item */
* #boyles {background: url(images/nav_boyles.gif);}
* #office {background: url(images/nav_office.gif);}
* #orthodontics {background: url(images/nav_orthodontics.gif);}
* #braces {background: url(images/nav_braces.gif);}
* #technologies {background: url(images/nav_technologies.gif);}
* #emergency {background: url(images/nav_emergency.gif);}
* #game {background: url(images/nav_game.gif);}
* #contact {background: url(images/nav_contact.gif);}
* #home {background: url(images/nav_home.gif);}
* #template {background: url();}

/* Shift the image position up to show the active state */
* #nav a:hover, * #nav li:hover a, * #nav .active {background-position: -132px 0;}

/* Set cursor to default arrow so link does not appear clickable */
* #nav .active {cursor: default}


/* SUB-NAVIGATION 
-----------------------------------------*/
* #nav li {
display: inline
}

* #nav li ul { /* second-level lists */
margin: -20px 0 0 132px;
padding: 0;
width: 132px;
position: absolute;
background: #2c2d2e;
left: -999em;
line-height: 20px;
height: auto;
}

* #nav li ul a {
font: normal 11px arial, helvetica, sans-serif;
padding: 0 0 0 10px;
width: 122px;
color: #ccc;
text-indent: 0;
text-decoration: none;
line-height: 20px;
height: auto;
border-bottom: 1px solid #424243;
}

* #nav li:hover ul, * #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
display:block;
}

* #nav li:hover ul a:hover, * #nav li.sfhover ul a:hover { /* lists nested under hovered list items */
color: #fff;
background: #068de6;
}


/* IPOD CONTROLS 
-----------------------------------------*/
* .ipod_home, * .ipod_contact { text-indent: -1000em; overflow: hidden; font-size: 0px;}
/* Just for Opera, but hide from MacIE */
/*\*/html>body .ipod_home, html>body .ipod_home, { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

vh1.ipod_home a {
margin: 30px 0 0 153px;
padding: 0;
width: 50px; 
height: 20px; 
display: block;
}

* h1.ipod_contact a {
margin: 100px 0 0 130px;
padding: 0;
width: 100px; 
height: 40px; 
display: block;
}


/* PAGE LAYOUT
-----------------------------------------*/
* #container {
margin: 0 auto;
position: relative;
width: 770px;
}

#container:after {clear: both; content: "."; display: block; height: 0; visibility: hidden}

* #left_column {
background: #fff url(images/bg_ipod.gif) no-repeat;
color: #000;
float: left;
width: 360px;
padding: 0;
min-height: 600px;
}

* #ipod_screen {
padding: 55px 0 0 48px;
}

* #right_column {
color: #000;
float: left;
width: 370px;
padding: 0 20px 20px 20px;
line-height: 24px;
}

* #contact_info {
font: normal 11px tahoma, arial, helvetica, sans-serif;
color: #333;
padding: 40px 20px 20px 40px;
vertical-align: middle;
line-height: 16px;
overflow: hidden;
float: left;
}

* #contact_info h3 {
font: bold 11px tahoma, arial, helvetica, sans-serif;
line-height: 16px;
color: #39c;
margin: 0;
}

* #contact_info .red {
font-size: 12px;
color: #88241a;
}

* #content {
float: right;
width: 530px;
padding: 30px 20px 20px 20px;
line-height: 20px;
}

* .blue_text {
color: #069;
}

* .image {
background-color: #fff;
padding: 4px;
border: 1px solid #025899;
margin: 0 10px 20px 0;
clear: both;
}

* .image_left {
background-color: #fff;
padding: 4px;
border: 1px solid #025899;
float: left;
margin: 0 20px 20px 0;
clear: both;
}

* .image_right {
background-color: #fff;
padding: 4px;
border: 1px solid #025899;
float: right;
margin: 0 0 20px 20px;
clear: both;
}

* #site_map {font-weight: bold;}
* #site_map .sub {font-weight: normal;}


/* FOOTER
-----------------------------------------*/
* #footer {
margin: 0 auto;
position: relative;
background-color: #f5f5f5;
border-top: 1px solid #eaeaea;
color: #666;
padding: 30px 0 30px 0;
text-align: center;
clear: both;
vertical-align: middle;
line-height: 20px;
overflow: hidden;
}

* #footer h2 {
font: bold 14px tahoma, arial, verdana, helvetica, sans-serif;
line-height: 24px;
color: #666;
letter-spacing: 0;
}

* #footer a {
color: #39c;
text-decoration: none;
}

* #footer a:hover {
text-decoration: underline;
}

* #footer li {
display: inline;
list-style-type: none;
padding-right: 7px;
}

* #flash_standards {
background: transparent;
font-size: 10px;
color: #333;
text-align: center;
padding: 20px 0;
}


/* SESAME
-----------------------------------------*/
* p#sesame {
padding: 10px 0 0 0; 
}

#sesame a {
font-size: 10px;
color: #666;
text-decoration: none;
}

#sesame a:hover {
text-decoration: underline;
}

.NormalText, body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
    text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style:normal;
}

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}