/* andreas01 - a free xhtml/css website template by Andreas Viklund - http://andreasviklund.com/ - that may be used for any purpose as long as the proper credits are given to the original designer.

/* Free DotNetNuke Skin available from: http://www.dnncreative.com 
 Adapted to DotNetNuke by Lee Sykes from DNN Creative Magazine
 Providing DotNetNuke Tutorials, Reviews, Videos, MP3 Interviews to 
 help you get the most from DNN

Andreas Viklund Template Version: 2.5 (Jan 11, 2007)

Screen layout: */
 

/***** Body and main container *****/

body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(img/bg.gif) top center repeat-y;
color:#404040;
}

#wrap {
background:#EFF9FE;
color:#404040;
margin:0 auto;
width:770px;
}

/***** Various tags *****/

a:link, a:visited {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}
a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}
a:active {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}
a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color:#404040;
    text-align: left;
}
.NormalDisabled
{
    color: Silver;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: bold;
}

/****** Header *****/
#header {
margin:5px 0 0;
padding:0;
}

#header img {
margin:0 0 5px;
float:left;
}

#header p {
width:400px;
float:right;
text-align:right;
margin: 8px 15px 0 0;
font-weight:bold;
line-height:1.3em;
}

#frontphoto {
margin:0 0 10px;
border:0;
}



/***** Left sidebar *****/

#leftside {
float:left;
width:140px;
margin:0 0 5px;
padding:0;
}

#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
margin:10px 0 15px;
padding:7px 5px;
width:140px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border: 1px solid #000000;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

#leftside div.announce a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:140px;
float:left;
margin: 0px 0px 0px 0px;
padding:5px 1px 5px 5px;
border-left:4px solid #000000;
border-bottom: 1px solid #CCCCCC;
text-decoration:none;
}

#leftside div.announce a:Hover {
background-color:#eaeaea;
border-left:4px solid #286ea0;
border-bottom: 1px solid #CCCCCC;
color:#505050;
font-weight:bold;
width:140px;
float:left;
margin: 0px 0px 0px 0px;
padding:5px 1px 5px 5px;
text-decoration:none;
}

#leftside div.announce select	
{
	float: left;
	margin-left: 0px;
	border: 0px solid #000000;

}
#leftside div.announce input	
{
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	border: 0px solid #000000;

}
/***** Main menu *****/

/*
#HouseMenuNav {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

#HouseMenuNav li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

#HouseMenuNav a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:0px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

#HouseMenuNav li a:hover, #HouseMenuNavCurrentItem a {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
width:130px;
}

#HouseMenuNav ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

#HouseMenuNav ul a {
padding:3px 1px 3px 5px;
font-weight:normal;
width:115px;
}

#HouseMenuNav ul ul {
width:113px;
}

#HouseMenuNav ul ul a {
width:100px;
}
*/
/***** Right sidebar *****/

#extras {
float:left;
width:140px;
margin:0 0 5px 450px;
padding:0;
line-height:1.4em;
}

#extras p, #extras ul {
margin:0 0 16px;
padding:0;
}

#extras p {
font-size:0.9em;
line-height:1.4em;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 8px;
padding:0;
}
/***** Right Side *****/
#RightSide	
{
	top: 0;
float:left;
width:140px;
margin:0 0 5px 600px;
padding:0;
line-height:1.4em;
border: 1px solid #000000;
}
/***** Main content *****/
.TopContent
{
width: 770px;
text-align: center;
}
#content {
margin:0 150px 5px 150px;
border-left:1px solid #e0e0e0;
border-right:1px solid #e0e0e0;
padding:0 10px;
line-height:1.5em;
}

#contentwide {
margin:0 0 5px 0;/*150px;*/
border-left:1px solid #f0f0f0;
padding:0 10px 0 10px;
line-height:1.5em;
text-align: left;
background: #EFF9FE;
/*width: 400px;*/
}

#contentwide2 {
margin:0 150px 5px 0;
border-right:1px solid #f0f0f0;
padding:0 10px 0 0;
line-height:1.5em;
}

