@charset "utf-8";

/********************************************************
Reset Styles
Used to reset the default browser styles when a 
style rule is not present.
*********************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html,
body,
form
{
    height: 100%;
}

body
{
	color: #45341f;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}

body.background
{
	background: #000 url(images/background.jpg) repeat-x;
}

/**************************
	Page
**************************/

a, a:visited
{
	color: #5d4b0a;
	text-decoration: none;
}

a:active
{
	outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
	-moz-outline-style: none;
}

a.learnMore
{
	font-weight: bold;
}

h1
{

}

h2
{

}

h3
{

}

h3.introText 
{
    font-size:22px; 
    padding:10px 0; 
    margin:0 0 10px; 
    line-height:25px; 
    font-weight:normal;  
    border-bottom: 1px solid #B38419;
}

h3.header
{
	border-bottom: 2px solid #e6d5bb;
	color: #45341F;
	font-family: georgia;
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 10px 0;
}

img
{
	border: none;
}

a img
{
    border: 0;
}

img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.right-border
{
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    border:3px solid #C5BCAD;
}

img.left-border
{
    margin-top: 10px;
    margin-bottom: 10px;
    border:3px solid #C5BCAD;
}

.clearfix
{
	clear: both;
}

form
{
	height: 100%;
}

ul,
ol
{
	margin: 8px 0 10px 10px;
	padding: 0;
}

li
{
	color: #5d4b0a;
	padding: 2px 0;
}

li a
{
	text-decoration:none;
}

/*************************************
    *** Begin Affiliate Bar ***
*************************************/
#affiliate-bar
{
    height: 40px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    *-width:120%;
    z-index: 7001;
}

#affiliate-content-wrapper
{
    background: #2f585e url(images/background-affiliate.gif) repeat-x;
    clear: both;
    display: none;
    float: left;
    width: 100%;
}

#affiliate-content
{
    color: #fff;
    margin: auto;
    padding: 10px 0 0 0 ;
    width: 960px;
}    
    
#affiliate-content-left
{
	float: left;
	width: 600px;
}

#affiliate-content-right
{
	float: left;
	width: 360px;
}

#affiliate-content-left a,
#close-button a,
#affiliate-content-right a
{
	color: #fff;
	text-decoration: none;
}

