html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/dummies/bg_white.gif) repeat-y center;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* hack to center content on web page for IE5 */
}
div.container {
	margin: 0 auto;
	display:table;
	width: 750px;
	padding: 0px;
	height: 100%;
	text-align: left; /* resetting IE5 hack */
}
p {
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 16px;
}
.no_bottom_margin {
	margin-bottom: 0px;
}

.pic {
	font-size: 10px;
	line-height: normal;
}
.bread {
	width: 300px;
}
h1.front {
	font-size: 27px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom-style: none;
}
h1.black {
	background-color: #000;
	width: 516px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	border: 0;
	font-weight: normal;
	padding-left: 12px;
}
h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h2 {
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 5px;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: italic;
	font-weight: normal;
}
h4 {
	margin-bottom: 2px;
	font-size: 13px;
	margin-top: 0px;
}
h5 {
	margin-top: 5px;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
}
h2 a:link, h4 a:link {
	text-decoration: none;
}
h2 a:visited, h4 a:visited {
	text-decoration: none;
}
.content ul, .content ol {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content li {
	margin-bottom: 5px;
	line-height: 16px;
}
.middle {
	text-align: center;
}
.block {
	margin-bottom: 10px;
	width: 530px;
	overflow: hidden;
	margin-top: 5px;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	border-width: 0px;
}
td img {
	display: block;
}

/* hides the second object from all versions of IE */
* html object.hide {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.hide/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.hide {
    display/**/: none;
}
.framed {
	border: 1px solid #000000;
}
.movie img, .movie p {
	margin: 0px 5px 0px 0px;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 5px;
}
table#models {
	border-collapse: collapse;
	margin-left: 8px;
}
table#models td   {
	padding: 5px 3px 5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#models td.col1 {
	width: 172px;
	background-color: #F6F6F6;
	border: 1px solid #000000;
}
table#models td.col2 {
	width: 171px;
	border: 1px solid #000000;
}
table#models td.col3 {
	border: 1px solid #000000;
	width: 147px;
}
.notebox {
	background-color: #E1E1E1;
	padding: 15px 25px 15px 25px;
	border-radius: 10px;
}
.notebox_container {
	background-color: #E1E1E1;
	padding: 15px 15px 3px 15px;
	width: 500px;
	overflow: hidden;
	border-radius: 10px;
}
.notebox_container_col1 {
	margin-right: 20px;
	float: left;
	margin-bottom: 12px;
}
.notebox_container_col2 {
	width: 310px;
	float: left;
}
table.grid4 {
	border: none 0px;;
}
table.grid4 tr {
	vertical-align: bottom;
}
table.grid4 td {
	padding: 0px 10px 10px 0px;
	width: 125px;
	border-width: 0px;
}
table.grid4 h3 {
	font-size: 11px;
	border: none;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
}
table.grid4 p {
	font-size: 10px;
	line-height: normal;
	margin: 0;
}
.cleartabmenu {
	clear: left;
	border-top: 1px solid #000000;
	padding-top: 5px;
}
.quote {
	font-style: italic;
	color: #444444;
}
.quote_author {
	font-weight: bold;
	color: #6E6E6E;
	text-align: right;
	margin-bottom: 0px;
}
.quote_profession {
	color: #6E6E6E;
	text-align: right;
}

