/* ******************** CSS MAIN COLORS **************** */
/*

MAIN BLUE:       #0D466B
DARK BLUE:       #043F66
SOFTER BLUE:    #32607F

RED:                 #BE171E

YELLOW:           #EEC31E

ORANGE:            #A97600

GREY:                #D9D9D9

GREEN:              #5E9521

*/
/* ******************** END MAIN COLORS *************** */

.branding-top {
	background: url(dnn_large_banner.jpg) no-repeat center;
	width: 890px;
	height: 340px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 250px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.training {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .support {
	background: url(support_title.gif) no-repeat top left;
}
.support dt {
	background: url(support_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
#LoginInfo
{
	width:660px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 310px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 26px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px gray dotted;
	padding: 2px 5px;
	margin-right:5px;
	width: 200px;
	float:right;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}



/* ********** Setting Text Throughout the skin ************** */
/*
H1 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 40px;FONT-WEIGHT: normal; COLOR: #0d466b; line-height: 1.0em}
H2 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 30px;COLOR: #b4b4be;}
H3 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 25px;COLOR: #646478;}
H4 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 20px;FONT-WEIGHT: normal; COLOR: #f2aa07;}
H5 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 18px;COLOR: #878796;}
H6 {FONT-FAMILY: Helvetiker,Arial,Helvetica,sans-serif;FONT-SIZE: 16px;COLOR: #5e9521;}	
*/


/* ********** SETTING LEFT MENU LAYOUT ************** */

#navcontainer 
{
margin-left: 0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navcontainer li 
{
margin: 0;
}

#navcontainer li a#title
{
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #fff;
	background-color: #A97600; /* #be171e; */
	text-decoration: none;
	border-top: 1px solid #A97600;
	border-left: 1px solid #A97600;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
                list-style-image: none;

}

#navcontainer li a#title:hover
{
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #fff;
	background-color: #A97600; /* #be171e; */ 
	text-decoration: none;
	border-top: 1px solid #A97600;
	border-left: 1px solid #A97600;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
                list-style-image: none;

}

#navcontainer li a#submenu
{
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #0D466B;
	background-color: #D4BA7F; /* #be171e; */
	text-decoration: none;
	border-top: 1px solid #D4BA7F;
	border-left: 1px solid #D4BA7F;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
                list-style-image: none;

}

#navcontainer li a#submenu:hover
{
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #0D466B;
	background-color: #A97600; /* #be171e; */ 
	text-decoration: none;
	border-top: 1px solid #A97600;
	border-left: 1px solid #A97600;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
                list-style-image: none;

}


#navcontainer a
{
	display: block;
	padding: 5px 10px;
	width: 175px;
	color: #fff;
	background-color: #0d466b;/* 2B592A */ /* 5B7190 */
	text-decoration: none;
	border-top: 1px solid #043f66;
	border-left: 1px solid #043f66;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;
	font-weight: bold;
                list-style-image: none;
                /* font-size: .8em; */
                /* background-image: url(images/vertical06.jpg); */
                /* background-repeat: no-repeat; */
                /* background-position: 0 0;*/
}

#navcontainer a:hover
{
	/* color: #000; */
                background-color: #32607f;
	text-decoration: none;
	border-top: 1px solid #043f66;
	border-left: 1px solid #043f66;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #d9d9d9;

}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
/* color: #000; */
background-color: #C5D8C5;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
/* color: #000; */
background-color: #889E88;
text-decoration: none;
}

/* ****************** END LEFT MENU LAYOUT ****************** */

/* ****************** SETTING BIOS LAYOUT ****************** */
div.bio
{

}

div.biopix
{

}

div.biotext
{

}

span.bioname
{

}

div.biotitle 
{

}

div.biotext
{

}
	
/* ************************************ */



.branding-bottom2 {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom2 li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 110px;
	float: left;
}

.branding-bottom2 li.training {
	margin: 0;
}

.branding-bottom2 dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom2 dd {
	margin-left: 10px;
                width: 200px;
	height: 200px;
}
.branding-bottom2 dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom2 .commmunity2 {
	background: url(community_title.gif) no-repeat top left;
}

.commmunity2 dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}

/* ******************** END BIOS LAYOUT ******************* */

/* ********************* TABLE LAYOUTS ******************** */

#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 30px;
	/* width: 480px; */
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #0D466B;
	border-top: 4px solid #0D466B;
	border-bottom: 1px solid #0D466B;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #0D466B;
	color: #669;
	border-top: 1px solid transparent;
                vertical-align: top;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #000;
}


#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #fff; /* #039; */
}
#box-table-b td
{
	padding: 8px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}

/* ******************** END TABLE LAYOUTS ****************** */






