/**************************************
* Tag Override Styles
**************************************/

body, html {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url('../images/background-stripe.gif');
	background-color: #dadfe3;
	font-family:trebuchet ms;
	background-repeat: repeat-x;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 27px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

input {
	padding: 0px;
	margin: 0px;
}


img {
	border: none;
}


div.clear {
 clear: both;
}
/**************************************
* Masthead Styles
**************************************/
#masthead {
	margin: 0 auto;
	width: 820px;
	height: 102px;
	background-image: url('../images/background-masthead.gif');
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

/* Search Form */
#btn_search {
	top: 5px;
	position: relative;
}

#fld_search {
	width: 130px;
	height: 16px;
	top: 0px;
	position: relative;
	
}

#frm_search {
	width: 230px;
	margin: 0 19px 0 auto;
	text-align: right;
}

#frm_search label {
	color: #ffffff;
	font-family:trebuchet ms;
	font-size:10px;
	font-weight:bold;
}

#lnk_contactus {
	
	height: 28px;
	width: 135px;
	display: block;
	margin-right: 15px;
	margin-left: auto;
	margin-top: 5px;
}

#lnk_home {
	height: 90px;
	width: 90px;
	display: block;
	margin-left: 30px;
	margin-right: auto;

}

.smallcaps {
	font-variant: small-caps;
}
/**************************************
* Content Container Styles
**************************************/
#content {
	margin: 0 auto;
	width: 820px;
	background-image: url('../images/background-content.gif');
	overflow: auto;
}

#left {
	width: 216px;
	float: left;
}

#right {
	width: 598px;
	float:right;
	background-image: url('../images/pic-homepage.jpg');
	background-repeat: no-repeat;
	padding-top: 200px;
}

#right h1,#right h2,#right h3,#right h4,#right p {
	margin-left: 18px;
	margin-right: 36px;
}

#right h1 span {
	color: #cc0000;
}

#right h2.tagline {
 margin-top: 9px;
}
#right h2 span {
	color: #6d695b;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}

#right p {
	font-size: 14px;
	line-height: 20px;
	color: #696456;
}

#right a {
	text-decoration: none;
}

.highlight {
	background-color: #f8f1c4;
}

.redtext  {
	color: #cc0000;
}

p.top {
	margin-top: 3px;
}

ol {
	
	margin-left: 18px;
	margin-right: 55px;

}

ol li {
	

	font-size: 14px;
	line-height: 20px;
	color: #696456;
	padding-bottom: 11px;
}

ul.list {
	list-style: none;
	margin-left: 18px;
	margin-right: 55px;

}

ul.list li {
	background-repeat: no-repeat;
	background-image: url('../images/bullet-content.gif');
	background-position: 0px 4px;
	padding-left: 9px;
	font-size: 14px;
	line-height: 20px;
	color: #696456;
	padding-bottom: 11px;
}

ul.list li a {
color: #696456;
}
/**************************************
* Content Pod Styles
**************************************/
#bottom h1,#bottom h2,#bottom h3,#bottom h4,#bottom p {
	margin-left: 18px;
	margin-right: 0px;
}
#bottom {
	width: 581px;
	background-image: url('../images/background-pod-middle.gif');
	overflow: auto;
}

div#bottom.alt {
	background-image: url('../images/background-bottom-alt.gif');
	height: 19px;
	background-repeat: no-repeat;
}

#pod_top {
	background-image: url('../images/background-pod-top.gif');
	height: 45px;
	width: 581px;
}

#bottom #pod_top  h2 {
	font-size: 12px;
	color: White;
	font-weight: bold;
	padding-top: 11px;
	margin-top: 0px;
	
}

#bottom #pod_top  h2 a {
	background-image: url('../images/bullet-pod.gif');
	background-repeat: no-repeat;
	background-position: right;
	color: White;
	padding-right: 16px;
}

