
/* CSS Document 
Authored by:jm
For:American Academy of Pediatrics - Rhode Island Chapter
Date:10/08*/


html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset,img,td,table {/*Sets up a series of default settings, and how other selectors can inherit them. This reduces the size of your CSS file and decreases any style maintenance*/
   margin: 0;
   padding: 0;
   border: 0;
}

body {
     background: #642C11 url(/Portals/0/images/bkgd.jpg) repeat-x;
	 text-align: center;
	 font-family: "Lucinda Sans",Arial, Helvetica, sans-serif;
	 padding-bottom: 25px;
	 font-size:1em;
}
a {cursor:pointer !important;}
p, ul, ol {
   padding-bottom: 20px;
}
 ul ul, ol ol {
   padding-bottom: 0;
}
ul li {
   margin-left: 25px;
   padding-left: 15px;
   list-style-type: none;
   background: url(/Portals/0/images/bullet_square.gif) no-repeat 0 8px;
}
ol li {
   margin-left: 10px;
   padding-left: 15px;
   list-style-position:inside;
}

a,a:link,a:visited {
 color: #911002;
 text-decoration: underline;
}
 a:hover {
  text-decoration: none;
}
h1 {
   color: #456F87;
   font-size: 1.5em;
  font-weight: normal;
   margin-bottom: 10px;
   font-family: "Lucinda Sans",Arial, Helvetica, sans-serif;
 
}
 h2 {
   color: #456F87;
   font-size: 1.25em;
   font-weight: normal;
   margin-bottom: 5px;
   font-family: "Lucinda Sans",Arial, Helvetica, sans-serif;
}
 h3 {
   color: #456F87;
  font-size: 1.0em;
  margin-bottom: 5px;
  font-weight: normal;
	 font-family: "Lucinda Sans",Arial, Helvetica, sans-serif;
}
.table {
  border-top: 1px solid #DCC5A5;
  border-right: 1px solid #DCC5A5;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.table td {
  border-bottom: 1px solid #DCC5A5;
  border-left: 1px solid #DCC5A5;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}
 .imageborder {
  border: 1px solid #F3E1C7;
  padding: 2px;
}
 .imagerightborder {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
  border: 1px solid #F3E1C7;
  padding: 2px;
}
.imageleftborder {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
    border: 1px solid #F3E1C7;
	  padding: 2px;
}
#containerouter {
    width: 823px;
    margin: 1px auto 0px auto;
    text-align: left;
}

/*mast styles*/

#topnav{
	padding: 0 15px 0 0;
	margin-top:0;
	font-size: .7em;
	text-align: right;
	color: #D2D5D7;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav a,#topnav a:link,#topnav a:visited {
    color: #D2D5D7;
	text-decoration: none;
}
#topnav a:hover {
    text-decoration: underline;
}
#mast {
  height: 106px;
}

#logo {
    float: left;
	width: 525px;
	padding: 5px 70px 0 0;
}
#mastlinks {
  background: url(/Portals/0/images/mast_bg.gif) no-repeat bottom;
  position:relative;
  left:19px;
  float: left;
  width: 206px;
  height: 106px;
  padding-left: 10px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:.80em;
}
#mastlinks ul {
  margin:0;
  padding:0 !important;
  margin-top: 30px;
}
#mastlinks ul li{
  list-style:none;
  background:none;
  margin:0;
  margin-left:8px;
  padding:5px;
}
#mastlinks a, #mastlinks a:visited{
  color:#FFFFFF;
  text-decoration:none;
}
#mastlinks a:hover{
  text-decoration:underline;
}

#containerbkgd {
   margin-top: 2px;
   z-index: 1000;
   position: relative;
   background: #FFFFFF url(/Portals/0/images/container_bkgd.jpg) no-repeat;
   padding-bottom: 15px;

}
#leftinfo {
  float: left;
  width: 156px;
  padding: 22px 0 0 0px;

}

