    @media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
     
	body {
		font-family: Open Sans Condensed, Arial, Geneva, sans-serif; 
		color:#000;
		text-align:center;
	}
	
		a img
	{
		border:none;
	
	}
	
	a {
	 color: #000;
	 text-decoration:none;
	 }
	 
	h1 {
	 color: #0f6060;
	 font-size:30px;
	 line-height:31px;
	 }

	h1 a {
	 color: #0f6060;
	 
	 }
	 
	 h2 {
		 color: #b09037;
	 font-size:26px;
	 line-height:34px;
	 /*-- margin-bottom: -10px; --*/
		 }	
	 
h3 {
	color: #000;
	font-size:24px;
	 line-height:34px;
	 margin-bottom: -10px;
}

.quotations {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:20px;
	margin: 40px 10%;
	line-height:1.6em;}

.quotations_small {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:17px;
	margin: 28px 5%;
	line-height:1.6em;}

ul.quotations_small {
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:18px;
	margin: 28px 5%;
	line-height:1.6em;}
	 
	a:hover {
	 color: #000;
	 text-decoration:underline;

	 }	 
	
	.clear{clear:both;}
	
	#outer_container {
		height: 100%;
		width: 100%;
	}
	
	
	#content {
	  font-size:22px;
	  line-height: 34px;
	  padding:15px;
	}

#content_outline {
	  font-size:22px;
	  line-height: 34px;
	  padding:1% 6%;
	border: #959e4e solid 1px;
	}
	
	
	#sidebar_content {
	  font-size:22px;
	  line-height: 31px;
	  padding:15px;
	}	
	

#content a, #content_outline a {
	color: #0f6060;
	font-weight: bold;
	text-decoration: underline;
	}
#content a:hover, #content_outline a:hover {
	text-decoration:none;
	color: #000;
}


#imgholder img{

	width: 100%;

}

#demo-test-gallery a 
{
	float:left;
}

#my-gallery a 
{
	float:left;
}

hr { 
    margin-top: 2em;
    margin-bottom: 2em;
}

iframe {
    border: none;
}







/* -- dropdown -- */

table, .dropbtn {
	border-spacing:0px;
	border-collapse: collapse;
}

td a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;         /*-- changed from centre oct27 --*/
    text-decoration: none;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


.dropbtn1, .dropbtn2,.dropbtn3,.dropbtn4,.dropbtn5,.dropbtn6 {
    display: inline-block;
    color: white;
    text-align: center;         /*-- changed from centre oct27 --*/
    padding: 0px 16px;
    text-decoration: none;
}


.dropdown1-content,.dropdown2-content,.dropdown3-content,.dropdown4-content,.dropdown5-content,.dropdown6-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 166px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	margin-top: 1px;
	margin-left:-10px;
	z-index:10;
}

.dropdown1-content a,.dropdown2-content a,.dropdown3-content a,.dropdown4-content a,.dropdown5-content a,.dropdown6-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown1-content a:hover ,.dropdown2-content a:hover ,.dropdown3-content a:hover ,.dropdown4-content a:hover ,.dropdown5-content a:hover ,.dropdown6-content a:hover 
{background-color: #f1f1f1}

.dropdown1:hover .dropdown1-content,.dropdown2:hover .dropdown2-content,.dropdown3:hover .dropdown3-content,.dropdown4:hover .dropdown4-content,.dropdown5:hover .dropdown5-content,.dropdown6:hover .dropdown6-content {
    display: block;
}











.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    padding: 10px 15px;
	font-weight: bold;
	color: #fff;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	background:#000;
	font-size: 15px;
	width: 92%;
    
}
.nav {
    list-style: none;
     *zoom: 1;
	font-size: 20px;
	padding: 0px;
	margin:0px;
	margin-right:8px;
	float: right;
	
	
	
     
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 10em;
	padding:0px;
	
	
}
.nav a {
    padding: 6px 15px;
    color:#000;
	text-transform: uppercase;
	font-weight: bold;
}

