﻿/*========= SETUP =========*/

/*- Reset -*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
}
ol, ul {
}

caption, th {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*- Clear Fix -*/

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*========= General Typography =========*/

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 14px !important;
  color: #212121; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}



/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 175%; text-align:justify;}
#middle_area { margin-bottom: 15px; }
#middle_area p           { line-height: 125%; text-align:left;}
#middle_area li { line-height: 100%;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #6A697A; }
a           { color: #00629B; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

img			{ border:0; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: circle; line-height: 24px;}
ol          { list-style-type: decimal; }
li          { margin-bottom: 20px; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



.schedule    { padding:5px; font-size: 13px; }
.schedule th { background-color: #ccc; }
.schedule td { border-right: 1px solid #999; border-bottom: 1px solid #999; }
.right-only { border-right: 1px solid #999; }
.bottom-only { border-bottom: 1px solid #999; border-right: none; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/*========= FORMS =========*/

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label             { font-weight: normal; display:block; }
label.forcheckbox { margin:0 0 0 4px; display:inline; }
fieldset          { padding:0em; margin: 0 0 0em 0; border: 0px solid #ccc; }
legend            { font-weight: bold; font-size:1.0em; color: #969A9B;  }
.boldColoredText  { font-weight: bold; font-size:1.0em; color: #969A9B;  }


/* Form fields
-------------------------------------------------------------- */


input[type=text],
input.text, input.title, 
textarea, select, input[type=password] { 
  background-color:#fff; 
  border:1px solid #bbb; 
}
input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus, input[type=password]:focus { 
  border-color:#a5cc7a;
  background-color: #fbfff7;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { padding:5px; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

/* TODO: Causes form rendering issues with theme preview, had to add line-height: normal */
form.inline { line-height: normal; }
form.inline p { margin-bottom:0; }



.editor
{    
    clear: both;
}
.editor label
{
    float: left;
    min-width: 150px;
    text-align: right;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%;
}
.editor input
{
    float: left;
    margin: 3px 15px;
}
.editor input[type="image"]
{
    margin: 25px 0px 25px 250px;
}
.logonForm input
{
    margin: 3px 10px 0px 0px;
}
.logonForm label
{
    color: #00629B;
    font-weight: bold;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%;
}




/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: 0px; border: 0px none #ddd; }

.error      
{   
    float: left;
    text-align: right;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%; 
    color: Red;   
}
.errorSummary    
{   
    clear: both;
    text-align: right;
    margin: 3px 0px;
    vertical-align: middle;
    line-height: 125%; 
    color: Red;   
}
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* Search
----------------------------------------------------------*/

.search 
{
    margin: 12px 0 12px 0;
    position: absolute;
    top: 24px;
    right: 18px;
}

.search fieldset 
{
    overflow: auto;
}

.search input 
{
    width: 12em;
    float: left;
    padding: 3px;
    margin: 0;
}

.search button 
{
    float: left;
    margin: 0 0 0 4px;
}


/*========= GENERAL =========*/

body {background-color: #fff; background-image: url(images/tss_bg.png); background-repeat: repeat-x; background-position: bottom; }
#shell {  width: 950px; margin: 0px auto 20px auto; border: 1px solid #d8e0c8; border-top: none 0px; background-color: #fff; padding-bottom: 20px;  }
#tsscontainer { float:left;margin: 10px 0px 0px 10px; background-color: #fff; }
#left-side {float:left; margin: 10px 5px 10px 17px;}

/*========= HEADER =========*/
#header {width: 100%; background-color: #434343; height:20px;}
.header {width: 100%; margin: 0px auto 0px auto; border-bottom: solid 4px #D0DF00; }

/*- Brand -*/

.brand {width: 953px; margin: 10px auto 10px auto; }
.brand img { float: right; }
.brand .title { padding: 45px 0px 15px 20px; font-size: 2.0em; font-family: Segoe UI, Segoe, Arial, Sans-Serif; color:#FFFFFF; float: left;  }

/*- Page Navigation -*/

#menuWrapper {width: 953px; margin: 0px auto 0px auto; }
#loginBox {margin: 0px 0px 5px 0px;}
.loginControl { float: right; margin: 5px 3px 0px 0px; }
.loginControl a { color: #FFFFFF; text-decoration: underline; font-size: 11px;}
.loginName { margin: 8px 20px 0px 0px; float: left; color: #fff; font-weight: bold; font-size: 13px; line-height: 110%; }
.loginLink { margin: 8px 0px 0px 0px; float: left; color: #D0DF00; font-weight: bold; font-size: 14px; line-height: 110%; }
#nav { position: relative; width: 100%; height: 50px; margin: 0px auto 0px auto; background-color:#00629B; }
#nav .menu { list-style:none; padding: 0px; margin: 0px; }
#nav .menu li { float: left; height: 33px; margin: 0px 0px 0px 2px; }
#nav .menu li a 
{
    font-family: 'Vectora W01 75 Bold', sans-serif; letter-spacing: .05em; display: block; height: 22px; color: #FFFFFF; font-size: 150%; padding: 11px 5px 0px 0px; text-decoration: none; 
}
#nav .menu li a:hover {color: #212121;}

#nav .menu li.current a { color: #212121; }

/*- Admin Navigation - */
.admin-bar { width: 953px; background-color: #434343; height:30px; margin: 0px auto 0px auto; }
.admin { float: right; margin: 0px; padding: 7px 20px 0px 0px; }
.admin li { float:left; list-style: none; padding: 0px 0px 0px 20px; }
.admin li a { color: #FFFFFF; }
.admin li a:hover { color: #666666; }

/*========= Copyright ======*/
#copyright { clear:left; width: 925px; border-top: solid 3px #D0DF00; margin: 5px auto 10px auto; padding: 0px 0px 0px 0px; font-size: 13px; color:#C4C994;}
#copyright-notice {float: left; font-size: 11px;}
#copyright-navigation {float: right; }
#copyright-navigation a {text-decoration: none; padding:0px 5px 0px 5px; color:#C4C994;}
#copyright-navigation a:hover {color:#D0DF00;}

/*========= Footer =========*/

#footer { width: 935px; margin: 20px auto 50px auto; height: auto;  background-color:#E5E6E6; font-size: 95%; padding: 6px 10px 6px 10px; line-height: 150%; }
#footer #footer-content { width: 100%; margin: 0px auto 0px auto; height: 28px;}
/*#footer #disclaimer { float: right; width: 700px;}*/
#footer #icons-left { float: left;}
#footer #icons-right { float: right; }
#footer #icons-left img, #footer #icons-right img { margin: 0px 3px 0px 3px;}
.socialIcon { width: 28px; height: 28px; }

/*========= Home =========*/

#hm-image { float: left; width: 251px; margin: 5px 0px 0px 45px; }
#hm-content {position: relative; float: left; width: 546px; height: 310px; padding: 0px 20px 0px 30px; margin: 40px 0px 0px 10px; background: url(images/redesign/hm-divider.png) no-repeat -25px 150px; }
#hm-content #hm-header { }
#hm-content #hm-message { line-height: 150%; margin: 15px 0px 0px 0px; line-height: 150%; }
#hm-content ul { margin: 50px 0px 0px 0px; position: absolute; bottom: 15px; left: 30px; list-style: none; padding: none; }
#hm-content ul li { float: left; margin: 0px 12px 0px 0px; text-align: center; width: 100px;}
#hm-content ul li a { text-align: center; }
#hm-content ul li img {clear: both; margin: 0px 0px 5px 0px;}

.homeSplash { font-family: 'Vectora W01 55 Roman', sans-serif; letter-spacing: .0em; line-height: 1.25em; margin: 0px 0px 0px 0px; display: block; color: #969A9B ; font-size: 400%; padding: 0px 0px 0px 0px; text-decoration: none; }
.homeSplashBold { font-family: 'Vectora W01 55 Roman', sans-serif; letter-spacing: .0em; line-height: 100%; margin: 5px 0px 0px 0px; display: block; color: #00629B ; font-size: 400%; padding: 0px 0px 0px 0px; text-decoration: none; }


.main-box { }
.main-box .top { }
.main-box .bottom { }

/*========= Page =========*/

#content { margin: 0px 0px 20px 0px; padding: 10px 0px 0px 10px;}
.content-container { padding: 0px 0px 0px 0px; }
.content { position: relative; padding: 0px 0px 0px 0px; }
.content-items { width: 652px; padding: 20px 40px 0px 40px; }
.content-items .item { width: 305px; float: left; }
.content-items .note { width: 455px; min-height:289px; padding: 40px; float: left; background: transparent url('images/redesign/notepad.png') no-repeat left top; }
.content-items .item:first-child {margin: 0px 40px 0px 0px; }
.content-items h1 { font-size: 1.3em; margin-bottom: 0.75em; color: #444d51; }

/*- Content Pages -*/
.page-title {font-family: 'Vectora W01 55 Roman', sans-serif; font-size: 350%; color: #00629B; margin: 0px 0px 5px 0px;}
.sub .page-title { display: none; }
.main { float: left; width: 574px; margin: 0px 60px 20px 0px; padding: 50px 0px 0px 0px; }
.sidebar { float: left; width: 200px; margin: 0px 0px 0px 40px; padding: 0px 0px 0px 5px;border-left: solid 1px #D0DF00; }
.archives { float: left; width: 162px; border-bottom: solid 1px #e2e2e2; padding: 0px 0px 0px 0px; }
.archives .archiveMonthList { padding: 20px 0px 20px 0px; list-style: none; }
.subheader { font-weight:bold; color:#D0DF00; text-decoration:underline;}
.subtitle {font-family: 'Vectora W01 55 Roman', sans-serif; font-size: 175%; color: #00629B; margin: 0px 0px 5px 0px;line-height:300%;}

#ctl00_lhm_ctl01 {background:#fff; border: solid 1px #D0DF00;}
.ctl00_lhm_ctl01_0 {font-family: Arial, Sans-Serif; font-size: 13px; color:#00629B;}

.subpage 
{
    
    font-size: normal;
    margin: 0px 0px 0px 25px;
}

.sub-content 
{
    float: left;
    width: 575px;
    padding: 0px 20px 100px 20px;

}
.sub-content-news
{
    float: left;
    width: 725px;
    padding: 0px 10px 100px 10px;

}

/*- Highlight Area -*/
.hightlights { width: 882px; padding: 40px 40px 0px 40px; }
.hightlights .one { float: left; width: 266px; margin-right: 40px; }
.hightlights .two { float: left; width: 266px; margin-right: 40px; }
.hightlights .three { float: left; width: 266px; }
.hightlights h3 { margin: 0px 0px 0.75em 0px; }
.hightlights img { float: left; padding: 0px 0px 0px 0px; }


/*========= BLOGS =========*/

.blogPosts, .taggedPosts { margin: 0px; padding: 0px; }
.blogPosts li, .taggedPosts li { padding: 20px 0px 20px 0px; list-style: none; border-top: solid 1px #e2e2e2; margin-top: 15px; } 
.blogdescription { font-size: 1.3em; line-height: 150%; color: #666666; }
.blogPosts .content { background: none; }
.taggedPosts .content { background: none; }
.blogPosts a { color: #00629B; font-size: 125%; font-weight: bold; }

#comments { padding-top: 20px; border-top: dashed 1px #d8d8d8; padding-bottom: 10px; margin-top: 30px; }
.comments { position: relative;  padding: 0px 0px 20px 0px; margin: 0px; clear: both; }
.comments li { display: block; position: relative; list-style: none; border: solid 1px #e3e9ef; padding: 20px 20px 0px 20px; margin: 0px 0px 50px 0px; }
.comments .commentauthor {position: absolute; bottom: -27px; left: 20px; color: #999999; background: transparent url('images/redesign/comment-arrow.png') no-repeat 20px 0px; padding: 15px 0px 0px 0px; }

.comment-form { margin: 20px 0 0 0; }
.comment-form h2 { border-bottom: dashed 1px #d8d8d8; padding-bottom: 10px; }
.comment-form .who {}
.comment-form .who label { float: left; text-align: right; width: 50px; padding: 12px 10px 0px 0px; }
.comment-form .what { padding: 10px 0px 0px 60px;}
.comment-form .what label[for=CommentText] { float: none; display:block; }
.comment-form .what input[type=submit] { margin: 10px 0px; }
.comment-form .what #CommentText { width: 97%; }

.posted { margin: 0px 0px 10px 0px; color: #999999; }

.tags span { display: block; float: left; padding: 3px 10px 5px 0px; }
.tags a { display: block; float: left; padding: 3px 5px 5px 5px; font-size: 100%;  color: #969A9B; text-shadow: 1px 1px 0px #FFF; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }
.tags a:hover { display: block; float: left; padding: 3px 5px 5px 5px;  color: #00629B; text-shadow: 1px 1px 0px #c8e6a6; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }

/*- Archive List -*/

.archive-trail { padding: 0px 0px 20px 0px; }

/*- Tag Cloud */

.tagCloud { list-style: none; margin: 20px 0px 0px 0px; }
.tagCloud li { display: block; float: left; padding: 3px 10px 5px 0px; }
.tagCloud a { display: block; float: left; padding: 3px 5px 5px 5px; background-color: #ebebeb; color: #95a5ac; text-shadow: 1px 1px 0px #FFF; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }
.tagCloud a:hover { display: block; float: left; padding: 3px 5px 5px 5px; background-color: #b7b7b7; color: #668b3e; text-shadow: 1px 1px 0px #c8e6a6; -moz-border-radius: 5px;
-webkit-border-radius: 5px; margin: 0px 10px 0px 0px; }

/* Localization
-------------------------------------------------------------- */

.content-localization .content-localizations h4 {
    margin:0;
    padding:3px 0 0 0;
    vertical-align:top;
}

.content-localization .content-localizations ul {
    overflow: auto;
    list-style-type:none;
}


.content-localization .content-localizations li {
    border-bottom: 1px;
    float: left;
    margin-left:.5em;
    padding: 3px 6px;
    border: 1px solid #CCC;
}

.content-localization .content-localizations li:hover {
    background-color: #ebebeb;
}


.content-localization .content-localizations li a {
    text-decoration: none;
}

.content-localization .content-localizations li a:hover, .content-localization .content-localizations li a:visited {
    text-decoration: none;
}

/*========= PLUGINS =========*/

/*- Easy Slider -*/

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li { 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:471px;
	height:319px;
	overflow:hidden; 
}

span#prevBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 135px; left: -40px; background: transparent url('images/redesign/nav-arrow-left.png') no-repeat; }
span#nextBtn a { display: block; width: 29px; height: 29px; position: absolute; top: 135px; left: 485px; background: transparent url('images/redesign/nav-arrow-right.png') no-repeat; }					



/*- Buttons -*/

a.button
{    
    font: bold 13px/26px "Helvetica Neue", Tahoma, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
.page_link
{
    float:right;
    background:transparent url(../images/button_background.png) no-repeat;
    padding-left: 7px;
    width: 124px;
    height: 28px;
    cursor: pointer;
}  
.button_only
{
    float:right;
    background:transparent url(../images/submit_background.png) no-repeat;
    padding-left: 7px;
    width: 124px;
    height: 28px;
    cursor: pointer;
}


/*- FORMS -*/
.editor-label 
{
    font-size: 10px;
}
#statedictionary
{
	width:250px;
}
.editor-field input
{
    width:250px;
    font: inherit;
}
.field-col1
{
    clear:left;
    float:left;
}
.field-col2
{
    margin: 0 0 20px 30px;
    float:left;
    clear:right;
}

.realexpress_company_container
{
	height:200px;
}
.realexpress_company_image
{
	float:left;
}
.realexpress_company_text
{
	float:right;
	width:400px;
}

/**********************************************************************
    infobox 
***********************************************************************/

.ib
{
	border: solid 1px #D0DF00;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
.ibBody ul
{
	line-height: 1em;
}

.ibBody
{
	padding: 5px;
}

.ibHeader
{
	background-color: #fff;
	border-bottom: solid 1px #D0DF00;
	color: #D0DF00;
	height: 25px;
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
	text-align: left;
}

.ibSubheader
{
	width: 560px;
	padding: 5px;
}

.ibFooter
{
	margin: 3px;
}
.ibCheckBoxList
{
	clear: both;
}
.ibCheckBoxList label, .ibCheckBoxList input
{
	float: left;	
}
.ibCheckBoxList label
{
	margin-top: 5px;
	vertical-align: bottom;
}

/**********************************************************************
    /infobox 
***********************************************************************/

.signinstatus
{
	text-align: center;
}
.submitbtnlong
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 139px;
	border-width: 0;
	background: url(images/btnThree.gif); /* MSKB 322240 */
	background-image: url(images/btnThree.gif);
	background-repeat: no-repeat;
}
.submitbtn, .pollButton
{
	padding: 3px;
	margin: 5px;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 100px;
	border-width: 0;
	background: url(images/btnOne.gif); /* MSKB 322240 */
	background-image: url(images/btnOne.gif);
	background-repeat: no-repeat;
}
ul.rcbList li
{
    margin-bottom: 0px;
}

/*CCPA -----*/
.ccpa-notice {
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 10000;
    width: 96%;
    margin: 1%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
}

.ccpa-notice p {
    color: #ffffff;
    font-size: 11pt;
    float: left;
    margin: 0;
    display: block;
    margin: 6px 110px 0 0;
}

.ccpa-notice p a {
    color: #ffffff;
}

.ccpa-notice p a:hover {
    color: #026fd4;
}

.ccpa-notice button {
    background: #013a6f;
    color: #ffffff;
    border: none;
    width: 100px;
    padding: 8px;
    position: absolute;
    right: 20px;
}
.ccpa-notice button:hover {
    cursor: pointer;
}