/* GENERAL STYLES */
/* global */
html{height: 100%;}



body{ 
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background: #e3e3e3;
	color: #D5D2D6;
	font-size:0.68em;
}
p{ 
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.5em;


}

h1{ 
	font-family: tahoma;
	font-size: 108%;
	letter-spacing: .1em;
}

h2{ 
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
	font-family: verdana, arial, sans-serif;
	line-height: 1.3em;

}

img{border: 0px;}

a{outline: none;}
#wrapper{
	width: 949px;
	background: #fff;

	overflow: hidden;
}
/* image positioning - left, right and center */
.left{ 
	float: left; 
	padding: 0px 8px 0px 0px;
}
.right{ 
	float: right; 
	padding: 0px 0px 0px 8px;
}
.center{ 
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */
blockquote{ 
	margin: 20px 0px 20px 0px; 
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	border-color: #109CEF;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li{ 
	list-style-type: square;
	margin: 0px 0px 11px 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, #links, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
	width: 949px;
	border-right: 3px solid;
	border-left: 3px solid;
	color: #D5D2D6;	
}

/* links above the logo / footer */
#footer
{ 
	width: 949px;
	height: 20px;
	font-size: 88%;
	text-transform: uppercase;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	text-align: center; 
	border-top: 2px solid;
	background: #800000;
	color: #fff;
	border-color: #800000;
}

#footer a,#footer a:hover{
	text-decoration: none;
}
#footer a{ 
	background: transparent;
	color: #fff;
}
#footer a:hover{ 
	background: transparent;
	color: #fff;
}
#footer img{

	float: right;
	padding: 0px 20px 0px 0px;
	margin: -5px 0px 0px 0px;

}
#footer p{

	padding: 5px 0px 5px 0px;
	margin: 0px;
	line-height: 0px;

}


/* logo */
#logo{ 
	position: relative;
	width: 949px;
	height: 145px;
	padding: 0px 0px 0px 0px;
	background: #000; 
	z-index: 1;
}
.flashcontent{
position: relative;
z-index: 1;
}
/* navigation menu */

#menu {
    height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 949px;
	
}
#menu ul.topmenu {
    background: none repeat scroll 0 0 #F7F7F7;
    float: left;
    width: 949px;
}
#menu ul.topmenu li {
    background: none repeat scroll 0 0 #BEBCBC;
    float: left;
    list-style: none outside none;
    margin: 0 1px 0 0;
    padding: 0;
    width: 117px;
}
#menu ul.topmenu li.last {
    margin: 0;
    width: 120px;
    border-right:3px solid #BEBCBC;
}
#menu ul.topmenu li.last:hover {
    background: none repeat scroll 0 0 #DEDEDE;
    border-right:3px solid #DEDEDE;
}
#menu ul.topmenu li:hover {
    background: none repeat scroll 0 0 #DEDEDE;

}
#menu ul.topmenu a {
    color: #800000;
    font-size: 9px;
    display:block;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    font-weight: bold;
    height: 25px;
    margin: 10px 3px 0 0;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
    line-height:5px;
}
#menu ul {
    margin: 0px auto;
}
#menu li {
    background: url("images/button.gif") no-repeat scroll left top transparent;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#submenu {
    background: none repeat scroll 0 0 #DEDEDE;
    border-bottom: 3px solid #D5D2D6;
    height: 20px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 949px;
}
#submenu ul {
    
    height: 20px;
    margin: 0px;
    padding: 0;
    position: relative;
    width: 800px;
}
#submenu ul li {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0 10px 0 5px;
    padding: 5px 0 0 0px;
}
#submenu a {
    color: #555050;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    margin: 0 2px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#submenu li a:hover, #submenu li a#selected, #submenu li a#selected:hover {
    color: #AAAAAA;
}


/* column 1 - contains sidebar items */
#column1{ 
	width: 172px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.sidebaritem
{ 
	text-align: left;
	width: 172px;
	margin: 0px 0px 29px 0px;
	background: #fff
	color: #D5D2D6;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px}



.sidebaritem p{ 
	line-height: 16px; 
	padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover{ 
	padding: 0px 0px 0px 0px;

	text-decoration: none;
}

.sbilinks ul{margin: 0px 0px 0px 0px;}

.sbilinks li{ 
	list-style: none; 
	padding: 0px 0px 0px 0px; 
}

.sbilinks li a, .sbilinks li a:hover{ 
	height: 16px;
	text-decoration: none; 
	width: 149px;
} 

/* column 2 - page content */
#column2{ 
	margin: 0;
	padding: 0;
	float: right;
	width: 776px;
	border-left: 1px solid;
}
/* main content */
#content{
	width: 737px;
	
	text-align: justify;
	padding: 20px;
	min-height: 500px;	
	position: relative;
	
} 
#content p {
max-width:600px;
}
#content h1{ 
	padding: 10px 0px 5px 0px; 
	margin: 0px 0px 0px 0px; 
	font-size: 150%;
	font-weight: bold;
}
#content h2{ 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 5px 0px; 
	font-size: 110%;
	font-weight: normal;
}
.RightImage{
	margin: 0px 0px 0px 15px;
	float: right

}
.LeftImage{
	margin: 0px 15px 0px 0px;
	float: left;

}
#content a, #content a:hover
{ 
	text-decoration: none;
	color: #800000;	
}


h1, #column1 h1, #column2 h1, #column2 h2{ 
	background: transparent;
	color: #8a0101;
	text-align:left;
	position: relative;
}
#content, #column2{ 
	background: #fff;
	color: #000;
	border-color: #D5D2D6;
}
.addthis_toolbox{
    clear: left;
    float: right;
    margin: -5px 50px 0;
    padding: 0;
    width: 162px;

}
a.addthis_button_email{
	padding: 20px;
}

.addthis_toolbox .hover_effect
{
    border: 3px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    line-height: 22px;
    padding: 3px 0 5px 6px;
    width: 174px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
    padding: 2px 2px 4px 16px;
}

.addthis_toolbox .hover_effect span
{

    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;

}
.facebooklike{

    clear: both;
    float: right;
    margin-left: 10px;
    margin-right: 47px;
margin-top:10px;
    width: 165px;

clear: both;


}




























 .maps
            {
                height: 518px;
                width:776px;
                cursor: url(openhand.cur), default;
            }

            .maps.grabbing
            {
                cursor: url(closedhand.cur), default;
            }
            .jvectormap-zoomin, .jvectormap-zoomout 
            {
                position: absolute;
                -moz-border-radius: 3px;
                border-radius:3px;
                background: #292929;
                padding: 3px;
                margin-bottom: 30px;
                color: white;
                width: 18px;
                height: 18px;
                cursor: pointer;
                line-height: 18px;
                text-align: center;
                font-weight: bold;
                font-size: 23px;
            }

            .jvectormap-zoomin 
            {
                left: 10px;
                top: 10px;
            }

            .jvectormap-zoomout 
            {
                left: 10px;
                top: 40px;
            }





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

