@charset "utf-8";
/* CSS Document */
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #16314E;
	background-image: url(file:///C|/Users/Linda/Documents/external%20drive/sylvias/sylvias/images/bg1.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100%;
}
#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #15314e;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-y;
	height: auto;
} 
#header {
	height: 186px;
	background-color: #15314e;
	background-image: url(../images/headerR.jpg);
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#nav{
	min-height:40px;
	position:relative;
	background-color: #15314e;
	height: 24px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #ffffff;
	margin-top: -10px;
}
#footer {
	background:#fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 900px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
a:link{
	color: #16314E;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:visited{
	color: #16314E;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover{
	text-decoration: none;
	color: #12261d;
	font-size: 12px;
	font-weight: bold;
}
a.blue:link, a:visited{
	color: #16314E;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a.blue:hover{
	text-decoration: none;
	color: #6666cc;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue16:link, a:visited, a:hover{
	color: #16314E;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}

a.blue18:link, a:visited{
	color: #16314E;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}

a.blue18:hover{
	text-decoration: none;
	color: #6666cc;
	font-size: 18px;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgborder {border:
	border: thick double #000000;
	border: thick double #000000;
}
.text10n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.text12n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.text12b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.text12whiten {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.text14n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.text14b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text14grb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #12261e;
}
.text14goldb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
.text12blueb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #16314E;
}
.text16blueb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #16314E;
}
.text16bluen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #16314E;
}
.text16wineb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7F3846;
}
.text16winen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7F3846;
}
.text18blueb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #16314E;
}
.text24blueb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #16314E;
}
.padding_left30 {
	margin-left:30px
}
ul{
	list-style:none;
	margin:0 0 0 20px;
	padding: 0;
}
li {
	text-indent: -10px;
	list-style-type: none;
} 
ul li{
	margin: 0 0;
	padding: 0 0 0 5px;
	line-height: 1.5em;
}
li ul{
	margin:0 0 0 30px;
	list-style:none;
}
li ul li{
    padding-left:0;
    background:none;
}
/* Holly Hack to fix ie6 li bg */
/*  Hides from IE-mac \*/
* html li{height: 1%;}
/* End hide from IE-mac */
@media print{
ul {
    list-style:disc;
    margin-left:30px;
}
ul li {
    padding-left:0px;
    background:none;
}
} /* end print */