.nav a:hover {
	color:#0f6060;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /* border-top: 1px solid #000;  */
}
.nav > li > .parent {
    background-image: url("/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #fff;
	text-transform: uppercase;
	font-size: 17px;
    position: relative;
    z-index:100;
    
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}





	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 760px)  {

	#divider, #awards_bar, #footer_divider,  #header_shadow, #header_bot_wedge, #header_bot_wedge_tablet{
	
	display:none !important;
	
	}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
		
	
	#top_page {
	  height: auto;
	  width: 100%;
	  float:left;
	  margin-top: 0px;
	  
			
		}

	#logo {
	  height: auto;
	  width: 98%;
	  float:left;
	  text-align:center;
			
		}

	#logo img{
	  width:100%;
	  max-width:382px;
			
		}
		
	 
	#contact_info{
	float: right;
    height: auto;
    width: 97%;
    text-align: center;
	margin-top:10px;
	margin-right:3%;
	z-index: 4;  
	position:relative;		
		}
	
	#contact_text {
	  font-size:24px;
	  font-weight:bold;
	  color:#323382;
	  margin-bottom: 14px;
		}
			

	#contact_number {
	  font-size:36px;
	  font-weight:bold;
	  color:#0f6060;
	  margin-top:-4px;
		}		
	
		#contact_number a {
		color: #0f6060;
		text-decoration: none;
			letter-spacing: 1px;
	}
	
	#contact_number a:hover {
		color: #0f6060;
		text-decoration: none;
	}
	

	#header {
    float: left;
    height: auto;
    width:100%;
		position:relative;
		z-index: 0;
		}
		
		
	#content_container {
    float: left;
    height: auto;
    width:100%;		
		}
		
		
#gallery_nav {
float: left;
height: auto;
width: 100%;
background-color:#E9DDDD;
margin-top:10px;
line-height:26px;
font-size:22px !important;
padding:15px;
		
}


#gallery_nav span{
margin-left:10px;
		
}

#gallery_nav a{
font-size:20px;
color:#000;
font-weight:normal;
}			
		
		
	#galleryleft_container {
    float: left;
    height: auto;
    width:100%;		
		}

	#galleryright_container {
    float: left;
    height: auto;
    width:100%;		
		}		


	#sidebar_container {
    float: left;
    height: auto;
    width:100%;
		}			
		
		
	#news_container {
    float: left;
    height: auto;
    width:100%;
	font-size:22px;
	margin-top:15px;
		
		}

	#news_container img, #header img, #awards_bar img, #awards_bar_mobile img {
    max-width:100% !important;
		}		


		
	#news_thumb {
    float: left;
    height: auto;
    width:25%;
		}	

	#news_description {
    float: right;
    height: auto;
    width:72%;
	margin-top:-15px;
		}
	


	#news_description a, #news_description a:hover{
    width: 100%;
    text-decoration: underline;
    font-size: 18px;
    float: right;
    text-align: right;
		}

	#awards_bar_mobile {
    float: left;
    height: auto;
    width:98%;	
	background-color:#F5F7E9;
	text-align:center;
		}

	#top_footer_bar {
    float: left;
    height: 10px;
    width:100%;	
	background-color:#000;
	}
	
	#footer_background {
    float: left;
    height: auto;
    width:100%;	
	background-color:#f4efe2;
	}	
	
	#footer_bottom_bg {
    float: left;
    height: auto;
    width:100%;	
	background-color:#e0d3ae;
	}	
	
	#footer {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
	text-align:center;
	}	
	
		#footer a {
		text-decoration: none;
		font-weight:normal;
	}
	
		#footer a:hover {
		text-decoration: underline
	}

	#footer_col1 {
	color: #000;
	float: left;
	font-size: 19px;
	height: auto;
	margin-top: 10px;
	padding: 0;
	width: 100%;
	line-height: 26px;

	}
	
	#footer_col1 table {
    width:100%;
	margin-top: 10px;
	}
	#footer_col1 table td{
    vertical-align:top;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
    text-decoration:underline;
	color: #000;	
	}
	
	
	
	#footer_col2 {
    color: #000;
    float: left;
    font-size: 19px;
    height: auto;
    margin-top: 10px;
    padding: 0;
    width: 100%;
	line-height: 26px;
	}
	
	#footer_col2  a {
    text-decoration:none;
	color: #000;
	line-height:26px;
	}
	
	#footer_col2 a:hover {
		text-decoration: underline
	}
	
	#footer_col2 span {
	margin-left:10px;
	}	
	
	#footer_col3 {
    color: #000;
    float: left;
    font-size: 19px;
    height: auto;
    margin-top: 10px;
    padding: 0;
    width: 100%;
	line-height: 26px;
	}

	#footer_col_bottom {
    color: #000;
    float: left;
    height: auto;
    margin-top: 10px;
		margin-bottom:8px;
    padding: 0;
    width: 100%;
	text-align:center;
	}	
	
	
	
	#see_work {
	float: left;
    width: 100%;
    height: auto;
    margin-top: -10px;
    position: relative;
	z-index: 5;
	}		
	