div.pod_title {
	float: left;
	width: 175px;
	padding-right: 15px;
	
}


div.pod_content {
	float: left;
	width: 190px;
	
}

div#pod_bottom {
	overflow: auto;
	background-image: url('../images/background-pod-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#right div.pod_content p {
	font-size: 12px;
	margin-right: 9px;
	margin-left: 21px;
	padding-bottom: 11px;
	margin-top: 3px;
	line-height: 17px;
}

#right div.pod_content a {
	color:#635e4f;
}

#right div.pod_content span {
	font-size: 11px;
}

#podpic01 {
	padding-left: 7px;
}

/**************************************
* Navigation Styles
**************************************/

ul#navigation {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;

	margin-left: 15px;
	margin-top: 27px;
}

ul#navigation li {
	background-image: url('../images/bullet-leftnavigation.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
}

ul#navigation li a {
	font-size: 12px;
	color: white;
	text-decoration: none;
	
	width: 163px;
	display: block;
	margin-left: 7px;
	line-height: 19px;
	padding-left: 2px;
	margin-bottom: 4px;
	margin-top: 4px;
	
}
ul#navigation li hr {
	border-top: solid 1px #c38d8d;
	border-bottom: none;
	border-left: none;
	border-right: none;
	height: 0px;
	color: #c38d8d;
	width: 163px;
	margin-bottom: 4px;
	margin-top: 4px;
}


ul#navigation li a.currentpage, ul#navigation li a:hover {
	background-color: #510101;
}

#endcap_lefttop {
	background-image: url('../images/endcap-leftnavigation-lefttop.gif');
	width: 20px;
	height: 62px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}

#nav_bottom {
	background-image: url('../images/background-navigation-bottom.gif');
	background-repeat: no-repeat;
	width: 218px;
	height: 15px;
	position: relative;
	
}

#nav_container {
	background-image: url('../images/background-navigation.gif'); 
	float: left; 
	height: 600px;
	width: 196px;
	background-repeat: no-repeat;
}

/**************************************
* Footer Styles
**************************************/
#footer {
	background-image: url('../images/background-bottom.gif');
	background-position: top;
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 820px;
	clear: both;
}

#footer p {
	color:#818181;
	font-family:trebuchet ms;
	font-size:10px;
	padding-top:42px;
	margin: 0px;
	padding-bottom: 30px;
}

#footer a {
	color:#818181;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;
}

/**************************************
* Tab Styles
**************************************/
#tabcontainer {
	background-image: url('../images/background-tabarea.gif');
	background-repeat: no-repeat;
}
ul#tabs {
	list-style: none;
/*	list-style: url(image-url.gif);*/
	margin: 0px;
	padding: 0px;
	padding-top: 27px;
	padding-left: 15px;
	padding-right: 100px;
	padding-bottom: 9px;

}

ul#tabs li {
	display: inline;
	
}

ul#tabs li a {
	color: #a80000;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../images/bullet-tab.gif');
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 3px;
	padding-left: 9px;
	text-transform: uppercase;
}
ul#tabs li a.selected {
	background-color: #fffadf;
	color: #117496;
	background-image: url('../images/bullet-tab-selected.gif');
}
div.tabcontent h3, h3.iys {
	float: left;
	color: #a80000;
	font-size: 13px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding: 3px;
	text-transform: uppercase;
	background-color: #ececec;
}

div#tabcontainer {
	clear: both;
}
h3.iys {
	margin-bottom: -10px !important;
}
div.tabcontent ul, div.tabcontent ol, div.tabcontent p {
	clear: both;
}
div.tabcontent p {
	margin-top: 12px;
	margin-bottom: 12px;
}
div.tabcontent div.note * {
	font-size: 11px !important;
}
div.tabcontent div.note p {
	padding-bottom: 0;
	margin-bottom: 0;
}
div.tabcontent div.note ul {
	padding-top: 0;
	margin-top: 0;
}

