@charset "utf-8";

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background:url(images/layout/background.jpg);
	background-repeat:repeat-x;
	background-color:#CCC;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	bottom:0;
}

/*Layout*/
#layout{
	width:850px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background:url(images/layout/bg_wrapper.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
	}

#layout #colm1{
	width:290px;
	float:left;
	height:56px;
	
	}
#layout #colm1 #header{
	width:290px;
	height:56px;
	background:url(images/layout/top_img.jpg);
	text-align: left;
}
#layout #colm1 #logo{
	width:227px;
	height:124px;
	float:right;
	background:#FFF;
	padding:10px;

}
#layout #colm1 #menu{
	background:url(images/layout/navbar.jpg);
	background-repeat:repeat-x;
	width:227px;
	height:980px;
	float:right;
	padding:10px;
	overflow:hidden;

}
#layout #colm1 #menu_cont{
	background:url(images/layout/navbar_continued.jpg);
	background-repeat:repeat;
	width:227px;
	height:990px;
	float:right;
	padding:10px;
	overflow:hidden;

}
#layout #colm1 #menu #navigation{
	width:220px;
	height:30px;
	background:url(images/layout/navigation.jpg);
	background-repeat:x;
	text-align: left;
}
#layout #colm1 #menu #navigation:hover{
	width:220px;
	height:30px;
	background:url(images/layout/navigation_o.jpg);
	background-repeat:x;
}
#layout #colm1 #menu #navigation #nav_inner{
	padding-top:5px;
	height:30px;
	overflow:hidden;
}
#layout #colm1 #menu #navigation_o{
	width:220px;
	height:25px;
	background:url(images/layout/navigation_o.jpg);
	background-repeat:x;
	padding-top:5px;
}
#layout #colm1 #menu #navigation_wwd{
	width:220px;
	height:25px;
	background:url(images/layout/navigation_wwd.jpg);
	background-repeat:x;
	padding-top:5px;
}
#layout #colm1 #menu #navigation_wwd:hover{
	width:220px;
	height:25px;
	background:url(images/layout/navigation_wwd_o.jpg);
	background-repeat:x;
	padding-top:5px;
}
#layout #colm1 #menu #navigation_wwd_o{
	width:220px;
	height:25px;
	background:url(images/layout/navigation_wwd_o.jpg);
	background-repeat:x;
	padding-top:5px;
}
#layout #colm1 #menu #recentwork{
	width:220px;
	height:180px;
	}
#layout #colm1 #menu #news{
	width:220px;
	height:150px;
	padding:2px 2px 2px 2px;	
}
#layout #colm1 #newsletter_layout{
	width:820px;
	
}
#layout #colm1 #newsletter_layout #nl_body{
	width:780px;
	height:700px;
	float:right;
	background-color:#FFF;
	overflow:hidden;
}
#layout #colm1 #newsletter_layout #nl_body #nl_body_head{
	width:780px;
	height:20px;
	padding:3px;
}
#layout #colm1 #newsletter_layout #nl_body #nl_body_text{
	width:780px;
	height:565px;
	float:right;
	overflow:scroll;
}
#layout #newsletter{
	width:400px;
	height:50px;
	float:left;
	overflow:visible;
	padding:2px 2px 2px 2px;
}
#layout #colm2{
	width:10px;
	float:left;
}
#layout #colm3{
	width:550px;
	float:right;
}
#layout #colm3 #r_logo{
	width:490px;
	height:30px;
	float:left;
	text-align: right;
	vertical-align: baseline;
	padding-top:26px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #21A2D6;
}
#layout #colm3 #homepage_flash{
	width:490px;
	height:240px;
	float:left;
	text-align: right;
	vertical-align: baseline;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #21A2D6;
	padding-bottom: 3px;
	padding-top: 3px;
}
#layout #colm3 #content_image{
	width:490px;
	height:145px;
	float:left;
	text-align: right;
	vertical-align: baseline;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #21A2D6;
	padding-bottom: 3px;
	padding-top: 3px;
}
#layout #colm3 #content_gallery{
	width:490px;
	height:240px;
	float:left;
	border-bottom-style: none;
	padding-top: 5px;
	}
#layout #colm3 #content_gallery_listings{
	width:480px;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
	padding: 3px;
	}
#layout #colm3 #content_header{
	width:490px;
	float:left;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFF;
	}
#layout #colm3 #content{
	width:490px;
	float:left;
	text-align: left;
	}
#footer{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	}
#bottom_border{
	width:850px;
	background:url(images/layout/bg_wrapper_btm.jpg);
	background-repeat:no-repeat;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	height:1px;
}

