﻿/*
################################################################################
# CSS for Sampletize.com.
# Copyright: Sampletize All Rights Reserved.
# Designed by Sampletize.
################################################################################

=Defaults
=Header
=Layout
=Home Page Specific
=Content Page Specific
=Error Messages
=Footer

*/

/* =Imported Styles
--------------------------------------------------------------------------------
*/

@import url("forms.css");

/* =Defaults
--------------------------------------------------------------------------------
*/

html { 
	min-width: 980px;
}

body {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #006daf;
}

a:hover {
	text-decoration: none;
	color: #ca6828;
}

p {
  margin: 0 0 15px 0;
  color: #333;
}

h1, h2 {
  margin: 0 0 18px 0;
  padding: 0;
}

h1 {
  color: #333;
  font-size: 22px;
  line-height: 17px;
}

h2 {
  color: #006daf;
  font-size: 17px;
  line-height: 16px;
  margin-bottom: 5px;
}

h3 {
  color: #333;
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}

h4 {
  color: #333;
  margin: 0 0 10px 5px;
  padding: 0;
  font-size: 13px;
  line-height: 15px;
}

ul li {
	color: #333;
}

hr {
	height: 1px;
	color: #8fa3b8;
	border: solid 1px #8fa3b8;
	margin: 8px 0 20px 0;
}	

html>body hr {
	border-bottom: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl dd {
	margin: 0;
	padding: 0;
}

ol {
	margin: 0;
	padding: 0 0 0 25px;
}

ol li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* =Header
--------------------------------------------------------------------------------
*/

#headerWrapper {
	width: 100%;
	text-align: center;
	background: url(../images/headerBackground.gif) 0 0 repeat-x;
}

#header {
	width: 960px;
	height: 120px;
	text-align: left;
	margin: 0 auto;
}

#headerLogo {
	float: left;
	width: 320px;
	height: 86px;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
}

#headerLogo a#ctl00_sampletizeHome {
	width: 320px;
	height: 86px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
	background: url(../images/sampletizeHeaderLogo.gif) 0 0 no-repeat;
}

#headerLogo a#ctl00_sampletizeHome:hover {
	width: 320px;
	height: 86px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
	background-position: 0 -86px;
}

.headerAdminNav {
	text-align: left;
	margin: 0 0 0 760px;
	padding: 43px 0 0 0;
}

#headerNav {
	text-align: left;
	margin: 0 0 0 400px;
	padding: 35px 0 0 0;
}

#headerNav .navItem {
	float: right;
	margin: 0;
	padding: 0;
}

#headerNav a#ctl00_lnkSignUp {
	width: 168px;
	height: 45px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
	background: url(../images/headerNav01.gif) 0 0 no-repeat;
}

#headerNav a#ctl00_lnkSignUp:hover {
	width: 168px;
	height: 45px;
	display: block;
	text-decoration: none;
	text-indent: -8000px;
	background-position: 0 -45px;
}

#headerNav a#ctl00_lnkMemberLogin {
	width: 94px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background: url(../images/headerNav02.gif) 0 0 no-repeat;
}

#headerNav a#ctl00_lnkMemberLogin:hover {
	width: 94px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background-position: 0 -45px;
}

#headerNav a#ctl00_lnkMemberInfo {
	width: 94px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background: url(../images/headerNav03.gif) 0 0 no-repeat;
}

#headerNav a#ctl00_lnkMemberInfo:hover {
	width: 94px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background-position: 0 -45px;
}

#headerNav a#ctl00_lnkMemberLogout {
	width: 116px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background: url(../images/headerNav04.gif) 0 0 no-repeat;
}

#headerNav a#ctl00_lnkMemberLogout:hover {
	width: 116px;
	height: 45px;
	display: block;
	margin-left: 60px;
	text-decoration: none;
	text-indent: -8000px;
	background-position: 0 -45px;
}


/* =Layout
--------------------------------------------------------------------------------
*/

#pageWrapper {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #38536c url(../images/footerBackground.gif) left bottom repeat-x;
}

#contentWrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #f7f7f7 url(../images/contentBackground.gif) 0 0 repeat-y;
}

#contentHeader {
	width: 980px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../images/contentHeader.gif) 0 0 no-repeat;
}

#content {
	width: 960px;
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

