﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
background: transparent;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;

}
.leftlist {
	float: left;
	width: 199px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9a1e2e;
	border-left-color: #9a1e2e;
	background-color: #FFF;
	background-image: url(/themes/SeeTheLink/images/leftboxgrad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
}
.leftlist ul{
	line-height: 15px;
}
    .leftlist li a, .leftlist li.contact a {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	color: #9A1E2E;
	font-weight: normal;
    text-decoration: underline;
	line-height: 17px;
      }
.rightpanel {
	float: right;
	width: 594px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.rightpaneltop {
	background-image: url(/themes/SeeTheLink/images/mainsectionbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 594px;
}
.rightpanelbottom {
	background-image: url(/themes/SeeTheLink/images/mainsectionbg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	width: 594px;
}
#leftsidecontainer {
	float: left;
	width: 201px;
}

.rightpanelcontent {
	width: 562px;
	background-color: #FFF;
	background-image: url(/themes/SeeTheLink/images/mainsectionbggradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9A1E2E;
	border-left-color: #9A1E2E;
	float: left;
	font-size: 1.2em;
	color: #700f1c;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.leftlist li {
	background-image: url(/themes/SeeTheLink/images/bullett.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
	color: #A1303E;
	line-height: 14px;
	margin-left: 10px;
	padding-left: 25px;
	list-style: none;
}
.leftlist li.contact {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: none;
	font-size: 1.1em;
	font-weight: normal;
}

	      .leftlist li a:hover{
	text-decoration: underline;
	color: #BC767F;
      }

/* The below restores some sensible defaults */
strong{
font-weight:bold
}

em{
font-style:italic
}
a img{
border:none
} /* Gets rid of IE's blue borders */



.inline{
display:inline;
}

br.clear{
clear:both;
}

div.clear{
clear:both;
}
.clearright{
clear:right;
}
.clearleft{
clear:left;
}
.nomargin{
margin:0px!important;
}

.noborder{
border:0px!important;
}

.noshow{
display:none;
}

html {
	background-color:#700f1c;
	background-position: left top;
	background-image: url(/themes/SeeTheLink/images/pagebg.png);
	background-repeat: repeat-x;
}

   body {
	font-size:62.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#title {
	float: left;
	width: 100%;
	margin-top: 23px;
	margin-bottom: 14px;
}
#footer {
	background-image: url(/themes/SeeTheLink/images/copyrighttransparent.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	width: 798px;
	margin-top: 15px;
}
#footer span{
	margin-left: 280px;
	line-height: 25px;
	color: #FFF;
	font-size: .9em;
}
#imagebar {
	height: 150px;
	width: 800px;
	margin-top: 5px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}
.leftboxtop {
	background-image: url(/themes/SeeTheLink/images/leftbox.png);
	height: 28px;
	width: 201px;
}
.leftboxtop span{
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	float: left;
	margin-left: 10px;
	line-height: 28px;
}
.leftboxwrapper {
	float: left;
	width: 201px;
	margin-top: 5px;
}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 100%;
	}	
	
#pagecontainer {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #9a1e2e;
	border-right-color: #9a1e2e;
	border-bottom-color: #9a1e2e;
	border-left-color: #9a1e2e;
}
* html #wrapper {
	height:100%;
		}
    
    #header {
	float:left;
	width:100%;
	font-size:100%;
	line-height:normal;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #9A1E2E;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
      }
.contactpanel1 {
	padding: 0px;
	width: 12em;
	border: 0px none #9A1E2E;
	float: left;
	font-size: 1.3em;
	font-weight: normal;
	height: 6em;
	line-height: 17px;
	color: #700F1C;
	margin-top: 60px;
}
.contactholder {
	float: left;
	width: 100%;
	background-image: url(/themes/SeeTheLink/images/logo-solo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}


    #header ul {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size:1.2em;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
      }
    #header li {
	display:inline;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
      }
    #header a {
	float:left;
	background:url("/themes/SeeTheLink/images/navtabs.png") no-repeat left top;
	text-decoration:none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
      }
    #header a span {
	float:left;
	display:block;
	background:url("/themes/SeeTheLink/images/navtabs.png") no-repeat right top;
	font-weight:bold;
	color:#9A1E2E;
	padding-top: 7px;
	padding-right: 19px;
	padding-bottom: 6px;
	padding-left: 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a span {float:none;}
    /* End IE5-Mac hack */
    #header a:hover span {
	color:#FFF;
      }
    #header #current a {
	background-position:0 -103px;
	border-width:0;
      }
    #header #current a span {
	background-position:100% -103px;
	color:#FFF;
      }
.leftboxbot {
	background-image: url(/themes/SeeTheLink/images/leftboxbot.png);
	float: left;
	height: 9px;
	width: 201px;
}
    #header a:hover {
      background-position:0% -51px;
      }
    #header a:hover span {
      background-position:100% -51px;
      }
.redborder {
	border: 2px solid #9A1E2E;
}
#top, #bottom, #left, #right {
	background: #9a1e2e;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 6px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 6px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

.leftlist img {
	margin: 5px 0px 5px 0px;
	float: left;
	display: block;
	border: 1px #700f1c solid;
}