/*--------------------------------------------------------------------------------------------------------------*/
/* CSS Styles for MyFirstSKin DotNetNuke Skin by ThinkofDesign.com */
/*--------------------------------------------------------------------------------------------------------------*/
/*page*/
html,body{
	height:100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.skinwrapper{
	padding:1px;
	background-color: #FFFFFF;
}
.bannerpane {
}
.skinheader{
	background-color: #FFFFFF;
}
.skinmenu{
}
.skinuser{
	padding:5px;
	text-align:right;
}
.skincontentstable{
}
.toppane{
}
.bottompane{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334d66;
}
.leftpane{
	border-top-width: 5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.contentpane{
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.rightpane{
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.skinfooter{
	padding:5px;
	text-align:center;
	font-size:10px;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*panes*/
.toppane{background:#5C82AF;width:100%;padding:5px;}
.leftpane{width:250px;padding:5px;}
.contentpane{width:100%;padding:5px;}
.rightpane{width:250px;padding:5px;}
/*--------------------------------------------------------------------------------------------------------------*/
/*text*/
.normal,div,span,p,td,th,li,a{font-family:Geneva, Arial, Helvetica, sans-serif;font-size:12px;color:#333;}
.head,.subhead{font-family:Verdana, Arial, Helvetica, sans-serif;color:#333;}
.head{font-size:16px;font-weight:bold;}
/*--------------------------------------------------------------------------------------------------------------*/
/*links & buttons*/
a:link{color:#C00;text-decoration:underline;}
a:visited{color:#C00;text-decoration:underline;}
a:hover{color:#C00;text-decoration:none;}
a:active{color:#C00;text-decoration:none;}

.StandardButton{background:#CCC;border:1px #CCC outset;padding:5px;}

a.CommandButton{font-size:14px;font-weight:bold;}
.controlpanel a.CommandButton{font-size:10px;}
a.CommandButton:link{color:#C00;text-decoration:none;}
a.CommandButton:visited{color:#C00;text-decoration:none;}
a.CommandButton:hover{color:#C00;text-decoration:underline;}
a.CommandButton:active{color:#C00;text-decoration:underline;}

a.skinuser:link{color:#000;text-decoration:none;}
a.skinuser:visited{color:#000;text-decoration:none;}
a.skinuser:hover{color:#C00;text-decoration:underline;}
a.skinuser:active{color:#C00;text-decoration:underline;}
/*--------------------------------------------------------------------------------------------------------------*/
/*menu*/
.MainMenu_MenuContainer{
	width:1px;
	background-color: #FFFFFF;
}
.MainMenu_MenuContainer td{cursor:default;font-size:3px;width:1px;}
.MainMenu_MenuIcon{display:none;}
.MainMenu_RootMenuArrow{display:none;}
/* Menu dropdown text*/
.MainMenu_MenuItem{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#F4F4F4;
	font-size:12px;
	font-weight:bold;
	padding:2px 15px 2px 7px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}
/* Current page text highlit */
.submenuitembreadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:2px 15px 2px 7px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}
/* Menu dropdown rollover*/
.submenuitemselected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding:2px 15px 2px 7px;
	background-color: #999966;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}
.MainMenu_MenuArrow{
	font-size:11px;
	padding:2px 0 2px 10px;
	height:24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
}
.submenu{
	z-index:1000;
	border:0;
	padding:0;
	background-color: #999966;
}
.rootmenuitem{background:transparent;}
.rootmenuitem td{
	padding:0 10px 0 9px;
	height:40px;
	cursor:pointer;
	cursor:hand;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999966;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999966;
}
.rootmenuitem td span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.rootmenuitembreadcrumb{
	background-color: #999933;
}
.rootmenuitembreadcrumb td{
	padding:0 10px 0 9px;
	height:40px;
	cursor:pointer;
	cursor:hand;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999966;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999966;
	background-color: #999966;
}
.rootmenuitembreadcrumb td span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.rootmenuitemselected{
	background-color: #999966;
}
.rootmenuitemselected td{
	padding:0 10px 0 9px;
	height:40px;
	cursor:pointer;
	cursor:hand;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999966;
}
.rootmenuitemselected td span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.MainMenu_MenuBreak{display:none;
}

.goldcolor {
	background-color: #999966;
}
.bannerpane {
}
.bannerpanebg {
	background-image: url(images/home_flash_bg.jpg);
	background-repeat: repeat-x;
}