﻿@charset "utf-8";
@font-face {
	font-family: 'Webfont';
	src: url('/design/fonts/webfont.eot'); /* IE9 Compat Modes */
	src: url('/design/fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/design/fonts/webfont.ttf')  format('truetype'); /* Modern Browsers */
	     
	}

* {
margin:0px;
padding:0px;
border:none;
border-style: none;
}




body  {
    font-family: Calibri, 'Webfont', serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    background-image:url('/design/images/ornament.jpg');
	
}



 H1{
	font-family: Garamond, Palatino Linotype, Gabriola, Cambria, Georgia, serif;
    font-size: 24px;
    text-align:left;
	color: #88cbc5;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 990px;  
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    position:relative;
    margin-top: 60px; 
    height: 220px;
	width: 990px;
	background-image: url('/design/images/header.png');
	background-position:center top;
	background-repeat:no-repeat;
}

.twoColFixRtHdr #header_buttons {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    margin-top: 0px;
    height: 47px;
	width: 990px;
    float: left;
}
.twoColFixRtHdr #header_phone {
    float: left;
    position:relative; 
	left: 0px;
    height: 45px;
    width: 237px;
    text-align:center;
    vertical-align:middle;
    color: #FFFFFF;
    font-size:20px;
    background-image: url('/design/images/phone.png');
	background-position:top;
	background-repeat:no-repeat;
	
}

.twoColFixRtHdr #header_phone p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    width: 237px;
	
}
.twoColFixRtHdr #header_twitter {
    float: left;
    position:relative;
	left: 440px;
    height: 47px;
    width: 54px;
	border-style: none;
	
}
.twoColFixRtHdr #header_facebook {
    float: left;
    position:relative;
	left: 450px;
    height: 47px;
    width: 54px;
	border-style: none;
}

.twoColFixRtHdr #header_language {
    float: left;
    position:relative;
    border: none;
	left: 465px;
    height: 47px;
    width: 180px;
    text-align: center;
    color: #FFFFFF;
    text-decoration:none;
    font-size:20px;
    background-image: url('/design/images/language_under.png');
    background-repeat:no-repeat;
	background-position: center center;

}

.twoColFixRtHdr #header_language p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 47px;
    width: 180px;
    text-decoration:none;
    border: none;
}

.twoColFixRtHdr #header_language a {
    color: #FFFFFF;
    text-decoration:none;
    border: none;

}


.twoColFixRtHdr #header_language a:visited {
    color: #FFFFFF;
    text-decoration:none;
    border: none;
}

.twoColFixRtHdr #header_language a:hover {
    color: #378283;
    text-decoration:none;
    border: none;

}
.twoColFixRtHdr #header_title {
    position:relative;
    left: 250px;
    top: 45px;
    height: 98px;
    width: 498px;
    background-image: url('/design/images/big_title.png');
	background-repeat:no-repeat;   

 }
.twoColFixRtHdr #header_bottom {
    position:relative;
    left: 3px;
    top: 107px;
    height: 43px;
    width: 990px;
    background-image: url('/design/images/header2.png');
	background-repeat:no-repeat;   
 }

#menu { 

	   font-family: Garamond, Palatino Linotype, Constantia, Cambria, Georgia, serif;
       font-size: 17px;
       text-align:center;
	   left:95px;
       position: relative;
	   height: 50px;
	   width: 900px;
       margin-top: 25px;
	   text-transform:uppercase;
}

#menu ul {
    margin: 0 auto;
    padding: 0;
	text-align:center;
}
 
#menu ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 5px 5px 5px;
	float:left;
}
#menu ul li a {
    float: left; 
    text-decoration: none;
    padding: 5px 5px 5px 5px;
    color: #666666;
    background-color: none; 
}
#menu ul li a:hover, #menu ul li .current {
    color: #ffffff;
    background-color:#69beb7;
    padding: 5px 5px 5px 5px;
}

.twoColFixRtHdr #mainContent {
    position: relative;
    margin: 0 auto;
    top:28px;
    width: 990px;
	padding-bottom:20px;
    background-image: url('/design/images/repeat.png');
	background-position:center top;
	background-repeat:repeat-y;
 }
 
 .twoColFixRtHdr #flash_container {
    background-image: url('/design/images/flash_container.png');
    background-position:center;
	background-repeat:no-repeat;
    top:-30px;
    height: 577px;
    width: 828px;
    position:relative;
    margin: 0px auto;
 }
 .twoColFixRtHdr #flash_placeholder {
    position: relative;
    height:533px;
    width:800px;
    top: 12px;
    left: 14px;
  }