#awards{
    background-color: #eff1df;
    border: 1px dotted #b7be92;
    color: #3b411f;
    float: left;
    height: auto;
    line-height: 1.6em;
    margin-bottom: 20px;
    width: 100%;
}
#awardlogo{
   float: left;
    height: auto;
    text-align: center;
    width: 100%;
}
#awardcopy{
    float: left;
    height: auto;
    padding-left: 2%;
    padding-right: 7%;
    width: 91%;
}
	
#articles{
	width:98%;
	height:100%;
	float:left;
	margin-bottom:20px;
}
	
#article-thumb{
  float: left;
    height: 75px;
    width: 23%;
}
	
#published-thumb{
    float: left;
    height: auto;
    text-align: center;
    width: 23%;
}

#published-thumb img{
	height:100%;
}
	
#article-description{
	width:68%;
	height:auto;
	float:left;
	padding:0px 0px 0px 20px;
	text-align:left;
	
	
}
#article-description h3{
	
	
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
#article-description h3 a{
	
	 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description h3 a:hover{
	
	
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
#article-description a{
	 
	
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description a:hover{
	 
	font-size:11px; 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
	
	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}

	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		
	
#header_background_slider {
float: left;
width: 100%;
height:auto;
}

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}		


#header_background_slider img{
width: 100%;
}		
	

	#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}
	
	
#header2  {
	display: block;
	position:relative;
	padding: 12px 20px 12px 20px;
	margin-top:194px;
	background-color: #323382;
}

#header2 a {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

#header_bot_wedge_mobile{
float: left;
    width: 100%;
    height: auto;
    margin-top: -16%;
    z-index: 1;
    position: relative;
}

