/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background:  url('images/bg.jpg') repeat-x #e7e3d8;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}


#menu {
	background: url('images/menu.png') top left repeat-x #000;
	height: 40px;
}

#menu a {
	color: #FFF;
	font-size: 14px;
}


#menu2 {
	padding-top: 8px;
	text-align: right; 
	float: right;
	padding-right: 8px;
	color: #FFF;
	line-height: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu2 img {
	position: relative;
	top: 3px;
}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	}

.widecolumn {
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/footer.jpg') top left repeat-x;
	border: none;
	height: 84px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}


#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 968px;
	}

#header {
	background: url('images/header.jpg') top right #FFF no-repeat;
	margin: 0 0 0 1px;
	padding: 0;
	height: 110px;
	width: 968px;
	}

	#header a {
		color: #3b3b3b;
	}
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 0px 45px;
	margin: 0px 0 0;
	width: 950px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 5px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 10px auto 0 auto;
	width: 968px;
	clear: both;
	
	color: #000;
	}

#footer p {
	margin: 0;
	
	color: #000;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#slogan {
	padding-left: 10px;
	padding-top: 7px;
	width: 160px;
}
	
	
#slogan a:hover {
	text-decoration: none;
}

#slogan a {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#questions {
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding: 25px 5px 5px 5px;
}

#questions  a {
	color: #b44b6e;
	font-size: 13px;
	font-weight: bold;
}

#address {
	font-size: 14px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	padding: 5px;
}
#address  a {
	color: #b44b6e;
	font-size: 14px;
	font-weight: bold;
}




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

#menu1 li
{
float: left;
margin: 0 0.15em;
}

#menu1 a {
	
	list-style-type: none;
	text-transform: uppercase;
	padding: 14px 5px 14px 5px;
	display: block;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
}


.current_page_item a {
	
	padding: 13px 10px 14px 10px;
	text-align: center;
	background: url('images/active.png')  bottom right repeat-x;
}
#menu1 a:hover {
	text-decoration: none;	
	text-align: center;
	background: url('images/active.png')  bottom right repeat-x;
}


/* Hide from IE5-Mac \*/
#menu1 li a
{
float: none
}
/* End hide */

#menu1
{
	
} 


#homes {
float: left;
padding-left: 100px;
width: 403px;
}


#grey {
	
	margin: 3px 5px 5px 5px;
	height: 312px;
	/*background: #e6e5dd;*/
	background: #efefeb;
	
	
}


#search {
	
margin-top: 5px;
}



#search fieldset { 
color: #000;
font-size: 14px;
width: 290px;
margin: 0 auto 0 auto;
text-align: center;
padding: 5px;
border: 1px solid #c6c5bf;
}

#search legend {
	
  padding: 0.2em 0.5em;

	color: #333;
text-transform: uppercase;
 font-size: 20px;
  text-align:right;
  }
  
 #search legend h2 {
 	margin: 0;
	padding: 0;
 }

  
 .dropdown {
 	margin: 6px auto 0 auto;
 	width: 230px;
 }


.dropdown2 {
	margin-top: 6px;
	width: 112px;
}

#search2 {
	width: 290px;
	padding-top: 0px;
	height: 30px;
	background: url('images/search.png') top center no-repeat;
}

#search2 a {
	color: #4f4840;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -10px;
	padding: 0 10px 0 10px;
	margin-top: -10px;
	
	text-transform: uppercase;
	
}

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











#search3 {
	width: 210px;
	padding-top: 8px;
	height: 22px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url('images/search4.png') top center no-repeat;
}

#search3 a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	padding: 0 10px 0 10px;
	margin-top: -10px;	
	text-transform: uppercase;
	
}

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











#search4 {
	width: 210px;
	padding-top: 8px;
	height: 22px;
	margin: 0 auto 0 auto;
	text-align: center;
	background: url('images/search4.png') top center no-repeat;
}

#search4 a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 0px;
	padding: 0 10px 0 10px;
	margin-top: -10px;	
	text-transform: uppercase;
	
}

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





