/*
Author: Jeff Golenski - jeffgolenski@midnight-shift.net
*/

/* --------------------------------------- BODY  */

body {
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	background: #002B42 url(images/mainbg.gif) top left repeat-x;
}

a:link, a:visited {
	color: #417FE7;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover {
	color: #3e6dbb;
	font-weight: bold;
	text-decoration: none;
}
	
a:active {
	color: #417FE7;
	font-weight: bold;
	text-decoration: none;
}


/* --------------------------------------- STRUCTURE  */

#shell {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border: 3px #fff solid;
	background-color: #fff;
}

#header {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #C7EBFE url(images/headerbg.gif) 100% 100% repeat-x; 
	text-align: center;
}

#content {
	width: 100%;
	padding: 0;
	background: #fff url(images/contentbg.gif) 0 0 repeat-y; 
}

#nav {
	float: left;
	width: 170px;
}

#rightcol {
	float: left;
	width: 730px;
	padding: 0;
	text-align: left;
}

#textholder {
	padding: 15px 23px;
}

#footer {
	text-align: center;
	width: 100%;
	padding: 13px 0;
	border-top: 1px #fff solid;
	background: #CBEDFE url(images/footerbg.gif) 0 0 repeat-x; 
}

#footer p {
	color: #000;
	margin: 0;
	font-size: 10px;
	line-height: 16px;
}

.clear {
	clear: both;
	font-size: 1pt;

}


/* --------------------------------------- COMMON ELEMENTS  */

h1#title {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	line-height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #373737;
	border-top: dotted 1px #CCC;
	border-bottom: dotted 1px #CCC;
	/*
	background: url(images/hr.jpg) no-repeat bottom left;
	border-bottom: 1px #D5E2F5 solid;
	*/
}

h2 {
	font-size: 14px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #436b9e;
	margin: 15px 0 0 0;
}

h3 {
	color: #000;
	font-size: 11px;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}

h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	padding: 0;
	letter-spacing: .07em;
}

h5 {
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	color: #CC0000;
}

.brackets {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

img {
	border: 0;
}

a img {
	border: 0;
}

ul {
	padding: 0 0 15px 14px;
	margin: 0;
}

ul li {
	padding: 2px;
}

dl {
	margin: 0 10px; 
	line-height: 16pt;
}

dt {
	font-weight: bold;
	margin: 15px 0 2px 8px;
}

dd {
	margin: 0 0 5px 35px;
}

hr {
	width: 100%;
	height: 1px;
	background: url(images/hr.jpg) no-repeat bottom left;
	margin: 0;
	clear: both;
	border: none;
	margin-bottom: 10px;
}

/*
.dcap {
	color:#CC0000;
	display:inline;
	float:left;
	font-size:4.8em;
	line-height:0.8em;
	text-transform:uppercase;
	margin:0.07em 0.14em 0pt 0pt;
}
*/

.isoBlock {
	float: right;
	width: 180px;
	border: 1px dotted #666666;
	background: #eeecec url(images/floral.jpg) center 90px no-repeat;
	text-align: center;
	padding: 10px 0 30px 0;
	margin: 0 0 15px 20px;
}

.isoTopText {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.isoBlockHome {
	float: right;
	width: 200px;
	border: 1px dotted #666666;
	background: #eeecec url(images/floral.jpg) center 90px no-repeat;
	text-align: center;
	padding: 10px 0 30px 0;
	margin: 15px 0 0 0;
}

.callUs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	padding: 8px 0;
	text-align: center;
}

.callUsTitle {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #CC0000;
}

.grey {
	color: #333333;
}

.red {
	color: #448212;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .07em;
	font-weight: bold;
}

.blockout {
	background: #FFFFCC;
	border-left: 1px solid #333333;
	margin-left: 25px;
	padding: 15px 5px;
}


/* --------------------------------------- MAIN NAV  */


#nav ul {
	border-right: 1px #E1E1E1 solid;
	border-left: 1px #E1E1E1 solid;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px #E1E1E1 solid;
	border-top: 1px #fff solid;
}

#nav ul a, #nav ul a:visited {
	display: block;
	color: #000;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	padding: 5px 4px 5px 15px;
}

#nav ul a:hover {
	color: #000;
	text-decoration: none;
	background: #e5e3e3;
}

#nav ul a:active {
	display: block;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

/* Indented Sub Navigation */
#nav ul li a.navIndent {
	padding-left: 28px;
	background: url(images/bullet_arrow.gif) no-repeat 20px 10px;
}

#nav ul a.navIndent:hover {
	color: #000;
	padding-left: 28px;
	text-decoration: none;
	background: url(images/bullet_arrow.gif) no-repeat 20px 10px #e5e3e3;
}


/* --------------------------------------- HOME */

.homeLeft {
	float: left;
	width: 400px;
	margin-bottom: 15px;
	border-right: 1px dotted #CCC;
	padding-right: 13px;
}

.homeRight {
	float: right;
	width: 255px;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}

.clients {
	float: right;
	width: 150px;
	border-left: 1px dotted #CCC;
	padding-left: 20px;
}

.homead {
	float: left;
	width: 240px;
	margin: 0 15px 0 0;
}

.homead2 {
	float: left;
	width: 185px;
	margin: 0 15px 0 0;
	border-left: 1px dotted #CCC;
	padding-left: 20px;
}

.blockquote {
	color:#363636;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: .05em;
}

div.main {
	float: right;
	margin: 0 0 12px 20px;
	padding: 8px;
	background: #F4F4F4;
	font-size: 10px;
	text-align: center;
	border: 1px #E1E1E1 solid;
}

div.main img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}

div.main a img:hover {
	border: 1px solid #3e6dbb;
}

div.mainDistribute {
	padding: 3px;
	background: #F4F4F4;
	text-align: center;
	border: 1px #E1E1E1 solid;
}

div.mainDistribute img {
	border: 1px solid #CCC;
}

div.mainDistribute a img:hover {
	border: 1px solid #3e6dbb;
}

div.maincenter {
	margin: 0 0 20px 0;
	padding: 8px;
	background: #F4F4F4;
	font-size: 10px;
	text-align: center;
	border: 1px #E1E1E1 solid;
	vertical-align: top;
}

div.maincenter img{
	margin-bottom: 5px;
}


/* --------------------------------------- STAFF PAGE  */

table.staff {
	border: 1px #E1E1E1 solid;
}

table.staff td.title1 {
	background: #E4E3E3;
}

table.staff td.info1 {
	background: #E4E3E3;
}

table.staff td.title2 {
	background: #F4F4F4;
}

table.staff td.info2 {
	background: #F4F4F4;
}

/* --------------------------------------- DISTRIBUTION PAGE  */

.distribute {
	float: left;
	width: 200px;
	margin-right: 40px;
}

.distributeLast {
	float: left;
	width: 200px;
}

	/* --------------------------------------- CONTACT FORM  */

table.contactform {
	font-size: 10px;
	border: 1px #E1E1E1 solid;
}

table.contactform h3 {
	margin: 0;
	padding: 10px 0 15px 20px;
	font-size: 10px;
	font-weight: bold;
}

table.contactform td {
	padding: 8px 8px 25px 8px;
	background: #F4F4F4;
}

table.contactform td.h3 {
	padding: 5px 0 0 0;
	background: #E4E3E3;
}

table.contactform td table.commenttable td {
	padding: 0;
}


/* ----------------------------------------- SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}