/* Screen layout: */
 
/***** Body & Main Container *****/

body
{
    margin: 0 auto;
    padding: 0;
    font: 70% Verdana,Tahoma,Arial,sans-serif;
    background: #f4f4f4 url(images/bg.gif) top center repeat-y;
    color: #333333;
}
form
{
    display: inline;
    margin-top: 0px; 
    margin-bottom: 0px
}


#wrap
{
    background: #ffffff;
    color: #333333;
    margin: 0 auto;
    width: 760px;
}

/***** Various tags *****/

a:link, a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #DD5800;
    background-color: inherit;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #DD5800;
    background-color: inherit;
}
a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #DD5800;
    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, .NewsItem
{
    font-family: Verdana,Tahoma,Arial,sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #333333;
    line-height: 17px;
}
.NormalDisabled
{
    color: #cccccc;
}
.NormalBold
{
    font-weight: bold
}
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}
h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
}
.Head, .Head a
{
    font-weight: bold;
    color: #0663BA;
    text-decoration: none;
}
.Head a:hover
{
    color: #DD5800;
}

.DNNAligncenter
{
    text-align: left;
}

.NewsBox
{
    border: 1px solid #999999;
    padding: 5px;
    text-align:left;
    background-color: #e6eff8;
}

.NewsItem
{
    
}

.NewsItem img
{
    margin-right: 15px;
    margin-bottom: 20px;
    display: inline;
    float: left;
}

.NoImages img, .NoImages p.img, .NoImages td.img
{
    display: none;
    width: 0px;
    height: 0px;
}

.ImageLeft
{
    margin: 5px 15px 5px 0px;
    border-width: 0px;
    text-align: left;
}

.ImageRight
{
    margin: 5px 0px 5px 15px;
    border-width: 0px;
    text-align: right;
}

.box
{
    border: 1px solid #999999;
    padding: 5px;
    text-align:left;   
}

a.rss
{
    color: #fff !important;
    text-decoration: none;
    vertical-align: -5%;
    padding: 1px .2em 1px 16px;
    background: #e70 url(images/rsslogo.gif?v2) 3px 50% no-repeat;
    border: 1px solid #c50;
    line-height: 1.8em;
}
a.rss.small
{
    font-size: smaller;
    font-weight: normal;
}
a.rss:hover
{
    background-color: #f93;
}

/****** Header *****/
#header
{
    margin: 0px;
    padding: 0px;
    background: url(images/header.jpg) top no-repeat;
    width: 760px;
    height: 75px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 5px;
    border-top-style: solid;
    border-top-color: #000066;
    border-bottom-color: #FFFFFF;
}

#header img
{
    margin: 0 0 5px;
    float: left;
}
#admintools
{
	margin: 0px;
}

#statusarea, #statusarea a
{
    text-align: right;
    color: #859EC5;
    margin: 22px 30px 0 0;
    font: 0.9em;
}

#tickerarea
{
    padding: 0px;
    margin: 12px 0px 0px 285px;
    height: 26px;
    width: 428px;
}

#frontphoto
{
    margin: 0 0 10px;
    border: 0;
}

/***** House Menu - Horizontal *****/

#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    margin-top: -3px;
    border: 0;
    list-style: none;
    white-space: nowrap;
    z-index: 99999;
    position: relative;
}

