html
{
    margin: 0px;
    padding: 0px;
}

body
{
    margin: 0px 0px;
    padding: 0px;
    color: #000000;
    background: #fff;
    font: 13px Arial, Tahoma, Helvetica, sans-serif;
}

/* site sections */
#shell
{
    width: 888px;
    margin:0px auto;
}
#head
{
    padding: 0px;
    margin: 0px;
}
#logo
{
    z-index: 100;
}
.search
{
    width: 95px;
    border: 0px;
    position: relative;
    top: 0px;
}
.search_button
{
    position: relative;
    top: 2px;
    cursor: pointer;
}
#content
{
    clear: both;
    padding: 0px;
    width: 789px;
    background: #fff;
    min-height: 400px;
}
#content_full
{
    clear: both;
    padding: 0px;
    width: 100%;
    background: #fff;
    min-height: 400px;
}
#footer
{
    color: #636363;
    clear: both;
    padding: 5px;
    margin-top: 20px;
    width: 790px;
}

/* basic selectors */
a:link
{
    color: #008fd5;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
a:visited
{
    color: #008fd5;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
a:active, a:hover
{
    color: #4e87c8;
    font-weight: normal;
    text-decoration: none;
}

h1
{
    color: #5b626c;
    font: bold 130% Verdana, Arial, Helvetica, sans-serif;
}

h2
{
    color: #008fd5;
    font: bold 53px Trebuchet MS, Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
    margin-top: -5px;
    padding-bottom: 0px;
}

h2 span
{
    color: Gray;
}

h3
{
    color: #008fd5;
    font: 1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h3.title
{
    color: #6d6f71;
    font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
    font-weight: bold;
}

h4
{
    color: #008fd5;
    font: 1.5em bold 100% Trebuchet MS, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h5
{
    color: #6d6f71;
    font: 1.5em bold 100% Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
}

h6
{
    color: #000;
    font: bold italic 100% Verdana, Arial, Helvetica, sans-serif;
}

img
{
    border: 0px;
}
hr
{
    color: #008fd5;
    height: 1px;
    text-align: left;
    border: 0;
    background-color: #008fd5;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

hr.lightblue
{
    color: #bfe3f4;
    background-color: #bfe3f4;
}

code
{
    color: #6c0;
    font: 100% "Courier New" , Courier, monospace;
}

/* layout styles */
.selected
{
    color: #E03300;
    font-weight: bold;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.req
{
    color: #008fd5;
}

.back
{
    position: relative;
    top: -50px;
    float: right;
    margin-bottom: -20px;
    padding: 0px 3px 0 0;
}

.dashed
{
    padding: 18px;
    border-style: dashed;
    border: 1px dashed #999;
}

.shaded
{
    background: #efefef;
}

.bold
{
    font-weight: bold;
}

.underline
{
    border-bottom: 1px solid #858585;
}

.hidden 
{ 
    visibility: hidden; 
    display: none 
}
/* Inputs */

.btn
{
    background-color: #858585;
    color: #fff;
    cursor: hand;
    cursor: pointer;
    font-size: 12px;
    padding-right: 4px;
    padding-left: 4px;
    border: 0;
    font-weight: bold;
    font-family: Arial, Verdana, Tahoma;
}

.btn:hover
{
    background-color: #afafaf;
}

.chk
{
    margin: 5px;
    vertical-align: middle;
}

.sel
{
    font-size: 13px;
    border: solid 1px darkgray;
}

.txt, .sel_sm, .txt_sm
{
    font-size: 13px;
    border: solid 1px darkgray;
}

/* fieldset */

fieldset
{
    border: #c6ccce 1px solid;
    padding: 11px;
    margin-bottom: 20px;
    font-size: 11px;
}

fieldset legend
{
    height: 16px;
    font: bold 11px Verdana;
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid darkgray;
    color: #336699;
    background-color: whitesmoke;
    text-align: center;
}

fieldset div
{
    font-size: 11px;
}

fieldset label
{
    width: 100px;
}

fieldset legend span
{
    font-weight: normal;
    font-size: 11px;
    color: #666;
}

fieldset p
{
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    padding-bottom: 0px;
    margin: 0px 0px 10px;
    line-height: 15px;
    padding-top: 0px;
}

fieldset table
{
    border: none;
    position: relative;
}

fieldset input
{
    font-family: tahoma;
    font-size: 11px;
}

fieldset table td
{
    font-size: 11px;
    line-height: 1.6em;
    text-align: left;
}

fieldset span
{
    font-size: 11px;
    padding-bottom: 4px;
    line-height: 16px;
    width: 150px;
}

fieldset strong
{
    font-size: 11px;
    color: #333;
    padding-bottom: 4px;
    line-height: 26px;
    width: 150px;
}

/* AJAX Progress */

.div_progress
{
    border: solid 1px darkgray;
    background-color: #ffffff;
    padding: 13px 20px 20px 20px;
    z-index: 999999;
    width: 330px;
}

.div_overlay
{
    filter: progid:DXImageTransform.Microsoft.BasicImage(opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
    margin: 0;
    top: 0;
    left: -80px;
    position: absolute;
    z-index: 88888;
    background-color: darkgray;
    overflow: hidden;
    text-align: center;
}

.waiting
{
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

/* Errors */
.error
{
    color: red;
    padding: 10px;
    border: solid 1px #ff3300;
    background-color: #efefef;
    font-weight: bold;
    font-size: 11px;
    background: #fff url(../../images/warning.gif) no-repeat 5px 10px;
    width: 450px;
    min-height: 50px;
    z-index: 101;
}

.error ul
{
    margin: 0;
    padding: 0;
    margin-left: 80px;
    list-style: none;
}

.error ul li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/bullet.gif) no-repeat 0px 1px;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 11px;
    padding-bottom: 8px;
    line-height: 1.1em;
}

.required
{
    background: #ffc;
    border: 1px solid #ff0000;
    color: #776B1B;
}

.error-tip {
	line-height: 20px;
	color: #ff0000;
	padding: 2px;
	font-weight: bold;
	font: 12px Tahoma,Arial,Helvetica,sans-serif;
	padding: 3px;
	color: #333333;
	border: 1px solid #0a6599;
	background: #ffffcc;
}

.frm_error
{
    border: 1px solid #c00;
    background-color: #ffffcc;
}

#form_error_contact
{
    color: #666666;
}

h2.title_error
{
    font-size: 1.8em;
    color: #c00;
}

.ErrorExplanation, #ctl00_cnt_ErrorExplanation_ErrorExplanation
{
    border: #c00 2px solid;
    padding: 0px;
    width: 80%;
}

.ErrorExplanation h2, #ctl00_cnt_ErrorExplanation_ErrorExplanation h2
{
    padding-left: 29px;
    font-weight: bold;
    font-size: 11px;
    background: url(../../images/alertbad_icon.gif) #c00 no-repeat left 50%;
    padding-bottom: 5px;
    margin: 0px;
    color: #fff;
    padding-top: 5px;
    text-align: left;
}

.ErrorExplanation .errorinterior, #ctl00_cnt_ErrorExplanation_ErrorExplanation .errorinterior
{
    padding: 11px;
    margin: 0px;
}

/* General */
ul.arrows
{
    padding: 0px;
    font-size: 12px;
    margin: 0px 0px 0px;
}

ul.arrows li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/arrow.gif) no-repeat 0px 1px;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 12px;
    padding-bottom: 8px;
    line-height: 1.3em;
}
ul.bullets
{
    padding: 0px;
    font-size: 12px;
    margin: 0px 0px 12px;
}

ul.bullets li
{
    padding: 0px;
    padding-left: 1.5em;
    background: url(../../images/bullet.gif) no-repeat 0px -1px;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 12px;
    padding-bottom: 8px;
    line-height: 1.3em;
}

ul.tweets
{
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 12px 0px;
}

ul.tweets li
{
    padding: 0px;
    padding-left: 1.5em;
    margin: 2px 0px;
    list-style-type: none;
    font-size: 12px;
    padding-bottom: 8px;
    line-height: 1.3em;
}

.events
{
	padding: 13px;
	background-color: #ededed;
	font: 13px Arial, Tahoma, Helvetica, sans-serif;
	color: #676767;
}
.tweet
{
	padding: 13px;
	background-color: #ededed;
}

.tweet, .query
{
	font: 13px Arial, Tahoma, Helvetica, sans-serif;
	color: #676767;
}

.tweet .tweet_list li a, .query .tweet_list li a
{
	color: #0767b5;
	font-weight: bold;
}

.banner
{
    padding: 0px;
    margin: 0px;
}

.inline
{
    overflow:auto;
    height:250px; 
    width: 97%; 
    border: 0; 
    padding: 4px
}
/* Tables */
table.data 
{
	margin: 0 0 20px 0;
	font-size: 11px;
	border: 0px;
	border-collapse: collapse;
}

table.data th, table.data tr.header td
{
	text-align: left;
	padding: 4px;
	border-top: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	font-weight: bold;
}

table.data tr.header 
{
	background: url(../images/bg_button_gray.gif) #F0F0F0 repeat-x;
}

table.data th.right, table.data td.right
{
	text-align: right;
}

table.data th.center, table.data td.center 
{
	text-align: center;
}

tr.title td 
{
	background: #008fd5;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

tr.title td a 
{
    color: #ffffff;
}

table.data td  
{
	vertical-align: top;
	padding: 8px;
}

table.data th a:link, table.data th a:visited 
{
  position: relative;
  display: block;
  color: #000;
}

table.data th a:hover 
{
  position: relative;
  color: #2583b1;
}

table.leads td 
{
    padding-right: 10px;
    padding-bottom: 10px;
}
    
/*-------------------------------------
 	The Success and Error Update Panel divs
---------------------------------------*/

.message
{
    width: 550px;
    text-align: center;
}

.message div
{
    background-color: #cccccc;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

.message div img
{
    padding-right: 10px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message p
{
    margin-top: 0px;
    background-color: whitesmoke;
    color: #006b31;
    border: solid 1px #006b31;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
    text-align: left;
}

.message_red div
{
    background-color: #ebd9d9;
    color: #910709;
    border: solid 1px #910709;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
}

.message_red div img
{
    padding-right: 10px;
    float: left;
    border: none;
    position: relative;
    top: -3px;
}

.message_red p
{
    margin-top: 0px;
    background-color: whitesmoke;
    color: #910709;
    border: solid 1px #910709;
    padding: 18px;
    font-family: Tahoma;
    font-size: 11px;
    border-top:none;
}

.validator
{
    width: 550px;
}

.validator_ext
{
    background-color: #f9f9f9;
    color: #910709;
    border: solid 1px #999999;
    padding: 20px;
    font-family: Tahoma;
    font-size: 11px;
    border-top: none;
    text-align: left;
}

.validator_top img
{
    padding-right: 7px;
    float: left;
    border: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 3px;
}

.validator_top
{
    background-color: #cccccc;
    border: solid 1px #999999;
    padding: 10px;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #910709;
    text-align: left;
    height: 15px;
}

/* Tip & Definition */

.tip
{
    border: #666666 1px solid;
    padding: 10px;
    width: 400px;
    color: #333333;
    border: solid 1px #335ea8;
    background-color: #dee5f0;
}

.definition
{
    border: #c6ccce 1px solid;
    background: #f7f9f9;
    padding: 10px;
    font-size: 11px;
}

.tools
{
    border: #c6ccce 1px solid;
    background: #ffffcc;
    margin-right: 10px;
    padding: 10px;
    font-size: 11px;
}

.search_box
{
    background: #d9eef9;
    padding: 20px;
    padding-top: 10px;
}

.tools img
{
    padding-right: 10px;
    margin-bottom: -5px;
}

/* Paging */

.pages a, .pages span 
{
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.3em;
    border: 1px solid #c6ccce;
    background: #fff;
}

.pages span.ellipsis 
{
    border: none;
    background: none;
}

.pages span.current 
{
    border: 1px solid #c6ccce;
    font-weight: bold;
    background: #c6ccce;
    color: #fff;
}

.pages a 
{
    border: 1px solid #c6ccce;
    text-decoration: none;
}

.pages a:hover 
{
    border-color: #06c;
}

.pages a.nextprev, .pages span.nextprev 
{
    font-weight: bold;
}

.pages a.nextprev_r 
{
    font-weight: bold;
    float: right;
}

.pages span.nextprev 
{
    color: #666;
}

.pages span.nextprev 
{
    border: 1px solid #ddd;
}

.pages span.nextprev_r 
{
    border: 1px solid #ddd;
    color: #014f9f;
    float: right;
}

/* Homepage Editable Region */
.home-content
{
}
.home-content h2
{
    color: #0767b5;
    font-size: 22px;
    font-family: "Arial Narrow" Tahoma  Arial;
    text-transform: uppercase;
}
.home-content h3
{
    color: #0767b5;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -1px;
}
.home-content p
{
    color: #636363;
    font-size: 12px;
}
.home-content a
{
    font-style: italic;
}
.home-content button
{
    vertical-align: bottom;
    background-color: #858585;
    color: #fff;
    border: 0px;
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
}
.home-content div.top
{
    height: 200px;
}
.home-region
{
    border-collapse: collapse;
    border: 1px solid #fff;
}
.home-region td
{
    border: 1px solid #fff;
}
.home-region tr.body
{
    height: 150px;
    vertical-align: top;
    color: #636363;
}
.home-region input
{
    vertical-align: bottom;
    background-color: #858585;
    color: #fff;
    border: 0px;
    font-family: Arial, Verdana, Tahoma;
    font-weight: bold;
}

/* Side Navigation */
.sidenav
{
    width: 157px;
    margin-top: 6px;
}
.sidenav a
{
    color: #6d6f71;
    font-weight: normal;
    font-size: 13px;
}
.sidenav a:hover
{
    color: #008fd5;
}
.sidenav a.current
{
    color: #008fd5;
}

/* Divs */
div.title
{
    background-color: #e5f4fb;
    padding: 8px;
}
div.header
{
    background-color: #008fd5;
    padding: 8px;
    font: 14px Arial;
    font-weight: bold;
    color: #fff;
}
div.subheader
{
    background-color: #a4a4a4;
    padding: 8px;
    font: 14px Arial;
    font-weight: bold;
    color: #fff;
}
p.body
{
    padding: 8px;
}
div.body
{
    padding: 8px;
}
div.subbody
{
    padding: 8px;
    background: #e7e7e7;
}
p.blue
{
    font-weight: bold;
    color: #008fd5;  
}
span.blue
{
    font-weight: bold;
    color: #008fd5;  
}

p.header
{
    font-size: 16px;
    font-weight: bold;
}

/*--Main Container--*/

/*--Window/Masking Styles--*/
.window {
	height:265px;	width: 594px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.slider_paging {
	position: relative;
	bottom: 50px; right: -400px;
	width: 198px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	height: 0px;
}
.slider_paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	background: #999999;
	font-weight: bold;
}
.slider_paging a.active {
	font-weight: bold;
	background: #eea405;
	border: 1px solid #eea405;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.movenext {
	font-weight: bold;
	background: #fff !important;
	border: 1px solid #fff;
	width: 30px;
	color: #eea405 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.moveprev {
	font-weight: bold;
	background: #fff !important;
	border: 1px solid #fff;
	width: 30px;
	color: #eea405 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slider_paging a:hover {font-weight: bold;}
