
/*********************************
* Global Promotions
*********************************/
#featured a {
    display: block;
    width: 216px;
    height: 121px;
    overflow: hidden;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/btn_streaming_video.jpg) top left no-repeat;
}

#featured a:hover {
    background: url(../images/btn_streaming_video.jpg) bottom left no-repeat;
}

#featured div {
    padding: 6px 12px 20px 16px;
    color: #E0E0E0;
}

#contact a {
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    overflow: hidden;
    width: 225px;
    height: 22px;
    background: url(../images/btn_contact.gif) top left no-repeat;
}

#contact a:hover {
    background: url(../images/btn_contact.gif) bottom left no-repeat;
}

/*********************************
* Lists 
*********************************/

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(../images/bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #33333;
}

/*********************************
* HTML Mods 
*********************************/

body { 
    margin: 0;
    padding: 0;
    text-align: center;
    background: #1C345D url(../images/bg_interior.gif) top left repeat-x;
}

* {
    margin: 0; 
    padding: 0;
    font-size: 11px; 
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #333;
    line-height: 15px;
}

a {
    outline: none;
    color: #662117;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0 0 10px 0;
}

h2 {
	padding: 7px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #641E14;
}

h6 {
	padding: 7px 0 0px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #641E14;
}

sup {
    font-size: 7px;
    color: #E0E0E0;
}

/*********************************
* Layout Definitions
*********************************/

#content {
    width: 733px;
    margin: 0px auto; 
    text-align: left;
}

#logo a {
    float: left;
    margin-top: 10px;
    width: 224px;
    height: 151px;
    text-indent: -9999px;
    background: url(../images/logo_interior.jpg) top left no-repeat;
}

#logo a:hover {
    background: url(../images/logo_interior.jpg) bottom left no-repeat;
}

#photo-top {
    float: left;
    margin-top: 0px;
}

#left-column {
    float: left;
    width: 489px;
    margin-top: 4px;
}

#left-padding {
    padding: 11px 13px 15px 12px;
    border-right: 1px solid #464646;
}

#right-column {
    float: right;
    width: 244px;
    margin-top: 4px;  
}

#right-padding {
    padding-left: 8px;    
}

#container {
    width: 453px;
    border: 5px solid #848383;
    background: #EEE2CC url(../images/fade.jpg) top left no-repeat;
    color: #333333;
}

#container div.padding {
    padding: 22px;
}

#container div p {
	color: #333333;
	line-height: 20px;
	padding-top: 0px;	
}

.featured h3 {
    height: 15px;
	padding-bottom: 9px;
    text-indent: -9999px;
    background: url(../images/featuredhome.gif) top left no-repeat;
}

.featured div {
    padding: 10px 12px 20px 16px;
    color: #E0E0E0;
}

.featured div span {
    color: #E0E0E0;
}

.featured em {
    display: block;
    padding-top: 7px;
    color: #E0E0E0;
    font-style: normal;
}

ul.testimonials2 li div em {
    display: block;
    padding: 7px 0 10px 0;
}



.testimonials h3 {
    height: 15px;
    text-indent: -9999px;
    background: url(../images/testimonials.gif) top left no-repeat;
}

.testimonials div {
    padding: 10px 12px 20px 16px;
    color: #E0E0E0;
}

.testimonials div span {
    color: #E0E0E0;
}

.testimonials em {
    display: block;
    padding-top: 7px;
    color: #E0E0E0;
    font-style: normal;
}

ul.testimonials2 li div em {
    display: block;
    padding: 7px 0 10px 0;
}

.right-text {
    padding: 10px 12px 20px 16px;
    color: #E0E0E0;
}

.right-text a{
    color: #E0E0E0;
}

.right-text strong {
    color: #E0E0E0;
    font-size: 10px;
}

.content-photo {
    float: left;
    padding: 5px 15px 5px 0;
}

.content-quote {
    float: left;
    padding: 0px 0px 0px 0;
	
	
}

#content-quote p { position: absolute; left: 0; background: url(../images/quote.gif) 0.1em no-repeat; padding: 0 0 0 2.25em; }


/*********************************
* Footer Definitions
*********************************/

#footer {
    clear: both;
    border-top: 1px solid #464646;
    width: 711px;
    margin-left: 11px;
}

