/* Modern Arts generic interior page stylesheet */
* {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: smaller;
	background-color: #FEAA24;
}
#framer {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
#intframer {
	background-color: #FFF;
	background-image:url(images/intframerback.gif);
	repeat: repeat-y;
	float: left;
	text-align: left;
	width: 100%;
}
#tabs {
	background-image:url(images/homepage_layout/tab_back.jpg);
	width: 100%;
	float: left;
}
#tabs li {
	display: inline;
	float: left;
	width: 19%;
	text-align: center;
	background: left top no-repeat url(images/homepage_layout/tab_background.jpg);
	padding: 5px;
	font-weight: bold;
}
#tabs li a {
	text-decoration: none;
	color: #000;
}
#tabs li a:hover {
	color:#FF0000;
}
/*Rules for the top panel*/

#hometitle {
	height: 46px;
	width: 336px;
	text-indent: -7000px;
	background-image: url(images/homepage_layout/title.gif);
	display: block;
	margin-top: 10px;
}
#homemotto {
	width: 400px;
	height: 74px;
	text-indent: -7000px;
	background-image: url(images/h2background.gif);
	color: #35516C;
	background-repeat: no-repeat;
}
/*Styling the left-hand navigation menu*/

#navigation {
	float: left;
	font-size: 12pt;
	width: 150px;
	margin-bottom: 0px;
}
#navigation ul {
}
#navigation li {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 0px 0px;
	border: 1px solid #666;
}
#navigation li a {
	text-decoration: none;
	color: #FFF;
	margin: 0px 10px 5px 5px;
	padding: 0;
	display: block;
}
#navigation li a:hover {
	color: #FFCC26;
}
#navigation ul li ul {
	font-size: 10pt;
	margin-left: 0;
	padding-left: 2em;
	background-color: #FF4c00;
}
#navigation li ul li {
	color: #fff;
	list-style-type:disc;
	border: 1px solid #FF4C00;
}
#navigation li li a {
	margin: 0px 10px 0px 0px;
}
/*breadcrumbing active topic area*/

#navigation li.on {
	background-color:#FF0000;
	margin: 5px 0px 0px 0px;
}
#navigation li.off {
	background-color:none;
}
#navigation li.off ul {
	visibility: hidden;
	position: absolute;
	left: -7000px;
}
/*Main page content*/

#main {
	padding: 10px 15px;
	margin-left: 150px;
}
#articles {
	font-size: 28pt;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	font-weight: normal;
}
#copy h4{
	margin-top: 1em;
	margin-bottom: 1em;
}	
#main h3 {
	font-size: 16pt;
	margin-top: 1em;
}
#main h5 {
	margin-left: 20px;
	color: #787878;
	font-size: 12pt;
}
#main p, #main ul, #main ol {
	color: #666;
	padding: 5px;
}
#main a {
	text-decoration:    none;
}
#main a:link {
	color: #ff4c00;
}
#main a:hover {
	color: #ff1a00;
}
#main a:visited {
	color: #ff4c00;
}
#main ul, #main ol {
	padding-left: 40px;
}
#main #breadcrumbs {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 10pt;
	margin-left: -15px;
}
#breadcrumbs li {
	display: inline;
	background-image: url(images/graybullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
#main .floatright {
	margin: 10px;
	float: right;
}
/*page footer*/

#footer {
	clear: both;
	color: #35516C;
	padding: 20px 10px;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color: #35516C;
}
#footer h4 {
	font-size: 10pt;
	text-decoration: none !important;
	color: #35516C;
}
#intframer #main .lineheight {
	line-height: 1.5em;
}

#noline
{
	text-decoration: none;
}
#imageRight
{
	float: right;
	margin-left: 10px;
}
#imageLeft
{
	float: left;
	margin-right: 10px;
}
#imageCenter
{
	text-align: center;
}
.seoH1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: 100;
	color: black;
}
.seoH2
{
	text-decoration: none;
	border-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	font-size: 8px;
	color: black;
}
.seoH3
{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150px;
	color: black;
}
.seoH4
{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
}