/* @override http://www.drws.com/client/1111/373/site/styles.css */

/* @override http://www.drws.com/client/1111/373/site/styles.css */

/* Website Wrapper Begin */
BODY  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999966;
	height: 100%;
}
#WHITE_BOX {
	width: 832px;
	background-color:#999966;
	border: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	margin-bottom:0px;
	padding: 3px;
	/* vertical-align: middle; */
	height: inherit;
}
#CONTAINER {
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#HOME_CONTAINER {
	background-color:#FFFFFF;
	margin: 0;
	padding:0;
	width:830px;
	
}
#HEAD {
	padding: 0px;  /* 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. */
	background-color: #ffa938;
	margin-bottom:3px;
	border-bottom:1px solid #333333;
}
#MIDDLE_WRAPPER {
	padding:0px;
	margin:0px;
	float:left;
	background-color:#FFFFFF;
	border-top:1px solid #333333;
	width:100%;
}
#LEFT_SIDE {
	background-color:#FFFFFF;
	width:590px;
	/* height:493px; */
	padding:0px;
	margin-right:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	/* text-transform: uppercase; */
	color: #666666;
	float:left;
}
#PORTFOLIO {
	background-color: #FFFFFF;
	width:590px;
	padding:0px;
	margin-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	/* border:1px solid #333333; */
	float:left;
}
#PORTFOLIO_ELEMENT {
	width:155px;
	float:left;
	padding:20px;
	margin:0px;
	text-align:center;
}
#MARKETING {
	float:left;
	padding:0px;
	margin:0px;
	width:590px;
	/* height:45px; */
	background-color: #FFFFFF;
	/* border:1px solid #333333; */
}

/* Begin Footer including botom navigation */

#FOOTER {
	padding: 0px;
	background-color: #3d7741;
} 
#FOOTER_SEPARATOR{ /* this is the double horizontal line that separates sections in the footer */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	height: 2px;
	clear: both;
	font-size: 0px;
}
#FOOTER p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 305px;
	background-color: #FFFFFF;
}
#FOOTER a{ /* used for all links in the footer DIV */
	color:#333333;
	text-decoration:none;
}
#FOOTER a:hover{ /* used for ll links in the footer DIV */
	text-decoration:underline;
}
#FOOTER .main { /* used to highlight the righthand:first element in the secondary navigation */
	color:#cc6600;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#FOOTER .orange{ /* used to change the color of 'I' pipe between secondary navigation items */
	color: #FF9933;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
#COPYRIGHT { /* used for the copyright line of text at the bottom of the website */
	width: 832px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

#MAIN_SECONDARY_LEFT_NAV{ /* this defines the left hand side of the secondary navigation at the bottom of the page */
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:0px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	height:33px;
	background-color: #FFFFCC;
	float:left;
	width:558px;
	/* border-top:1px solid #666666; */
	color:#333333;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
#MAIN_SECONDARY_RIGHT_NAV { /* this defines the right hand side of the secondary navigation at the bottom of the page */
	padding-top:17px;
	padding-left:17px;
	padding-right:17px;
	padding-bottom:0px;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	height:33px;
	background-color: #FFFFFF;
	float:left;
	width:204px;
	/* border-top:1px solid #666666; */
	color:#333333;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}
.seperator{ /* this is the double horizontal line that separates sections in the footer */
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	height: 2px;
	clear: both;
	font-size: 0px;
}


/* End footer section */


#MAIN_NAVIGATION {
	margin-top:3px;
	border:1px solid #333333;
	height:50px;
	/* text-align:center; */
	vertical-align:middle;
	background-color: #FFFFCC;
	float:left;
	width:590px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#MAIN_NAVIGATION a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#MAIN_NAVIGATION .main {
	color:#ff9933;
	text-decoration:none;
	font-weight:bold;
}
#MAIN_NAVIGATION p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:36px;
	text-align:left;
}
#MAIN_NAVIGATION a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}
#RIGHT_SIDE {
	background-color: #dbdab5;
	padding:0px;
	margin:0px;
	float:left;
	width:235px;
	border-left:1px solid #CCCCCC;
}
#TOP {
	padding:20px;
	margin-bottom: 0px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #dbdab5;	/* border:1px solid #333333; */
}
.TOP_HEAD {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}
.orange {
	color: #FF9933;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.orange_notbold {
	color: #cc6600;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
.orange_content {
	color: #cc6600;
	font-weight: bold;
}
#MID {
	padding:20px;
	margin-bottom: 4px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #dbdab5;	/* border:1px solid #333333; */
}
.MID_HEAD {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}
#BOTTOM {
	padding:20px;
	vertical-align:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color:#dbdab5;
	/* border:1px solid #333333; */
}
.BOTTOM_HEAD {
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}


#INTERIOR_BACKGROUND {
	background-image:url(images/yellow_white_repeat.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	text-align:left;
	clear:both;
	float:left;
	/* border-bottom:1px solid #CCCCCC; */
}
#LEFT_SIDE_INT {
	width:300px;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #666666;
	float:left;
	background-color: #FFFFCC;
	/* border-right:1px solid #CCCCCC; */
}
#RIGHT_SIDE_INT {
	padding: 0px 0px 15px 0px;
	margin:0px;
	float:left;
	width:529px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