#seperator {
	
}
  
  
  #management {
  	line-height: 18px;
	font-size: 12px;
	width: 300px;
	padding: 10px;
	float: left;
	color:#777;
  }

  
  #management h3 {
  	margin: 0;
	font-size: 26px;
	color: #852432;
  }

  
  #finance {
  	width: 300px;
	float: left;
	}
	
	#finance h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 3px;
	width: 291px;
	text-transform: uppercase;
	border-bottom: 1px solid #4e4e4e;	
	}
	
	
	
	#featured {
		width: 330px;
		margin-left: 10px;
		float: left;
	}
	#featured h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 3px;
	width: 324px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #4e4e4e;	
	}
  
  
  	#featured2 {
  		width: 330px;
		min-height: 45px;
		background: url('images/featured2.png') repeat-x;
  	}

	#cromwell {
		color: #852432; padding: 6px 3px 0px 0px; font-size: 14px; font-weight: bold;
		margin-left: 10px;
		margin-top: 0px;
	}
	
	#sandiego {
		clear: both; font-size: 11px;
		margin-left: 10px;
	}

	#border {
		border: 1px solid #e4e4e4;
	}
	
	#property {
		color: #696969;
		padding: 5px;
		font-size: 11px;
		line-height: 18px;
	}
	

	#mtable {
		border: 1px solid #397fc7;
	}
	
	#submit2 {
	background: url('images/submit2.png') top left no-repeat;
	border: none;
	width: 74px;
	height: 21px;
	float: left;
	}

	.arrow-down-gold {
		width: 30px;
		height: 30px;
		background: url('images/arrowdown.png') center center no-repeat;
	}
	
	.arrow-up-gold {
		width: 30px;
		height: 30px;
		background: url('images/arrowup.png') center center  no-repeat;
	}
	
	.graph-oa {
		width: 30px;
		height: 30px;
		background: url('images/stats.png') center center  no-repeat;
	}
	

a {
	color: #6c4e4e;
}

a:hover {
	color: #6c4e4e;
}











#topsect {
    width:             917px;
    height:            46px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/top_bg.png);
    background-repeat: repeat-x;
}
#topnav {
    background-image:  url(../../http://hsmsf.com/templates/modernportal/images/topnav_bg.png);
    background-repeat: repeat-x;
    height:            30px;
    width:             917px;
}
#splitmenu {
    padding-left: 30px;
    line-height:  25px;
}
#searchbox {
    float:      right;
    margin-top: 5px;
}
#ourLegacyMsg {
    outline: thick solid black
}
#flashing {
    width:       500px;
    padding-top: 15px;
    line-height: 14px;
}
#flashing a:link, #flashing a:visited {
    color:               #FFFFFF;
    background-image:    url(http://hsmsf.com/templates/modernportal/images/info_bg.png);
    background-repeat:   no-repeat;
    background-position: left;
    padding-left:        15px;
    font-weight:         normal;
}
#login {
    float: right;
}
#content {
    padding:           8px;
    background-color:  #FFF;
    text-align:        left;
}
#maincontent {
    background-color: #FFFFFF;
    padding:          10px;
    padding-bottom:   0px;
    padding-top:      0px;
}
#left {
}
#right {
    margin-left: 10px;
}

.moduletable {
	font-size: 10px;
}

#right div.moduletable {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/bg_left_top.png);
    background-repeat: repeat-x;
	font-size: 11px;
    border:            1px solid #C0C0C0 ;
}
#right div.moduletable h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
#left div.moduletable {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/bg_left_top.png);
    background-repeat: repeat-x;	font-size: 11px;
    border:            1px solid #C0C0C0 ;
}
#left div.moduletable h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
#left div.moduletable-green {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/left_bg_green.png);
    background-repeat: repeat;
    border:            1px solid #A8D5AF ;
}
#left div.moduletable-green h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
}
div.moduletable-green {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/left_bg_green.png);
    background-repeat: repeat;
}
div.moduletable-green td {
    font-size:  11px;
    text-align: left;
}
div.moduletable-yellow {
    margin-bottom:     8px;
    padding:           8px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/yellow_mod_bg.png);
    background-repeat: repeat;
}
div.moduletable-yellow td {
    font-size:  11px;
    text-align: left;
}
div.moduletable-yellow h3 {
    margin-bottom: 8px;
    color:         #333333;
    font-size:     12px;
    font-weight:   bold;
}
#modtop div.moduletable {
    margin-bottom: 8px;
}
#modtop div.moduletable h3 {
    margin-bottom: 8px;
    color:         #2C2C30;
    font-size:     14px;
    font-weight:   bold;
}

