body 
{
	background-color: #003b69;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #363636;
}


/* Background Image Stuff */

.pageContainer 
{
    overflow: hidden;
}

.backgroundImageLayer 
{
    text-align: center;    
}

.backgroundImage 
{

}

.mainLayer 
{
    width: 100%;
    min-height: 1024px;
    padding: 20px 0px 0px 0px;
    background-image: url('/Templates/standard/images/overlay15.png');
}


#container {
	margin: 0 auto;
	width: 962px;
	padding-top: 10px;
}

#topbar {
	background-image: url('images/topbar.png');
	height: 158px;
}

#logo 
{
    padding-left: 20px;
    float: left;
}

#logo img
{
	border: 0px;
}

#toplinks {
	padding-top: 55px;
	padding-right: 15px;
	color: #cccccc;
	font-weight: normal;
}

#toplinks a 
{
    font-family: Arial;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3em;
}

#toplinks a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}

#content {
	background-image: url('images/bg-black-80.png');
	background-repeat: repeat-y;
	padding-bottom: 10px;
	line-height: 1.4em;
	text-align: justify;
}

#content a 
{
    color: #0e6e9e;
    font-weight: bold;
    text-decoration: none;   
}

#footer 
{
    background-color: #888888;
    padding: 16px;
    color: #dddddd;
    border-bottom: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-right: solid 1px #aaaaaa;
}


#sidebar {
	float: left;
	width: 298px;
	padding-top: 10px;
	margin-left: 10px;
}

.sideheader {
	background-image: url('images/side_top.png');
	height: 35px;
	background-repeat: no-repeat;
	font-family: Georgia;
}

.sideheader_txt {
	float: left;
	width: 255px;
	padding-top: 7px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	padding-left: 10px;
}

.sideheader_arrow {
	margin-left: 265px;
	padding-top: 13px;
}

.sidebar_content {
	background-image: url('images/side_bg.png');
	background-repeat: repeat-y;
	padding: 10px;
}

.title {
	font-weight: bold;
}

.bulletlink {
	font-weight: bold;
	color: #0b6da0;
}

#main 
{
    padding-top: 10px;
	/*margin-left: 312px;*/
}


#blackbox {
	background-image: url('images/blackbox.png');
	background-repeat: no-repeat;
	width: 630px;
	height: 252px;
	padding-top: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
}

#column1 {
	float: left;
	width: 313px;
}

#columnheader {
	background-image: url('images/column_top.png');
	height: 35px;
	background-repeat: no-repeat;
}

#columnheader_txt {
	float: left;
	width: 255px;
	padding-top: 7px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	padding-left: 10px;
}

#columnheader_arrow {
	margin-left: 265px;
	padding-top: 13px;
}

#column_content {
	background-image: url('images/column_bg.png');
	background-repeat: repeat-y;
	padding: 10px;
}

#column_item_pic {
	float: left;
	width: 98px;
}

#column_item {
	margin-left: 98px;
}

#column2 {
	margin-left: 325px;
	width: 313px;
}

#column2header {
	background-image: url('images/column_top.png');
	height: 35px;
	background-repeat: no-repeat;
}

h1 
{
    padding-top: 4px;
    margin: 0px;
    font-size: 1.3em;
    font-weight: bold;
    color: #0c4e7e;
    font-family: Georgia;
    padding-bottom: 12px;
}


h2 
{
    padding-top: 10px;
    margin: 0px;
    font-size: 1.15em;   
    font-weight: bold;
    color: #0c4e7e;
    font-family: Georgia;
    padding-bottom: 12px;
}

h3
{
    padding-top: 10px;
    margin: 0px;
    font-size: 1.1em;
    font-weight: bold;
    color: #0c4e7e;
    font-family: Georgia;
    padding-bottom: 12px;
}

h4 
{
    margin: 0px;
    font-size: 1.05em;
    font-weight: normal;
}

h5, h6 
{
    margin: 0px;
    font-size: 1.0em;
    font-weight: normal;
}

