
/* Basic Layout Styles */

Body			{ margin:0px; padding:0px; background:#2d2824; }

#dnnwrapper             { width:100%; margin:0 auto; }
#dnnheader              { background:url(images/headerbg.png) top center repeat-x; width:100%; height:117px; } 
#dnncontent             { width:100%; padding-top:25px; border-bottom:1px solid #fff; background:url(images/headershadow.png) top repeat-x #fff; }
#dnncontent-blue		{ width:100%; padding-top:25px; border-bottom:1px solid #fff; background:url(images/headershadow-blue.png) top repeat-x #fff; }
#bannercontent          { height:189px; background:url(images/bannerbg.png) top center repeat-x #354a70; border-top:1px solid #b3bad0; }
#bannercontent-blue     { height:26px; background:url(images/featurefade.png) bottom repeat-x #5168b2; border-top:1px solid #b3bad0; }
#bannercontent-green    { height:26px; background:url(images/featurefade.png) bottom repeat-x #75d450; border-top:1px solid #b3bad0; }
#bannercontent-red      { height:26px; background:url(images/featurefade.png) bottom repeat-x #bb3350; border-top:1px solid #b3bad0; }
#bannercontent-orange   { height:26px; background:url(images/featurefade.png) bottom repeat-x #d48545; border-top:1px solid #b3bad0; }
#bannercontent-gray     { height:26px; background:url(images/featurefade.png) bottom repeat-x #b4b4b4; border-top:1px solid #b3bad0; }
#innerbanner            { height:26px; background:url(images/bannerbg.png) top center repeat-x #354a70; border-top:1px solid #b3bad0; }
#dnnfooter 		{ text-align:center; width:100%; height:61px; padding-top:30px; background:url(images/footerbg.png) top repeat-x #596464; }
#themes			{ display:none; }
* html #dnnfooter	{ height:61px; }
* html #dnnheader	{ height:127px; }

.logo			{ float:left; width:250px; overflow:visible; position:relative; right:65px;}
.pageedge               { width:100%; min-height:300px; padding-top:56px; }
.pagewidth              { width:954px; margin:0px auto; }
.contentpadding         { background:#fff; min-height:300px; padding:0px 25px; }
.copyright		{ font-weight:normal; padding:0 5px; }
.toplink                { float:right; width:60%; height:35px; text-align:right; padding-right:14px; }
.lnkl			{ line-height:12px; color:#ece9da; text-align:left; font-size:8pt; font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;}

.clear			{ clear:both}
.left			{ float:left}
.right			{ float:right}

img			{ border:0px; }
/* Text */

table, tr, td, p, div, ul, li			{ color:#000000; }
Body, .NormalTextBox, TD, DIV, p, ul, li    	{ font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:normal}
p						{ padding:5px 0; margin:0px; line-height:150%;  }
li,ul li					{ list-style:disc }
ol li						{ list-style:decimal}
li						{ margin:5px 0; line-height:150%; }

.Normal			{ font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal}
.NormalBold		{ font-family:Arial, Helvetica, Verdana, Sans;font-size:small;font-weight:bold;color:#444; line-height:120%; }
.NormalRed		{ font-family:Arial, Helvetica, Verdana, Sans;font-size:small;font-weight:bold;color:#C00; line-height:120%; }
span.SubHead		{ font-size:9px;margin:0;padding:0}
span.SubHead br		{ display:none}

.Head			{ color:#385997;font:bold 12pt Verdana, Arial, Helvetica, sans-serif}
.SubHead		{ color:#999}
.tagline                { font-family: 'Times New Roman',Times,serif; font-size: 13pt; color:#777; line-height: 22px; font-style:italic; }

H1,H2,H3,H4,H5	 	{ line-height:23px; color:#344b72; font-weight:bold; font-family:Arial, sans-serif; margin:0px; padding:0px; text-align:center; }
H1			{ font-size:28px; padding-bottom:12px; }
H2 			{ font-size:22px; padding:0px 0; color:#344b72; }
H3			{ font-size:16px; padding:5px 0; color:#5269b3; }
H4 			{ font-size:12px; }
H5 			{ font-size:11px; }

/* Link Styles */

a:link			{ color:#800000; font-weight:bold; }
a:visited, a:active	{ color:#800000; font-weight:bold; }
a:hover 		{ color:#800000; text-decoration:underline; }

A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active		{ font:small Tahoma, Arial, Helvetica, sans-serif;color:#800000;}
A.CommandButton:hover		{ color:#6e91d1;}

A.links:link,
A.links:active,
A.links:visited			{ line-height:80%; padding:0px 5px; color:#ece9da; } 
A.links:hover			{ color:#eb6737; text-decoration:none; }

A.toplinks:link,
A.toplinks:active,
A.toplinks:visited		{ font-size:13px; padding:0px 13px; color:#fff; }
A.toplinks:hover		{ color:#fff; font-weight:bold; }

/* Control Panel */

.ControlPanel					{ background:url(images/control.gif) top left repeat-x #0c5a9a;border:none}
.ControlPanel TD .SubHead			{ color:#bde5fc;font-size:small}
.ControlPanel .CommandButton,
.ControlPanel A.CommandButton:link,
.ControlPanel A.CommandButton:visited,
.ControlPanel A.CommandButton:active			{ color:#c0dffb;text-decoration:none}
.ControlPanel A.CommandButton:hover			{ color:#fff}

/* Forms */

div.form						{ width:500px;text-align:left}
div.form_group						{ text-align:left;margin-bottom:10px;font-size:14px;color:#4b91ae; }
div.form_text						{ float:left;margin:0}
p.form_text						{ margin:0 0 3px 0}
textarea.form_text,
input.form_text,
select.form_text					{ color:#333;background:#efefef;border-color:#bbb #bbb #ddd;border-width:2px 1px 1px;padding:0.2em;margin:0 10px 10px 0}
input,select						{ color:#666}
.Settings,.WorkPanel					{ text-align:left}
.StandardButton						{ color:#666;background:#EEE;border:solid 1px #D1C7BE;line-height:22px;padding:0 10px;height:22px;cursor:pointer}
.NormalTextBox						{ color:#666;padding-left:4px;line-height:12px;font-weight:normal}
td.NormalTextBox					{ padding:0;margin:0;background:transparent;visibility:inherit;border:0}
.DataGrid_Container 					{ margin-top:15px}
.DataGrid_Header					{ font-weight:bold}
.DataGrid_Header td, .NormalBold td			{ font-weight:bold}
div.FileManager						{ height:auto;border:none}
table.FileManager					{ width:99%;text-align:left;background:#FFF}
.ExtensionsContent td, .DNN_HTMLContent			{ text-align:left}
#dnn_ctr322_ModuleDefinitions_divInstalled		{ text-align:left}
#dnn_ctr_Login_pnlLogin table				{ float:none;margin:0 auto}
#dnn_ctr_ManageUsers_pnlUser				{ text-align:left;min-height:1px}
#dnn_ctr_ManageUsers_pnlUser .Normal			{ line-height:20px}
#dnn_ctr_Terms_lblTerms,
#dnn_ctr_Privacy_lblPrivacy				{ line-height:20px}
#dnn_ctr_Terms_lblTerms .SubHead,
#dnn_ctr_Privacy_lblPrivacy .SubHead		{ font-size:14px;color:#6e91d2;border-bottom:1px #6e91d2 solid;line-height:26px;margin:0px;padding:0px;font-weight:normal}
#dnn_ctr979_LogViewer_dlLog td			{ text-align:left;white-space:normal;border:1px #fff solid}

/*  Skin Layout  */

#fload					{ width:0px;height:0px}
.date					{ padding:0 20px;color:#777;font-size:12px}
.languagebox				{ float:right;text-align:right;padding:0 20px;white-space:nowrap;width:20%;display:none}
.Settings				{ text-align:left}
.logo					{ min-height:80px;min-width:280px}
* html .logo				{ height:80px;width:300px}
.news h2				{ color:#333333;font-size:14px;margin:0px;padding:0px;line-height:22px}
.news p					{ line-height:17px;font-weight:bold}

/*  Skin Object  */

.login,
a.login:link,
a.login:active,
a.login:visited  			{ line-height:25px;background:url(images/reg.gif) 0 -1px no-repeat;padding:5px 20px;font-weight:bold;color:#888;text-decoration:none;font-size:12px} 
a.login:hover 				{ color:#111;text-decoration:underline;background:url(images/reg.gif) 0 -30px no-repeat}
.themeOff,.themeOn			{ border:0;cursor:pointer;margin:0px}

#button                     		{ background-color: transparent; background:url(images/button.png) no-repeat; height:72px; width: 194px; text-indent: -9000px; display: block; }

#button:hover               		{ background-position: 0px -73px; }

/*  Content Panes   */

.topbannerpane				{ width:100%;clear:both}
.botbannerpane				{ width:100%;clear:both}
.topleftpane				{ width:62%;float:left}
.toprightpane				{ width:36%;float:right}
.toppane				{ width:100%; clear: both; }
.middlepane				{ width:100%; clear: both; }
.LeftPane				{ float:left; margin:0px; width:48%; padding-right:8px; }
.ContentPane				{ width:74%; float:right; }
.RightPane				{ float:right; margin:0px; width:48%; padding-left:8px; }
.boxapane				{}
.boxbpane				{ width:24%; float:left; }
.boxcpane				{ width:75%; float:right; }
.leftcolpane            		{ width:24%; float:left; }
.boxdpane				{ width:74%; float:right; }
.boxepane				{ width:24%; float:right; }
.boxfpane				{ width:73%; float:left; }
.boxgpane				{ width:100%; }
.mainapane				{ width:30%; float:left}
.mainbpane				{ width:30%; margin-left:4%; float:left}
.maincpane				{ width:30%; float:right}
.bottompane				{ clear:both}
.menubotpane				{ padding-top:5px}
.sloganpane				{ float:left; margin-top:20px; max-width:40%}
.DNNEmptyPane				{ width:0px; padding:0px; margin:0px}

.quartersleft           		{ float:left; width:23% }
.quartersright          		{ float:right; width:23%; margin-left:2.2%; }


/*  Horizontal Menu1 Style  */

.HMA				{ float:right; width:70%; padding-top:61px; background:none; }
.HM1				{ float:right; white-space:nowrap; height:30px; font-family:'Trebuchet MS', sans-serif; }
.HM1 ul 			{ margin:0px; }
.HM1 ul li			{ margin:0px; float:left;list-style: none none outside; position: relative; }
.HM1 ul .current a:link,
.HM1 ul .current a:active,
.HM1 ul .current a:visited,
.HM1 ul .current a:hover         { height:29px; color:#fff; margin:0px; border:1px solid #b3bad0; border-bottom:none; }
.HM1 ul .current a:link span,
.HM1 ul .current a:active span,
.HM1 ul .current a:visited span { display:block; padding:0 5px; float:left; color:#fff; }
.HM1 ul .current a:hover span	{ color:#000; }
.HM1 ul .current .slide span	{ background:transparent;}

.HM1 ul span 			{ padding:0 10px; font-size:9pt; font-weight:normal; text-transform:uppercase; }
.HM1 ul .slide 			{ display:none; float: left; overflow:hidden; position:absolute;}
.HM1 ul a.link 			{ display:block; cursor: pointer}
.HM1 ul a:link, 
.HM1 ul a:active, 
.HM1 ul a:visited		{ width:auto; margin:0px; padding:0 9px; color:#fff; text-decoration:none; line-height:32px; border-bottom:2px groove #494949}
.HM1 ul a:link, 
.HM1 ul a:active,
.HM1 ul a:visited		{ height:29px; float:left; }
.HM1 ul a:hover 		{ background:#fff; height:29px; color: #111; float:left; }
.HM1 ul a:link span, 
.HM1 ul a:active span,
.HM1 ul a:visited span 		{ display:block; float:left; padding:0 5px; }
.HM1 ul a:hover span 		{ background:url(menus/current_rright.png) top right no-repeat; display:block; color:#202028; float:left; }

.HM1 ul .current .Group     	{ background:#fff; }
.HM1 ul .current .Group a:link,
.HM1 ul .current .Group a:active,
.HM1 ul .current .Group a:visited,
.HM1 ul .current .Group a:hover         { background:#fff; color:#000; margin:0px; border:0px; }
.HM1 ul .current .Group a:link span,
.HM1 ul .current .Group a:active span,
.HM1 ul .current .Group a:visited span,
.HM1 ul .current .Group a:hover span	{ color:#000; }


#root1              { background:#5168b2; height:31px; margin:0 1px}
#root5              { background:#75d450; height:31px; margin:0 1px }
#root7              { background:#bb3350; height:31px; margin:0 1px }
#root9              { background:#d48545; height:31px; margin:0 1px }
#root11              { background:#b4b4b4; height:31px; margin:0 1px }

.HM1 .Group			{ width:auto; padding:6px 0; margin:0px; display:none; position:absolute; left:-1px; border-right:1px solid #242957; border-left:1px solid #242957; border-bottom:1px solid #242957; float:left; z-index:1000; background:#fff; } 
.HM1 .Group li              	{ background:transparent; font-weight:normal; height:24px; float:left;clear: both; }
.HM1 .Group li span 		{ background:transparent; display:block; font-size:8pt; font-weight:normal; }
.HM1 .Group li img          	{ margin-right:5px; }
.HM1 .Group a:link,
.HM1 .Group a:active,
.HM1 .Group a:visited		{ color:#202028; text-align:left; line-height:24px; background:transparent; border:none; }
.HM1 .Group a:hover 		{ color:#b31b29; text-decoration:none; }
.HM1 .Group a:hover span 	{ color:#b31b29; background:transparent; }
.HM1 .Group .subcurrent		{ background:#b31b29; }
.HM1 .Group .rightarrow 	{ background:url(menus/right.gif) right center no-repeat; }
.HM1 .current .slide span	{ color:#fff; }

/*  SiteMap  */

.SiteMap				{ font-family:Trebuchet MS, Arial, Helvetica, sans-serif;width:90%;margin:0 auto}
.SiteMap .downarrow,
.SiteMap .rightarrow			{ display:none}
.SiteMap ul li a			{ font-size:14px;font-weight:bold;line-height:20px;color:#6e91d2}
.SiteMap ul li ul			{ margin:5px 10px;list-style:inside}
.SiteMap ul li ul li			{ list-style:disc;margin:0 5px;background:none}
.SiteMap ul li ul li span 		{ font-size:12px;color:#999;text-decoration:underline;line-height:18px}
.SiteMap ul li ul li a:hover span 	{ color:#6e91d2;text-decoration:none}

/* Drop Down Login */

a.signin
{
    background: #88bbd4;
    padding: 4px 6px 6px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px12px6px;
}
a.signin:hover
{
    background: #59B;
    padding: 4px12px6px;
}
a.signin, a.signin:hover
{
    background-position: 03px !important;
}
a.signin
{
    position: relative;
	margin-left: 3px;
	margin-top: 3px;
	padding-top:6px;
}
a.signin span
{
    background-position: 100% 50%;
    padding: 4px 16px 6px 0;
}
#topnav a.menu-open
{
    background: #ddeef6 !important;
    color: #666 !important;
    outline: none;
}
#small_signup
{
    display: inline;
    float: none;
    line-height: 23px;
    margin: 25px 0 0;
    width: 170px;
}
a.signin.menu-open
{
    background-color: #ddeef6;
    color: #789;
}
#signin_menu
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    display: none;
    background-color: #ddeef6;
    position: absolute;
    width: 200px;
    z-index: 100;
    border: 1px transparent;
    text-align: left;
    padding: 12px;
    top: 24.5px;
    right: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-right: -1px;
    color: #789;
    font-size: 11px;
    line-height: 20px;
}
#signin_menu input[type=text], #signin_menu input[type=password]
{
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ACE;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}
#signin_menu p
{
    margin: 0;
}
#signin_menu a
{
    color: #6AC;
}
#signin_menu label
{
    font-weight: normal;
}
#signin_menu p.remember
{
    padding: 10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete
{
    clear: both;
    margin: 5px 0;
}
#signin_menu p a
{
    color: #27B !important;
}
.signin_submit
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #3399DD;
    border: 1px solid #39D;
    color: #fff;
    text-shadow: 0 -1px 0 #39d;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
    text-shadow: 0 -1px 0 #3399DD;
}
.signin_submit::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
.signin_submit:hover, #signin_submit:focus
{
    background-position: 0 -5px;
    cursor: pointer;
}
a.signin img 
{
    vertical-align:middle;
	border-width:0;
}

#dnn_ctr561_FormMaster_Free_Consultation_Form label {display:block;/*margin-left:22px;*/margin-top:5px;font-size:12px;/*color:#800000;*/}
#dnn_ctr561_FormMaster_Free_Consultation_Form input {display:block;/*margin-left:22px;*/float:left;}
#dnn_ctr561_FormMaster_ctl_51bed300384540208aa6938659417217 {display:block;margin-top:10px;margin-left:0px !important;clear:both;}
#dnn_ctr561_FormMaster_Free_Consultation_Form .NormalRed {padding-left:22px;font-size:12px;margin-top:-12px;float:left;}
#dnn_ctr561_FormMaster_lblRequired { float:left; }

/* New Homepage Styles */
.homepage #bannercontent {
	height:317px;
}
.homepage #bannercontent .pagewidth {
	position:relative;
	height:317px;
	background:url(/Portals/0/cls-home-banner-199-49-v2.jpg) no-repeat 0 0;
}

.homepage .contentpadding {
	padding-top:20px;
}

.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5,
.homepage h6 {
	text-align:left;
}

.homepage h1 { font-size:22px; }
.homepage .boxfpane h2 { display:none; }

.homepage .Form label {
	color:#000;
}
.homepage .Form input {
	padding:5px;
	width:188px;
	border:solid 1px #ccc;
}
.homepage p.calltoaction { display:none; }
.homepage a.calltoaction {
	text-indent:-9999em;
	background:url(/Portals/0/cta.png) no-repeat 0 0;
	width:224px;
	height:51px;
	position:absolute;
	bottom:21px;
	right:49px;
	outline:none;
}

.homepage a.calltoaction:hover { background-position:0 bottom; }

.homepage .mainapane,
.homepage .mainbpane,
.homepage .maincpane { width:271px; }
.homepage .mainbpane { margin-left:45px; }
.homepage .mainapane img.header,
.homepage .mainbpane img.header,
.homepage .maincpane img.header {
	border:solid 1px #ccc;
	width:271px;
	height:120px;
	margin-top:5px;
}