#RIGHT_SIDE_INT h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6600;
	text-transform: uppercase;
	padding-left:50px;
	padding-top:30px;
}
#RIGHT_SIDE_INT h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6600;
	padding-left:50px;
	padding-top:30px;
}
#RIGHT_SIDE_INT h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding-left:70px;
}
#RIGHT_SIDE_INT .teamsm {
	font-size: 10px;
	font-weight: normal;
	color: #cc6600;
	text-transform: uppercase;
	padding-left:22px;
}
#RIGHT_SIDE_INT table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 65px;
}
#RIGHT_SIDE_INT p {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left:70px;
	padding-right:60px;
}
#RIGHT_SIDE_INT li {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
#RIGHT_SIDE_INT ul {
	padding-left: 70px;
}
#RIGHT_SIDE_INT a { 
	color:#3b6087; 
	text-decoration:none; 
}
#RIGHT_SIDE_INT a { 
	color:#3b6087; 
	text-decoration:none; 
}
#RIGHT_SIDE_INT a:hover { 
	color:#996633; 
	text-decoration:underline;
}
#RIGHT_SIDE_ALT {
	padding: 0px 0px 0px 0px;
	margin:0px;
	float:left;
	width:529px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #CCCCCC;
	background-color:#FFFFFF;
}
#RIGHT_SIDE_ALT h1 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6600;
	text-transform: uppercase;
	padding-left:50px;
	padding-top:30px;
}
#RIGHT_SIDE_ALT h2 {
	font-size: 18px;
	font-weight: normal;
	color: #cc6600;
	padding-left:50px;
	padding-top:30px;
}
#RIGHT_SIDE_ALT h3 {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
	padding-left:70px;
}
#RIGHT_SIDE_ALT .teamsm {
	font-size: 10px;
	font-weight: normal;
	color: #cc6600;
	text-transform: uppercase;
	padding-left:22px;
}
#RIGHT_SIDE_ALT table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 65px;
}
#RIGHT_SIDE_ALT p {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-left:70px;
	padding-right:60px;
}
#RIGHT_SIDE_ALT li {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
#RIGHT_SIDE_ALT ul {
	padding-left: 70px;
}
#RIGHT_SIDE_ALT a { 
	color:#3b6087; 
	text-decoration:none; 
}
#RIGHT_SIDE_ALT a { 
	color:#3b6087; 
	text-decoration:none; 
}
#RIGHT_SIDE_ALT a:hover { 
	color:#996633; 
	text-decoration:underline;
} 
#INTERIOR_FOOTER {
	background-color:#FFFFFF;
	padding:0px;
	margin-top:0px;
}
#INTERIOR_FOOTER_NAV {
	font-size: 12px;
	font-weight: normal;
	color: #808080;
	padding-left:70px;
	padding-bottom:20px;
	text-transform:capitalize;
}
#INTERIOR_FOOTER_NAV a {
	font-size:10px;
	font-weight: normal;
	color: #3b6087;
	text-decoration: underline;
}
#INTERIOR_FOOTER_NAV a:hover {
	font-size:10px;
	font-weight: normal;
	color: #999999;
	text-decoration:none;
}
#INTERIOR_MAIN_NAVIGATION {
	margin-top:3px;
	height:35px;
	background-color: #FFFFCC;
	float:left;
	width:554px;
	border-top:1px solid #CCCCCC;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:36px;
	text-align:left;
	padding-top:15px;
}
#INTERIOR_SECONDARY_NAVIGATION {
	margin-top:3px;
	height:30px;
	vertical-align:middle;
	text-align:center;
	background-color: #FFFFFF;
	border-top:1px solid #CCCCCC;
	float:left;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	padding-top:15px;
	width:235px;
}
#INTERIOR_SECONDARY_NAVIGATION a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#INTERIOR_MAIN_NAVIGATION a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#INTERIOR_MAIN_NAVIGATION .main {
	color:#ff9933;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#INTERIOR_MAIN_NAVIGATION p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:36px;
	text-align:left;
}
#INTERIOR_MAIN_NAVIGATION a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}
#LIST_CONTAINER_1 {
	text-align:center;
	padding-left:78px;
	padding-bottom:20px;
	width:100%;
	min-height:35px;
	clear:both;
}
#LIST_CONTAINER_2 {
	text-align:center;
	padding-left:78px;
	padding-bottom:20px;
	width:100%;
	min-height:75px;
	clear:both;
}
#LIST_CONTAINER_3 {
	text-align:left;
	padding-left:78px;
	padding-bottom:0px;
	width:100%;
	min-height:35px;
	clear:both;
}
#LIST_LEFT {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	width:157px;
	padding-right:10px;
	float:left;
	text-align:left;
}
#LIST_LEFT ul {
	padding-left:15px;
	margin:0px;
}
#LIST_RIGHT {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:10px;
	float:left;
	margin:0px;
	text-align:left;
	width:157px;
}
#LIST_RIGHT ul {
	padding-left:15px;
	margin:0px;
}
/* See our work bar begin */

