@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ededed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border-left: 20px;                
}

.twoColHybLtHdr #container {
	width: 960px;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
        -webkit-box-shadow: 4px 4px 6px #aeaeae;
        -moz-box-shadow: 4px 4px 6px #aeaeae;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 141px; /* top and bottom padding create visual space within this div  */
	background-color: #6699cc;
	padding-right: 0;
	padding-bottom: 15px;
	padding-top: 5px;
}
.twoColHybLtHdr #header {
	background: url('../images/tsec_logo.jpg') no-repeat;
	height: 100px;
	width:960px;
	text-indent:-10000px;
	margin-bottom: 1px;
}

#subheader {
	background: url('../images/slices/subheaderimage.jpg') no-repeat;
	height: 25px;
	width:960px;
	text-indent:-10000px;
	margin-bottom: 1px;
}

#header h1, #subheader h2 {
	padding:0;
	margin:0;
}

/* Tips for rightContent:
1. The space between the rightContent and sidebar1 is created with the left margin on the rightContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #rightContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated rightContent area below the sidebar) if an element wider than it can contain is placed within the rightContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the rightContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the rightContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #rightContent {
	border-left-width: 141px;
	border-left-style: solid;
	border-left-color: #6699cc;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 0px;
} 


.twoColHybLtHdr #footer {
	padding: 10px 10px 10px 0px;
	background-color: #266EB6;
	margin-top: 1px;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
} 

.twoColHybLtHdr #footer a {
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#confirm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #069;
}

img {
	margin: 0px;
	padding: 0px;
}
#subheading {

}
.imgright {
	float: right;
	margin-left: 20px;
}
.imgleft {
	float: left;
	margin-right: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	margin-top: 10px;
}
#tdNavigation a  {
	text-align: left;
	padding-left: 0px;
}
#tdNavigation a:hover {
	text-align: left;
	padding-left: 0px;
}
.smallprint  {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
}



p {
	line-height: 1.4em;
	font-size: 12px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.normalbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
	
.subHeader {
	color: #993300;
	line-height:22px;
	letter-spacing:0.1em;
	font-weight: bold;
	font-size: 14px;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}
.clearright { 
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.findusaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	padding-left: 20px;
}
.newsitem {
	background-color: #efefdf;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: thin solid #000;
	width: 95%;
	padding-top: 5px;
}

.newsTitle {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.newsBody {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	display: table-cell;
	overflow: auto;
}
.newsAdded {
	color: #993300;
	letter-spacing:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
}

.newsLink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.nb_right {
	text-align: right;
	padding-left: 30px;
	padding-right: 10px;
	float: right;
}
.nb_left {
	float: left;
	text-align: right;
	padding-left: 10px;
	padding-right: 30px;
}
.nb_middle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;
}

.cal_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.cal_italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}
.cal_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 13px;
}
.eventTitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.eventText {
	font-size: 12px;
	color: #000000;
	margin-bottom: 10px;
}
.maintain_text {
	padding: 5px;
	font-size: 10px;
	color: #000;
}
.maintain_tbl_header {
	background-color: #A6B58D;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}
.boldGreen {
	color: #6C3;
	font-weight: bold;
	text-align: center;
}
.boldRed {
	color: #F00;
	font-weight: bold;
	text-align: center;
}
caption {
	text-align: left;
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	background-color: #A6B58D;
}
th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
#tblinsert
{
	width: 720px;
}
#tblinsert tr    {
	height: 15px;

}
#tblinsert tr th{
	padding:5px;
}

#tblManage tr td {
	background-color: #FFF;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 100px;
	text-align: center;
}
#tblManage tr th {
	background-color: #666;
	font-size: 12px;
	font-weight: bold;
	width: 100px;
	text-align: center;
	color: #FC6;
}
#tblManage tr td a {
	color: #FC6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.warning {
	color: #F00;
	font-weight: normal;
	font-size: 10px;
}
.missionlogo {
	padding-left: 20px;
}
.error {
	font-weight: normal;
	color: #C00;
}
.breadcrumb_item a {
	font-size: 14px;
	color: #930;
}
#contactform {
	float: none;
	margin-top: 10px;
	margin-left: 30px;
}
.svndays {
	float: right;
	width: 300px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 5px;
	margin-right: 5px;
}
.svndays td {
	font-size: 9px;
	font-style: normal;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}
.svndays th {
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-align: right;
	font-weight: bold;
	width: 300px;
}


.right {
	float: right;
	margin-left: 8px;
}
.left {
	float: left;
	margin-right: 0px;
}
#footer a {
	color: #06F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#footer a:hover {
	color: #C93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#noticenav {
	font-size: 12px;
	color: #000;
	text-align: right;
	float: right;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#noticenav a  {
	font-size: 12px;
	color: #000;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}
#noticenav a:hover {
	font-size: 12px;
	color: #000;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}

#albums ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#albums ul li {
	float: left;
	width: 100px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 10px;
	text-align: center;
	padding-bottom: 10px;
	height: 140px;
}
#albums ul li a {
	display: block;
	text-decoration: none;
}
#albums ul li a p {
	color: #777;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}
#albums ul li a img {
	border: 1px;
	border-color: #000;
}
#albums ul li.hiddenGallery {
	background-color: #AAA;
}

#malbums ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#malbums ul li {
	float: left;
	width: 100px;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 10px;
	text-align: center;
	padding-bottom: 10px;
	height: 140px;
}
#malbums #sortable-list li img {
	cursor: move;
}

#malbums ul li a {
	display: block;
	text-decoration: none;
}
#malbums ul li a p {
	color: #777;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
}
#malbums ul li a img {
	border: 1px;
	border-color: #000;
}
#malbums ul li.hiddenGallery {
	background-color: #AAA;
}
.popbox_left {
	background-image: url(../images/slices/leftside-small.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.popbox_right {
	background-image: url(../images/slices/rightside-small.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	text-decoration: underline;
}

#selectable tr.nonvisible{
	background-color: #EEB9BC;
	color: #000;
}

#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	padding: 5px;
	background-color: #FFC;
	margin-bottom: 10px;
	width: 650px;
}
.mceToolbar {
	background-color: #C0C;
}

#selectable .selected {
	background-color: #DEF2BD;
}

#calendar, #listcal {
	margin:10px 0 10px 0;
	font-size:11px;
	width:100%;
}

#calendar th, #listcal th {
	height:40px;
	text-align:center;
	font-weight:bold;
}

#actuallist {
	margin: 10px;
}

#actuallist th {
	height:20px;
}

#calendar th img, #listcal th img {
	margin:0 15px 0 15px;
	border: none;	
}

#calendar td {
	width:120px;
	height:100px;
}

#calendar td.nonday {
	background-color:#ABC;
}

#calendar td.today {
	background-color:#CBA;
}

#calendar td.event {
	background-color:#abcdef;
}

#calendar td .daynum {
	font-weight:bold;
	float:right;
	height:90px;
	margin: 0 5px 0 0;	
}

#calendar td .trigger {
	font-weight:bold;
}

#calendar td .trigger img {
	font-weight:bold;
	position:relative;
	width:22px;
	top:30px;	
	margin:2px;
}

.nohover:hover {
	color:#000;
	font-family: Arial, Helvetica, sans-serif !important;
}

ul, ul li {
	list-style: none outside;
	margin:0;
	padding:0;
}

ul#navigation li {
	margin:10px 10px;
        font-size:14px;
        
}	
ul#navigation li a {
	display: block;
	width: 141px;
	height:18px;
	text-decoration: none;
	outline:none;
        color:#FFF;
        font-weight:bold;
        text-shadow: 1px 1px 3px #333;
        
}

ul#navigation li a:hover {	
        color:#DDD;               
}


ul#navigation {
	padding:8px 0;
}

/* -------------------------------------------- */
/* New Form styles */
/* -------------------------------------------- */

