@import url("reset.css");
@import url("fonts.css");

body,html{
	width: 100%;
	height: 100%;
}
html {overflow-y: scroll;}
body {
	background: #F1F0EB;
	color: #333333;
}
h1,h2,h3,h4,h5,legend {
	color: #333333;
}
#footer h2 a, #footer h3 a, #footer h4 a, #footer h5 a {
	color: #FFEFC0;
}
h1 {
	font-size: 25px;
	margin: 0px 0 10px 0;
	line-height: 100%;
}
h1 em {
	font-size: 17px;
	color: #B4440C;
	font-style: normal;
}
h2 {
	font-size: 18px;
	margin: 3px 0 12px 0;
	font-weight: normal;
}
ul + h2, p + h2, hr + h2, #content h2 {
	margin: 30px 0 12px 0;
}
h3 {
	font-size: 14px;
	margin: 0 0 0.4em 0;
}
table + h3 {margin-top: 15px;}
h4 {
	font-size: 1.1em;
	margin: 0 0 0.4em 0;
}
h5 {
	font-size: 1.0em;
	margin: 0 0 0.4em 0;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
abbr,acronym {border-bottom: 1px dotted #FF6600;cursor: help;}
strong {font-weight: bold;}
em {font-style: italic;}
a {color: #C44D00;}
a:hover {color: #BE202C;}
a:focus { outline: none; }
object { outline:none; }
#wrapper{
	display: block;
	width: 815px;
	height:auto;
	margin: 0px 20px 0px 40px;
	background: url(images/wrap-bkg.gif) repeat-y left top;
}
#header {
	display: block;
	width: 200px;
	height: auto;
	position: relative;
	padding: 0px 10px 30px 10px;
	margin: 0px 50px 0px 0px;
	overflow: hidden;
	background: #F7F5F0 url(images/header-bkg.png) no-repeat left top;
	color: #333333;
	float: left;
}
#logolink {
	display:block;
	position: relative;
	padding-top: 100px; width: 200px; 
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/simply-sax_logo.png) left top no-repeat;
	margin: 30px 0px 0px 0px;
	text-decoration: none;
}
#nav {
	display: block;
	width: 200px;
	height: auto;
	line-height: 20px;
	margin: 20px 0px 50px 0px;
	position: relative;
	font-size: 18px;
}
#nav li {
	display: block;
	float: none;
	width: auto;
	margin: 8px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	background: url(images/h-dotted.gif) repeat-x left bottom;
	text-align: right;
}
#nav li.first {
}
#nav li a {
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
}
#nav li a:hover {
	color: #BE202C;
}
#nav li strong a {
	font-weight: normal;
	background: url(images/nav-arrow.png) no-repeat left 7px;
}
#contact {
	display:block;
	position: relative;
	padding-top: 98px; width: 198px;
	border: solid 1px #B1B1B1;
	overflow: hidden;
	height: 0;
	cursor: pointer;
	background: url(images/contact.png) no-repeat 0px 0px;
	margin: 30px 0px 20px 0px;
	text-decoration: none;
}
#main {
	background:url(images/strip-end.gif) no-repeat left bottom;
}
#main a:hover {
}
#content {
	display: block;
	width: 540px;
	margin: 45px 0 0 0;
	padding: 0px 0px 0px 0px;
	float: left;
}
#cholder {
	display: block;
	padding: 10px 4px 0px 4px;
	width: 532px;
}
/*End layout styles*/
hr {
	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
	border: none;
	margin: 30px 0 12px 0;
}
div.hr {
  display: block;
  height: 1px;
  background: url(images/h-dotted.gif) repeat-x left center;
  margin: 30px 0 12px 0;
}
div.hr hr {
  display: none;
}
p strong {color: #222222;}
p a strong {}
p + ul li, #content li {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
p + ul, #content ul, #content ol, p {
	margin-bottom: 14px;
}
p + ul li, #content ul li{
	list-style: none;
	padding-left: 1.4em;
	background: url(images/bullet.gif) no-repeat left 0.4em;	/*list-style: square url(images/bullet.gif);*/
}
#content ul li ul{
	margin-top: 0.5em;
	margin-bottom: 0;
}
#content ul li ul li{
	list-style: none;
	padding-left: 1.4em;
	font-size: 0.9em;
	background: url(images/bullet-small.gif) no-repeat left 0.4em;
}
#content ol {
	margin-left: 1em;
	padding-left: 1em;
	list-style: decimal;
}
#content ol li {
	list-style: decimal;
}
#content ol li ol {
	margin-top: 0.5em;
}
#content ol li ol li{
	list-style: lower-alpha;
}
ul.deep li {
	background: url(images/bullet.gif) no-repeat left 0.6em !important;
}
.deep li {
		line-height: 1.5 !important;
		margin-bottom: 20px !important;
}
#content blockquote {
	background-position:2px 0px;
	text-indent:0px;
	margin-bottom: 1em;
	clear: none;
}
.colRight blockquote {
	padding: 0px 0px 0px 40px;
}