#header_bot_wedge_mobile img{
    width: 100%;
}

	
	#nav{
    
    width:100%;
  
			
		}


		
	.nav {
		    font-family: Arial, sans-serif;
		    text-transform: uppercase;
			background:#000;
			font-size: 15px;
		float: none;
		
	}
	
	.nav a {
    padding: 10px 15px;
    color:#fff;
}
	
	.nav a:hover {
	color:#fff;
}
	
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
  
    .nav > li > .parent {
   background-image: none; 
  }
    .nav li .more {
        background-image: url("/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        float: right;
      	width: 40%;
    		border-left: 1px solid rgba(255,255,255,.3);
    		padding: 8px 15px;
    		margin: 2px 5px 2px 0px;
        cursor: pointer;
    		z-index: 200;
        position: relative;
    }
  .nav li .more:before {
  content: "";
  background: rgba(0,0,0,.3);
  width: 1px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2px;
  }
	
	
	
	.nav li li a {
    display: block;
    background: #0f6060;
    position: relative;
    z-index:100;
    border-top: 1px solid #ac923b;
		font-size: 13px;
}
  
  
  
    .nav ul {
        display: block;
        width: 100%;
		/* margin-left: -40px; */
		
		
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }		
		
		
		
		
		
}	


	
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 761px) and (max-width: 1365px)  {


	#cssmenu, #awards_bar_mobile, #header_shadow, #header_bot_wedge, #header_bot_wedge_mobile{
	
	display:none !important;
	
	}

	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}	
		
	#top_page {
	  height: auto;
	  width: 100%;
	  float:left;
	  margin-top: 0px;
	  
			
		}

	#logo {
	  height: auto;
	  width: 33%;
	  float:left;
	  margin-top:15px;		
		}

	#logo img{
	  width:100%;
			
		}
		
	 
	#contact_info{
	float: right;
    height: auto;
    width: 359px;
    text-align: right;
	margin-top:30px;
	margin-right:2%;
	z-index: 4;  
	position:relative;		
		}
	
	#contact_text {
	  font-size:26px;
	  font-weight:bold;
	  color:#323382;	
		}
			

	#contact_number {
	  font-size:40px;
	  font-weight:bold;
	  color:#0f6060;
	  float:right;
		margin-top:-15px;
		}		
	
		#contact_number a {
		font-size:40px;
	    font-weight:bold;
	    color:#0f6060;
		text-decoration: none;
			letter-spacing: 1px;
	}
	
	#contact_number a:hover {
		font-size:40px;
	    font-weight:bold;
	    color:#0f6060;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	#nav{
    float: right;
    height: auto;
    width:100%;
    margin-top: 0px;
			
		}


	#nav table{
	float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:16px;
			
	}	


	#nav table a{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	color: 	#000;	
	}


	#nav table a:hover{
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
	color: 	#0f6060;	
	}


	#header {
    float: left;
    height: auto;
    width:100%;	
		position:relative;
		z-index: 0;
		}
		
		
	#content_container {
    float: left;
    height: auto;
    width:66%;		
		}
		
	#galleryleft_container {
    float: left;
    height: auto;
    width:30%;		
		}

	#galleryright_container {
    float: left;
    height: auto;
    width:46%;		
		}
		

#gallery_nav {
float: left;
height: auto;
width: 20%;
background-color:#E9DDDD;
min-height:740px;
margin-top:37px;
line-height:26px;
font-size:22px !important;
padding:15px;
		
}


#gallery_nav span{
margin-left:10px;
		
}

#gallery_nav a{
font-size:20px;
color:#000;
font-weight:normal;
}		
		

	#divider {
    float: right;
    height: auto;
    width:1%;
	margin-top:60px;
		}		


	#sidebar_container {
    float: right;
    height: auto;
    width:30%;
		}			
		
		
	#news_container {
    float: left;
    height: auto;
    width:100%;
	font-size:16px;
	margin-top:15px;
		}

	#news_container img, #header img, #awards_bar img {
    max-width:100% !important;
		}		


		
	#news_thumb {
    float: left;
    height: auto;
    width:25%;
		}	

	#news_description {
    float: right;
    height: auto;
    width:72%;
	margin-top:-15px;
		}

	#news_description a, #news_description a:hover{
    width: 100%;
    text-decoration: underline;
    font-size: 17px;
    float: right;
    text-align: right;
		}

	#awards_bar {
    float: left;
    height: auto;
    width:100%;	
	background-color:#F5F7E9;
		}

	#top_footer_bar {
    float: left;
    height: 10px;
    width:100%;	
	background-color:#000;
	}
	
	#footer_background {
    float: left;
    height: auto;
    width:100%;	
	background-color:#f4efe2;
	}

	#footer_bottom_bg {
    float: left;
    height: auto;
    width:100%;	
	background-color:#e0d3ae;
	}	
	#footer {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
	}	
	
		#footer a {
		text-decoration: none;
		font-weight:normal;
	}
	
		#footer a:hover {
		text-decoration: underline
	}

	#footer_col1 {
	color: #000;
	float: left;
	font-size: 12px;
	height: auto;
	margin-top: 20px;
	padding: 0;
	width: 32%;
	margin-left: 2%;
	line-height:18px;
	}
	
	#footer_col1 table {
    width:100%;
	margin-top: 10px;
	}
	#footer_col1 table td{
    vertical-align:top;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
    text-decoration:underline;
	color: #000;	
	}
	
	
	#footer_divider {
    float: left;
    height: auto;
    margin-top: 65px;
    width: 3%;
	}	
	
	
	
	#footer_col2 {
    color: #000;
    float: left;
    font-size: 12px;
    height: auto;
    margin-top: 65px;
    padding: 0;
    width: 16%;
	margin-left:1%;
	}
	
	#footer_col2  a {
    text-decoration:none;
	color: #000;
	line-height:18px;
	}
	
	#footer_col2 a:hover {
		text-decoration: underline
	}
	
	#footer_col2 span {
	margin-left:12px;
	}	
	
	#footer_col3 {
    color: #000;
    float: left;
    font-size: 12px;
    height: auto;
    margin-top: 35px;
    padding: 0;
    width: 24%;
	margin-left:1%;
	text-align:center;
	}

	#footer_col3 img{
		max-width:100%;
	}
	
	
	#footer_col_bottom {
    color: #000;
    float: left;
    height: auto;
    margin-top: 10px;
		margin-bottom:8px;
    padding: 0;
    width: 100%;
	text-align:center;
	}		
	
	

	#see_work {
	float: left;
    width: 100%;
    height: auto;
    margin-top: -30px;
    position: relative;
	z-index: 5;
	}	
	