#SEE_OUR_WORK_BAR{
	margin: 0px;
	padding: 0px;
	background-image:url(images/orange_white_repeat.jpg);
	background-repeat:repeat-y;
	background-position:bottom left;
	vertical-align:baseline;	
	clear:both;
}

#SEE_OUR_WORK {
	margin:0px; 
	padding:7px 43px 7px 17px;
	text-align:left;
	float:left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:240px;
	border-right:1px solid #CCCCCC;
	bottom: 0;
}
#SEE_OUR_WORK a {
	color:#FFFFFF;
	text-decoration:none;
}
#SEE_OUR_WORK a:hover {
	text-decoration:underline;
}
#SEE_OUR_WORK_RIGHT_NAV{
	margin:0px; 
	padding:7px 17px 7px 70px;
	width:442px;
	background-color:#FFFFFF;
	float:left;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color: #808080;
	text-transform:capitalize;
}
#SEE_OUR_WORK_RIGHT_NAV a {
	color: #3b6087;
	text-decoration: underline;
}
#SEE_OUR_WORK_RIGHT_NAV a:hover {
	color: #999999;
	text-decoration:none;
}
/* See our work bar end */

/* #SEE_OUR_WORK {
	text-align:left;
	background-color:#ff9933;
	color:#FFFFFF;
	font-size:10px;
	padding:5px;
	padding-left:30px;
	font-weight:bold;
	width:490px;
}
#SEE_OUR_WORK a {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#SEE_OUR_WORK a:hover {
	font-size:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
} */

#PORTFOLIO_PREVIEWS {
	text-align:left;
	float:left;
	vertical-align:top;
	background-color:#FFFFFF;
	width:590px;
	padding-bottom:60px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin:0px;
	border-right:1px solid #CCCCCC; 
	height:493px;
}
#PORTFOLIO_PREVIEWS h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding-top:32px;
	padding-left:13px;	
}
#PORTFOLIO_SEPARATOR {
	width:3px;
	padding:0px;
	margin:0px;
	float:left;
	background-color:#FFFFCC;
	height:555px;
}
#PORTFOLIO_NAVIGATION {
	float:left;
	background-color:#FFFFCC;
	width:235px;
	height:485px;
	padding-top:70px;
}
#PORTFOLIO_NAVIGATION p {
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	color:#cc6600;
}
#PORTFOLIO_NAVIGATION a {
	text-transform:none;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	font-size:10px;
	text-decoration:none;
}
#PORTFOLIO_NAVIGATION a:hover {
	text-transform:none;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	font-size:10px;
	text-decoration:underline;
}
.orange_interior {
	color: #FF9933;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
}
.up_interior {
	margin-left:27px;
}

#PORTFOLIO_ELEMENT_INTERIOR {
	width:137px;
	float:left;
	padding:5px;
	margin:0px;
	text-align:center;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	
	vertical-align:middle;
	height:137px;
}
#PORTFOLIO_ELEMENT_INTERIOR a {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:none;
}
#PORTFOLIO_ELEMENT_INTERIOR a:hover {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:underline;
}
#PORTFOLIO_ELEMENT_INTERIOR_TEXT {
	width:137px;
	padding-top:57px;
	height:75px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
}

#PORTFOLIO_ELEMENT_INTERIOR_TEXT a {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:none;
}
#PORTFOLIO_ELEMENT_INTERIOR_TEXT a:hover {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration:underline;
}
#SMALL_PREVIEWS {
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
	margin:0px;
}
#SMALL_PREVIEW1 {
	float:left;
	text-align:center;
	vertical-align:middle;
	width:55px;
	padding:5px;
	margin:0px;
}	
#PORTFOLIO_BOTTOM_NAVIGATION {
	margin-top:3px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	height:35px;
	text-align:left;
	vertical-align:middle;
	background-color: #FFFFCC;
	float:left;
	width:555px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:36px;
	padding-top:15px;
}
#PORTFOLIO_BOTTOM_NAVIGATION a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#PORTFOLIO_BOTTOM_NAVIGATION .main {
	color:#ff9933;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}
#PORTFOLIO_BOTTOM_NAVIGATION p {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:36px;
	text-align:left;
}
#PORTFOLIO_BOTTOM_NAVIGATION a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}
#PORTFOLIO_BOTTOM_NAVIGATION_RIGHT {
	float:left;
	vertical-align:middle;
	text-align:center;
	background-color:#FFFFFF;
	margin-top:3px;
	margin-left:3px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:230px;
	font-size:10px;
	color:#333333;
	height:50px; 
	padding-top:3px;
}
#PORTFOLIO_BOTTOM_NAVIGATION_RIGHT a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#PORTFOLIO_BOTTOM_NAVIGATION_RIGHT a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}

