@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #828282;
	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: #2f2f2f;
	background-image:url(../images/bg.gif);
}

img {
	border:0;
}
/*main body and header*/
.twblock #container { 
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar, but did not use this width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

 
.twblock #header {
	margin: 0;
	padding: 0;
	height: 125px;
	background: url(../images/twlogo_yellowbarcropped.jpg);	
} 

.twblock #headeraddress {
	margin:30px 250px 0 0;
	padding:0;
	float:right;
}
.twblock #headeraddress h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 5px;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: italic bold 18px Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	text-align: center;
}

.twblock #headeraddress h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font:  bold 12px Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	text-align: center;
}

/*rtsidebar rules*/
.twblock #rtsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	background-image: url(../images/horzyellowbar2.gif);
	background-repeat: repeat-y;
	color:#2f2f2f;
	font-size:12px;
}

.twblock #rtsidebar p {
	color:#2f2f2f;
	font-size:10px;
	padding:4px;
}
.twblock #rtsidebar h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color:#828282;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;

}

.twblock #rtsidebar h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color:#828282;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;

}

.twblock #rtsidebar li {
	color:#2f2f2f;
	font-size: 10px;
	padding: 4px;
}

.twblock #rtsidebar a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #2f2f2f;
	text-decoration: none;
}

.twblock #rtsidebar a:active {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #2f2f2f;
	text-decoration: underline;
}

.twblock #rtsidebar a:visited {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #2f2f2f;
	text-decoration: none;
}

.twblock #rtsidebar a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2f2f2f;
	font-size: 10px;
}

/*table content */
.twblock #tableContent { 
	margin: 0 1px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rtsidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rtsidebar space when the content in #rtsidebar ends. */
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/*maincontent*/
.twblock #mainContent { 
	margin: 0 1px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rtsidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rtsidebar space when the content in #rtsidebar ends. */
	padding: 0 1px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twblock #mainContent p {
	font-size: 12px;
	margin: 10px 10px auto 10px;
	text-align:left;
	color: #2F2F2F;
}

.twblock #mainContent hr {
	background-color:#828282;
	color:#828282;
	height:2px;
	width:500px;
}

.twblock #mainContent h2 {
	color:#FF0000;
}

.twblock #mainContent h3 {
	font-size:16px;
	color:#2f2f2f;
	margin: 10px 10px auto 10px;
}

.twblock #mainContent h4 {
	font-size:12px;
	color:#2f2f2f;
	margin: 10px 10px auto 10px;
	font-weight:bold;
}

.twblock #mainContent h5 {
	font-size:12px;
	color:#2f2f2f;
	margin: 10px 10px auto 10px;
}

.twblock #mainContent h6 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
	background-color:#828282
}


.twblock #mainContent a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: none;
}

.twblock #mainContent a:active {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: underline;
}

.twblock #mainContent a:visited {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: none;
}

.twblock #mainContent a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2f2f2f;
	font-size: 12px;
}

/*main content header*/
.twblock #contentheader {
	margin: 0 1px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rtsidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rtsidebar space when the content in #rtsidebar ends. */
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/titlebar.jpg);
	background-repeat:repeat-x;
	height: 50px;
	color:#2f2f2f;
}

.twblock #contentheader h2 {
	color:#FF0000;
}

/*contact table*/
.twblock #contacttable {
	color:#2f2f2f;
	font-size:12px;
	background-color:#CCCCCC
}

.twblock #contacttable a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: underline;
}

.twblock #contacttable a:active {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: underline;
}

.twblock #contacttable a:visited {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #2f2f2f;
	text-decoration: none
}

.twblock #contacttable a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2f2f2f;
	font-size: 12px;
}

/*weather container*/
.twblock #weathercontainer {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the rtsidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #rtsidebar space when the content in #rtsidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	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 */
}		

/*footer*/
.twblock #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000; 
} 
.twblock #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:9px;
	text-align:center
}

.twblock #footer a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	text-decoration: underline;
}

.twblock #footer a:active {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	text-decoration: underline;
}

.twblock #footer a:visited {
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	text-decoration: underline;
}

.twblock #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
	font-size: 10px;
}

/*any other links not specified*/
.twblock #links {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#828282;
	text-align: center;	
} 
.twblock #links p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
}

.twblock #links a:link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

.twblock #links a:active {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: underline;
}

.twblock #links a:visited {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none
}

.twblock #links a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ff0000;
	font-size: 12px;
}

/*floats*/
.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;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.bottombar {
	background: url(../images/bottombar.jpg) repeat-x;
}
.topbar {
	background: url(../images/topbar2.jpg) repeat-x;
}

.rightb {
	border-right: 1px solid #646464;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.topb {
	border-right: 0px;
	border-top: 1px solid #646464;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topborder {
	border-top: 1px solid #646464;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2f2f2f;
	font-weight:bold;
}

