/*********************************
* D&D LABRADOR STYLE SHEET
*
*********************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #666 url(../images/background_tile.gif) repeat-y center;
}

a, a:visited {
	color: #3E35FF;
}

a.hover {
	color: #DA0000;
}


input, select, textarea {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#pageContainer {
	width: 924px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#pageHeader {
	padding: 0;
	height: 50px;
	overflow: hidden;
}

#utilityNav {
	position: relative;
	float: right;
	top: 20px;
	right: 20px;
	z-index: 10;
	white-space: nowrap;
}

#utilityNav ul, #pageFooter ul {
	margin: 0px;
	padding: 0px;
}

#utilityNav ul li, #pageFooter ul li {
	display: inline;
	margin: 0px 7px 0px 0px;
	padding: 0px 4px 0 0;
	list-style: none;
	color: #FFFFFF;
	font-size: 11px;
}

.borderRight {
	border-right: 1px solid #CCCCCC;
	padding: 0px 4px 0px 0px;
}

#utilityNav a, #utilityNav a:visited {
	color: #3E35FF;
	font-size: 12px;
	text-decoration: underline;
}

#utilityNav a:hover {
	color: #DA0000;
	text-decoration: underline;
}

#primaryNav {
	height: 35px;
	overflow: hidden;
	text-align: center;
	padding: 15px 0 0 0;
	background: url(../images/nav_bg.gif) repeat-x;
}

/*#navLeftCorner {
	float: left;
	height: 28px;
	width: 12px;
	background: url(../images/nav_left_corner.gif) no-repeat;
	position: relative;
	top: -5px;
}

#navRightCorner {
	float: right;
	height: 28px;
	width: 28px;
	background: url(../images/nav_right_corner.gif) no-repeat;
	position: relative;
	top: -5px;
}*/

#primaryNav ul {
	margin: 0px;
	padding: 0px;
}

#primaryNav ul li {
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style: none;
}

#primaryNav a, #primaryNav a:visited {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding: 6px 15px;
}

#primaryNav a:hover {
	color: #FFFFFF;
	/*background-color: #A8B4DB;*/
}

#primaryNav a.selected, #primaryNav a.selected:visited {
	color: #725017;
	background: url(../images/tab_left.gif) no-repeat left top;
	padding: 15px 0;
}
#primaryNav a.selected span {
	background: url(../images/tab_right.gif) no-repeat right top;
	padding: 15px 0;
}
#primaryNav a.selected span span {
	background: url(../images/tab_middle.gif) repeat-x top;
	padding: 15px 10px;
	margin: 0 10px 0 10px;
	line-height: 38px;
}


#contentBody {
	padding: 10px 30px 15px 30px;
	background: #FFF url(../images/page_background_tile.gif) repeat-y;
}

#bodyBottom {
	overflow: hidden;
	height: 43px;
	padding: 0;
	background: url(../images/page_footer.gif) repeat-x;
	clear: both;
}

/*#bodyCorner_L {
	height: 40px;
	width: 40px;
	float: left;
	position: relative;
	top: -13px;
	left: -5px;
	background: url(../images/body_corner_l.gif) no-repeat;
}

#bodyCorner_R {
	height: 40px;
	width: 40px;
	float: right;
	position: relative;
	top: -13px;
	left: 6px;
	background: url(../images/body_corner_r.gif) no-repeat;
}*/

/*
#bodyConnect {
	float: left;
	height: 14px;
	width: 1px;
	border-left: 1px solid #E5E5E5;
}*/

h1 {
	color: #5396DA;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin: 10px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #FFB239;
	font-weight: bold;
	margin: 0 0 10px 0px;
	/*text-decoration: underline;*/
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

p.normal {
	margin: 0px;
}

ul.tabs {
	margin: 25px 0 0 0;
	padding: 0px;
	position: relative;
	z-index: 10;
	display: block;
}

ul.tabs li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

ul.tabs a, ul.tabs a:visited {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 7px 10px 8px 10px;
	border: 1px solid #666;
	/*background: #C6E0FA;*/
	background: #DBDBDB;
}

ul.tabs a:hover {
	color: #000;
	background: #C1E0FF; /* CCCCCC */
}

ul.tabs a.selected, ul.tabs a.selected:visited {
	color: #000;
	border: 1px solid #666;
	border-bottom: 1px solid #FFF;
	background: #FFF;
}

ul.list {
	margin: 10px 0px 0px 50px;
	padding: 0px;
}

ul.list li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style: url(../images/list_bullet.gif);
}

