/* global */
html
{
    height: 100%;
}

body
{
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: .78em;
    background: #3F3F3F url(pattern.png) repeat;
    color: #555;
}

p
{
    margin: 0px;
    padding: 0px 0px 16px 0px;
    line-height: 1.7em;
}

h1, h2, h3, h4
{
    font-family: tahoma, arial, sans-serif;
    font-size: 120%;
    letter-spacing: .1em;
    padding: 7px 0px 5px 0px;
    margin: 0px 0px 12px 0px;
    color: #555;
}
h1
{
    color: White;
}

h4
{
    font-family: arial, sans-serif;
    font-size: 110%;
    color: #555;
}

img
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a
{
    outline: none;
}

form
{
    padding: 0;
    margin: 0;
}

/* image positioning - left, right and center */
.left
{
    float: left;
    border-right: 18px solid;
}

.right
{
    float: right;
    border-left: 18px solid;
}

.center
{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.left, .right
{
    border-color: #FFF;
}

/* block quote */
blockquote
{
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 0px 20px;
    border-left: 8px solid #4D4D4D;
}

#mainMenu ul li
{
}
/* unordered list */
ul
{
    margin: 2px 0px 18px 16px;
    padding: 0px;
}

ul li
{
    list-style-type: square;
    margin: 0px 0px 6px 0px;
    padding: 0px;
}

/* ordered list */
ol
{
    margin: 8px 0px 0px 24px;
    padding: 0px;
}

ol li
{
    margin: 0px 0px 11px 0px;
    padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{
    margin-left: auto;
    margin-right: auto;
}

/* main container */
#main
{
    width: 776px;
    background: #FFF url(main.png) repeat-y;
    color: #555;
}

/* logo */
#logo
{
    width: 760px;
    height: 220px;
    border-top: 1px solid #F2F2F0;
    background: #444 url(Header.jpg) no-repeat center center;
    color: #FFF;
}

/* navigation menu */
#menubar
{
    background: #686868 url(menu.png) repeat;
    width: 760px;
    border-top: 1px solid #7D7D7D;
    height: 70px;
}

/************************************************

*   TopNav                                      *

************************************************/



.mainmenu
{
    margin: 0px;
    padding: 0px 5px 0px 0px;
    float: left;
    z-index: 8;
}



.mainmenu ul
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.mainmenu li
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}



.mainmenu li a, .mainmenu li a:link
{
    background: #303030; /*#000000;*/
    color: #FFFFFF;
    display: block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 5px 0px 0px;
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}



.mainmenu li a:hover
{
    background: #121212;
    color: #FFFFFF;
    margin: 0px 5px 0px 0px;
    padding: 8px 15px 8px 15px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.mainmenu li a.static
{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.mainmenu li li a, .mainmenu li li a:link, .mainmenu li li a:visited
{
    background: #121212;
    width: 150px;
    color: #FFFFFF;
    float: none;
    margin: 0px 0px 0px -1px;
    padding: 7px 15px 7px 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: 1px dashed #222;
    border-left: 1px dashed #222;
    border-right: 1px dashed #222;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}


.mainmenu li li a:hover
{
    background: #484848;
    color: #FFFFFF;
    margin: 0px 0px 0px -1px;
    padding: 7px 10px 7px 10px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}



.mainmenu li ul
{
    z-index: 9999;
    position: absolute;
    left: -999em;
    height: auto;
    width: 180px;
    margin: 0px;
    padding: 0px;
}



.mainmenu li li
{
}



.mainmenu li ul a
{
    width: 150px;
}



.mainmenu li ul a:hover, .mainmenu li ul a:active
{
}



.mainmenu li ul ul
{
    margin: -30px 0 0 171px;
}



.mainmenu li:hover ul ul, .mainmenu li:hover ul ul ul, .mainmenu li.sfhover1 ul ul, .mainmenu li.sfhover1 ul ul ul
{
    left: -999em;
}



.mainmenu li:hover ul, .mainmenu li li:hover ul, .mainmenu li li li:hover ul, .mainmenu li.sfhover1 ul, .mainmenu li li.sfhover1 ul, .mainmenu li li li.sfhover ul
{
    left: auto;
}



.mainmenu li:hover, .mainmenu li.sfhover1
{
    position: static;
}



.mainmenu .current_page_item a
{
    background: #111;
    color: #FFFFFF;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}




/*.mainmenu ul
{
    margin: 0px;
    padding: 2px 4px 2px 1px;
}

.mainmenu ul li
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.mainmenu ul li a.dynamic
{
    padding: 4px 25px 4px 15px !important;
}
.mainmenu ul li a
{
    font-family: verdana, sans-serif;
    display: block;
    float: left;    
    text-decoration: none;
    padding: 26px 15px 0px 15px;
    text-align: center;
    background: transparent;
    color: #AAA;
}

ul .mainmenu li a:hover, ul .mainmenu li a.current, ul .mainmenu li a.current:hover
{
    background-color:#F7F6F3;
    color: #FFF;
}
*/

#search
{
    float: right;
    padding: 2px 5px 0px 0px;
}

.searchfield
{
    background: #FFF;
    border: 1px solid #777;
    padding: 2px;
}

.searchbutton
{
    background: #3F3F3F;
    border: 1px solid #777;
    padding: 0px;
    color: #FFF;
    width: 75px;
    cursor: pointer;
}

/* main content */
#site_content
{
    width: 760px;
    overflow: hidden;
}

/* sidebar */
.sidebar
{
    float: left;
    padding: 15px 0px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{
    text-align: left;
    width: 239px;
    height: 325px;
    float: left;
    margin: 0px 7px 0px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p, .sidebaritem img
{
    margin: 8px 10px 10px 12px;
}

.sidebaritem ul
{
    border-top: 1px solid #D4D4D4;
    width: 209px;
    padding-top: 4px;
    margin: 4px 0px 15px 14px;
}

.sidebaritem li
{
    list-style: none;
    padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #D4D4D4;
}

.sidebaritem li a, .sidebaritem li a:hover
{
    height: 16px;
    text-decoration: none;
    background: transparent url(arrow.png) no-repeat left center;
    color: #555;
    padding: 0px 0px 0px 18px;
    display: block;
}

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{
    background: transparent url(arrow_select.png) no-repeat left center;
}

/* page content */
#content_container
{
    text-align: left;
    width: 731px;
    float: left;
    padding: 15px 22px 0px 15px;
}

#content
{
    text-align: left;
    width: 701px;
    padding: 8px 14px 8px 15px;
}

#content a
{
    background: transparent;
    color: #555;
    border-bottom: 1px dotted;
}

#content a:hover
{
    background: transparent;
    color: #A4A4A4;
}

.sidebaritem, #content
{
    background: #FFF;
}

/* footer */
#footer
{
    width: 720px;
    height: 70px;
    padding: 0px 21px 0px 19px;
    text-align: center;
    border-top: 2px solid #F2F2F0;
    background: #686868 url(menu.png) repeat;
    color: #AAA;
}

#footer a
{
    background: transparent;
    color: #FFF;
}

#footer a:hover
{
    background: transparent;
    color: #AAA;
}

#content a, #content a:hover, #footer a, #footer a:hover
{
    text-decoration: none;
}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom
{
    display: block;
    background: #E5E5E5;
}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4, .rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{
    display: block;
    height: 1px;
    overflow: hidden;
    background: #FFF;
}

.r1
{
    margin: 0 5px;
}

.r2
{
    margin: 0 3px;
}

.r3
{
    margin: 0 2px;
}

.rtop .r4, .rbottom .r4
{
    margin: 0 1px;
    height: 2px;
}

/* sNews */
fieldset, .comment, .commentsbox
{
    margin-bottom: 10px;
    background: transparent;
    color: #444;
}

fieldset
{
    border: 1px solid #D4D4D4;
    padding: 10px 8px;
}

input
{
    padding: 2px;
}

textarea
{
    width: 95%;
    height: 200px;
    padding: 3px;
}

.comment
{
    background: #F1F1F1;
    color: #444;
}

.date
{
    border-top: 1px solid #D4D4D4;
    margin: 15px 0px 5px 0px;
    font-weight: bold;
}

/* AJAX Modal Popup*/
.watermark
{
    background: #FFAAFF;
}

.popupControl
{
    background-color: #AAD4FF;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.sampleStyleA
{
    background-color: #FFF;
}

.sampleStyleB
{
    background-color: #FFF;
    font-family: monospace;
    font-size: 10pt;
    font-weight: bold;
}

.sampleStyleC
{
    background-color: #ddffdd;
    font-family: sans-serif;
    font-size: 10pt;
    font-style: italic;
}

.sampleStyleD
{
    background-color: Blue;
    color: White;
    font-family: Arial;
    font-size: 10pt;
}
.linkdata
{
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    color: Black;
}

.linkdata a:visited
{
    color: Navy;
}

.linkdata a:hover
{
    color: Maroon;
}

.linkdata a
{
    font-weight: bold;
    color: Navy;
}


.box {
	width: 35em;
}

.box div {
	/*margin: 0.5em 0 0 2.5em;*/
}

.box div.topleft {
	display: block;
	background: url("../images/box-bg.png") top left no-repeat white;
	padding: 2.0em 0em 0em 1.0em;
}

.box div.topright {
	display: block;
	background: url("../images/box-bg.png") top right no-repeat white;
	padding: 2.0em;
	margin: -2.0em 0 0 1.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("../images/box-bg.png") bottom left no-repeat white;
}

.box div.bottomright {
	display: block;
	background: url("../images/box-bg.png") bottom right no-repeat white;
	height: 45px;
	margin-left: 3.0em;
}

.clear
{
    clear:both;
}