.twoColFixRtHdr #separator {
    background-image: url('/design/images/separator.png');
    background-position:bottom;
	background-repeat:no-repeat;
    height: 78px;
    width: 639px;
    position:relative;
    margin: 0px auto;
 }
.twoColFixRtHdr #text_and_pictures {
	position: relative;
    height: 180px;
    width: 880px;
    /*margin: 0px auto;*/
	left:40px;
 }
 
 .twoColFixRtHdr #text_and_pictures_left {
    float:left;
	position:relative;
	padding-top:5px;
    height: 180px;
    width: 420px;
	font-family: Calibri, 'Webfont', serif;
    font-size: 18px;
    text-align:center;
	line-height: 23px;
	color: #808080;
 }
.twoColFixRtHdr #text_and_pictures_right {
    float:right;
	position:relative;
    height: 180px;
    width: 455px;
	
 } 
 
.picture_container {
	float:left;
    background-image: url('/design/images/picture_frame.png');
    background-position:center;
	background-repeat:no-repeat;
    height: 151px;
    width: 151px;
    position:relative;
    
 }



 .work_picture {
	float:left;
    position: relative;
	top: 8px;
	left: 10px;
    height:114px;
    width:130px;   
  }

.work_picture img {
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

  .work_picture:hover img {
	border: none;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.monogram {
	position:relative;
	top: 5px;
	left: 160px;
	height: 34px;
    width: 57px;
	z-index: 100;	
}



.twoColFixRtHdr #footer { 
	margin: 0 auto;
    padding:0 1px 70px 0;
    position:relative;
    left: -3px;
    background-image: url('/design/images/footer.png');
    background-position:center top;
	background-repeat:no-repeat;
    height: 318px;
    width: 990px;
 
} 

.twoColFixRtHdr #footer_social {
    margin: 0px auto;
    position: relative;
    height: 25px;
    width: 350px;
    top: 200px;
    left:15px;
 }
 .twoColFixRtHdr #footer_social_blog {
	position:relative;
	float:left;
	height:25px;
	width:140px;
	margin-right:20px;	
 }
 
 .twoColFixRtHdr #footer_social_blog p {
	align:center;
	
 }
 
 .twoColFixRtHdr #footer_social_googleplus {
	position:relative;
	float:left;
	height:25px;
	width:24px;
	top:5px;
	margin-right:20px;
	}
 
 .twoColFixRtHdr #footer_social_facebook {
	position:relative;
	float:left;
	height:25px;
	width:95px;
 }

.twoColFixRtHdr #footer_contact {
    margin: 0px auto;
    position: relative;
    height: 50px;
    width: 350px;
    top: 210px;
    left: 6px;
    font-family: Calibri, 'Webfont', serif;
    font-size: 14px;
    font-weight:bold;
    color: #ffffff;
    text-align:center;
 }
 
 .twoColFixRtHdr #footer_contact a  {
	color: #ffffff;
 }
 .twoColFixRtHdr #footer_contact a:hover {
    color: #ffffff;
    text-decoration:none;

 }

.twoColFixRtHdr #aboutme {
				margin: 0px auto;
				position: relative;
				text-align: left;
				height: auto;
				width: 800px;
				font-family: Calibri, 'Webfont', serif;
				font-size: 14px;
				color: #808080;
}

#aboutpics {
	position:relative;
	top: -32px;
	padding: 0 0 0 78px;

}


.twoColFixRtHdr #aboutme a {
    color: #66cccc;
	
}

.twoColFixRtHdr #aboutme a:visited {
    color: #99cccc;
}
	
.twoColFixRtHdr #aboutme a:hover {
    color: #00bfaf;
	
}


.twoColFixRtHdr #aboutme H1 {
	font-family: Garamond, Palatino Linotype, Gabriola, Cambria, Georgia, serif;
    font-size: 24px;
    text-align:left;
	color: #66cccc;
	font-weight: normal;
	
	
}

.twoColFixRtHdr #aboutme H2 {
	font-family: Garamond, Palatino Linotype, Gabriola, Cambria, Georgia, serif;
    font-size: 20px;
	font-weight: normal;
    text-align:left;
	color: #66cccc;
	padding: 10px 0 5px 0; 
}

