/* CSS Document */

/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html, body {
    height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #B1C8DB;
	font: 0.8em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(../images/mainbackground.jpg);
	background-position: center top;
}
td {font: 100%/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;}
a:link {
	color: #5A3183;
	text-decoration: underline;
}
a:hover {
	color: #BE5877;
	text-decoration: underline;
}
a:visited {
	color: #BF5F7C;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font: 14px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #666699;
}
.whitetext {color:#FFFFFF;}
.whiteback {background-color:#F0F3F6;}


/* Layout &  Wrappers - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#titleheaders {
	height:35px;
	position: absolute;
	top: 350px;
	z-index: 10;
	padding: 20px 10px 10px;
	background-image: url(../images/transparent-back.png);
	width: 220px;
	text-align: right;
	font-family: "Lucida Grande", Arial, Helvetica;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
}

#address{
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: right;
	padding-right: 10px;
	background-image: url(../images/addressbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	height: 30px;
}
.addressText {
	display:block;
	width: 435px;
	float: right;
	font-size:11px;
}
.contactIcon {
	display: block;
	float: right;
	padding-top: 6px;
}
.contactIcon a{
	width:20px;
	display: block;
	height: 30px;
}
#banner {
	height: 210px;
	display: block;
}
#topnav {
	height:40px;
}

#footer {
	font-size: 80%;
	color: #FFFFFF;
	background-image: url(../images/footerstrip.gif);
	height: 60px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 30px;
	text-align: right;
	padding-right: 10px;
}
#footer a {
	color: #277584;
}

/* Various Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.clear {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.hr { border-top:1px solid #B9CEE1; margin-top: 10px; margin-bottom: 10px; }
.left {float:left;}
.right {float:right;}
.bordertop {border-top:1px solid #FF6600}
.indent {
	text-indent: -2000px;
}

/* Custom Text Styles  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - */

.mainheader {
	font: 170%/150% Arial, Helvetica, sans-serif;
	color: #660066;
	text-align: left;
	text-transform: none;
}
.purple{
 color:#660066;
}
.serif-purple {
	color:#660066;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-purple {
	color:#660066;
	font-size:14px
	}
.large-purple {
	color:#660066;
	font-size:16px
	}
.blue{
 color:#333366;
}
.serif-blue {
	color:#333366;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-blue {
	color:#333366;
	font-size:14px
	}
.large-blue {
	color:#333366;
	font-size:16px
	}
.orange{
 color:#D85601;
}
.serif-orange {
	color:#D85601;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-orange {
	color:#D85601;
	font-size:14px
	}
.large-orange {
	color:#D85601;
	font-size:16px
	}

/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topnav {
	display: block;
	margin: 0px;
	padding:0px 0px 0px 10px;
	list-style: none;
	width: 950px;
	background-image: url(../images/topnav-back.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#topnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topnav  li a {
	font: bold normal 11px/60px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	padding: 0px 4px;
	text-transform: uppercase;
	height: 60px;
	color: #660066;
	background-image: url(../images/navdivider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#topnav  li a span {
	display: block;
	width:100%;
	height:60px;
}
#topnav li a:hover {
	color: #FF6600;
	cursor:pointer;
}
#topnav li a span.selected, #nav li a:hover span.selected   {
	color:#2A7C8D;
}
#last { border-right:1px solid #FFFFFF; }

/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#subnav {
	margin: 0px;
	padding:0px 0px 0px 10px;
	width: 950px;
	height: 45px;
	background-color: #FFFFFF;
	background-image: url(../images/subnav-back.gif);
	background-repeat: repeat-x;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 10px;
	font: bold normal 11px/25px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 25px;
	background-image: url(../images/sub-divider.gif);
}
#subnav li a:hover {
	color:#7982B7;
}

.innertwo {	
	width: 420px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}
.innerthree {	
	width: 670px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}
.innerfour {	
	width: 890px;
	margin-left:20px;
	margin-bottom:20px;
	float: left;
	}
.innerone {	
	width: 220px;
	margin-left:20px;
	float: left;
	}

/* Kicker NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.kickerheader {
	padding-left: 15px;
	color: #FF6600;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	display: block;
	line-height: 14px;
}
#kickernav {
	margin: 0px;
	padding:20px 0px 0px 10px;
	width: 220px;
	height: 250px;
	background-repeat: no-repeat;
	background-image: url(../images/kickerback.gif);
}	
#kickernav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#kickernav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#kickernav li a {
	list-style-type: none;
	display: block;
	margin: 0px 5px;
	font: bold normal 10px/18px Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: 8px center;
	height: 18px;
	background-image: url(../images/arrow.png);
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#kickernav li a:hover {
	color:#7982B7;
}
/* Gallery Thumbs   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: none;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #CCCCCC;
}
.gallerythumb img{
	padding: 1px;
	display: inline;
}
/* Tables   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table.stripe  {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666699;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	
}

table.stripe tr.odd {
  background: #ECEBF3;
  color: #333333;
}
table.stripe tr.odd a {
  color: #FFFFFF;
}

table.stripe th, table.stripe tfoot tr td {
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	background: #5A3183;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}

table.stripe td {
	height:20px;
	padding: 1px;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	padding: 0px 6px 0px 12px;
	font-size: 12px;
	  
}
table.simple {
	width:100%;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
	}
	
table.simple td {
	height:20px;
	padding: 1px;
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	padding: 0px 6px 0px 12px;
	font-size: 12px;
	  
}
table.simple th, table.simple tfoot tr td {
	border-collapse:collapse;
	border: 1px solid #D3C6D4;
	background: #5A3183;
	color: #FFFFFF;
	text-align: left;
	padding: 10px;
}