#awards{
	width:100%;
	height:auto;
	border: 1px dotted #b7be92;
	background-color:#eff1df;
	color:#3b411f;
	line-height:1.6em;
	margin-bottom:20px;
	float:left;
}
#awardlogo{
	width:33%;
	float:left;
	padding:10px;
}
#awardcopy{
	width:59%;
	float:right;
	padding-right:10px;
}
	
#articles{
	width:98%;
	height:100%;
	float:left;
	margin-bottom:20px;
}
	
#article-thumb{
	width:100px;
	height:75px;
	border:1px #000 solid;
	float:left;
}
	
#published-thumb{
    border: 1px solid #000;
    float: left;
    height: auto;
    text-align: center;
    width: 23%;
}

#published-thumb img{
	height:100%;
}
	
#article-description{
	width:70%;
	height:auto;
	float:left;
	padding:0px 0px 0px 20px;
	text-align:left;
	font-size:12px;
	line-height:18px;
}
#article-description h3{
	color:#43437D; 
	font-size:12px; 
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
#article-description h3 a{
 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description h3 a:hover{
	 
 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
#article-description a{
	
	font-size:11px; 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description a:hover{
	 
	font-size:11px; 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
	
	#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}

	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}		
	
#header_background_slider {
float: left;
width: 100%;
height:auto;
}

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}		


#header_background_slider img{
width: 100%;
}
	

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}

#header_bot_wedge_tablet{
float: left;
    width: 100%;
    height: auto;
    margin-top: -15%;
    z-index: 1;
    position: relative;
}

#header_bot_wedge_tablet img{
    width: 100%;
}