#pwdForm {
	margin:5px 20px;
}

#pwdForm div {
	display:block;
	font-size:11px;
}
	
#pwdForm label {
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	margin:10px 0;
}

#pwdForm div label {
	width:90px;
}

#pwdForm textarea {
	display:block;
}

#pwdForm select {
	width:100px;
	margin:5px 60px 0 0;
}

#pwdForm input[type="checkbox"] {
	margin:0 30px 0 0;
}

#pwdForm input, #pwdForm textarea, #pwdForm select {
	padding:2px;
	font-family:Verdana;
	font-size:10px;
}

#pwdForm input[type="hidden"] {
	margin:0;
	padding:0;
}

#pwdForm input:focus, #pwdForm textarea:focus {
	border: solid 2px #000;
}

#pwdForm input[type="submit"] {
	margin:10px 0;
	background-color:#ddd;
	border:solid 1px #000;
	color:#333;
}

#pwdForm input[type="submit"]:hover {
	color:#aaa;
}

/* -------------------------------------------- */

ul#mainmenu li {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#mainmenu li a {
	color: #008330;
	font-weight:bold;
	display: block;
	padding: 55px 10px 5px;
	text-align: center;
	text-decoration:none;
	width: 100px;
}

ul#mainmenu li a:hover {
	color: #00B642;
}

