body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #383838;
}
body {
	background-color: #ececed;
	margin: 0px;
}
a:focus 
{
-moz-outline-style: none;
}
a:link, a:active, a:visited, a:focus {
	color:#867331;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #9C0016;
	outline: none;
	text-decoration: underline;
}
.menutext {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menutxt:link, a.menutxt:active, a.menutxt:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menutxt:hover{
	color: #FEE18B;
	text-decoration: none;
}
.navSotstext {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navSotStatic {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.navSots:link, a.navSots:active, a.navSots:visited {
	color: #7D0010;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.navSots:hover{
	color: #867331;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.footertxt{
	font-size: 10px;
}
a.footertxt:link, a.footertxt:active, a.footertxt:visited {
	color: #383838;
	text-decoration: none;
}
a.footertxt:hover{
	color: #A30017;
}
a:hover, a:active, a:focus {
    outline: none;
}
/* Defines NavBar Class and holder size.  Sets  margins and padding to 0. Sets top border line on first item*/
ul.NavBar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #FFFFFF;
}
/* Menu items . Sets size of block and text style and indents for rollover*/
ul.NavBar a
{
	color: #794500;
	text-decoration: none;
	font-size: 11px;
	padding-left: 28px;
	width: 132px;
	background-image: url(../../images/otss/global/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	display: block;
}
/* Menu items that have a rollover . Has a arrow bg*/
ul.NavBar a:hover
{
	color: #971212;
	background-image: url(../../images/otss/global/menu_bullet_on.gif);
	background-repeat: no-repeat;
}
/* Sets menu lines and height*/
ul.NavBar li
{
	list-style-type: none;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
img {
	border: none;
}
.imgover { /*class to call JS function for rollovers*/
}
.heading1 {
	font-size: 14px;
	color: #8b000b;
	font-weight: bold;
}
.heading2 {
	font-size: 12px;
	color: #8b000b;
	font-weight: bold;
}
.heading2blk {
	font-size: 12px;
	font-weight: bold;
}
.heading3 {
	font-size: 11px;
	color: #8b000b;
	font-weight: bold;
}
.ruleDotted {
	background-image: url(../../images/otss/global/horz_dotted_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ruleDotted2 {
	background-image: url(../../images/otss/global/horz_dotted_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-bottom: 10px;
}
 .clearbothdiv { /*hidden from view*/	
	clear: both;
} 
.tableHeadingRed {
	background-color: #aa212f;
	height: 23px;
	width: 304px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 7px;
} 
.tableHeadingGray {
	background-color: #666666;
	width: 304px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 23px;
	padding-top: 7px;
}
.vertLine {
	background-image: url(../../images/otss/global/vert_line.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.tblBtmBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.contactBoxLeft {
	background-image: url(../../images/otss/sub/contact_box/contactboxleft.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
.contactBoxRight {
	background-image: url(../../images/otss/sub/contact_box/contactboxright.jpg);
	background-repeat: repeat-y;
	width: 16px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
}
li {
	margin-top: 10px;
}
li.mybullets {
	margin-top: 4px;
	background-image: url(../../images/otss/global/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 2px;
	text-align: left;
	padding-left: 20px;
}
.formBox {
	font-size: 11px;
}

#maincontainer {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topAreaContainer{
	width:100%;
	height: 77px;
	background-image: url(../../images/otss/sub/bg_top.jpg);
	background-repeat: repeat-x;
}
#topArea{
	width:890px;
	height: 77px;
	background-image: url(../../images/otss/sub/sub_top.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#topAreaLogo{
	width:340px;
	height: 77px;
	float: left;
}
#topAreaMenu{
	width:500px;
	float: right;
	height: 38px;
	padding-top: 39px;
}
#topMenuBarArea{
	width:890px;
	height: 33px;
}
#topMenuBar{
	height: 26px;
	float: right;
	background-image: url(../../images/otss/sub/menu_bar/top_menu_bg_all.jpg);
	width: 600px;
	padding-top: 7px;
	text-align: center;
}
#contentholder {
	width:890px;
	margin-right: auto;
	margin-left: auto;
}
#content1{
	width:890px;
}
#contentLeft {
	width:142px;
	float: left;
	padding-left: 14px;
}
#contentSingleRow {
	width:876px;
	padding-left: 14px;
}
#contentRight {
	width:706px;
	float: right;
	background-image: url(../../images/otss/global/vert_bev_line.gif);
	background-repeat: repeat-y;
	padding-left: 28px;
}
#btmContentSpacer {
	width:890px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}
#footerArea {
	width:100%;
	background-image: url(../../images/otss/global/bg_footer.gif);
	background-repeat: repeat-x;
	height: 45px;
}
#footerTextArea {
	width:890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 45px;
}

.dataform {
}
.dataform td {
    padding: 3px;
}
.dataform th {
    text-align: left;
}

.error, ul.errorlist {
    color: #cd0a0a;
}

ul.errorlist {
    list-style-type: none;
    margin: 0px;
}


#social-media {
    color: #999999;
}
#social-media a {
    padding-right: 20px;
    line-height: 30px;
}
#social-media a#facebook {
    background: url(../../uploads/facebook.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#twitter {
    background: url(../../uploads/twitter.png) no-repeat 0 50%;
    padding-left: 20px;
}
#social-media a#blog {
    background: url(../../uploads/blogrss.png) no-repeat 0 50%;
    padding-left: 20px;
}