#header_bot_bar{
	float: left;
    width: 100%;
    height: 10px;
    margin-top: 5px;
	background-color:#B09037;
   
}
	
	
#header2  {
	display: none;
}
	

}
	
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width: 1366px)   {		
	

	#cssmenu, #awards_bar_mobile, #header_bot_wedge_tablet, #header_bot_wedge_mobile {
	
	display:none !important;
	
	}
	
	#container {
		margin: 0 auto;   
		text-align: left; 
		width: 1366px;
	}		
	
	
	#top_page {
	  height: auto;
	  width: 100%;
	  float:left;
	  margin-top: 0px;
	  
			
		}

	#logo {
	  height: auto;
	  width: 28%;
	  float:left;
	  margin-top: 30px;
			
		}

	#logo img{
	  width:100%;
			
		}
		
	 
	#contact_info{
	float: right;
    height: auto;
    width: 359px;
    text-align: right;
	margin-top:30px;
	margin-right:35px;
	z-index: 4;  
	position:relative;		
		}
	
	#contact_text {
	  font-size:40px;
	  font-weight:bold;
	  color:#0f6060;	
		}
		
	#contact_text a{
	  font-size:30px;
	  font-weight:bold;
		
		}		
			

	#contact_number {
	  font-size:40px;
	  font-weight:bold;
	  color:#0f6060;
	  float:right;
		}		
	
		#contact_number a {
		font-size:40px;
	    font-weight:bold;
		color: #0f6060;
		text-decoration: none;
			letter-spacing: 1px;
	}
	
	#contact_number a:hover {
		font-size:40px;
	    font-weight:bold;
		color: #0f6060;
		text-decoration: none;
		letter-spacing: 1px;
	}
	
	#nav{
	float: right;
    height: auto;
    width: 800px;
    margin-top: 10px;
    margin-right: 15px;
    z-index: 2;
    position: relative;
			
		}


	#nav table{
	float: left;
    height: auto;
    width: 100%;
	text-align:center;
	font-size:16px;
			
	}	


	#nav table a{
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	color: 	#000;	
	}


	#nav table a:hover{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	color: 	#0f6060;	
	}


	#header {
    float: left;
    height: auto;
    width:100%;
	margin-top:10px;
		position:relative;
		z-index: 0;
		}
		
		
	 #header img{
    max-width:100% !important;
		}				
		
		
	#content_container {
    float: left;
    height: auto;
    width:66%;		
		}
		
		
		
	#galleryleft_container {
    float: left;
    height: auto;
    width:30%;		
		}

	#galleryright_container {
    float: left;
    height: auto;
    width:47%;		
		}
		

#gallery_nav {
float: left;
height: auto;
width: 20%;
background-color:#E9DDDD;
min-height:740px;
margin-top:37px;
line-height:26px;
font-size:22px !important;
padding:15px;
		
}


#gallery_nav span{
margin-left:10px;
		
}

#gallery_nav a{
font-size:20px;
color:#000;
font-weight:normal;
}	
		
		
		
	#divider {
	float: right;
    height: auto;
    width: 1%;
    margin-top: 60px;
    border-left: 2px solid #000;
    min-height: 500px;
		}		


	#sidebar_container {
    float: right;
    height: auto;
    width:30%;
		}			
		
		
	#news_container {
    float: left;
    height: auto;
    width:100%;
	font-size:22px;
	margin-top:15px;
		margin-bottom: 20px;
		}

	#news_container img{
    max-width:100% !important;
		}		


		
	#news_thumb {
    float: left;
    height: auto;
    width:25%;
		}	

	#news_description {
    float: right;
    height: auto;
    width:72%;
	margin-top:-15px;
		}

	#news_description a, #news_description a:hover{
    width: 100%;
    text-decoration: underline;
    font-size: 18px;
    float: right;
    text-align: right;
		}

	#awards_bar {
    float: left;
    height: auto;
    width:100%;	
	background-color:#F5F7E9;
		}

	#top_footer_bar {
    float: left;
    height: 10px;
    width:100%;	
	background-color:#000;
	}
	
	#footer_background {
    float: left;
    height: auto;
    width:100%;	
	background-color:#f4efe2;
	}

	#footer_bottom_bg {
    float: left;
    height: auto;
    width:100%;	
	background-color:#e0d3ae;
	}	
	#footer {
    float: left;
    height: auto;
    width: 100%;
    position: relative;
	}	
	
		#footer a {
		text-decoration: none;
		font-weight:normal;
	}
	
		#footer a:hover {
		text-decoration: underline
	}

	#footer_col1 {
	color: #000;
	float: left;
	font-size: 19px;
	height: auto;
	margin-top: 20px;
	padding: 0;
	width: 24%;
	margin-left: 2%;
	line-height:26px;
	}
	
	#footer_col1 table {
    width:100%;
	margin-top: 10px;
	}
	#footer_col1 table td{
    vertical-align:top;
	}	
	
	#footer_col1  a, #footer_col1 a:hover{
    text-decoration:underline;
	color: #000;	
	}
	
	
	#footer_divider {
    float: left;
    height: auto;
    margin-top: 65px;
    width: 3%;
	}	
	
	
	
	#footer_col2 {
    color: #000;
    float: left;
    font-size: 19px;
    height: auto;
    margin-top: 65px;
    padding: 0;
    width: 21%;
	margin-left:1%;
	}
	
	#footer_col2  a {
    text-decoration:none;
	color: #000;
	line-height:26px;
	}
	
	#footer_col2 a:hover {
		text-decoration: underline
	}
	
	#footer_col2 span {
	margin-left:12px;
	}	
	
	#footer_col3 {
    color: #000;
    float: left;
    font-size: 19px;
    height: auto;
    margin-top: 35px;
    padding: 0;
    width: 24%;
	margin-left:1%;
	text-align:center;
	}	
	
	#footer_col_bottom {
    color: #000;
    float: left;
    height: auto;
    margin-top: 10px;
		margin-bottom:8px;
    padding: 0;
    width: 100%;
	text-align:center;
	}		
	
	
	
	#see_work {
	float: left;
    width: 100%;
    height: auto;
    margin-top: -40px;
    position: relative;
	z-index: 5;
	}
	
	blockquote{
	background:transparent url(../images/quote-right.gif) no-repeat right bottom;
	padding-top:5px;
	}
	blockquote p{
	background:transparent url(../images/quote-left.gif) no-repeat top left;
	padding-left:30px;
	}
	
	.testimonial{
	border: 1px dotted #b7be92;
	background-color:#eff1df;
	color:#3b411f;
	line-height:1.6em;
	
	margin-bottom:20px;
}
	.testimonialName{
	padding-left:30px;
	padding-bottom:15px;
	color:#65712f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.2em;
}
	
