html { overflow-y: scroll; }
  
html, body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #132845 url(http://www.workandtravelinsurance.com/images/homepage01.gif) repeat-x left top;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2B2C2B;
}

/**
 * The is used to prevent a FOUC (flash of unstyled content)
 * when jQuery is used to hide content.
 */
body.js-enabled .hidden {	display: none;	}

/* Layout stuff */
.fourths {
	margin: 0px;
	float: left;
	width: 25%;
}

.thirds {
	float: left;
	margin: 0 10px;
	width: 306px;
}

.halves {
	float: left;
	margin: 0 10px;
	width: 470px;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.top-margin {
	margin-top: 20px;
}

.clearboth {
	clear: both;
}

/**
 * WTI theme: site-wide theme-related stuff
 * Need to start isolating WTI-specific aesthetic declarations here, to facilitate
 * the process of extracting it into a distinct theme when the time comes to do that.
 */

span.closeMe {

	text-align: right;
	position: relative;
	left: 92%;
	color: #998D60;
	cursor: pointer;
	border: 0;
	font-size: 10px;
	display: block;
	width: 55px;
	height: 20px;
	padding-top: 2px;
	padding-left: 14px;
	background: url(../images/icons/cross.png) no-repeat;
}

.one-px-border {
	border: 1px solid #ddd;
}

.green-text {
	color: #52892D;
}

/* Used for text that needs to stand out */
.prominent {
	color: #900 !important;
}

.highlight_color {
	color: #52892D;
}

.muted {
	color: #999;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Cantarell, Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    margin-top: 0px;
}

.entry > h1 {
	margin-left: 20px;
}

h2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: normal;
}

h3 {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 11px;
}

p, ol, ul {
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: justify;
}

a {
    color: #1E5677;
}

a:hover {
    text-decoration: none;
}

a.link1 {
    position: relative;
    text-decoration: none;
    padding: 5px 12px;
    background: #132845;
    color: #FFFFFF;
}

a.link1 span {
}

a img {
    border: none;
}

img.border {
    margin: 0px 15px 0px 0px;
    border: 4px solid #D6D3A7;
}

img.alignleft {
    float: left;
}

img.alignright {
    float: right;
}

img.aligncenter {
    margin: 0px auto;
}

hr {
    display: none;
}

/** HEADER */

#header {
    width: 980px;
    margin: 0px auto;
	position: relative;
}

h3#site-section {
	/*color: #BECBD6;*/
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	position: absolute;
	/*text-shadow: #00002a 2px 2px 2px;*/
	top: 50px;
	right: 0;
}

/** MENU */

#menu {
    float: right;
}

#menu ul {
    margin: 0px;
    padding: 72px 0px 0px 0px;
    list-style: none;
}

#menu li {
    float: left;
}

#menu a {
    padding: 0px 19px;
    border-left: 1px solid #5B8C90;
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF;
}

#menu .first a {
    border: none;
}

#menu a:hover {
    text-decoration: underline;
}

/** LOGIN */

#login {
    float: right;
    width: 257px;
    height: 213px;
}

#login .entry {
    height: 110px;
}

#login form {
    margin: 0px;
    padding: 0px;
}

#login fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

#login ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#login li {
    margin-top: 19px;
}

#login li.first {
    margin: 0px;
}

#login input {
    border: none;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#login .input-text {
    width: 190px;
    padding: 5px;
    background: #FFFFFF;
    color: #BFBFBF;
}

#login .input-submit {
    float: left;
    width: 47px;
    padding: 4px 0px;
    background: #518834;
    color: #FFFFFF;
}

#login a {
    float: left;
    padding: 5px 0px 0px 15px;
    color: #1E5677;
}

/** PAGE */

#page {
    width: 960px;
    margin: 0px auto;
    padding: 10px;
    background: #FFFFFF;
}

/* Admin Menu */
#page div.menu-wrapper {
	background: #163A07;
	padding: 1px;
}
#page div.menu {
	border-top: 1px solid #6EB542;
}