/*Navigation Links*/
.Links{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	}
.Links_wwd{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
.Bodytext{
	font-family: Cambria;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	line-height: 1.5;
}
.smaller_bodytext{
	font-family: Cambria;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	font-style: normal;
	line-height: 1.5;
}
.smaller_bodytext_i{
	font-family: Cambria;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	line-height: 1.5;
}
.smaller_bodytext_header{
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bold;
	color: #C90;
	font-style: normal;
	line-height: 1.5;
	text-decoration: none;
}
.smaller_content_header{
	font-family: "Century Gothic";
	font-size: 15px;
	font-weight: bold;
	color: #DCE2E7;
	line-height: 1.5;
	font-style: normal;
	text-align: left;
}
.nav_links{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: 1b445f;
	text-decoration: none;
}
a.nav_links:link{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #1b445f;
	text-decoration: none;
}
a.nav_links:visited{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #1b445f;
	text-decoration: none;
}
a.nav_links:hover{
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	color: #cc9900;
	text-decoration: underline;
}
.contentheaders{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	color: #DCE2E7;
	line-height: 2;
	font-style: normal;
	text-align: left;
}
.galleryheader{
	font-family: "Century Gothic";
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: none;
	color: #cc9900;
}
.gallerytext{
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.gallerytext:link { 
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	color : #DCE2E7; 
	text-decoration : underline; 
} 
a.gallerytext:visited { 
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	color : #DCE2E7; 
	text-decoration : underline; 
} 
a.gallerytext:hover { 
	font-family: "Century Gothic";
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	text-decoration: none;
	color : #8ca6b7; 
	text-decoration : underline; 
} 
.helptext{
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.helptext_header{
	font-family: "Century Gothic";
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: underline;
	color: #03F;
}
.nl
.nlfront { 
font-family : Cambria; 
font-size : 14px; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
} 
a.nlfront:link { 
font-family : Cambria; 
font-size : 14px; 
font-weight : bold; 
color : #cc9900; 
text-decoration : underline; 
font-style : italic; 
} 
a.nlfront:visited { 
font-family : Cambria; 
font-size : 14px; 
font-weight : bold; 
color : #cc9900; 
text-decoration : underline; 
font-style : italic; 
} 
a.nlfront:hover { 
font-family : Cambria; 
font-size : 14px; 
font-weight : bold; 
color : #8ca6b7; 
text-decoration : underline; 
font-style : italic; 
} 
.nlbodyw {
	font-family : Cambria;
	font-size : 14px;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
	line-height: 1.5;
}
.bodyred { 
font-family : arial, sans-serif; 
color : #ff0000; 
font-size : 12px; 
} 
.nlhead { 
font-family : "Times New Roman", Times, serif; 
font-size : 14px; 
font-weight : normal; 
color : #1b455e; 
} 
a.nlhead:link { 
font-family : Calibri; 
font-size : 14px; 
font-weight : normal; 
color : #1b455e; 
} 
a.nlhead:visited { 
font-family : Calibri; 
font-size : 14px; 
font-weight : normal; 
color : #1b455e; 
} 
a.nlhead:hover { 
font-family : Calibri; 
font-size : 14px; 
font-weight : normal; 
color : #8ca6b7; 
font-style : italic; 
} 
.nlbody { 
font-family : Cambria; 
font-size : 14px; 
font-weight : normal; 
color : #000000; 
text-decoration : none; 
line-height: 1.5em;
}  
a.nlbody:link { 
font-family : "Times New Roman", Times, serif; 
font-size : 14px; 
font-weight : normal; 
color : #0000ff; 
} 
a.nlbody:visited { 
font-family : "Times New Roman", Times, serif; 
font-size : 14px; 
font-weight : normal; 
color : #0066ff; 
} 
a.nlbody:hover { 
font-family : "Times New Roman", Times, serif; 
font-size : 14px; 
font-weight : normal; 
color : #8ca6b7; 
font-style : italic; 
} 
.nltabswhite { 
font-family : Calibri; 
font-size : 12px; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
} 
a.nltabswhite:link { 
font-family : Calibri; 
font-size : 14px; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
} 
a.nltabswhite:visited { 
font-family : Calibri; 
font-size : 14px; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
} 
a.nltabswhite:hover { 
font-family : Calibri; 
font-size : 14px; 
font-weight : bold; 
color : #255677; 
text-decoration : none; 
} 
.nlheaderblack { 
font-family : Cambria; 
font-size : 22px; 
font-weight : bolder; 
color : #000000; 
text-decoration : none; 
} 
.nlheaderwhite { 
font-family : Calibri; 
font-size : 18px; 
font-weight : bold; 
color : #ffffff; 
text-decoration : none; 
} 
.nlheaderblue {
	font-family : Cambria;
	font-size : 20px;
	font-weight : bolder;
	color : #1A415B;
	text-decoration : none;
}
.newsletter_form{
	height: 20px;
	padding-top: 1px;
	padding-left: 1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	border: 1px solid #666;
}
.newsletter_button{
	width: 150px;
	height: 30px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	padding-top: 3px;
	background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

