* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #9c0000;
	color: #636363;
	font-size: x-small;      /* false value for WinIE4/5 */
	voice-family: "\"}\"";   /* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   /* recover from trick */
	font-size: small;        /* intended value for better browsers */
}

html>body {
	font-size: small;        /* be nice to Opera */
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	color: #000;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
	font-size: 200%;
}

h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 150%;
	border-bottom: 1px solid #f4f4f4;
}

h4 {
	margin-bottom: 10px;
	font-size: 125%;
	border-bottom: 1px solid #f4f4f4;
}

p, ol, ul {
	line-height: 24px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

strong {
	color: #9c0000;
}

a {color: #9c0000;}

a:hover {text-decoration: none;}

img {	border: none;}

.noshow {
	position: absolute;
    top: -300px;
}

.accesskey {text-decoration: underline;}

a.extlink, span.extlink {
	text-decoration: none;
	background: url('../images/diagonal.gif') repeat-x 100% 100%;
	white-space: nowrap;
	padding-bottom: 2px;
	color: #9c0000;
	font-weight: bold;
}

a.extlink:hover {
	color: #d40000;
}

label {
	width: 300px;
}

/* ----- Form -------------------------------------------------- */
#form label {
	width: 135px;
	float: left;
	text-align: right;
	padding-right: 1em;
}

#form label.error {
	float: none;
	color: #9c0000;
	padding-left: .5em;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
}

#form p {
	clear: both;
}

#form .textbox {
	width: 300px;
	margin: 0;
	border: 1px solid #aaa;
	border-right-color: #f6f6f6;
	border-bottom-color: #f6f6f6;
	font-size: 1em;
	background-color: #eee;
}

#form .button {
	border: 1px solid #ebebeb;
	border-bottom-color: #ddd;
	background: #fbfbfb url('../images/button.gif') repeat-x;
	color: #7a7a7a;
}

/* ----- Header -------------------------------------------------- */
#header {
	width: 770px;
	height: 115px;
	margin: 0 auto;
	background: url('../images/headerbg.gif') repeat-x;
}

/* ----- Logo ---------------------------------------------------- */
#logo {
	float: left;
	height: 115px;
	padding: 0;
	background: url('../images/lcorner.gif') no-repeat;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 115px 0 0 0;
	overflow: hidden;
	background: url('../images/srlogo.gif') no-repeat 20px 40px;
	height: 0px !important;
	height /**/:115px;
	font-size: 250%;
}

/* ----- Main menu ----------------------------------------------- */
#menu {
	float: right;
	height: 45px;
	padding: 70px 25px 0 0;
	background: url('../images/rcorner.gif') no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #dbdbdb;
	text-decoration: none;
	font-size: 13px;
	color: #3b3b3b;
}

#menu a:hover {
	color: #9c0000;
}

#menu .first a {
	border: none;
}

/* ----- Banner -------------------------------------------------- */
#banner {
	width: 730px;
	height: 170px;
	margin: 0 auto;
	background: url('../images/bannerbottom.gif') repeat-x left bottom;
	border-right: 20px solid #fff;
	border-left: 20px solid #fff;
}

/* ----- Main content -------------------------------------------- */
#content {
	width: 700px;
	margin: 0 auto;
	padding: 30px 35px 50px 35px;
	background: #fff url('../images/bottom.gif') no-repeat left bottom;
}

#main {
	float: left;
	width: 510px;
}

#sidebar {
	float: right;
	width: 165px;
	padding: 5px 0 0 0;
}

#content img {
	float: right;
	padding: 3px;
	border: 1px solid #dbdbdb;
	margin: 0 0 .5em .5em;
	clear: right;
}

#content img.borderless {
	border: 0;
}

#content h2 {
	border-left: 10px solid #9c0000;
	border-bottom-color: #dbdbdb;
	padding-left: 10px;
}

#content h3 {
	border-left: 10px solid #dbdbdb;
	border-bottom-color: #dbdbdb;
	padding-left: 10px;
	clear: right;
}

#content ul {
	list-style-type: square;
	margin-left: 2em;
	color: #636363;
}

/* ----- Posted bar ---------------------------------------------- */
.posted {
	height: 33px;
	margin: 0;
	padding: 10px 15px 0 15px;
	background: url('../images/postedbg.gif') repeat-x;
	border-bottom: 1px solid #f2f2f2;
}

.posted p {
	float: left;
	margin: 0;
}

.posted .comments {
	float: right;
}

.posted a {
	color: #717171;
}

/* ----- Footer -------------------------------------------------- */
#footer {
	text-align: center;
	color: #fff;
	font-size: 90%;
	margin: 1em 0 0 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer strong {
	color: #fff;
}

#footer ul {
	margin: 0;
	padding-left: 0;
} 

#footer ul li {
	margin-left: 0;
	padding: 0px 2px 0px 5px; 
	border-left: 1px solid #fff;
	list-style: none;
	display: inline;
}		

#footer ul li.first {
	border-left: 0;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}