.green_gradient {
  background-color: #5B933C;
  background-image: -moz-linear-gradient(top, #5B933C, #2d6410); 
  background-image: -ms-linear-gradient(top, #5B933C, #2d6410); 
  background-image: -o-linear-gradient(top, #5B933C, #2d6410); 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5B933C), to(#2d6410)); 
  background-image: -webkit-linear-gradient(top, #5B933C, #2d6410); 
  background-image: linear-gradient(top, #5B933C, #2d6410);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5B933C', EndColorStr='#2d6410'); 
}

/*
#page div.menu ul { list-style: none; overflow: auto; }

#page div.menu ul.top-level > li {
	float: left;
	display: block;
	padding: 10px 20px;
	position: relative;
}*/

/** CONTENT */

.clear {
	clear: both;
	height: 1px;
}

#content {
    clear: both;
}

#single {
}

/** SIDEBAR */

#sidebar {
    float: right;
    width: 257px;
}

/** FOOTER */

#footer {
}

#footer p {
    margin: 0px;
    padding: 25px 0px;
    text-align: center;
    color: #8296A1;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLES */

.more {
    margin: 0px;
    padding: 10px 25px;
    line-height: normal;
    text-align: right;
    background: #132845;
}

.entry {
	margin-top: 2em;
    padding: 5px 0;
}

.entry ul.sub-nav {
	list-style: none;
	text-align: right;
}

.entry ul.sub-nav li {
	display: inline;
	margin: 0 0 0 1em;
}

.entry ul.sub-nav li a {
	text-decoration: none;
	font-size: 11px;
	color: #5e5e5e;
	text-shadow: 1px 1px 0px #f5f5f5;
}

.entry ul.sub-nav li a span {
	padding: 3px 9px;
	-moz-box-shadow: 0px 1px 0px #9f9f9f; /* FF3.5+ */
	-webkit-box-shadow: 0px 1px 0px #9f9f9f; /* Saf3.0+, Chrome */
	box-shadow: 0px 1px 0px #9f9f9f; /* Opera 10.5, IE9, Chrome 10+ */
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	border: 1px solid #e0e0e0;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #fafafa, #d1d1d1); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fafafa, #d1d1d1); /* IE10 */
	background-image: -o-linear-gradient(top, #fafafa, #d1d1d1); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d1d1d1)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fafafa, #d1d1d1); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #fafafa, #d1d1d1);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#d1d1d1'); /* IE6–IE9 */
}

.entry ul.sub-nav li a span:hover {
	color: #333;
	text-shadow: 1px 1px 0px #fff;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #d7d7d7); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #fff, #d7d7d7); /* IE10 */
	background-image: -o-linear-gradient(top, #fff, #d7d7d7); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fff, #d7d7d7); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #fff, #d7d7d7);
			  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#d7d7d7'); /* IE6–IE9 */*/
}

.entry ul.sub-nav li#search-form-link a span,
.entry ul.sub-nav li#add-participant-link a span {
	color: #900;
}

.entry ul.sub-nav li#search-form-link a span:hover,
.entry ul.sub-nav li#add-participant-link a span:hover {
	color: #c00;
}

.more a {
    color: #FFFFFF;
}

.box-style1 {
}

.box-style1 .title {
    background: #E7E5BF url(http://www.workandtravelinsurance.com/images/homepage04.gif) repeat-y left top;
    color: #4E4D39;
}

.box-style1 .entry {
    padding: 25px 28px;
    background: #F5F1CE url(http://www.workandtravelinsurance.com/images/homepage05.gif) repeat-y left top;
}

.box-style2 {
    color: #6F6B62;
}

.box-style2 .entry {
    padding: 25px 27px 10px 27px;
    background: #F5F1CE url(http://www.workandtravelinsurance.com/images/homepage11.jpg) repeat-x left top;
}

.box-style2 h2 {
    color: #1F1F1F;
}

.box-style3 {
    color: #2B2C2B;
}

.box-style3 .title {
    background: #B1CDB8;
    color: #132845;
}

.box-style3 .entry {
    background: #C5DACA;
}

.box-style3 .more {
}

.box-style3 h3 {
    color: #5F7565;
}

.box-style4 {
    color: #2B2C2B;
}

.box-style4 .title {
    background: #E7E5BF;
    color: #4E4D39;
}

.box-style4 .entry {
    background: #F5F1CE;
}

.box-style4 h3 {
    color: #1E5677;
}

.box-style4 .more {
    background: #4E4D39;
}


div.title {
	border-top: 1px solid #fcfcfc;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
    background: #eee;
	padding: 15px 20px;
	margin: 0;
	position: relative;
}

div.title h2 {
	font-size: 24px;
	text-shadow: 1px 1px 0px #f9f9f9;
	color: #1f1f1f;
	margin: 0;
}

.box-style5 .entry {
    padding: 25px 28px 15px 28px;
}

/** BOX1 */

#box1 {
    height: 219px;
}