/* =Home Page Specific
--------------------------------------------------------------------------------
*/

#homeFlashWrapper {
	width: 960px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: url(../images/homeFlashWrapperBackground.gif) 0 0 repeat-x;
}

#homePromoWrapper {
	width: 980px;
	height: 128px;
	margin: 0;
	padding: 0;
}

#homePromoWrapper ul {
	height: 128px;
	margin: 0 0 -5px 0;
	padding: 0;
	background: #000 url(../images/homePromoBackground.gif) left bottom repeat-x;
}

#homePromoWrapper ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#homePromoWrapper ul li a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

#homePromoWrapper ul li a#promo01 {
	width: 260px;
	height: 81px;
	display: block;
	margin-right: 20px;
	padding: 47px 20px 0 35px;
	background: #341417 url(../images/homePromo01.gif) 0 0 no-repeat;
}

#homePromoWrapper ul li a#promo01:hover {
	display: block;
	margin-right: 20px;
	background-position: 0 -128px;
}

#homePromoWrapper ul li a#promo02 {
	width: 267px;
	height: 81px;
	display: block;
	padding: 47px 20px 0 23px;
	background: #3b2818 url(../images/homePromo02.gif) 0 0 no-repeat;
}

#homePromoWrapper ul li a#promo02:hover {
	display: block;
	background-position: 0 -128px;
}

#homePromoWrapper ul li a#promo03 {
	width: 267px;
	height: 81px;
	display: block;
	margin-left: 20px;
	padding: 47px 20px 0 28px;
	background: #1a2833 url(../images/homePromo03.gif) 0 0 no-repeat;
}

#homePromoWrapper ul li a#promo03:hover {
	display: block;
	margin-left: 20px;
	background-position: 0 -128px;
}

/* =Content Page Specific
--------------------------------------------------------------------------------
*/

.interiorContentWrapper {
	width: 960px;
	margin: 0 0 0 10px;
	padding: 0;
	background: url(../images/interiorContentBackground.gif) left bottom repeat-x;	
}

.interiorContent {
	width: 940px;
	margin: 0 0 0 10px;
}
.interiorContentTabbedWrapper
{
    background: url(../images/tabbed_gap.gif) left 86px repeat-x;
}
.interiorContentHeight {
	float: left;
	width: 1px;
	height: 403px !important;
	height: 398px;
}

.interiorContent .singleColumn {
	margin: 0;
	padding: 35px 50px 0 50px;
}

.interiorContent .leftColumn {
	float: left;
	width: 245px;
	margin: 0;
	padding: 0 0 0 50px;
}

.interiorContent .bigImage {
	width: 295px;
	padding-left: 0;
}

.interiorContent .leftColumn ul {
	margin: 0 0 -20px 0;
	padding: 0;
}

.interiorContent .leftColumn ul li {
	list-style: none;
	margin: 0 0 19px 0;
	padding: 0;
}

.interiorContent .rightColumn {
	margin: 0 0 0 315px;
	padding: 35px 50px 0 0;
}

.interiorContent .rightColumn p.list {
	margin-bottom: 5px;
}

.ulWrapper {
	overflow: hidden;
	width: 570px;
	margin: -8px 0 10px 0;
}

.ulWrapper ul {
	margin: 0 15px 0 0;
	padding: 0 0 0 8px;
}

.ulWrapper ul li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0 0 0 13px;
	background: url(../images/contentList.gif) 0 5px no-repeat;
}

.ulWrapper ul.twoColumn {
	float: left;
	width: 225px;
}

.faq {
	width: 690px;
}


.interiorContent .contactLeftColumn {
	float: left;
	width: 575px;
	margin: 0;
	padding: 35px 0 0 50px;
}

.interiorContent .contactRightColumn {
	margin: 0 0 0 640px;
	padding: 35px 50px 0 0;
}

.interiorContent .contactRightColumn .contactMapWrapper {
	padding: 0 0 0 25px;
	border-left: solid 1px #9cb0c5;
}

.contactMapWrapper dl {
	margin: 0 0 20px 0;
	padding: 0;
}

.contactMapWrapper dl dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.contactMapWrapper dl dd {
	margin: 0;
	padding: 0;
}

.contactMapWrapper dl dd.map {
	margin-top: 10px;
}

.contactMapWrapper dl dd.map img {
	border: solid 2px #fff;
}

