@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #e6e6e6;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222222;
	font-weight: normal;
}
	
.title {
	font-size: 14pt;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
}

.footer {
	font-size: 11px;
	line-height: 140%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}


a:link, a:visited, a:active {
	color: #990000;
	font-weight: bold;
		text-decoration: none;
	}
a:hover {
	text-decoration: underline;
}

	
a:link.navlink, a:visited.navlink, a:active.navlink {
	color: #eef1f2;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 260%;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-variant: normal;
	background-color: #394346;
	display: block;

	}

a:hover.navlink {
	text-decoration: none;
}
	

.quotetext {
	font-family: Georgia, Garamond, "Book Antiqua", serif;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	padding: 0px 10px;
	margin-right: 0px;
	margin-left: 0px;
}


.indent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-left: 30px;
	margin-right: 20px;
}

.bodytexthighlite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #eef1f2;
	font-style: italic;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #069;
	padding-right: 10px;
	padding-left: 10px;
}


.imgvioletborder {
	border: 8px solid #663366;
	background-color: #f4eaf4;
	padding: 1px;
}


a:link.textboxlink, a:visited.textboxlink{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #feefd0;
	margin: 5px 5px;
	padding: 5px 15px;
	border: thin solid #9c2a00;
	}
	
a:hover.textboxlink, a:active.textboxlink {
	color: #eef1f2;
	background: #89ab61;
	border: thin solid #000;
}

#oa a:link, #oa a:visited {
	text-indent: -1000em;
	display: block;
	background: url(images/onava.gif) no-repeat center;
	border: none;
	height: 22px;
	width: 142px;
}

table.main {
border:2px solid #ffffff;
}




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:; /* Slider border and shadows */
    width:800px;
    height:250px;
    margin:0 auto;
    padding-top:0px; /* Push the actual slider into the centre */
    margin-top:;
    position:relative;
}

#slider {
    position:relative;
    width:800px;
    height:250px;
    margin-left:; /* Push the actual slider into the centre */
    background:;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:0px;
    height:0px;
}
#slider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    background:; /* Background for the bullets */
    width:0px;
    height:0px;
    position:absolute;
    left:0px; /* Manually position in centre. Not perfect :( */
    bottom:0px;
    padding:8px 0 0 0px;
    z-index:20; /* Make sure it is visible above the slides */
}
.nivo-controlNav a {
    display:block;
    width:0px;
    height:0px;
    background:;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.nivo-controlNav a.active {
    background-position:0 -22px; /* Selected bullet */
}

.nivo-caption {
    bottom:40%; /* Vertically centre the captions */
    left:auto;
    right:0px; /* Put them on the right */
    width:auto;
    max-width:0px;
    overflow:hidden;
    background:#fff;
    text-shadow:none;
    font-family: 'Anton', arial, serif; /* Using a Google Font (not required) */
    color:;
}
.nivo-caption p {
    padding:0px 0px;
}
.nivo-caption a { 
    color:#333;
    font-weight:bold;
    font-size:27px;
    text-transform:uppercase;
}

#featured {
    background:;
    width:115px;
    height:110px;
    position:absolute;
    top:-8px; /* Bump up a bit to give the fold effect */
    left:-8px; /* Bump left a bit to give the fold effect */
    z-index:20; /* Make sure it is visible above the slides */
}