#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 11113;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11112;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul 
{
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul 
{ 
    /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav iframe 
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	/* filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); */
	display: block;
}

.ArrowPointer
{
	cursor: default;
}


/***** House Menu - Vertical *****/

#HouseMenuNavVert
{
    width: 180px;
    margin: 0 0 18px;
    padding: 5px 0 0 0;
    list-style: none;
}

#HouseMenuNavVert li
{
    width: 180px;
    padding: 0;
    line-height: 1.4em;
    display: inline;
}

#HouseMenuNavVert a
{
    color: #ffffff;
    background-color: #859EC5;
    font-weight: bold;
    width: 180px;
    float: left;
    margin-bottom: 1px;
    padding: 5px 1px 5px 5px;
    text-decoration: none;
}

#HouseMenuNavVert ul
{
    margin: 0 0 0 10px;
    padding: 0 0 5px 0;
    font-size: 0.9em;
    width: 180px;
}

#HouseMenuNavVert ul a
{
    background-color: #AABCD7;
    color: #010050;
    padding: 3px 1px 5px 5px;
    font-weight: normal;
    width: 170px;
}

#HouseMenuNavVert ul ul
{
    width: 170px;
}

#HouseMenuNavVert ul ul a
{
    width: 160px;
}

#HouseMenuNavVert a:hover,
#HouseMenuNavVert a#HouseMenuNavVertCurrentLink,
#HouseMenuNavVert a#HouseMenuNavVertCurrentItem
{
    color: #ffffff;
    background-color: #010050;
}

/***** Top Pane *****/

#topside
{
    clear: both;
    float: inherit;
    width: 745px;
    margin: 0px;
    padding: 0 5px 0 5px;
}


/***** Left Sidebar *****/

#leftside
{
    clear: left;
    float: left;
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    background-color: #e6eff8;
}

#leftside h2, #leftside h3 
{
    color:#505050;
    background-color:inherit;
    font-size:1.3em;
    margin:0 0 5px;
    padding:0;
}

#leftpanetop
{

    margin: 5px 0 0;
    padding: 0px;
    width: 170px;
    font-size: 0.9em;
    color: #505050;
    border-left: 1px #cccccc solid;
    line-height: 1.5em;
}

#leftpanetop p
{
    margin: 10px 0 0;
    padding: 0;
}


#leftpane 
{
    margin: 0px;
    padding: 0px;
    width: 170px;
    font-size: 0.9em;
    color: #505050;
    border-left: 1px #cccccc solid;
    line-height: 1.5em;
}

#leftpane p 
{
    margin:10px 0 0;
    padding:0;
}



/***** Right Sidebar *****/

#rightside 
{
    float: right;
    width: 180px;
    margin: 0 0 5px;
    padding: 0 5px 0 5px;
    line-height: 1.4em;
    background-color: #e6eff8;
}

#rightside p, #rightside ul
{
    margin: 0 0 16px;
    padding: 0;
}

#rightside p
{
    font-size: 0.9em;
    line-height: 1.4em;
}

#rightside li
{
    list-style: none;
    line-height: 1.2em;
    margin: 0 0 6px 0;
    padding: 0;
}

#rightside ul ul
{
    margin: 6px 0 0 10px;
    padding: 0;
}

#rightside ul ul li {
margin: 0 0 4px 0;
}

#rightside ul ul li a
{
    font-size: 1.1em;
    font-weight: normal;
}

#rightside h2, #rightside h3
{
    color: #505050;
    background-color: inherit;
    font-size: 1.2em;
    margin: 0 0 8px;
    padding: 0;
}

/***** Main Content *****/

#content
{
    margin: 0px 180px 5px 180px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0px 10px;
    line-height: 1.5em;
    vertical-align: top;
}

#contentwide
{
    width: 550px;
    margin: 0px 0px 15px 190px;
    border-left: 1px solid #e0e0e0;
    padding: 0px;
    line-height: 1.5em;
    vertical-align: top;
}

#contentwide2
{
    margin: 0 180px 5px 0;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px 0 10px;
    line-height: 1.5em;
}

#content h1, #contentwide h1, #contentwide2 h1, #content h2, #contentwide h2, #contentwide2 h2
{
    font-size: 1.6em;
    margin: 0px 0px 10px;
}

#content h3, #contentwide h3, #contentwide2 h3
{
    font-size: 1.3em;
    margin: 0px 0px 8px;
}

#content img, #contentwide img, #contentwide2 img 
{
    padding:0px;
    display:inline;
}

#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;
}

/***** Bottom Pane *****/

#bottomside
{
    clear: both;
    float: inherit;
    width: 745px;
    margin: 0px;
    padding: 0 5px 0 5px;
}

/***** Footer *****/

#footer
{
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 4px solid #f0f0f0;
    width: 760px;
    text-align: center;
    color: #808080;
    background: #ffffff;
}

#footer p
{
    margin: 0;
    padding: 0;
}

#footer a
{
    color: #808080;
    background-color: #ffffff;
    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;
}