.interiorContentFooter {
	width: 980px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url(../images/interiorContentFooter.gif) 0 0 no-repeat;
}

.tabbed
{
    height:34px;
    background: url(../images/tabbed_background.gif) repeat-x;
}
.tabbedselected
{
    height:34px;
    width:213px;
    background: url(../images/tabbed_selected_tab.gif) no-repeat;
}
.tabbedunselected
{
    height:34px;
    width:213px;
    background: url(../images/tabbed_unselected_tab.gif) no-repeat;
}
.tabbedleftspace
{
    width:35px;
}
.tabbedwelcome
{
    font-family:Verdana;
    font-weight:bold;
    font-size:14px;
    text-align:right;
    height:60px;
    vertical-align:middle;
    padding-right:40px;
}
.tablink
{
    color:Black;
    font-size:14px;
    font-weight:bold;
    font-family:Verdana;
    vertical-align:middle;
    text-align:center;
}
.tablink a{text-decoration: none;}
.tablink a:link {color:black;}
.tablink a:visited {color:black;}
.tablink a:hover {text-decoration: none; color: black;}
.tablink a:active {color: black; text-decoration: none}





.samples
{
    font-family:Verdana;
    font-size:12px;
}



#logInWrapper {
	width: 300px;
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #9ab5cd;
	border: solid 2px #dde9f5;
}


.memberInfoBoxes
{
	background-color: #9ab5cd;
	border: solid 2px #dde9f5;
}




.entryNotes {
	float: right;
	width: 340px;
	margin: 0;
	padding: 15px 15px 3px 15px;
	text-align: left;
	background-color: #9cb7cf;
	border: solid 2px #eaf4ff;
	clear: right;
}

.personalInfo {
	margin-bottom: 160px;
}

.mobileTele {
	margin-bottom: 10px;
}

.activationCode
{
    margin-bottom:40px;
}


.pleaseNote {
	width: 350px;
	text-align: left;
}

.pleaseNote p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.hrRegistration
{
    position:absolute; 
    width:840px;
}










input 
{
    margin:0 0 15px 0;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	color: #12293f;
	border: 2px solid #12293f;
	background: #fff url(../images/inputBackground.gif) 0 0 repeat-x;
}

input.btn {
	font-size: 12px;
	font-weight: normal;
	padding: 4px 6px 4px 6px;
}

.noBorder input {
	border: 0;
	padding: 0;
	margin-bottom: 0;
	background-color: Transparent;
	background-image: none;
}

select {
	margin: 0 0 15px 0;
	padding: 3px 1px 3px 3px;
	font-size: 14px;
	color: #12293f;
	border: 2px solid #12293f;
	background: #fff url(../images/inputBackground.gif) 0 0 repeat-x;
}

input.regForm {
	width: 180px;
}




table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table tr td {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: top;
}


table tr td.tableLeftColumn {
	width: 212px;
	text-align: right;
	padding-top: 2px;
	padding-right: 8px;
}

table tr td.tableRightColumn {
	width: 370px;
	text-align: left;
}

table tr td.twoColumn {
	width: 460px;
	padding-bottom: 8px;
	text-align: center;
}

p.fuzzyCodeText {
	width: 200px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #000;
	font-size: 10px;
	line-height: 11px;
}

.signupText {
	margin: 0;
	padding: 0 0 8px 0;
}


/* =Error Messages
--------------------------------------------------------------------------------
*/

.loginError {
	color: #fff;
	margin: 0 50px 10px 50px;
	padding: 20px 10px 10px 95px;
	border: solid 2px #fff;
	background: #a61f23 url(../images/errorIcon.gif) 0 0 no-repeat;
}

.loginError ul li{
	color: #fff;
}

.required {
	font-size: 10px;
	color: #a61f23;
}

.lblMessage {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}

/* =Footer
--------------------------------------------------------------------------------
*/

#footerWrapper {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #cee0f3;
}

#footer {
	width: 960px;
	text-align: left;
	font-size: 10px;
	margin: 0 auto;
	padding: 5px 0 12px 0;
}

#footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	display: block;
	list-style: none;
	margin: 0 0 0 23px;
	padding: 0 0 0 13px;
	background: url(../images/footerList.gif) 0 5px no-repeat;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}
