@charset "UTF-8";
/* CSS Document */

/* clear browser induced styles */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, form, input, blockquote {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}


a img {
	border: none;
}

/*****************************************************************************************************
	LAYOUT
*****************************************************************************************************/
body {
	background: url(../images/bg-inner-pages.jpg) repeat-x #111112;
}

#wrapper {
	width: 920px;
	margin: 0 auto 0 auto;
	background: url(../images/bg-wrapper.png) repeat-y;
}

#top {
	width: 100%;
}

#nav {
	background: url(../images/bg-nav.jpg) no-repeat;
	width: 100%;
	height: 57px;
	padding-top: 10px;
	text-align: center;
}

#nav a {
	margin-right: 25px;
}

#content {
	width: 920px;
	padding: 5px 0px 10px 0px;
}

/* COMMON LAYOUT CLASSES */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.dynamic { visibility: hidden; position: absolute; top: 0px; left: 0px; }
.cursor { cursor: pointer; }
#phrase { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; visibility: hidden;  }

/*****************************************************************************************************
	TYPOGRAPHY AND LINKS
*****************************************************************************************************/
body {
	font-family: "Trebuchet MS", sans-serif;
	color: white;
}

#nav a, #nav a:visited {
	font-size: 16px;
	color: yellow;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999, -1px -1px 1px #333;
}	

#nav a:hover {
	color: #00B6BD; /* TURQUOISE */
}

#nav a:active {
	color: black;	
}

h2 {
	width: 425px;
	padding: 10px 10px 15px 15px;
	font-size: 18px;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #999, -1px -1px 1px #333;
}

h2.right-half {
	background: url(../images/bg-h2.png) top left no-repeat;
	text-align: left;
	height: 17px;
}

h2.right-two-thirds {
	width: 575px;
	background:  url(../images/bg-h2-right-two-thirds.png)top left no-repeat;
	text-align: left;
	height: 17px;
}

h2.left-one-third {
	width: 260px;
	height: 17px;
	padding: 10px 10px 15px 30px;
	background: url(../images/bg-h2-left-one-third.png) top left no-repeat;
}

h2.full {
	text-align: center;
	width: 895px;
	height: 17px;
	background: url(../images/bg-h2-full.png) top left no-repeat;
}

h2 a, h2 a:visited {
	color:  yellow;
}

h2 a:hover {
	color: white;
}

#content p, #content li {
	font-size: 18px;
	margin: 0px 50px 10px 50px;
}

#content .small {
	font-size: 12px;
	color:#CCCCCC;
}

p b {
	color: white;
}

#content .big, #content li.big {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

p a, li a, td a, p a:visited, li a:visited, td a:visited {
	color: yellow;
}

p a:hover, li a:hover, td a:hover {
	color: #00B6BD; /* TURQUOISE */
}

#content p.last, #content li.last {
	margin: 0px 50px 30px 50px;
}

ul {
	list-style: inside disc;
}

/*****************************************************************************************************
	IMAGES
*****************************************************************************************************/
.tiny_thumb {
	display: block;
	width: 130px;
	height: 130px;
	margin: 0px 0px 5px 10px;
}

.tiny_thumb img, .tiny_thumb:visited img {
	width: 120px;
	border: 1px solid white;
}

.tiny_thumb:hover img {
	border-color: #00B6BD; /* TURQUOISE */
}

.big_thumb {
	display: block;
	width: 190px;
	height: 190px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.big_thumb img, .big_thumb:visited img {
	width: 188px;
	border: 1px solid yellow;
}

.big_thumb:hover img {
	border-color: #00B6BD; /* TURQUOISE */
}

.no_margin {
	margin-right: 0px !important;
}

a.micro_thumb, a.micro_thumb:visited {
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 5px;
	margin-bottom: 5px; 
	cursor: pointer;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	float: left;	
}

a.micro_thumb img, a.micro_thumb:visited img {
	border: 1px solid white;	
}

a.micro_thumb:hover img {
	border: 1px solid yellow;	
}

a.micro_thumb:active img {
	border: 1px solid black;	
}

#content p#caption {
	background-color: #666;
	color: white;
	font-size: 12px;
	font-style: italic;
	padding: 8px 5px 5px 5px;
	box-shadow: inset 0px 2px 5px #000;	
	-moz-box-shadow: inset 0px 2px 5px #000;	
	-webkit-box-shadow: inset 0px 2px 5px #000;	
}

/*****************************************************************************************************
	Forms
*****************************************************************************************************/
#content form p {
	clear: both;
	margin-bottom: 25px;
}

p.status {
	background-color: #FFFFCC;
	border: 1px solid red;
	color: red;
	padding: 5px;
}

label {
	float: left;
	text-align: right;
	margin-right: 10px;
	width: 150px;
}

.text-input {
	font-family: "Trebuchet MS", sans-serif;
	padding: 5px;
	border: 1px solid black;
	background-color: #CCCCCC;
	font-size: 14px;
	width: 320px;
}

.text-input:focus {
	background-color: white;
}

.submit {
	margin-left: 160px;
}


/**********************************************************************
	Page Specific Styles
**********************************************************************/

#screenprinting div.left p {
	margin: 0px 20px 10px 46px;
}

#screenprinting div.left img {
	width: 380px;
	border: 2px solid #00B6BD; /* TURQUOISE */
}

#about img.right {
	border: 1px solid;
	display: block;
	margin: 0 0 20px 20px;
}

/*****************************************************************************************************
	FOOTER STYLES
*****************************************************************************************************/
#footer {
	width: 920px;
	margin: 0 auto 0 auto;
}

#address {
	width: 100%;
	text-align: center;
	background: url(../images/footer_bg_top.gif) no-repeat;
	height: 30px;
	padding-top: 20px;
}

#address p {
	font-weight: bold;
	font-size: 14px;
	color: black;
}

#tl_wrapper {
	width: 100%;
	background: url(../images/footer_bg_middle.gif) no-repeat black;
}

#text_links {
	background: url(../images/footer_bg_inner.gif) no-repeat #575757;
	width: 859px;
	border: 1px solid black;
	margin: 0 auto 0 auto;
	padding: 10px 10px 0 10px;
}

.tl_panel {
	width: 286px;
	float: left;
	text-align: center;
}

.tl_panel h3 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.tl_panel p {
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: lighter;
}

.tl_panel p a, .tl_panel p a:visited {
	font-weight: normal;
	color: #d7d7d7;
}

.tl_panel p a:hover {
	color: #00b6bd; /* blue-green */
}

#bottom_links {
	background: url(../images/footer_bg_bottom.gif);
	width: 100%;
	height: 34px;
	padding-top: 5px;
	text-align: center;
}

#bottom_links p {
	font-size: 10px;
}

#bottom_links p a, #bottom_links p a:visited {
	color: #999999;
	text-decoration: underline;
}

#bottom_links p a:hover {
	color: white;
}