#affiliate-content-right ul
{
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#affiliate-content-right ul li
{
	border-bottom: dashed 1px #fff;
	list-style-type: none;
	padding: 10px 0 10px 0;
}

#close-button
{
	margin: auto;
	text-transform: uppercase;
	width: 960px;
}

   
#affiliate-tab-wrapper
{
    background: transparent url(images/background-affiliate-bar.gif) repeat-x center top;
    clear: both;
    float: left;
    height: 40px;
    width: 100%;
}

* html #affiliate-tab-wrapper
{
}
   
#affiliate-tab
{
    margin: 0 auto;
    text-align: right;
    width: 960px;
}

table#stdavids-locations
{
    margin-top:25px;
}
    
table#stdavids-locations td
{
    border-bottom:1px dotted #ffffff;
    padding:8px;
}

/*************************************
    *** End Affiliate Bar ***
*************************************/

#cmsWrapper
{
	clear: both;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

#container
{
    float: left;
    height: 100%;
}

/*************************************
    *** Header Section  ***
*************************************/
#header
{
	background: transparent url(images/background-header-curve.gif) no-repeat scroll left bottom;
	float: left;
	height: 259px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

* html #header
{
    height: 218px;
}

/*  Begin Header Left Side  */
#header .left
{
    clear: both;
    float: left;
}
/*  End Header Left Side    */

/*  Begin Header Right Side */
#header .right
{
    display: none;
}
/*  End Header Right Side   */

.curve
{
    clear: both;
	float: left;
	height: 127px;
	margin-top: 69px;
	*-margin-top: 58px;
	width: 960px;
}

.logo
{
	margin: 0 auto;
	padding: 56px 0 27px 0;
	width: 527px;
}

/*************************************
   ***  End Header Section  ***
*************************************/


/*************************************
    *** Navigation Section  ***
*************************************/
#navigation
{
	background: transparent url(images/background-header-menu.gif) no-repeat scroll top center;
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 25px;
	min-height: 38px;
	width: 960px;
}

* html #navigation
{
	height: 38px;
}

/*************************************
    *** End Navigation Section   ***
*************************************/


/*************************************
    *** Content Section ***
*************************************/
#content
{
	background: url(images/background-content.gif) repeat-y;
	clear: both;
	float: left;
	margin: 35px 0 0;
	padding-bottom: 20px;
	width: 960px;
}

/*********************************
    *** Banner Section  ***
*********************************/
#banner
{
    float: left;
    width: 616px;
}

/*   Begin Banner Left Side  */
#banner .left
{
    float: left;
    width: 616px;
}
/*   End Banner Left Side    */

/*   Begin Banner Right Side */
#banner .right
{
    display: none;
    float: left;
}
/*   End Banner Right Side   */

/*********************************
    *** End Banner Section   ***
*********************************/

/*********************************
*   Begin Title Section
*********************************/
#title
{
	/*	Styled in template specific stylesheet	*/
	display: none;
	float: left;
	margin-top: 20px;
	padding: 0 28px 5px;
	width: 560px;
}

/*   Begin Title Left Side  */
#title .left
{
    display: none;
}
/*   End Title Left Side    */

/*   Begin Title Right Side */
#title .right
{
    display: none;
}
/*   End Title Right Side   */

#title h2.garamond
{
	font-size: 23px;
}

#breadcrumbs
{
	/*	Styled in template specific stylesheet	*/
	display: none;
	float: left;
	width: 616px;
}

#breadcrumbs .left
{
    display: none;
}

#breadcrumbs .right
{
    display: none;
}

/*********************************
*    End Title Section
*********************************/

/*********************************
*   Begin Content Large Column
*********************************/
#largeColumn
{
	float: left;
	margin-right: 28px;
	min-height: 210px;
	width: 616px;
}

* html #largeColumn
{
	height: 140px;
}

#largeColumn .divider
{
	background: url(images/background-row-divider.jpg) no-repeat;
	clear: both;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	width: 560px;
}

#row1Divider,
#row2Divider
{
    display: none;
}

#row1Divider .divider,
#row2Divider .divider
{
	margin: 0 28px;
}

p.introParagraph
{
    line-height:21px;
}

/*   Begin Content Large Row1  */
#largeColumn .row1
{
    display: none;
}

#largeColumn .row1 .left
{
    display: none;
}

#largeColumn .row1 .middle
{
    display: none;
}

#largeColumn .row1 .right
{
    display: none;
}
/*   End Content Large Row1  */

/*   Begin Content Large Row2  */
#largeColumn .row2
{
    display: none;
}

#largeColumn .row2 .left
{
    display: none;
}

#largeColumn .row2 .middle
{
    display: none;
}

#largeColumn .row2 .right
{
    display: none;
}
/*   End Content Large Row2  */

/*   Begin Content Large Row3  */
#largeColumn .row3
{
    display: none;
}

#largeColumn .row3 .left
{
    display: none;
}

#largeColumn .row3 .middle
{
    display: none;
}

#largeColumn .row3 .right
{
    display: none;
}
/*   End Content Large Row3  */

/*********************************
*  End Content Large Column
*********************************/

/*********************************
*   Begin Content Small Column
*********************************/
#smallColumn
{
	float: left;
	font-size: 11px;
	width: 316px;
}

/*   Begin Content Small Row1  */
#smallColumn .row1
{
    display: block;
    clear: both;
    float: left;
    padding: 0 24px;
    *-padding: 0 0 0 23px;
    width: 268px;
}
/*   End Content Small Row1  */

/*   Begin Content Small Row2  */
#smallColumn .row2
{
    display: block;
    clear: both;
    float: left;
    padding: 0 26px;
    *-padding: 0 0 0 23px;
    width: 264px;
}
/*   End Content Small Row2  */

/*   Begin Content Small Row3  */
#smallColumn .row3
{
    display: block;
    clear: both;
    float: left;
    padding: 0 26px;
    *-padding: 0 0 0 23px;
    width: 264px;
}
/*   End Content Small Row3  */

#smallColumn .top
{
	background: url(images/background-right-content.jpg) repeat-y;
	width: 316px;
}

#smallColumn .topWrapper
{
	background: url(images/background-right-top.jpg) no-repeat;
	padding-top: 18px;
}

#smallColumn .content
{
	min-height: 144px;
	padding: 0 20px;
	width: 276px;
}

* html #smallColumn .content
{
	height: 130px;
}

#smallColumn .content h3.garamond
{
	color: White;
	font-size: 24px;
	padding-top: 14px;
	margin-top:0;
}

#smallColumn .links ul
{
	list-style-type: none;
	margin: 5px 0 0 5px;
	padding: 0;
}

#smallColumn .links li
{
	border-bottom: 1px solid #4d6985;
}

#smallColumn .links li.last
{
	border-bottom: 0;
}

#smallColumn .links li a
{
	color: White;
	line-height: 24px;
	text-decoration:none;
}

#smallColumn .links li img
{
	padding-right: 4px;
	vertical-align: middle;
}

#smallColumn .divider
{
    background: url(images/background-right-divider.jpg) no-repeat;
    clear: both;
    height: 26px;
    margin: 10px auto 0;
    padding: 0 0 10px;
    width: 264px;
}

#smallColumn .dividerNoImage
{
    height: 22px;
    margin: 0 auto;
    width: 276px;
}

#search
{
	background: url(images/background-search.gif) no-repeat;
	height: 73px;
	padding-top: 61px;
	width: 316px;
}

/*********************************
*  End Content Small Column
*********************************/

/*********************************
*  Begin Bottom
*********************************/
#bottom
{
    clear: both;
    display: none;
    float: left;
}
/*********************************
*  End Bottom
*********************************/

/*************************************
    *** End Content Section ***
*************************************/

/*************************************
    *** Footer Section  ***
*************************************/
#footerWrapper
{
    background: #d4e7e4 url(images/background-footer.jpg) repeat-x;
    clear: both;
    float: left;
    font-size: 12px;
    min-height: 258px;
    width: 100%;
	color: #000;
}

* html #footerWrapper
{
    height: 258px;
}

#footer
{
	font-family: Verdana;
	font-size: 11px;
    margin: 0 auto;
    padding-top: 25px;
    width: 960px;
}

#footer a,
#footer a:visited
{
    color: #000;
    text-decoration: none;
}

#footer a:hover
{
    color: #4e5554;
}

#footer .row
{
    clear: both;
    float: left;
    width: 960px;
}
.footerColumn
{
    float: left;
    line-height: 1.7em;
    border-right: solid 1px #9cb2b0;
    min-height: 180px;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 20px;
}

* html .footerColumn
{
    height: 180px;
}

.footerColumn.first
{
	padding-left: 30px;
}

.footerColumn.last
{
	border-right: 0;
}

#socialBookmarking
{
    float: left;
    height: 30px;
    margin-top: 20px;
    padding-left: 30px;
    width: 490px;
}

#designByGray
{
    float: right;
    font-size: 10px;
    height: 30px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    width: 420px;
}

#designByGray a ,
#designByGray a:visited
{
    color: #666666;
    text-decoration: none;
}

#designByGray img
{
	vertical-align: middle;
}
/*************************************
    *** End Footer Section  ***
*************************************/

h3.garamond
{
	font-size: 17px;
	padding-bottom: 5px;
}

.introText
{
	color: #b38419;
	font-size: 18px;
	line-height: 24px;
}

.ourTeam
{
    background: url(images/banner-our-team.jpg) no-repeat;
    width: 268px;
}

.ourTeam p
{
    display: block;
    margin: 0;
    padding: 55px 0 10px 10px;
    width: 135px;
}

.callout-small {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(images/background-gradient.gif) repeat-x scroll 0 0;
border-color:#C09756;
border-style:solid;
border-width:3px 1px 1px;
float:right;
margin:0 0 20px 10px;
padding:15px;
width:200px;
}


/*************************************
    *** Dynamic Form ***
*************************************/

.dynamicFormRow
{
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding-bottom: 10px;
	width: 100%;
}

.dynamicFormLeftColumn 
{
	float:left;
	padding:5px;
	width:200px;
}

.dynamicFormRightColumn 
{
	float:left;
	padding:5px;
}

/*************************************
    *** End Dynamic Form Section ***
*************************************/

.locations
{
	background:#FFFFFF url(images/background-gradient.gif) repeat-x scroll 0 0;
	border-color:#C09756;
	border-style:solid;
	border-width:3px 1px 1px;
	float:right;
	margin:0 0 20px 10px;
	padding:15px;
}

/* youtube tabbed css */


#youtube-video
			{
				background: none repeat scroll 0 0 #FAF7F3;
				border: 1px solid #E3E3E3;
				clear: both;
				padding: 5px;
				width: 540px;
			}
			
			#youtube-video .ytVideoPlayer
			{
			    display: inline-block;
				margin-right: 10px;
				width: 260px;
			}
			
			#youtube-video .ytPlayList
			{
			    display: inline-block;
				height: 171px;
				overflow: auto;
				width: 270px;
			}
			
			#youtube-video .ytPlayList ul
			{
				height: 171px;
				margin: 0;
				overflow: auto;
				padding: 0;
				width: 270px;
			}
			
			#youtube-video .ytPlayList li
			{
				clear:both;
				display:block;
				font-size:10px;
				line-height:14px;
				list-style-type:none;
				margin:0;
				padding:7px;
				width:235px;
			}
			
			#youtube-video .ytPlayList .currentVideo
			{
				background-color: #EFE4D4;
			}
			
			#youtube-video .ytPlayList img
			{
				border: 0;
				float: left;
				padding-right: 5px;
				width: 50px;
			}
			
			/* youtube wide css */


#youtube-video-wide
			{
				background: none repeat scroll 0 0 #FAF7F3;
				border: 1px solid #E3E3E3;
				clear: both;
				padding: 5px;
				width: 540px;
			}
			
			#youtube-video-wide .ytVideoPlayer
			{
			    display: inline-block;
				margin-right: 10px;
				width: 540px;
			}
			
			#youtube-video-wide .ytPlayList
			{
			    display: inline-block;
				height: 171px;
				overflow: auto;
				width: 540px;
			}
			
			#youtube-video-wide .ytPlayList ul
			{
				height: 171px;
				margin: 0;
				overflow: auto;
				padding: 0;
				width: 540px;
			}
			
			#youtube-video-wide .ytPlayList li
			{
				clear:both;
				display:block;
				font-size:10px;
				line-height:14px;
				list-style-type:none;
				margin:0;
				padding:7px;
				width:505px;
			}
			
			#youtube-video-wide .ytPlayList .currentVideo
			{
				background-color: #EFE4D4;
			}
			
			#youtube-video-wide .ytPlayList img
			{
				border: 0;
				float: left;
				padding-right: 5px;
				width: 75px;
			}
	
.SocialCol {
float:left;
width: 170px;
padding-right:14px;
}
.social16 {
border:medium none !important;
float:left;
margin-top:-2px;
padding-right:5px;
}
#bioContainer {width:100%;}
#bioContainer ul {padding-left:15px;}
#bioContainer li {float:left; width:155px; text-align:center; list-style:none; padding:15px 5px;}
#bioContainer img {padding: 0 11px; }

