/* 
================================
Skin styles for DotNetNuke
================================
*/
body
{
	background-image: url(bg.jpg);
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.SectionHead
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.NormalTextBox
{
	border: solid 1px #a9a9a9;
	color: #333;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #0C65B3;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #0C65B3;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #0C65B3;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #0C65B3;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #0C65B3;
}
.pagemaster
{
	/*	height: 100%; */
	width: 100%;
}

#skinmaster #ContentPane a
{
	color: #0C65B3;
	text-decoration: underline;
}
#skinmaster #ContentPane a:hover
{
	color: #0C65B3;
	text-decoration: underline;
}
#skinmaster #ContentPane a:visited
{
	color: #0C65B3;
	text-decoration: underline;
}
.ContentPane a
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}
.ContentPane a:hover
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}
.ContentPane a:visited
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}
#skinmaster #footer a:link
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}
#skinmaster #footer a:hover
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}
#skinmaster #footer a:visited
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	color: #0C65B3;
	text-decoration: underline;
}

.skinmaster
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	background-color: #FFFFFF;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.skinheader
{
}
.skingradient
{
	background-image: url(gradient_DkBlue.jpg);
	height: 30px;
}
.ControlPanel
{
	width: 100%;
	background-color: #fefefe;
}
.toppane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.ControlPane
{
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	width: 100%;
}
.LeftPane
{
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.ContentPane
{
	background-color: transparent;
	display: block;
	/*height: 300px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	left: 150px;
	width: 450px;
}
.RightPane
{
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
}
.SideBar
{
	background-position: left top;
	background-color: transparent;
	background-image: url(right_sidebar.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	width: 140px;
}
.BottomPane
{
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.main_menu_container
{
	background-color: #FFFFFF;
}
.main_menu
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	height: 16px;
}
.debug
{
	border: solid 1px black;
}
.main_menu_item
{
	background-color: #FDF8E9;
	color: #005DAC;
	cursor: pointer;
	cursor: hand;
	font-family: 'Arial Narrow';
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 3px 3px 1px;
	white-space: nowrap; /*Word wrapping menu item now optional*/
}

.main_menu_item td
{
	/*TD if menu option for using tables is on*/
	background-color: #FDF8E9;
	color: #005DAC;
	cursor: pointer;
	cursor: hand;
	font-family: 'Arial Narrow';
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 3px 3px 1px;
	white-space: nowrap; /*Word wrapping menu item now optional*/
}

.main_menu_rootitem
{
	/*TD if menu option for using tables is on*/
	background-color: #FDF8E9;
	color: #005DAC;
	cursor: pointer;
	cursor: hand;
	font-family: 'Arial Narrow';
	font-size: 10pt;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	width: 143px;
}

.main_menu_itemhover
{
	background-color: #FFFFFF;
	color: #F5C036;
}

.main_menu_itemhover td
{
	background-color: #FFFFFF;
	color: #F5C036;
}

.main_menu_icon
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_menu_submenu
{
	background-color: #cad5ea;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=  '#696969' , Direction=135, Strength=3);
	padding: 1px 1px 1px 1px; /*explicitly set padding for sub-menus */
}
.main_menu_break
{
	height: 1px;
	font-size: 1px;
}

.main_menu_arrow
{
	border-right: #cad5ea 1px solid;
	border-bottom: #cad5ea 1px solid;
	border-top: #cad5ea 0px solid;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.main_menu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}
.StandardButton
{
	background: #7994cb none;
	color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
.navtop
{
	background-image: url(navtop.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px;
}
.navmain
{
	padding-left: 4px;
}
.navbottom
{
	background-color: #FDF8E9;
	background-image: url(navbottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
	padding: 0px;
}
.nav_price
{
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #005DAC;
	font-weight: normal;
	height: 50px;
}
.nav_price a:link
{
	color: #0C65B3;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

.nav_price a:hover
{
	color: #0C65B3;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

.nav_price a:visited
{
	color: #0C65B3;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}

p
{
	font-size: 12px;
	font-family: Verdana, Helvetica, "Lucida Grande";
}

h1
{
	font-size: 14px;
	color: #FF55BD;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-weight: bold;
}
.nav_bottom
{
	color: #005DAC;
	font-family: Tahoma, sans-serif, Futura;
	font-size: 14px;
	font-weight: bold;
}
.side_text2
{
	font-size: 10px;
	font-family: Verdana, Helvetica, "Lucida Grande";
	color: #0267B9;
}
.side_text1
{
	color: #FF55BD;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, "Lucida Grande";
}
.side_b
{
	font-size: 11px;
	font-weight: bold;
	color: #045AAE;
	line-height: 18px;
}
#footer
{
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 20px;
	color: #0C65B3 !important;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-weight: bold;
}
#footer a:link
{
	color: #0C65B3;
	text-decoration: underline;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
}
#footer a:hover
{
	color: #0C65B3;
	text-decoration: underline;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
}
#footer a:visited
{
	color: #0C65B3;
	text-decoration: underline;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
}
.pws
{
	color: #0C65B3;
	text-align: right;
	font-size: 12px;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-weight: bold;
}
#footer span
{
	font-size: 12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 20px;
	color: #0C65B3;
	font-weight: bold;
}
#pagename
{
	font-size: 14px;
	font-weight: bold;
	color: #F0B308;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDF8BC;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.footer_text
{
	color: #0C65B3;
	text-decoration: none;
	font-family: Verdana, Helvetica, "Lucida Grande";
	font-size: 12px;
	font-weight: bold;
}
.bold_bg
{
	font-weight: bold;
	background-color: #E4E4E5;
}
.tr_bg
{
	background-color: #E4E4E5;
	font-weight: bold;
	color: #0D66B1;
}
#testimonial {
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #C8DEF0;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	width: 135px;
}
.test {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.style1
{
	color: #005DAC;
}
.style3
{
	font-size: 12px;
	color: #333333;
}
.style4
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.style5
{
	font-weight: bold;
}
.style6
{
	color: #FF55BD;
}
.Font12
{
	font-size: 12px;
}
.MarkerInfoMessage
{
    color: #0D66B1;
    font-size: 11px;
}