#content h1,#contentwide h1, #contentwide2 h1, #content h2,#contentwide h2, #contentwide2 h2 {
font-size:1.6em;
margin:0 0 10px;
}

#content h3,#contentwide h3, #contentwide2 h3 {
font-size:1.3em;
margin:0 0 8px;
}

#content img,#contentwide img, #contentwide2 img {
/*padding:1px;
display:inline;
background:#FFFFFF;
color:#303030;
border:4px solid #f0f0f0;
*/
}

#content ul, #contentwide ul, #contentwide2 ul, #content ol, #contentwide ol, #contentwide2 ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li, #contentwide2 li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #contentwide2 ul ul, #content ol ol, #contentwide ol ol, #contentwide2 ol ol {
margin:0 0 0 16px;
padding:0;
}
/***** Top menu *****/
#tabsTop {
      /*float:left;*/
      font-size:93%;
      line-height:normal;
	  color: #000;
	  height: 38px;
	  margin: -20px 0px 10px 35px;
	  /*margin: -20px 0px 10px 90px;
	  width:770px;*/
      }
    #tabsTop ul 
    {
	margin: 0 0 0 0;
	padding:10px 10px 0 5px;
	list-style:none;
      }
    #tabsTop li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsTop a {
      float:left;
      background:url("http://www.iacfsme.org/portals/_default/skins/andreas01/img/TopLeft.png") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
	#tabsTop a#current {
      float:left;
      background:url("http://www.iacfsme.org/portals/_default/skins/andreas01/img/TopLeft.png") no-repeat left top;
	  background-position:0% -42px;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsTop a span {
      float:left;
      display:block;
      background:url("http://www.iacfsme.org/portals/_default/skins/andreas01/img/TopRight.png") no-repeat right top;
      padding:15px 5px 12px 0px;
      color:#000000;/*FFFFFF*/
      }
	#tabsTop a span#active {
      float:left;
      display:block;
      background:url("http://www.iacfsme.org/portals/_default/skins/andreas01/img/TopRight.png") no-repeat right top;
	  background-position:100% -50px;
      padding:5px 5px 14px 0px;
      /*color:#000;24618E;*/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsTop a span {float:none;}
    /* End IE5-Mac hack */
    #tabsTop a:hover span {
      }
    #tabsTop a:hover {
      background-position:0% -42px;
      }
    #tabsTop a:hover span {
      background-position:100% -42px;
      }

/***** Footer *****/

#footer {
clear:both;
margin:0 auto;
padding:15px 0;
border-top:4px solid #f0f0f0;
width:760px;
text-align:center;
color:#808080;
background:#EFF9FE;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
color:#808080;
background-color:#EFF9FE;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
text-decoration:underline;
}

/***** Various classes *****/

.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.postinfo {
background-color:#f4f4f4;
border-left:4px solid #cccccc;
color:#606060;
font-size:0.9em;
line-height:1.4em;
margin:1px 0 20px;
padding:8px 5px 8px 8px;
}

.clearing {
clear:left;
padding:0;
margin:0;
visibility:hidden;
}

.hide {
display:none;
}

/********************************************************************/

/*--------- Start Vertical Left Menu System ---------*/
Div#TopImage{margin:0px;}
Div#BottomImage{margin:0;}
#navcontainer { width: 152px;margin:0; }

#navcontainer ul
{
margin:0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer li	{
list-style: none;
}

#navcontainer a
{
display: block;
padding:6px;
width: 138px;
background-color: #E4E4E4;/*F4F4F4;*/
border: 1px solid #DAD9D9;
border-top: 0px;
}

#navcontainer a:link, #navlist a:visited
{
color: #2B4966;
text-decoration: none;
}

#navcontainer a:hover
{
background: url(/Portals/0/MenuHover.jpg) repeat-y;
border-right: none;
/*background-color: #F4F4F4;E4E4E4;*/
color: #2B4966;
}