@import url("menu.css");

body
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #f5fafd;
	color: #333333;
}

a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration:underline;	
}
a:hover {
	color: #3a93ca;
	text-decoration:underline;
}
#inner
{
	width: 990px;
	text-align: left;
	margin: 0 auto;
}
#logo_wrap
{
	float: left;
	width: 348px;
	height: 90px;
}
#logo_wrap img
{
	margin: 23px 0 0 68px;
}
#search_menu_wrap
{
	float: left;
	width: 642px;
	padding: 9px 0 0 0;
	position:relative;
	z-index:1000;
}
#search_left
{
	float: left;
	width: 458px;
	text-align: right;
}
#search_right
{
	float: left;
	width: 180px;
	height: 19px;
	position:relative;
	bottom:5px;
	left:18px;
}
#dnn_dnnSEARCH_cmdSearchNew
{
	position:relative;
	top:3px;
	left:3px;
}

#menu_wrapper
{
	padding: 8px 0 0 39px;
	#padding: 0px 0 0 39px;
}
#content_wrap
{
	margin:0px 0px 0px 0px;
	padding-top:11px;
}
#content_inner
{
	height: 675px;
}

#footer
{
	margin: 20px 0 0 76px;
}

#footer a:link, #footer a:active, #footer a:visited
{
	font-size: 11px;
	color: #969696;
	text-decoration: none;
}
#footer a:hover
{
	color: #818181;
	text-decoration: underline;
}
.footer_link_group
{
	float: left;
	margin-right: 40px;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4
{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

h1
{
	color: #a6ce3a;
	font-size: 34px;
}
h1#home
{
	font-size: 18px;
	padding-top:1.2em;
	color: #656565;
}

h2
{
	font-size: 18px;
	padding-top:1.2em;
}
h3 {
	margin-top:1.2em;
	font-size:14px;
}
li
{
	list-style: url(images/bullet.jpg);
}
ul
{
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
p
{
	margin: 0;
	padding: 10px 0;

}
td
{
	font-size: 12px;
}
#subtopbanner1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	padding:18px;	
	background-color:#97cae9;
	color:#FFFFFF;
	text-align:
}
#nextbox
{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}
#nextbox a, #nextbox a:link, #nextbox a:active, #nextbox a:visited
{
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
#nextbox a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
	font-weight:bold;
}

/************* ARTICLE STYLES **********************/

.articleHeadline h1, .articleHeadline h1 a, .articleHeadline h1 a:link, .articleHeadline h1 a:active, .articleHeadline h1 a:visited, .articleHeadline h1 a:hover
{
	background-color: transparent;
	border: 0;
	color: #0078C3;
	text-decoration: none;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.articlelistHeadline h1, .articlelistHeadline h1 a, .articlelistHeadline h1 a:link, .articlelistHeadline h1 a:active, .articlelistHeadline h1 a:visited
{
	background-color: transparent;
	border: 0;
	color: #0078C3;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.articlelistHeadline h1 a:hover {
	background-color: transparent;
	border: 0;
	color: #00609c;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.articleDescription a, .articleDescription a:link, .articleDescription a:active, .articleDescription a:visited
{
	font-weight: bold;
	color: #0078C3;
	text-decoration: none;
}

.articleDescription a:hover
{
	text-decoration: underline;
}

.article
{
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #D4D4D4;
}

.articleCategories, .articleCategories a, .articleCategories a:link, .articleCategories a:active, .articleCategories a:visited, .articleCategories a:hover
{
	color: #9A9A9A;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}

.articleEntry
{
	float: left;
	width: 468px;
	margin: 0 10px 0 0;
	padding: 0;
}

.articleImage
{
	float: left;
	width: 156px;
	margin: 0;
	padding: 0;
}

.articleImage img
{
	padding: 2px;
	border:	1px solid #CCCCCC !important;
}

.portfolioListing
{
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
    display: inline;
	padding: 2px;
	border:	1px solid #CCCCCC !important;
}

.portfolioListing a, .portfolioListing a:link, .portfolioListing a:visited, .portfolioListing a:active
{
    width: 205px;
    display: block;
    height: 170px;
    text-decoration: none;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 130px;
	border: 1px solid black;
	padding: 6px;
	background-color: white;
	visibility: hidden;
	z-index: 1000;
	color: #414141;
	font-family: Arial, Tahoma, Sans-serif;
	font-size: 12px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 1001;
	visibility: hidden;
}

.submenuseparated a, .submenuseparated a:link, .submenuseparated a:visited, .submenuseparated a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.submenuseparated a:hover {
	color: #494949;
	text-decoration:none;
	font-weight:bold;
}
ul.submenuseparated li {
	margin-bottom: 10px;
	border-bottom:2px dotted #ffffff;
}
ul.submenuseparated {
	padding-right:15px;
}

.DynamicForms_Maintable .subheading
{
	font-weight: bold;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
}

#dnn_ctr555_Customized_FileManager1_FolderTree td td
{
	background-color:#FFFFFF;
}

#dnn_FlashPane
{
 	background-image:url('/images/flashbg.jpg');
}
table#divider td {
	border-bottom:1px solid #cccccc;
}
ol li {
	list-style-image:none;
	list-style-type:decimal;
}

/************************** WEATHER WIDGET STYLES **************************************/
#Weather_Widget
{
	border:1px solid black;
	width:250px;
}
#Weather_Widget_Inner
{
	padding:10px;
}
#Weather_Widget_Title
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin-bottom:3px;
}

#Weather_Widget_Temp
{
	float:left;
	font-size:32px;
	font-weight:bold;
	color:navy;
}
#Weather_Widget_Img
{
	float:left;
}
#Weather_Widget_Img img
{
	width:38px;
	margin-right:10px;
}

/************************** WEATHER WIDGET (TEXT ONLY) STYLES **************************************/
#Weather_Widget_TO
{
	border:1px solid black;
	width:310px;
}
#Weather_Widget_TO_Inner
{
	padding:10px;
}
#Weather_Widget_TO_Title
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin-bottom:3px;
}
#Weather_Widget_TO_Text div b
{
	width:80px;
}
/************ WESTERNER WEATHER WIDGET STYLES **********/
#westerner-weather
{
	width:300px;
}
#westerner-weather-inner
{
	border:1px solid black
}
#westerner-weather-padding
{
	padding:18px 5px 21px 18px;
}
#currenttemp-west
{
	color:#c3384b;
	font-size:24px;
	font-weight:700;
}
#westerner-weather h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#c3384b;
}
#westerner-weather h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}


/* Search SkinObject Styles */

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}

div.SearchBorder
{
	width: 130px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 160px;
    height: 18px;
}

div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}

div.SearchIcon img
{
    margin-top: 3px;
}

#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

.PagingTable
{
	width:645px;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
	    z-index: 1000 !important;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    z-index: 1000 !important;
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000 !important;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

.dnnFormPopup {
z-index:1002 !important;
}
.ui-widget-overlay {
z-index:1001 !important;
}
