/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

html {
	text-align: center;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height: auto;
	min-width: 860px;
	max-width: 1600px;
	position: relative;
	background: url(../images/common/black_bar_bkgd.jpg) repeat-y 10px 0px;
}
/* style keyword font sizes */
body, td, th, ol, ul, li, p {
	font-size: 12px;
}
/*/*/a{}
body,
body td,
body th,
body ol,
body ul,
body li,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body td,
html>body th,
html>body ol,
html>body ul,
html>body li,
html>body p {
  font-size: small;
}  
/* */
div {
	margin: 0px;
	padding: 0px;
}

/* typography */
a {
	text-decoration: underline;
}
a:link {
}
a:visited {
}
a:hover, a:focus {
}
a:active {
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6 {
	padding: 0px 20px 0px 0px;
	margin: 0px;
}
p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px 0px 0.7em;
}
h1 {
	margin: 0em 0em 0.3em;
	font-size: 1.9em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0.6em 0em 0em;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0em 0.1em;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 1em 0em 0em;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 0em 0em;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0em;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0;
}
ol, ul {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
p + ol, p + ul {
	margin-top: -0.5em;
}
ol {
	margin-left: 5px;
	padding-left: 25px;
}
* html ol {
	margin-left: 0px;
	padding-left: 40px;
}
ul {
	margin-left: 5px;
	padding-left: 10px;
}
* html ul {
	padding-left: 15px;
}
ul ul {
	margin-bottom: 0.5em; 
	margin-left: 5px;
	padding-left: 10px;
}
* html ul ul {
	padding-left: 15px;
}
li {
	margin-bottom: 0.1em;
}
ul ul li {
	margin-bottom: 0em;
}
strong, b {
	font-weight: bold;
}
hr {
	margin: 10px 30px 10px 0px;
	padding: 0px;
}
* html hr {
	margin: 0px 30px 5px 0px;
}
table caption {
	font-size: 0.9em;
	text-align: left;
	color: #EFDFCF;
	margin: 0em;
	padding-bottom: .5em;
}
table th {
	margin: 0;
	padding: 0em 0px 0.5em;
	vertical-align: top;
	text-align: left;
}

/* custom type styles */
.add_border {
	border: 1px solid #666666;
}
.add_leading {
	margin-top: 0.5em;
}
.bold {
	font-weight: bold;	
}
.ellipsis p {
	padding-left: 1.0em;
	text-indent: -1.0em;
	padding-right: 20px;
}
.float_clear {
	clear: both;
}
.font_60 {
	font-size: 0.6em;
}
.font_80 {
	font-size: 0.8em;
}
.font_90 {
	font-size: 0.9em;
}
.font_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.normal {
	font-weight: normal;
	font-style: normal;
}
.no_box {
	margin: 0px;
	padding: 0px;
}
.no_top {
	margin-top: 0px;
	padding-top: 0px;
}
.no_und a {
	text-decoration: none;
}
.no_background {
	background: #FFFFFF;
}
.no_border {
	border-style: none;	
}
.please_note {
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 0em 0em;
	padding-left: 1.0em;
	text-indent: -1.0em;
}
.small {
	font-size: 80%;
}
.subtract_leading {
	margin-top: -0.5em;
}
.red {
	color: #B5111A;
}
.reg {
	font-size: 60%;
	vertical-align: top;
}

/* main wrapper */
#body_wrapper {
	height: 100%;
	width: 100%;
	background: url(../images/common/branding_bkgd.jpg) repeat-x 0px 0px;
}

/* branding */
#branding {
	position: relative;
	height: 164px;
	width: 860px;
	margin-left: 10px;
	background: url(../images/common/branding.jpg) no-repeat 0px 0px;
}

/* content */
#content_wrapper {
	height: auto;
	width: 860px;
	margin-left: 10px;
}
#content_main {
	position: relative;
	height: auto;
	width: 590px;
	margin-left: 210px;
	padding-top: 10px;
}

/* footer */
#site_info {
	position: relative;
	height: auto;
	width: 590px;
	margin-top: 60px;
	margin-left: 220px;
	clear: both;
}
#footer_main {
	position: relative;
	height: auto;
	width: auto;
	padding-bottom: 20px;
}
#footer_left {
	position: relative;
	height: auto;
	width: auto;
	float: left;
	text-align: left;
	padding-bottom: 20px;
}
#footer_right {
	position: relative;
	height: auto;
	width: auto;
	float: right;
	text-align: right;
	padding-bottom: 20px;
}

#accent_pic {
	position: relative;
	float: right;
	height: auto;
	width: 150px;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: -20px;
	overflow: visible;
}
#accent_pic h4 {
	margin: 0px;
	padding: 0px;
}
.accent_pic div {
	position: relative;
	float: right;
	height: auto;
	width: auto;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
	overflow: visible;
}
.accent_pic h3 {
	clear: right;
}

/* left menu bar */
#menu_bar {
	position: relative;
	height: auto;
	width: 195px;
	left: 0px;
	top: -10px;
	float: left;
}
#menu_home, #menu_specialities, #menu_about, #menu_contact, #menu_clients {
	position: relative;
	width: 195px;
	height: 70px;
	background: no-repeat 0px 0px;
}
#menu_home {
	top: 20px;
}
#menu_home a {
	background-image: url(../images/common/menu_home.jpg);
}
#menu_specialities a {
	background-image: url(../images/common/menu_specialities.jpg);
}
#menu_about a {
	background-image: url(../images/common/menu_about.jpg);
}
#menu_clients a {
	background-image: url(../images/common/menu_clients.jpg);
}
#menu_contact a {
	background-image: url(../images/common/menu_contact.jpg);
}

body#home #menu_home a, 
body#specialities #menu_specialities a, 
body#about #menu_about a, 
body#contact #menu_contact a,
body#clients #menu_clients a {
	background-position: 0px -140px;
}
.menu a {
	display: block;
	height: 100%;
	width: 100%;
}
.menu a:hover {
	background-position: 0px -70px;
}
.menu a:focus {
	background-position: 0px -70px;
}
.menu a:active {
	background-position: 0px -140px;
}

