body {
	background-color: #454D54;
	font-family: Arial, Helvetica, sans-serif;	
}


.title
{
	font-size: 26px;
	color: #444444;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #555;
}

.pagecontent{

padding-left:0px;

}
#mainNav {
	color: #FFF;
	background-color: #343A41;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #65727C;
	text-align: left;
	height: 25px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}



#mainNav table tr td{
	padding-right: 4px;
}




#content table tr td {
	padding-bottom: 4px;
}




#loginContainer {

	text-align: right;
	padding-top: 30px;
		padding-bottom: 10px;

}


	

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;

}

#navlist li a
{
	color: #FFF;
	text-decoration: none;
}
#navlist li a:hover
{
	color: #bbb;
	text-decoration: underline;
}




#toolBar {
	color: #fff;
	background-color: #6f1c3c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: left;
	height: 25px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

#toolBarRight {
	color: #fff;
	background-color: #6f1c3c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: right;
	height: 25px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

#toolBar a{
	color: #fff;
	font-weight: bold;
}

#toolBarRight a{
	color: #fff;
	font-weight: bold;
}

#copyright {
	font-size: 10px;
	color: #BBB;
	text-align: center;
}

#copyright a{

	color: #BBB;

}

#headerRight {
	color: #FFF;
	text-align: right;
	background-image: url(../images/HeaderBgRibonGreen1.png);
	background-position:right;
	background-repeat: no-repeat;
	height: 150px;
	font-weight: bold;
	padding-right:0px;
}

#headerRight a{
	color: #FFF;
	text-decoration: none;
}

#headerRight a:hover{
	color: #ddd;
}


#content {
	color: #444;
	background-color: #FFF;
	padding: 0px;
	text-align:left;	
}

#content a{
	color: #444;
	text-decoration: underline;
	
}
#content a:hover{
	color: #444;
	text-decoration: none;
}
#partners {
	text-align: center;
	padding: 20px;
}#footer {
	padding-top: 10px;
}




#homeNav {
	text-decoration: none;
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #888;
	padding-right: 20px;
	height:192px;
}
#homeNav a {
	text-decoration: none;
}
/*Menu*/
.ddsmoothmenu{
font: bold 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
background: #343a41; /*background of menu bar (default state)*/
float:left;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
margin-left:0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: #343a41; /*background of menu items (default state)*/
color: white;
padding: 2px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #cfe49f; 
color: #444;
}

.ddsmoothmenu ul li a:hover{
background: #cfe49f; /*background of menu items during onmouseover (hover state)*/
color: #444;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-weight:normal;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 9px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
ul.firstLavel{margin-top:10px;}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

.defaultpage
{
background-image: url(../images/homebackground.png); 
background-position:right bottom;
background-repeat:no-repeat;
display:block;
margin:auto;
text-align:center;
text-align:-moz-center;
min-height:540px;
}
#leftdesign
{
    background-color:#fff;
    float:left;
}
#rightdesign
{
    display:inline-block;
    height:197px;
    width:110px;
    padding:0px;
    margin:0px;    
    background-repeat:no-repeat;
    background-image: url(../images/HeaderBgRibonGreen2.png);
    position:relative;
}
#wrap
{
    width:1200px;
    margin-left:auto;
	margin-right:auto;

}
.AutoExtender
 {
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 8pt;
    font-weight: normal; 
    margin:0px;
    padding:0px;
    background-color:White; 
    color:Black;
    text-align:left;
    list-style-type:none;
}

.AutoExtenderList
{
    cursor:pointer;
    background-color:White; 
    color:Black;
}

.AutoExtenderHighlight
{
    cursor:pointer; 
    background-color:White; 
    color:Maroon;
}

