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



body{ 
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background: #e3e3e3;
	color: #D5D2D6;
}
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: 800px;
	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, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

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

/* links above the logo / footer */
#footer
{ 
	width: 800px;
	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{ 
	width: 798px;
	height: 145px;
	padding: 0px 0px 0px 2px;
	background: #FFF; 
	color: #D5D2D6;
}
/* navigation menu */
#menu{ 
	height: 25px;
	width: 620px;
	position: relative;
	margin: 15px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul{margin: 0px auto;
} 
#menu li{
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 0px 0px; 
	list-style: none;
	background: transparent  url(images/button.gif) no-repeat scroll left top; 	
} 
#menu a { 
	color: #800000;
	float: left; 
	height: 25px;
	font-weight: bold;
	text-decoration: none; 	
	text-transform: uppercase;
	font-size: 88%;
	padding: 0px 0px 0px 0px;
	margin: 10px 3px 0px 0px;
	text-align: center;
  	width: 100px;
} 

/*
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover{ 
	height: 25px;

	padding: 6px 0px 2px 0px;
	border: 0px;
} 
*/
#submenu{ 
	position: relative;
	height: 20px;
	width: 615px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #dedede;
}
#submenu ul{
	margin: 0px 0px 0px 10px;
	padding: 0;
	height: 20px;
	width: 605px;
	position: relative;

} 

#submenu ul li{

	margin: 0px 10px 0px 5px; 
	padding: 0px 0px 10px 0px; 
	list-style: none;
	display: inline;
} 
#submenu a 
{ 
	color: #000;
/*	float: left; */
	display: inline;
	font-weight: normal;
	text-decoration: none; 	
	font-size: 88%;
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 0px;
	text-align: center;

} 

#submenu li a:hover, #submenu li a#selected, #submenu li a#selected:hover{ 
	font-weight: bold;
} 


/* 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: 156px;
	float: left;
	margin: 10px 0px 29px 0px;
	background: #fff
	color: #D5D2D6;
}

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

.sidebaritem h1{ 
	font-weight: normal;
	padding: 8px 0px 16px 0px;
	text-transform: uppercase;
}

.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 10px;}

.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: left;
	width: 575px;
}
/* main content */
#content{
	width: 574px;
	overflow: hidden;
	text-align: justify;
	padding: 20px 20px 0px 20px;
	border-left: 1px solid;
	min-height: 500px;	
	border-top: 3px solid #dedede;
} 

#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{
	float: right;
	width: 125px;
	margin: 20px 20px 20px 20px;
	padding: 0;

}
a.addthis_button_email{
padding: 20px;
}
.addthis_toolbox .hover_effect
{
    width: 125px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.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 2px 16px;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}











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