p 
{
    margin: 0px;
    padding: 0px 0px 12px 0px;   
}

table 
{
    padding-bottom: 10px;
}

.wideMainContent 
{
    float: left;
    width: 630px;  
    margin-left: 10px;
}

th  
{
    text-align: left;
}

.formInput 
{
    border-top: solid 1px #888;
    border-left: solid 1px #bbb;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #bbb;
    
    background-color: #eeeeee;
}

.formInput :focus 
{
    background-color: white;
}

.searchBox 
{
    line-height: 12px;
    display: block;
    background-image: url('images/searchbox.png');
    width: 181px;
    height: 22px;
    margin-left: 20px;
    padding: 0px;
    padding-right: 6px;
    float: right
}

.searchBox input
{
    margin: 0px;
    border: none;
    background: transparent; 
}

.searchBox input:focus
{
    border: none;
}

.searchBoxTextBox 
{
    float: left;
    width: 154px;
    font-size: 0.9em;
    padding-top: 6px;
    padding-left: 10px;
}

.searchBoxButton 
{
    padding-top: 2px;   
}

/* 
 * Styling for the Twitter Feeds
 */
 
.twitterPanel ul 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.twitterPanel ul li 
{
    padding-bottom: 10px;   
}
 
/*
 * Styling for Pagination Controls
 */

.paginationLinkButton 
{
    padding: 4px;
    margin: 2px;
    border: solid 1px #999999;
    background-color: #eeeeee;   
}

.paginationLinkButtonSelected
{
    padding: 4px;
    margin: 2px;
    border: solid 1px #999999;
    background-color: #c6c6c6;   
    text-decoration: underline;
}

/*
 * Upgraded Styling for Data Pager
 */
 
.dataPager a, .dataPagerNumericButton, .dataPagerButton
{
    padding: 4px 6px 4px 6px;
    margin: 1px;
    border: solid 1px #999999;
    background-color: #eeeeee;
    color: #0e6e9e;
    font-weight: bold;
    cursor: pointer;
}

.dataPager span, .dataPagerCurrentPageLabel
{
    padding: 4px 6px 4px 6px;
    margin: 1px;
    border: solid 1px #999999;
    background-color: #c6c6c6;   
    text-decoration: none;   
    color: #444444;
    font-weight: bold;
}

.themeSwatches 
{
    display: inline;   
}

/*
 * Widget Styles 
 */

.curvyBox
{
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #404040;
    margin: 0 0 5px 0;
}

.curvyBox table
{
   padding: 0px;
   margin: 0px;
}

.curvyBoxHeader
{
	color: #ffffff;
	height: 22px;
	background-image: url('images/bg_columnheader.png');
	font-family: Georgia;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #404040;
}


.curvyBoxHeader img {
	padding-right: 6px;
}


.curvyBoxContent {
    padding: 6px;
}

.widgetBox
{
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #404040;
    margin: 0 0 0px 0;
}

.widgetBox table
{
   padding: 0px;
   margin: 0px;
}

.widgetBoxHeader
{
	color: #ffffff;
	height: 22px;
	background-image: url('images/bg_columnheader.png');
	font-family: Georgia;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #404040;
}


.widgetBoxHeader img {
	padding-right: 6px;
}


.widgetBoxContent {
    padding: 0px;
}

.widgetBoxInnerPanel 
{
    padding: 6px;
    width: 290px;
    overflow: hidden;
}

.widgetContentList {  
    margin: 0px;
    padding: 0px; 
    list-style: none; 
    text-align: left;
}

.widgetContentList li 
{
    margin-bottom: 10px;
}

/* Columns */

.oneThirdColumn 
{
    width: 304px;
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}

.twoThirdsColumn 
{
    width: 620px;
    float: left;
    margin-left: 14px;
    margin-bottom: 10px;
}

/* Styling for the Side Bar on the Left */

#sidebar ul  
{
    list-style: none;
    margin-left: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.noDisplay 
{
    display: none;
}