ul#mainmenu li#icon_cms a {
	background: transparent url(../images/icon_editcontent2.png) no-repeat top center;
}
ul#mainmenu li#icon_calendar a {
	background: transparent url(../images/icon_calendar2.png) no-repeat top center;
}
ul#mainmenu li#icon_noticeboard a {
	background: transparent url(../images/icon_noticeboard.png) no-repeat top center;
}
ul#mainmenu li#icon_magazine a {
	background: transparent url(../images/icon_news.png) no-repeat top center;
}
ul#mainmenu li#icon_links a {
	background: transparent url(../images/icon_arrowdouble.png) no-repeat top center;
}
ul#mainmenu li#icon_gallery a {
	background: transparent url(../images/icon_camera.png) no-repeat top center;
}
ul#mainmenu li#icon_logout a {
	background: transparent url(../images/icon_logout.png) no-repeat 50% 40%;
}
ul#mainmenu li#icon_ync a {
	background: transparent url(../images/icon_ync.png) no-repeat top center;
}

/* -------------------------------------------- */


.floatright {
	float:right;
	margin:10px 40px 0 0;
}

.alink {
	display:block;
	float:left;
	width:720px;
}
.alink a {
	font-size:11px;
}
.alink p {
	margin:10px 0 0 0;
	padding:0;
}

ul#sortme {
	margin:10px 30px;	
}

ul#sortme img {
	vertical-align:middle;
}

ul#sortme li {
	padding:7px 10px;
	background-color:#C0D2DC;
	margin:1px;
	font-size:10px;
}

ul#commands li {
	display:inline-block;
	margin:0px 20px 0px 0;
	height:24px;
}

ul#commands li a  {
	text-decoration:none;
	padding:0 0 0 30px;
	line-height:24px;
}

ul#commands li input {
	padding:3px 0 0 30px;
	line-height:24px;
	background:transparent;
	border:none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #06C;
}

ul#commands li.add {
	background: url(../images/icon_add.gif) no-repeat 0 50%;	
}
ul#commands li.bk2menu {
	background: url(../images/icon_left.png) no-repeat 0 50%;	
}
ul#commands li.delete {
	background: url(../images/icon_delete.gif) no-repeat 0 50%;	
}
ul#commands li.edit {
	background: url(../images/icon_edit.gif) no-repeat 0 50%;	
}
ul#commands li.duplicate {
	background: url(../images/icon_duplicate.png) no-repeat 0 50%;	
}
ul#commands li.hide {
	background: url(../images/icon_hide.png) no-repeat 0 50%;	
}
ul#commands li.show {
	background: url(../images/icon_show.png) no-repeat 0 50%;	
}

ul#sortme li.nonvisible{
	background-color: #EEB9BC;
	color: #000;
}

ul#sortme li.selected {
	background-color: #DEF2BD;
}

li input[type="checkbox"] {
	margin:0 6px;
	vertical-align:middle;
}

#sortme .current {
	background-color:#DFE1C4;
}

#paging {
	float:right;
	margin:0 60px 10px 0;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;	
}

#paging a, #paging span  {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 3px;
}

.messagebox {
	padding:10px 10px 10px 40px;	
	background: url(../images/icon_warning.png) no-repeat 10px 50%;	
	background-color:#FEE;	
	border: dashed 1px #C00;
	color: #C00;	
	font-size:10px;	
}

.deleted {
	padding:10px 10px 10px 40px;	
	background: url(../images/icon_bin.png) no-repeat 10px 50%;	
	background-color:#FFF;	
	border: dashed 1px #C00;
	color: #C00;	
	font-size:10px;	
}

#notices,
#nextsevendays {
	float: right;	
	margin:0 0 20px 15px;
	padding:0px;
	/*background: transparent url(../images/slices/fpwidget_notice_header.png) no-repeat;*/        
	width:303px;
	font-size:10px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border:1px solid #F8F8FF;
        background:#F1F1FF;
}

#notices h2,
#nextsevendays h2 {
    text-align:right;
    color:#FFF;
    display:block;
    padding:5px 10px 5px 0;
    margin: -1px -1px 0;
    background-color: #266EB6;    
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    font-style: italic;
    
}

.sevendayslist li,
.noticelist li {
	padding:3px 0px;
	margin:0;
}

.sevendayslist li img {
    width:12px;
    padding:0 10px 0 0;
    float:left;
}

#notices a,
.frontdate {
	font-size:11px;
	font-weight:bold;
	color:#537BB4;
}

#notices a:hover {
	color:#CA5D5D;
}

.noticelist, .sevendayslist {	
	padding:5px;
        margin: 0;
        background:#FCFCFF;
        display:block;
        -moz-border-radius:0 0 5px 5px;
        -webkit-border-radius:0 0 5px 5px;
}

.twoColHybLtHdr #middleContent {
	float:left;
	width:415px;
	margin-left: 0px;
	background-color:#fff;
	min-height:500px;
} 

#map_canvas {
	width: 460px;
	height: 400px;
	margin: 0 0 20px 0;
}

#locations {
	display:block;
	float:right;
}

#location_info {	
	width:275px;
	height:200px;
	padding:10px;
}

.fronttime {
	display:inline-block;
	width:60px;
	vertical-align:top;
}

.frontevent {
	display:inline-block;
	width:210px;
}