#moduletable a {
	margin: 0; padding: 0;
}
#modtop div.moduletable td {
    color:     #878787;
		margin: 0; padding: 0;
    font-size: 1px;
}
#midbot {
    padding-top: 10px;
}

.entry {
	
}
#bottom {
    padding:          10px;
    background-color: #FFFFFF;
}
#bottom p {
}

#navlist {
    margin:  0px;
    padding: 0px 0px 0px 0px;
}
#navlist ul, #navlist li {
    display:         inline;
    list-style-type: none;
}
#navlist a:link, #navlist a:visited {
    padding:         8px 8px 4px 8px;
    float:           left;
    font-size:       11px;
    margin:          0px;
    text-decoration: none;
    color:           #FFFFFF;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    color:             #333333;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/topnav_active.png);
    background-repeat: repeat-x;
}
#navlist a:hover {
    color: #333333;
}
/* joomla css stuff */
#mod_search_searchword {
    padding:     8px 0 10px 10px;
    width:       377px;
    font-size:   11px;
    background:  url(http://hsmsf.com/templates/modernportal/images/serch_Bg.png) no-repeat ;
    color:       #A0A0A4;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
}
ul#mainlevel-nav {
    list-style:   none;
    font-size:    11px;
    height:       28px;
    padding-left: 20px;
}
ul#mainlevel-nav li {
    float:          left;
    font-size:      11px;
    font-weight:    normal;
    text-transform: lowercase;
    text-align:     center;
    font-family:    Arial,Tahoma, Helvetica, sans-serif;
    display:        block;
    background:     none ;
    padding-right:  20px;
    padding-top:    5px;
}
ul#mainlevel-nav li a {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    padding-top:     0px;
    text-decoration: none;
    color:           #FFFFFF;
    font-weight:     bold;
}
ul#mainlevel-nav li a:hover {
    display:         block;
    padding-left:    5px;
    padding-right:   5px;
    text-decoration: none;
    font-weight:     bold;
}