#footer div, #footer div a {
    color: #999999;
    font-size: 10px;
}

#footer-left {
    padding: 12px 0 20px 0;
}

#footer-right {
    float: right;
    padding: 12px 0 20px 0;
}


/*********************************
* Form Elements
*********************************/

#indicates-required {
    margin: 7px 0 15px 0;
    text-indent: -9999px;
    height: 10px;
    background: url(/images/indicates_required.gif) top left no-repeat;
}

.form-field {
    padding: 2px;
    background: #fff url(../images/form_bg.gif) top left repeat-x;
    width: 178px;
    border: 1px solid #C8BCA6;
}


.drop-down {
    padding: 2px;
    width: 183px;
    border: 1px solid #C8BCA6;
}

.drop-down2 {
    padding: 2px;
    width: 250px;
    border: 1px solid #C8BCA6;
    height: 20px;
}

.form-space td {
    padding-bottom: 10px;
}

.required {
    background: url(/images/required_icon.gif) 0 4px no-repeat;
    padding: 0 0 0 13px;
}

.hidden {
    color: #EEE2CC;
}

.comments {
    padding: 2px;
    background: #fff url(../images/form_bg.gif) top left repeat-x;
    width: 350px;
    border: 1px solid #C8BCA6;
}

.error {
    border-top: 1px solid #D5B089;
    border-bottom: 1px solid #D5B089;
    margin-bottom: 10px;
    padding: 10px 0;
}

.error ul {
    list-style: none;
    margin-top: 5px;
}

.error ul li {
    background: url(/images/bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #5B180F;
}

.error h3 {
    color: #5B180F;
    text-transform: uppercase;
    font-size: 10px;
}

#directions {
	padding: 6px;
	background-color: #CDC1AB;
	border-right: 1px solid #C59664;
	border-bottom: 1px solid #C59664;
	border-top: 1px solid #C59664;
	border-left: 1px solid #C59664;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


#map {
	background-color: #CDC1AB;
	border-right: 1px solid #AC9780;
	border-bottom: 1px solid #AC9780;
	border-top: 1px solid #AC9780;
	border-left: 1px solid #AC9780;

}

#s0l { float: left; width: 200px; }
#s0r { float: left; width: 200px; }
#s0l_news { background: none; padding: 0px 0px 0px 0px; margin: 0 0 0px; list-style: none; }
#s0l_news li { background: none; padding: 0; margin: 0; border-bottom: 1px solid #F0DECB; }
#s0l_news li.x { border-bottom: none; }
#s0l_news li a { position: relative; display: block; font-size: 1.0em; background: url(../images/m_i_doc.gif) .1em no-repeat; padding: 0 0 0 2.25em; }
#s0l_quote li { position: relative; display: block; font-size: 1.0em; background: url(../images/quote.gif) 0em no-repeat; padding: 25px 0 0 4em; }
#s0l_news li a span { position: absolute; left: 0; background: url(../images/m_i_doc.gif) 0.1em no-repeat; padding: 0 0 0 2.25em; }
#s0l_news li a:hover, #s0l_news li a:focus, #s0l_news li a:active { background-color: #C59664; background-image: url(../images/m_i_doc.gif); color: #fff; }
#s0l_news li a:hover span, #s0l_news li a:focus span, #s0l_news li a:active span { color: #fff; }
   
   
   
   
   /*--------------------------
	Portfolio Content
--------------------------*/
#image{
	border: 1px solid #B6A88F;
	border-bottom: 0;
	margin: 0;
}
#imageNav{
	margin-bottom: 15px;
	background: #CFC2AA;
	text-align: right;
	line-height: 20px;
	font-size: 10px;
	padding: 5px 10px 5px 0;
}
#imageNav a{
	float: left;
	padding: 0 10px;
	font-weight: bold;
}
#previous{
	border-right: 1px solid #977D59;
}
#next{
	border-left: 1px solid #E1B880;
}
#projectNav{
	text-align: left;
	font-size: 10px;
	margin-top: 20px;
}
#projectNav a{
	margin-left: 20px;
	color: #666;
}
#projectNav a:hover{
	color: #FCEBD2;
}
   