/** BOX2 */

#box2 {
    float: left;
}

/** BOX3 */

#box3 {
    height: 136px;
    float: right;
}

/** BOX4 */

#box4 {
}

#box4 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}

#box4 li {
    float: left;
    width: 171px;
    height: 130px;
    margin-right: 6px;
    padding: 0px 10px;
    background: #1E5677 url(http://www.workandtravelinsurance.com/images/homepage07.jpg) repeat-x left top;
    color: #CDCD8F;
}

#box4 li.first {
    width: 170px;
}

#box4 h2 {
    margin-bottom: 5px;
    padding-top: 24px;
    line-height: 130%;
    font-size: 20px;
    color: #FFFFFF;
}

#box4 h2 span {
    display: block;
    font-size: 30px;
    color: #F3F2BF;
}

#box4 p {
    text-align: center;
}

/** BOX5 */

#box5 {
    float: left;
    width: 207px;
    height: 107px;
    padding: 23px 25px 0px 25px;
    background: #518834 url(http://www.workandtravelinsurance.com/images/homepage08.jpg) repeat-x left top;
    color: #AAD697;
}

#box5 h2 {
    font-size: 18px;
    color: #F3F2D6;
}

#box5 h3 {
    color: #FFFFFF;
}

#box5 .border {
    margin-right: 12px;
    border: 2px solid #FFFFFF;
}
#box5 a {
    color: #F3F2D6;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
    float: left;
    width: 274px;
    margin-top: 6px;
}

#box7 li.first {
}

#box7 .date {
    float: left;
    clear: none;
    width: 42px;
    margin: 0px 13px 0px 0px;
}

#box7 .month {
    display: block;
    padding: 3px 0px;
    background: #96BA9E;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}

#box7 .day {
    display: block;
    background: #FFFFFF url(http://www.workandtravelinsurance.com/images/homepage12.gif) no-repeat right bottom;
    letter-spacing: -2px;
    text-align: center;
    font-size: 24px;
    color: #4F7B2A;
}

#box7 h3 {
    clear: none;
}

/** BOX8 */

#box8 {
    float: left;
    width: 304px;
    margin: 6px 0px 0px 6px;
}

#box8 .border {
    margin-top: -4px;
}

#box8 h3 {
}

/** BOX9 */

#box9 {
    color: #5F7565;
}

#box9 h3 {
    color: #497E2B;
}

#box9 .entry p {
    margin-bottom: 19px;
    line-height: 17px;
}

#important{
    background-color:#CCC;
    width: 400px;
}

/** table stuff on the plan page */

.plan_table_row{
    display: table-row;
}

.general_plan_table_cell, .dark_plan_table_cell, .light_plan_table_cell{
    border-width:1px;
    border-color:#999;
    /* border-style:dotted; */
    display:table-cell;
    border-bottom-style: dotted;
}

.dark_plan_table_cell{
    font-weight:bolder;
    width:100px;
    background-color:#ddd;
    padding:2px;
}

.light_plan_table_cell{
    width:350px;
    padding-left:5px;
}

.plan_box{
    background-color:#eee;
    padding-bottom:10px;
    margin: 10px 0px 10px 0px;
}

.sortdesc {
	color:green;
    font-style: italic;
    font-weight: bold;
/*
	background-image: url(../images/down-arrow.gif);
	background-position: right;
    background-repeat: no-repeat;
*/
}

.sortasc {
	color:red;
    font-style: italic;
    font-weight: bold;
/*
    background-image: url(../images/up-arrow.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: none;
*/
}

/*
 Widgets
*/
.grid-view {
	padding: 0;
}

div.summary {
	padding-bottom: 5px;
	color: #919191;
	font-size: 10px;
}

div.summary, div.pager {
	text-align: right;
}


dl.help dt
{
	font-weight: bold;
	/*font-size: 1.2em;*/
	padding-top: 10px;
}
.help-column{
	float: left;
	width: 30%;
}
.aside{
	float: right;
	padding: 10px;
}
.inset{
	float: left;
	padding: 10px;
}