form {
    display: inline;
    margin:  0;
    padding: 0;
}
h1 {
    color:       #666666;
    font-weight: normal;
    font-size:   20px;
}
ul {
}
li {
    margin-left: 20px;
}
img {
    border: none ;
}
ol {
    margin-left:         20px;
    list-style-position: inherit;
}
blockquote {
    margin: 10px;
}
blockquote div {
}
pre {
    padding: 10px;
}
table.contenttoc {
    margin:  3px;
    padding: 5px;
}
.contenttoc th {
    padding:     3px;
    color:       #935454;
    font-weight: bold;
}
.contenttoc a {
    font-size:   11px;
    padding:     0 5px 0 5px;
    font-weight: normal;
}
.contenttoc a:hover {
    font-size:    11px;
    color:        #935454;
    padding-left: 5px;
}
.contenttoc td {
    padding: 3px;
}
.contentpane {
    font-family: Arial,Tahoma,  Helvetica, sans-serif;
    font-size:   11px;
    text-align:  left;
}
.contentpaneopen ul {
    margin-left: 10px;
}
.contentpane ul {
    margin-left: 10px;
}
table.contentpaneopen,table.contentpane {
}
table.contentpaneopen li {
    margin-left: 20px;
}
div.moduletable {
    font-size: 11px;
}
div.moduletable td {
    text-align: left;
    font-size:  11px;
}
div.moduletable h3 {
    text-align:    left;
    margin-bottom: 5px;
    color:         #333333;
    font-size:     14px;
    font-weight:   bold;
    border-bottom: 1px solid #C0C0C0 ;
}
table.moduletable th {
    color:               #898371;
    text-align:          left;
    vertical-align:      middle;
    font-weight:         normal;
    padding-left:        5px;
    padding-top:         15px;
    padding-bottom:      10px;
    font-size:           14px;
    background-image:    url(http://hsmsf.com/templates/modernportal/images/modth.png);
    background-repeat:   no-repeat;
    background-position: bottom;
    width:               230px;
    text-transform:      uppercase;
}
.contentpaneopen fieldset {
    border: none ;
    width:  100%;
}
.contentpaneopen td {
    padding:    0;
    text-align: left;
}
.contentdescription {
}
.latestnews li {
    list-style-type: none;
}
.latestnews li a {
    border-bottom: 1px solid #FFFFFF ;
    display:       block;
}
.latestnews li a:hover {
}
.mostread li {
    list-style-type: none;
}
.mostread li a {
    border-bottom: 1px solid #FFFFFF ;
    display:       block;
}
.mostread li a:hover {
}
ul.latestnews li {
    padding:     3px 2px 6px 0px;
    margin-left: 0px;
    color:       #000000;
    width:       auto;
    text-align:  left;
}
.latestnews a:link {
    text-transform: capitalize;
    color:          #000000;
}
.latestnews a:visited {
    color: #403C3C;
}
.latestnews a:hover {
    color: #800000;
}
ul.mostread li {
    margin-left: 0px;
    color:       #808080;
    width:       auto;
    text-align:  left;
    padding:     3px 2px 6px 0px;
}
.mostread a:link {
    text-transform: capitalize;
    color:          #000000;
}
.mostread a:visited {
    color: #403C3C;
}
.mostread a:hover {
    color: #800000;
}
td.contentheading {
    color:           #800000;
    font-family:     arial, georgia,Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       24px;
}
div.componentheading {
    color:           #800000;
    font-family:     arial ,georgia,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-weight:     normal;
    font-size:       20px;
    text-align:      left;
}
a.contentpagetitle:link,a.contentpagetitle:hover {
    font-family:     Arial, Tahoma,tahoma, Helvetica, sans-serif;
    text-decoration: none;
    font-size:       12px;
}
a.contentpagetitle:hover {
    color: #CCCC99;
}
.createdate, td.createdate {
    color:          #666666;
    font-size:      11px;
    font-weight:    bold;
    text-transform: lowercase;
    padding-bottom: 3px;
}
.modifydate,.small {
    color:          #FF6633;
    font-size:      11px;
    font-weight:    normal;
    text-transform: lowercase;
}
.highlight {
    color:            #FFFFFF;
    background-color: red;
}
.mosimage {
    margin:  5px;
    padding: 5px;
    border:  none ;
}
.mosimage_caption {
    padding:             1px 2px;
    color:               #898371;
    font-size:           10px;
    font-weight:         bold;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    border-bottom-width: 1px;
}
.contentpaneopen img {
    margin: 5px;
}
.contentpane img {
    margin: 5px;
}
a.mainlevel:link, a.mainlevel:visited {
    display:           block;
    height:            24px !important;
    height:            26px;
    vertical-align:    middle;
    font-size:         12px;
    font-weight:       normal;
    text-align:        left;
    text-decoration:   none;
    text-transform:    capitalize;
    color:             #941D08;
    padding-top:       2px;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/menu_bg.png);
    background-repeat: no-repeat;
    padding-bottom:    2px;
    padding-left:      30px;
}
a.mainlevel:hover {
    text-decoration:   none;
    color:             #000000;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/menu_bg_hover.png);
    background-repeat: no-repeat;
}
a.mainlevel#active_menu {
    color:             #000000;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/menu_bg_hover.png);
    background-repeat: no-repeat;
}
a.mainlevel#active_menu:hover {
    color: #F41400;
}
a.sublevel:link, a.sublevel:visited {
    font-size:      11px;
    padding-left:   10px;
    padding-bottom: 3px;
    display:        block;
    margin-left:    10px;
    font-family:    Arial, Verdana,Tahoma;
    color:          #00CCCC;
    text-transform: lowercase;
    font-weight:    normal;
}
a.sublevel:hover {
    text-decoration: none;
}
.inputuser {
    padding:     5px 0 0px 28px;
    width:       120px;
    font-size:   11px;
    background:  url(http://hsmsf.com/templates/modernportal/images/login_bg.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      20px;
}
.inputpass {
    padding:     5px 0 0px 28px;
    width:       120px;
    font-size:   11px;
    background:  url(http://hsmsf.com/templates/modernportal/images/pass_bg.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      20px;
}
#mod_login_username {
    padding:     5px 0 0px 28px;
    width:       176px;
    font-size:   11px;
    background:  url(http://hsmsf.com/templates/modernportal/images/login_bg.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      20px;
}
#mod_login_password {
    padding:     5px 0 0px 28px;
    width:       176px;
    font-size:   11px;
    background:  url(http://hsmsf.com/templates/modernportal/images/pass_bg.png) no-repeat ;
    color:       #F41400;
    font-family: tahoma;
    border:      none ;
    font-weight: bold;
    height:      20px;
}
#mod_login_remember {
    border:     none ;
    background: none ;
    margin:     0;
}
.inputbox {
    border:     1px solid gray ;
    background: #FFFFFF ;
}
.button {
    padding:     1px;
    padding:     3px !important;
    color:       #FFFFFF;
    font-size:   11px;
    border:      none ;
    font-weight: bold;
    background:  #666666 ;
}
.sectiontableheader {
    font-weight: bold;
    background:  #A2A2A2 ;
    padding:     4px;
    color:       #333333;
}
.sectiontableentry1 td {
    padding: 3px;
}
.sectiontableentry2 td {
    padding:    3px;
    background: #E5E5E5 ;
}
.sectiontableentry1 {
    padding: 2px;
}
.sectiontableentry2 {
    padding: 2px;
}
.readon {
    float:               left;
    padding-right:       10px;
    background-image:    url(http://hsmsf.com/templates/modernportal/images/readon.png);
    background-position: left;
    background-repeat:   no-repeat;
    padding-left:        25px;
    height:              31px;
    text-indent:         -5000px;
    display:             block;
    width:               98px;
}
.readon a:link, .readon a:visited {
    color: #FFFFFF;
}
.readon a:hover {
    color: #EBCA71;
}
.back_button a {
    padding:    2px 5px 2px 20px;
    text-align: center;
    display:    block;
}
.back_button a:hover {
    padding: 2px 5px 2px 20px;
    color:   #FF0000;
}
.pagenav {
    text-align:        center;
    color:             #FF6633;
    margin:            0px -2px 0px 0px;
    padding:           1px 6px 1px 6px;
    font-size:         11px;
    font-family:       arial,verdana,tahoma;
    background-image:  url(http://hsmsf.com/templates/modernportal/images/btnlogin.gif);
    background-repeat: repeat-x;
}
a.pagenav, a.pagenav:visited {
    color: #FF6633;
}
a.pagenav:hover {
    color:            #ffffff;
    background-color: #000000;
    border:           1px solid #5d5d5d ;
}
span.pathway {
    color:       #666666;
    font-size:   11px;
    font-weight: bold;
}
span.pathway a:link,
span.pathway a:visited {
    color:       #666666;
    font-weight: bold;
    font-size:   11px;
}






.newsfeed ul {
	width: 100%;
}

.newsfeed li {
	font-size: 11px;
	
}


.newsfeed li a {
	font-size: 11px;
}


.newsfeed {
	
}







* {
    margin:  0;
    padding: 0;
}
td,p,div,tr {
    font-family: arial,georgia,tahoma;
    font-size:   12px;
    color:       #666;
    line-height: normal;
}




#myform3 input {
	text-align: right;
}