blockquote  p {
	display: block;
	padding-right:0px;
	font-size: 11px;
	font-style: italic;
	color:#B3440C;
	margin: 0 0 0.3em 0 !important;
	line-height: 1.4;
	text-align: justify;
}
blockquote .q_O {margin-right:5px;}
blockquote .q_C {margin-left:5px; vertical-align:top !important;}
cite {
	display:block;
	font-size: 0.8em;
	margin: 0 0 1em 0 !important;
	color: #666666;
	font-style: normal;
	text-indent: 0px !important;
	text-align: right !important;
}
.quote {
	font-size: 1.5em;
	font-style: italic;
	color:#333333;
	line-height: 1.3;
}
a.lnk-a {
	text-decoration: none !important;
	border-bottom: solid 1px #FFDE08;
}
a.lnk-a:hover {
	background: #FFDE08;
}
#footer {
	width: 530px;
	font-size: 0.9em;
	display: block;
	overflow: visible;
	height: auto;
	position: relative;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 315px;
	color: #999999;
}
#footer p { margin-bottom: 0.5em;}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {color:#BE202C;}
#footer #cba {
	width: auto;
	padding: 0px 0px 0px 14px;
	background: url(images/i_mouse.gif) no-repeat left center;
	float: right;
}
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.inde {
	width: 90% !important;
	padding: 5px;
}
.mgleft {
	margin-left: 20px;
}
.mgright {
	margin-right: 30px;
}
.mgrightW {
	margin-right: 65px;
}
.fRight {
	float: right;
}
.fLeft {
	float: left;
}
.colLeft {
	display: block;
	float: left;
	clear: left;
	width: 46%;
	margin-right: 15px;
	margin-bottom: 1em;
}
.colRight {
	display: block;
	float: right;
	clear: right;
	width: 46%;
	margin-left: 15px;
	margin-bottom: 1em;
}
.brdBtm {
	border-bottom: solid 1px #E0E0E0;
	padding-bottom: 10px;
}
.wide {width: 60%;}
.nrrw {width: 30%;}
.edit .colLeft, .edit .colRight {
	border: dashed 1px #FF9900;
}

/*General Styles*/
.i_left {float: left; margin: 0px 10px 2px 0px; padding:3px; border:solid 1px #B1B1B1; line-height:0;}
.i_right {float: right; margin: 0 0 2px 10px; padding:3px; border:solid 1px #B1B1B1; line-height:0;}
.i_left-nb {float: left; margin: 0px 10px 2px 0px; padding:0px;}
.i_right-nb {float: right; margin: 0 0 2px 10px; padding:0px;}
a:hover .i_left, a:hover .i_right, a:hover .i_cent ,a:hover .thm_pic {
	border:solid 1px #89B700;
}
.i_cent {clear: both;display: block;margin: 0px auto 0px auto; padding:3px; border:solid 1px #B1B1B1; line-height:0;}
.i_cent-nb {clear: both;display: block;margin: 0px auto 0px auto;}

.clear {display: block;height: 0px;clear: both;margin: 0px;padding: 0px;overflow: hidden; line-height:0px;}
.edit .clear {display: block;height: 1em;clear: both;margin: 0px;padding: 0px;overflow: hidden; border: dashed 1px #FF9900;}
/* Indentation. */
.Indent1 {margin-left: 40px;}
.Indent2 {margin-left: 80px;}
.Indent3 {margin-left: 120px;}
/* Alignment. */
.alignLeft {text-align: left;}
.alignCent {text-align: center;}
.alignRight {text-align: right;}
.alignFull {text-align: justify;}

.tabSmall {
	display: block;
	clear: left;
	float: left;
	width: 2em;
	margin-right: 1em;
}
.tabLarge {
	display: block;
	clear: left;
	float: left;
	width: 8em;
	margin-right: 1em;
}
.smallGrey {
	color: #999999;
	font-size: 10px;
}
.smallTxt {
	font-size: 0.9em;
}
.hilite {
	color: #4E5678;
}
.hide {
	display: none;
}
.artListItem{
	position: relative;
	margin: 1em 0px;
	padding-bottom: 1em;
	height: auto;
	clear: both;
	min-height: 120px;
}
.artListItem img {
	float: left;
	padding:3px; border:solid 1px #B1B1B1; line-height:0;
}
.artListItem h3, .artListItem p {
	margin-left: 180px !important;
}
/*Table*/
caption {font-size: 1.7em; color: #FF6600; text-align: left;}
table {margin: 0 0 10px 0; padding: 0; border-collapse: collapse; width: 100%;}
td, th {padding: 3px 1px 3px 1px; border-bottom: 1px solid #F1F0EB; font-size:11px; vertical-align:top;}
.simple td + td {border-left: none;}
td a {color: #444444; text-decoration: none; text-align: right;}
td a, th a {display: block; width: 100%;}
td a:hover {background: #444444; color: #ffffff;}
tfoot th {text-align: right;}
th {border-top: 1px solid #eeeeee; border-left: 1px solid #efefef; text-align: left;}
tr {background:#F0E7DB;}
tr.otr {background:#E8DAC8; }
th {color: #050F40;}
tr:hover {background: #FFFFCC; background:#FFF9CE;}
td.empty {background: #ffffff;}

/* Access styles */
.skip a{
	display:block;
	position: absolute;
	padding-top: 1px; width: 1px; 
	overflow: hidden;
	height: 0;
	cursor: default;
	margin: 0px;
	z-index: 99;
}
.skip a:focus, .skip a:active {display: inline; background: #333333; border: solid black 1px; color: #ffffff !important; text-decoration: none;
	position: absolute; height: auto; width: auto; padding: 0 0.5em;}
.skip a:hover {cursor: default}