/* DEFAULT SETTINGS
*******************************/

body {
	margin:10px 0px 10px 10px;
	padding:0px;
	background:#fff;
	overflow: auto;
	color : #575757;
	font-size:70%;
	/*font-weight : normal;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4{
	margin:0px;
	padding:0px;
	border:0px;
}
h1 {
	font-size: 24px;
	color: #999;
	font-style: normal;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	color: #999;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
h3 {
	font-size: 0.9em;
	color: #F37736;
	text-align: center;
}
h4 {
	font-size: 1.1em;
}
hr {
	margin: 20px 30px 0 30px;
	border-top: 1px dashed #999999;
	height: 0;
	background: #fff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;

}
A:link {
	color : #F37736;
	text-decoration : none;
	font-size : 1em;
} 

A:visited {
	color : #F37736; 
	text-decoration : none; 
	font-size : 1em; 
} 

A:hover {
	color : #0066FF; 
	text-decoration : underline; 
	font-size : 1em; 
}
 
A:active {
	color : #F37736; 
	text-decoration : none; 
	font-size : 1em; 
} 
ul {
	margin: 10px 5px 0px 30px;
	padding: 0px;
	color: #F37736;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0px;
	padding: 5px 0px;
}
ul a:link{
	text-decoration: none;
	color: #666;
	font-size: .80em;
}
ul a:visited{
	text-decoration: none;
	color: #666;
	font-size: .80em;
}
ul a:hover{
	color: #0066FF;
	text-decoration: underline;
	font-size: .80em;
}

/*  ************  HEAD  **************  */
.logo {
	width: 282px;
}
.head-infill {
	background-image:     url(../images/head-infill.jpg);
	background-repeat: repeat-x;
}
.head-image {
	width: 472px;
}

/*  ****************  NAVIGATION  *****************  */
.top-infill {
	background-image: url(../images/top-infill.jpg);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-right: 50px;
	height: 50px;
}
.nav {
	margin-top: 39px;
	margin-left: 17px;
	height: 98px;
}
.nav-base {
	height: 165px;
	width: 142px;
	background-image: url(../images/nav-base.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
.nav-infill {
	background-image: url(../images/nav-infill.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 142px;
}
.nav-mid {
	width: 142px;
	background-image: url(../images/nav-mid.jpg);
	background-repeat: no-repeat;
	height: 31px;
}
.nav-bott {
	height: 53px;
	width: 142px;
	background-image: url(../images/nav-bott.jpg);
	background-repeat: no-repeat;
}
.content-top {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	width: 47px;
}
.content-mid {
	text-align: left;
	padding-left: 48px;
	padding-right: 40px;

}
.content-bott {
	background-image: url(../images/content-bott.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}
.footer {
	width: 100%;
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
.footer a:visited{
	text-decoration: none;
	color: #666;
}
.footer a:hover{
	color: #0066FF;
	text-decoration: underline;
}
.foot-left {
	background-image: url(../images/foot-left.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 47px;
}
.foot-infill {
	background-image: url(../images/foot-infill.jpg);
	background-repeat: repeat-x;
	font-size: .80em;
	text-align: right;
	padding-right: 30px;
	vertical-align: bottom;
	padding-bottom: 8px;
}
/* CONTACT CLASSES*/
.con-head {
	height: 20px;
	padding-left: 10px;
}
.con-content {
	height: 400px;
	vertical-align: top;
	padding-top: 20px;
	padding-left: 50px;
}
.con-head a {
	color: #FFF;
}

.con-head a:visited {
	color: #FFF;
}

.con-head a:hover {
	color: #000;
}

#dropinboxv2cover{
	width: 82%; /*change width to desired */
	height: 450px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 81%; /*change width to above width-20. */
	height: 450px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	/*border: 1px solid black; Customize box appearance
	background-color: lightyellow;*/
	padding: 4px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	color: #000;
	/*overflow: auto;*/
	text-align: left;
}

/* GENERIC TWEAK CLASSES
*******************************/
.tc-01  {color : #575757;}
.tc-02  {color : #F37736;}

.mt-0	{margin-top:0px;}
.mt-5 	{margin-top:5px;}
.mt-10	{margin-top:10px;}
.mt-15	{margin-top:15px;}
.mt-20 	{margin-top:20px;}
.mt-30	{
	margin-top: 30px;
}
.mb-0	{margin-bottom:0px;}
.mb-5 	{margin-bottom:5px;}
.mb-10 	{margin-bottom:10px;}
.mb-15	{margin-bottom:15px;}
.mb-20 	{margin-bottom:20px;}
.mb-30	{margin-bottom:30px;}
.mr-5 	{margin-right:5px;}
.mr-10 	{margin-right:10px;}
.mr-15	{margin-right:15px;}
.mr-20 	{margin-right:20px;}
.mr-30	{margin-right:30px;}
.ml-5 	{margin-left:5px;}
.ml-10 	{margin-left:10px;}
.ml-15	{margin-left:15px;}
.ml-20 	{margin-left:20px;}
.ml-30	{margin-left:30px;}

.m-0	{margin:0px;}
.m-5	{margin:5px;}
.m-10	{margin:10px;}

.pt-0	{padding-top:0px;}
.pt-5 	{padding-top:5px;}
.pt-10 	{padding-top:10px;}
.pt-15	{padding-top:15px;}
.pt-20 	{padding-top:20px;}
.pb-0 	{padding-bottom:0px;}
.pb-5 	{padding-bottom:5px;}
.pb-10 	{padding-bottom:10px;}
.pb-15	{padding-bottom:15px;}
.pb-20 	{padding-bottom:20px;}
.pr-5 	{padding-right:5px;}
.pr-10 	{padding-right:10px;}
.pr-15	{padding-right:15px;}
.pr-20 	{padding-right:20px;}
.pl-5 	{padding-left:5px;}
.pl-10 	{padding-left:10px;}
.pl-15	{padding-left:15px;}
.pl-20 	{padding-left:20px;}

.p-0	{padding:0px;}
.p-5 	{padding:5px;}
.p-10	{padding:10px;}

.ls-1	{letter-spacing:1px}
.ls-2	{letter-spacing:2px;}
.ls-3	{letter-spacing:3px;}

.ta-c	{text-align:center;}
.ta-l	{text-align:left;}
.ta-r	{text-align:right;}
.vta-c	{vertical-align: middle;}
.vta-t	{vertical-align: top;}
.vta-b	{vertical-align: bottom;}

.t-b	{
	font-weight: bold;
}
.t-i	{
	font-style: italic;
}