#subnav li{
  list-style-type:none;
  background:none;
}
/*
#subnav ul {
	padding:0 !important;
 
}
#subnav ul li {
   list-style-type: none;
   background: url(/Portals/0/images/bullet_square.gif) no-repeat 0 4px;
   padding-left: 16px;
   padding-bottom: 8px;
   margin:0;
   margin-left:15px;
}
#subnav li ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

#subnav li li {
  list-style-type: none;
   background: url(/Portals/0/images/bullet_square.gif) no-repeat 0 6px;
   padding-left: 12px;
   padding-bottom: 2px;
   margin-left: 0px;
   font-size: 1em;
}
#subnav a,#subnav a:link,#subnav a:visited {
   color: #911002;
   text-decoration: none;
}
#subnav a:hover {
  text-decoration: underline;  
  color:#29414F;
}
#subnav .selected {
  color:#29414F !important;
}
*/
#maininfo{
   float: left;
   width: 434px;
   padding: 5px 15px 0 15px;
   background: url(/Portals/0/images/content_main_bkgd.jpg) no-repeat;
}

.admin #maininfo{
   float: left;
   width: 610px;
   padding: 5px 0px 0 5px;
   background: url(/Portals/0/images/content_main_bkgd.jpg) no-repeat;
}
#breadcrumb {
   color: #1D2E39;
   word-spacing: 1px;
   padding: 3px 13px 0px 0;
   font-size:.7em;
   text-align:right;
}
#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  color: #911002;
  text-decoration: none;
   font-weight:normal;
}
#breadcrumb a:hover {
  text-decoration: underline;
}

#content {
   line-height: 167%;
   color: #333333;
   font-size: .8em;
   padding-top:5px;
   font-family: Arial, Helvetica, sans-serif;
}


/*right column - cp*/
#subinfo {
 width: 203px;
 float: right;
 padding:0px;
}
#tools {
  background:url(/Portals/0/images/tools_bg.jpg) no-repeat;
  margin:5px;
  margin-bottom:20px;
  height:35px;
  padding-left:5px;
}
#tools img{
vertical-align:middle;
padding:6px 5px;
}
#print {
 position:absolute;
top:8px;
right:130px;
}
#email {
position:absolute;
top:8px;
right:67px;
width:60px;
}
#text_increment {
position:absolute;
top:6px;
right:13px;
}

#mainav {

}

#mainav li {
	list-style-type: none; 
	background: none !important;
	margin:0;
	padding:0;
}
#mainav a,#mainav a:link,#mainav a:visited {

}
#mainav a:hover {

}

.subextra{
  clear:both;
   font-size: .75em;
   margin-bottom: 20px;
   line-height: 150%;
   color: #333333;
   padding: 0 10px 0 15px;
}

.subextra a,.subextra a:link,.subextra a:visited {
   color:#33754B;
   text-decoration: none;
   font-weight: bold;
}
.subextra a:hover {
  text-decoration: underline;
}
.subextra h3 {
   font-style: normal;
   color: #911002;
  font-size:1.25em;
}
/*footer styles*/
#footerholder {
   background:none;
   margin-top:15px;
   padding: 9px 0 9px 0px;
   border-top:1px dotted #C6A077;
   border-bottom:1px dotted #C6A077;
   width: 823px;
}
#footerholder a,#footerholder a:link,#footerholder a:visited {
   color: #F7DAAD;
   text-decoration: none;
}
#footerholder a:hover {
  text-decoration: underline;
}
#footer {
  float: left;
  width: 546px;
  font-size: .75em;
  word-spacing: 2px;
  color: #E0D5CF;
  font-family: Arial, Helvetica, sans-serif;
}
#bottomnav{
   float: right;
   text-align:right;
   width: 175px;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .7em;
}

#copyright {
   padding: 12px  0 0 20px;
   color: #B29688;
   float:right;
   font-size: .65em;
   font-family:"Trebuchet MS", sans-serif;
}

/*home page styles */
#homecontainerbkgd {
   margin-top: 2px;
   z-index: 1000;
   position: relative;
   background: #FFFFFF url(/Portals/0/images/home_bgkd.jpg) no-repeat;

}
#homemaininfo{
   float: left;
   width: 619px;
   padding: 0px;
}