#tabsContent {
	border: 1px solid #666;
	/*width: 451px;*/
	padding: 20px 15px 15px 15px;
	margin: 5px 0 0 0;
}

input.button {
	background: #3E59FF;
	font-weight: bold;
	color: #FFFFFF;
}

.note {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.twoColumns {
	width: 525px;
}
.twoColumns_Home {
	float: left;
	width: 525px;
	/*height: 520px;*/
	padding: 0 20px;
	border-right: 1px solid #999;
}

.threeColumns {
	float: left;
	width: 240px;
	height: 1400px;
	padding: 0 20px;
	border-right: 1px solid #999;
}
.noRule {
	border: none !important;
}

.flashBorder {
	 border-bottom: 1px solid #858585;
	 height: 160px;
	 padding: 1px 0 2px 0;
	 margin: -10px -15px 0 -15px;
}

.fieldLabel {
	font-weight: bold;
}

.center {
	vertical-align: middle;
}




/*.additionalLinks {	
	width: 209px;
	float: right;
	margin: 0px 0px 30px 15px;
}

.additionalLinksHeader {
	margin: 0px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background: url(../images/links_header.gif) no-repeat;
	color: #FFFFFF;
}

.additionalLinksContent {
	padding: 5px;
	border: 1px solid #FFA200;
}

.additionalLinksHeaderGreen {
	margin: 0px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background: url(../images/links_header_green.gif) no-repeat;
	color: #FFFFFF;
}

.additionalLinksContentGreen {
	padding: 5px;
	border: 1px solid #5BA05E;
}*/

#pageGraphic {
	float: right;
	margin-top: 35px;
	width: 278px;
	overflow: hidden;
}
#pageGraphic img {
	margin-bottom: 20px;
}
.imageMask {
	background: url(../images/Mask.gif) no-repeat;
	position: absolute;
	z-index: 20;
	width: 278px;
	height: 196px;
}
.imageMaskTall {
	background: url(../images/VMask.gif) no-repeat;
	position: absolute;
	z-index: 20;
	width: 278px;
	height: 330px;
}

.clear {
	clear: both;
	height: 1px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.profile {
	margin: 0 10px 10px 0;
	border: 1px solid #333;
	padding: 1px;
}

.rule {
	border-top: 1px solid #666;
}

.profileLeft {
	float: left;
	width: 260px;
	border-right: 1px solid #999;
	padding: 0 20px 20px 0;
}

.galleryContainer {
	float: right;
	width: 540px;
	padding: 0 0 0 5px;
}
.featureContainer {
	width: 720px !important;
}
.galleryContainer a {
	float: left;
	width: 180px;
	text-align: center;
}
.galleryContainer img {
	border: 1px solid #666;
	margin: 0 15px 15px 0;
	padding: 1px;
}
img.border {
	border: 1px solid #666;
	margin: 0;
	padding: 1px;
}

.quote {
	background: #C1E0FF;
	border-top: 2px solid #3169A2;
	padding: 10px 20px;
	font-weight: bold;
	line-height: 20px;
}

.alert {
	background: #FFDD8C url(../images/alert_icon.gif) no-repeat 5px 5px;
	border-top: 2px solid #EF7C00;
	padding: 10px 20px 10px 40px;
	font-weight: normal;
	line-height: 20px;
}

#socialLinks {
	/*float: right;
	position: relative;*/
	position: absolute;
	text-align: right;
	margin: 6px 0 0 570px;
	width: 310px;
	height: 28px;
	overflow: hidden;
}
#facebookLike {
	float: right;
	overflow-x: hidden;
	width: 125px;
	margin: 0 0 0 0;
}
#twitterTweet {
	float: right;
	overflow-x: hidden;
	width: 105px;
	margin: 1px 0 0 0;
}
#plusOne {
	float: right;
	overflow-x: hidden;
	width: 75px;
	margin: 1px 0 0 0;	
}


/**********************************
* FOOTER STYLES 
***********************************/
#pageFooter {
	text-align: center;
	margin: 10px 0px 15px 0px;
	color: #333;
	font-size: 10px;
}

#pageFooter a, #pageFooter a:visited {
	color: #333;
	text-decoration: underline;
}

#pageFooter a:hover {
	text-decoration: none;
}



