/*************** Main Stucture Styles ******************/
body {
	margin:0;
	background:url(../struc/gradient.jpg) repeat-x top #FFFFFF;
	font-family: Arial, Geneva, sans-serif;
    font-size:100%;
}
#main {
	margin:0 auto 0 auto;
	padding:0;
	width:85%;
	max-width:1150px;
	min-width:915px;
	width: expression(document.body.clientWidth < 915? "915px" : document.body.clientWidth > 1150? "1150px" : "auto");
}
#width {
	width:915px;
	height:1px;
}
#head {
	display:block;
	width:100%;
	margin:0;
	height:96px;
	display:block;
}
#logo {
	float:left;
	margin:17px 0 0 12px;
}
#call-to-action {
	float:right;
	margin:10px 25px 0 0;
}
#links {
	background:url(../struc/link.jpg) repeat-x top;
	height:50px;
	padding:0;
}
#left-link, .left {
	float:left
}
#foot-img, .right {
	float:right;
}
.right {
	width:260px;
	background:url(../struc/right.jpg) no-repeat right top;
	height:50px;
}
.search {
	width:260px;
	margin:7px 15px 0 0;
	display:inline;
	float:left;
}
#body {
	margin:0 16px 0 10px;
	border-top:none;
	border-right: #333333 1px solid;
	border-bottom:none;
	border-left: #333333 1px solid;
	padding:25px;
	background:#FFFFFF;
	display:block;
}
#foot {
	margin:0 16px 10px 10px;
	border-top:none;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
	padding:3px 10px 5px 0;
	background:#BF430D url(../struc/orange-gradient.jpg) bottom right repeat-y;
	height:19px;
	display:block;
}
#foot2 {
	margin:0 0 30px 20px;
	font-size:.75em;
	line-height:130%;
	display:block;
}
/*************** Links ******************/
a {
	text-decoration:underline;
}
a:link {
	color:#BF430D
}
a:visited {
	color:#666666
}
a:hover, a:active {
	color:#083A84
}
/*************** text ******************/
h1, h2, h3 {
	color:#083A84;
}
h1 {
	margin-top:0;
	font-size:1.5em;
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:.95em;
}
p {
	margin:15px 0 15px 15px;
	font-size:.85em;
	line-height:130%;
}
#body ul {
	list-style-image: url(../struc/bullet.jpg);
	margin-bottom: 16px;
	line-height:120%;
	letter-spacing:110%;
}
#body ul, #body em {
	font-size:.85em;
	line-height:130%;
	letter-spacing:130%;
}
#body li {
	margin-bottom:4px;
}
.indent {
	margin-left:20px;
}
#body ul ul {
	font-size:1em;
	line-height:130%;
	letter-spacing:130%;
	margin-top:5px;
}
.small {font-size:.8em}

/*************** misc ******************/
.left-col {
	float:left;
	margin:0 2% 0 0;
	width:55%;
}
.right-col {
	float:right;
	margin:0 2% 0 0;
	width:324px;
}
.left-col2 {
	float:left;
	margin:0 5% 0 0;
	width:45%;
}
.right-col2 {
	float:right;
	margin:0;
	width:425px;
}
iframe {
	margin-top:20px
}
.clear {
    display: block;
    clear: both;
	height:1px;
}
/*************** Img Tages ******************/
.captionR {
	background-color: #CCCCCC;
	padding:10px;
	font-size:0.8em;
	width:300px;
	height:auto;
	display:inline;
	color:#000000;
	line-height:120%;
	text-align:center;
	float:right;
	margin:0 0 20px 0;
}
.captionR img {
	margin:0 0 7px 0;
	border:1px #333333 solid;
}
/*************** drop down menu ******************/
.divider {
	padding:4px 0 0 0;
}
#nav {
	width:92%;
	height:30px;
	margin:5px 0 0 100px;
	padding:0;
	font-size:15px;
	z-index:2000;
	display:block;
	float:left;
}
.nav a {
	text-align: left;
	display:block;
	white-space:nowrap;
	z-index:2000;
}
/*************** drop down menu ******************/
.divider {
	padding:0;
	margin:0
}
#nav {
	height:30px;
	margin:0;
	padding:0;
	font-size:15px;
	z-index:2000;
	float:left;
	width:650px;
}
.nav a {
	text-align: left;
	display:block;
	white-space:nowrap;
	z-index:2000;
	text-decoration:none;
}
.nav a.parent img {
	border:0;
	margin:0 0 5px 3px;
}
.nav a.parent:link, .nav a.parent:visited, .nav a.parent:active {
	color: #FFFFFF;
	margin:3px 0 0 0;
	padding:8px 10px 7px 10px;
}
.nav a.sub:link, .nav a.sub:visited, .nav a.sub:active {
	color: #FFFFFF;
	background-color:#083A84;
	z-index:2000;
}
.nav a.parent:hover {
	color:#000000;
	background-color:#083A84;
	margin:3px 0 0 0;
	padding:8px 10px 7px 10px;
	background: url(../struc/hover.jpg) repeat;
}
.nav a.sub {
	text-align:left;
	font-size:12px;
	width:150px;
	padding:3px 8px 3px 8px;
	margin:0;
	background: url(../struc/blue.jpg) repeat;
	border-top:1px #333333 solid;
}
.nav a.sub:hover {
	color:#000000;
	margin:0;
	background-color:#083A84;
	background: url(../struc/hover.jpg) repeat;
	z-index:2000;
	border-top:1px #333333 solid;
}
.nav ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.nav li {
	position:relative;
	min-height: 1px;	
	vertical-align: bottom;
}
.nav ul ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
.nav ul ul ul {
	top:0;
	left:100%;
}
div.nav li:hover {
	z-index:100;
}
div.nav li:hover ul ul,
div.nav li li:hover ul ul,
div.nav li li li:hover ul ul,
div.nav li li li li:hover ul ul
{display:none;}
div.nav li:hover ul,
div.nav li li:hover ul,
div.nav li li li:hover ul,
div.nav li li li li:hover ul
{display:block;}
/*************** Buttons ******************/
.button, .button2, .button3 {
	width: auto;
	height: auto;
	float:left;
	white-space: nowrap;
	display: block;
	padding: 0;
	border:0;
}
.button {
	margin: 30px 0 0 0;
}
.button2 {
	margin: 15px 0 0 15px;
}
.button3 {
	margin: 0 0 0 15px;
}
.button a, .button2 a, .button3 a {
	display: block;
	width: auto;
}
.button img, .button2 img, .button3 img {
	border: 0;
}
.button img, .button3 img {
	height:35px;
}
.button2 img {
	height:32px;
}
* html a:hover {
	visibility:visible
}
.button a:hover img, .button2 a:hover img, .button3 a:hover img {
	visibility:hidden
}
#quote, #next, #previous {
	float:left;
}
#quote {
	background: url(../struc/quote-roll2.jpg) no-repeat;
}
#next {
	background: url(../struc/next2.jpg) no-repeat;
}
#previous {
	background: url(../struc/previous2.jpg) no-repeat;
}