#homemaininfo #content {
  margin-top: 12px;
  padding-left: 25px;
  padding-right: 0px;
  line-height: 135%;
  margin-bottom: 10px;
}
#homemaininfo #content h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #33754B;
  font-weight: bold;
  font-size: 1.2em;
}
#homemaininfo #content .mission {
  border:1px solid #E8DABD;
  float:left;
  text-align:right;
  padding:20px 18px;
  line-height: 200%;
  font-size:.95em;
  font-weight:bold;
  height:193px !important;
  width: 175px !important;
  overflow:hidden !important;

}
#homemaininfo #content .homepik {
  float:left;
  width:348px;
  margin-left:6px;
 
}
.rssbuttonhome {
  float:right;
  margin-top:5px;
}
#newshome {
  padding: 5px 15px 0 15px;
  padding-bottom:0;
  clear: both;
  font-size:.90em;
}
#newshome a,#newshome a:link,#newshome a:visited {
  font-weight: normal;
}
#newshome li {
  margin-left: 0;
}
.news1 {
  float: left;
  width: 320px;
  font-size: .75em;  
  padding:0px 30px 0 15px;

  margin-bottom:10px;
  border-right:1px dashed #E6DFC8;
}
#newshome .news1 a,#newshome .news1 a:link,#newshome .news1 a:visited {
  text-decoration: none;
}
.news1 table td {
  padding-bottom:10px;
  }

.news1 h2 .Head,.news2 h2 .Head {
   font-size: 1.1em;
   margin-bottom: 5px;
   font-weight: normal;
   color: #911002;
   display: block;
   padding: 5px 0 5px 0px;
}
.news2 {
  float: left;
  width: 200px;
  font-size: .75em;
  padding:0 0px 10px 15px;
}
.news2 h3 {
  color: #33754B;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
.news2 ul {
  margin-top:5px;
  padding-bottom:0;
}
.news2 ul li{
  padding:6px 18px;
  background: url(/Portals/0/images/bullet_square.gif) no-repeat 0 12px;
}
.news2 ul li a{
  color: #1A2831;
  text-decoration:none;
}
.news2 ul li a:hover {
  text-decoration:underline;
}
#newshome .more a, #newshome .more a:visited{
  float:right;
  color:#911002;
  font-weight:bold;
  text-decoration:underline !important;
  
}
#newshome .more a:hover {
  text-decoration:none;
}  

.enews{
clear:both;
display:block;
   font-size: .75em;
   margin-bottom: 0;
   padding: 10px 5px;
   margin: 20px 20px 0 20px;
   width: 145px;
   border-top:1px dotted #C6A077;
   border-bottom:1px dotted #C6A077;
}

.safari .enews{
   padding: 10px 0;
}

.enews a,.enews a:link,.enews a:visited {
  font-size:.9em;
  letter-spacing:1px;
  color:#AC4A3E;
  text-decoration: underline;
  white-space:nowrap;
}

.enews a:hover {
   text-decoration: none;
}
.enews h3 {
  color: #3E3E3E;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
}
.enews input {
  border:1px solid #E8CDAA;
  font-family: "Lucida Sans", Arial, sans-serif;
  font-size:.9em;
  color: #5C5C5C;
  padding:5px 10px;
  margin-bottom:8px;
  text-align:right;
  width:128px !important;
}
.safari .enews input{
   padding: 5px;
}
.enews input.submit {
  border:0;
  padding:0;
  margin:0;
  margin-left:15px;
  width:60px !important;
}
/*clears floats with no presentational markup*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
   display: inline-table;
}
/*Hides from IE Mac \*/

.clearfix {
    display: block;
    height: 1%;
}
/*End Hack \*/

/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */


.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #003366 1px solid; 
    BORDER-TOP: #003366 1px solid; 
    BORDER-LEFT: #003366 1px solid; 
    BORDER-BOTTOM: #003366 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#003366;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#003366;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: #999999 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #999999 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #999999 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #999999 1px solid;
	padding-right: 2px;
	border-top: #999999 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #999999 1px solid;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	background-color: #999999;
}
.WizardHeader
{
	background: #ffffcc;
	border-bottom: black 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ccffcc;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ccffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}
HR {
    color: #999999;
    height:1pt;
    text-align:left
}
/* Custom admin module fixes */
#dnn_ctr605_DD select{
  width: 110px;
}
#dnn_ctr606_DD select{
  width: 110px;
}
#dnn_ctr607_DD select{
  width: 110px;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	
	height:16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	 
	color: black; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	 
	background-color: #FFFFFF; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3); */
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.Head {

    font-size:  12px;
    font-weight:    bold;
	color: #4F7884;
 
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
  
{

}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{

}
/*Container style*/
.dropdown select {
  font-size: 10px;
  font-family: Arial, sans-serif;
}
#homemaininfo .mission .dropdown {
position:relative;
top:-70px;
}
#homemaininfo .homepik .dropdown {
position:relative;
top:-70px;
}
#loginlinks {
clear:both;
  color:#CCCCCC;
}
#loginlinks a {
 color: #F7DAAD;
}