#awards{
	/*-- width:550px; --*/
	/*-- height:200px; --*/
	border: 1px dotted #b7be92;
	background-color:#eff1df;
	color:#3b411f;
	margin-bottom:20px;
}
#awardlogo{
	width:166px;
	float:left;
	padding:10px 20px 70px 10px;
}
#awardcopy{
	/*-- width:360px; --*/
	/*-- float:right; --*/
	padding-right:20px; 
}
	
#articles{
	/*-- width:560px; --*/
	height:100%;
	float:left;
	margin-bottom:20px;
}
	
#article-thumb{
	width:100px;
	height:75px;
	border:1px #000 solid;
	float:left;
	margin-bottom: 42px;
	margin-top: 8px;
}

#published-thumb{
	width:100px;
	height:125px;
	border:1px #000 solid;
	float:left;
}
	
#article-description{
	/*-- width:435px; --*/
	/*-- height:75px; --*/
	/*-- float:left; --*/
	padding:0px 0px 0px 120px;
	/*-- text-align:left; --*/
	
	
}
#article-description h3{
	
	
	font-weight:bold;
	margin:0px;
	padding:0px;
	}
#article-description h3 a{
	 
	
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description h3 a:hover{
	
	 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
#article-description a{
	
	 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:none;
}
#article-description a:hover{
	
	 
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
	
#fade{
	width:100%;
	height:auto;
	float:left;
	margin:0px;
	padding: 0px;
	list-style-type:none;
	z-index: 1;
	}

	
#fade img{
	width:100% !important;
	}	
	
#fade li {
	width:100% !important;
}	
	

#fade_holder {
width: 100%;
height:auto;
float:left;
position:relative;
z-index: -1;
}
	
	
#header2  {
	display: none;
}

#header_shadow {
float: right;
width: 511px;
height: auto;
text-align: right;
margin-top: -736px;
z-index: 1;
position: relative;
	
}

#header_bot_wedge{
float: left;
    width: 100%;
    height: auto;
    margin-top: -7%;
    z-index: 1;
    position: relative;
}

#header_bot_wedge img{
    width: 100%;
}

#header_bot_bar{
	float: left;
    width: 100%;
    height: 10px;
    margin-top: 5px;
	background-color:#B09037;
   
}




	
	
}