html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
html {
	min-height: 100%; /*margin-bottom: 1px; */
	height: 100%;
	margin-bottom: 1px;

}
body {
  background-color: #FFFFFF;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  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) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #09055C;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin:5px 0 5px 0;
}

/* Commonly used to style section titles. */
h2 {
	color: #09055C;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom:5px;
}
h3 {
	color: #09055C;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom:5px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000099;
  text-decoration: underline;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
#outerWrapper #devrightColumn1 {
	margin-top: 17px;
	width: 195px;
	float: right;
	/*width: 170px;*/
	
}
#outerWrapper #devContentWrapper ul{
	margin:0;
	padding:0;
	list-style:none;
    float: right;
	margin-right: 22px;
}
* html #outerWrapper #devContentWrapper ul {
	*margin-right:10px;
}
#outerWrapper #devContentWrapper ul li {
	margin: 0 0 5px 0;
}
#outerWrapper #devContentWrapper ul a {
	display: 				block;
	width:					167px;
	/*height:28px;*/
	padding:		        7px 8px 7px 0;
	text-decoration:		none;
	background-image:		url(../images/subnav00.gif);
	background-repeat:		repeat-y;
	color:					#ffffff;
	text-align:				right;
	letter-spacing:			1px;
	
}
#outerWrapper #devContentWrapper li a:hover, #outerWrapper #devContentWrapper .current {
	background-image:		url(../images/subnav_a.gif);
}
/* Sets the style for visited links. */
/*a:visited {
  color: #0000FF;
  font-weight: bold;
  text-decoration: underline;
}*/
/* Sets the style for links on mouseover. */
/* Sets the style for a link that has focus. */
/*a:focus {
  color: #000;
}*/
/* Sets the style for a link that is being activated/clicked. */
a:active {
}
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 785px;
	background-image: url(../images/box_midd.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #footer #wiseLogo {
	/*height: 36px;*/
	/*margin-right: 25px;*/
	width: 73px;
	float: right;
}
/* IE6 hack to fix footer */
* html #outerWrapper #footer #wiseLogo {
	margin-right: 10px;
}
#outerWrapper #header {
	background-image: url(../images/header_c.gif);
	background-repeat: no-repeat;
    padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: center top;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	width: 150px;
	margin-right: 35px;
}
* html #outerWrapper #contentWrapper #rightColumn1 {
	margin-right: 20px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-bottom: 0;
	width: 525px;
	padding-left: 30px;
	float: left;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#outerWrapper #contentWrapper #contentImage {
	background-image: url(../images/contactM.jpg);
	background-repeat: no-repeat;
}

#outerWrapper #contentWrapper #rightColumn1 li {
	margin-left: -25px;
	margin-bottom: 5px;
}
#outerWrapper #contentWrapper #content li {
	margin-bottom: 7px;
}
#outerWrapper #footer {
    position: relative;
	background-image: url(../images/footer_c.gif);
	text-align: left;
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
    padding:0;
	margin-top: 20px;
}
/*[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. * /
#outerWrapper #contentWrapper #rightColumn1 {
  width: 210px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. * /
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]*/
#outerWrapper img #logo {
}
#outerWrapper #menu {
	/*height: 20px;*/
	text-align: right;
	background-position: bottom;
	float: right;
}
#outerWrapper #logo {
	height: 62px;
	width: 120px;
	padding-left: 20px;
	margin-bottom: 15px;
}
#outerWrapper #contentWrapper {
	margin-top: 20px;
}
#outerWrapper #footer #footerLinks {
	float: left;
	width: 180px;
	text-align: left;
}
#outerWrapper #footer #footerTextWrapper {
	float: left;
	width: 600px;
	margin-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 9px;
}
/*IE6 hack to fix footer */
* html #outerWrapper #footer #footerTextWrapper {
    margin-left: 15px;
}

#outerWrapper #image {
	margin-top:5px;
	height: 127px;
	float: right;
}
#outerWrapper #marketLeading {
	height: 31px;
	text-align: center;
	background-position: right;
	float: right;
}
#outerWrapper #footer #contactInfo {
	float: right;
	width: 400px;
	height: 15px;
}
#outerWrapper #contentWrapper hr {
	height: 1px;
	noshade:noshade;
	color:#CCCCCC;
}
.clear {
	clear: both;
}
#outerWrapper #header #ImageWrapper {
	margin-right: 15px;
}
#outerWrapper #devContentWrapper {
    padding:0;
	margin: 10px 0;
}
#outerWrapper #devContentWrapper #devContent #imageHolder {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	min-height: 375px;
}
#outerWrapper #devContentWrapper #devContent #devThumbnail {
	position: 			absolute;

	top:				35px;
	right:				20px;
	
	padding:            10px;
	border:				1px solid #000000;

	background-color:	#ffffff;
	/*-moz-opacity:		.7;*/
	
}
#outerWrapper #devContentWrapper #devContent {
	position: relative;
	width: 554px;
	/*float: left;*/
	margin-left: 27px;
	/*overflow: hidden;*/
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
	/*border:1px solid red;*/
}
* html #outerWrapper #devContentWrapper #devContent {
	margin-left: 14px;
	float: left;
}
/*#devContent #backgroundImage {
	background-image: url(images/contactMainImage.jpg);
	background-repeat: no-repeat;
	width: 554px;
	height: 279px;
}
#devContent #Indenttype {
	margin: 20px 25px 0 25px;
	text-align:justify;
}
#devContent #Indenttype p {
	margin-bottom: 15px;
}

#devContent #trans {
	width: 235px;
	/*background-image: url(images/transparency.jpg);
	background-repeat: no-repeat;* /
	color:#555555;
	background-color:#ffffff;
	-moz-opacity: .82;
	opacity: .82;
	-o-opacity: .82;
	filter: alpha(opacity=82);
	margin-left:10px;
	float: left;
	height: 279px;
}
* html #devContent #trans {
	margin-left:	5px;
}
*/
#devMain {
    position:           relative;
	width:              204px; /*554px;*/
	height:             239px; /*279px;*/
    background-color:   #e2e0e1;
    padding:            20px 330px 20px 20px;
    /*outline:            1px solid blue;*/
}
* html #devMain {
    height:             239px;
}

#devMain #devDescr {
    margin:             0;
    padding:            0;
    height:             190px;
    overflow:           auto;
}
#devMain h1, #devMain p {
    margin:             0 0 10px 0;
    padding:            0;
}
#devMainImage {
    position:           absolute;
    top:                0px;
    right:              0px;
    width:              308px;
    height:             100%; /*279px;*/
    background:         #e2e0e1 url(../images/contactM.jpg) no-repeat 50% 50%;
    /*outline:            1px solid red;*/
}
#outerWrapper #contentWrapper #full_content {
	width: 713px;
	margin-right: 20px;
	padding-left: 30px;
}
#outerWrapper #header #ImageWrapper #menu a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#outerWrapper #header #ImageWrapper #menu a:hover {
	text-decoration: underline;
}
#outerWrapper #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#outerWrapper #footer a:hover {
	text-decoration: underline;
}
#outerWrapper #contentWrapper a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: underline;
}
#outerWrapper #contentWrapper a:hover {
	text-decoration: none;
}
.results {
	border:				0px solid blue;
	width:				660px;
	margin:				0 auto;
}
* html .results {
	width:				670px;
}
.result-item, .result-item-hover {
	width:				140px;
	min-height:			150px;
	float:				left;

	padding:			4px;
	padding-top:		10px;
	margin:				0 8px 0 8px;
	cursor:				pointer;
	
	text-align:			center;
}
* html .result-item, * html .result-item-hover {
    /* min-height hack for IE6, as it treats the height 
    property as if it was min-height... go figure! */
    height:             150px;
}
.result-item-hover {
	background-color: 	#f4f4f4;
	border:			  	1px solid #dddddd;
	padding:		  	3px;
	padding-top:		9px;
}
.result-item-hover a:hover {
	text-decoration: 	underline;
}
.result-item .devthumb, .result-item-hover .devthumb {
	/*float:				left;
	margin-right:		10px;*/
    /*width:              125px;*/
    border:				1px solid #444444;
    border-color:       #808080 #000000 #000000 #808080;
	margin-bottom:		10px;
}
.result-item h3, .result-item-hover h3 {
	padding:0;
	margin:0;
	margin-bottom:		10px;
}
.result-item p,.result-item-hover p {
	text-align:			justify;
}
#outerWrapper #galThumbs #galThumbsInner .thumb {
	cursor: pointer;
}
#outerWrapper #devContentWrapper #devMenu {
	border: 1px solid #FF0000;
	width: 200px;
}
#outerWrapper #devContentWrapper #imgDescrText {
	width: 176px;
}
#view {
	width: 100%;
}
#view #viewLabel {
	float: left;
	width: 40px;
}
#view #viewTypes {
	float: left;
	width: 170px;
}
#view #viewAll {
	float: right;
	width: 150px;
	text-align: right;
}
#view #viewTypes ul {
	margin: 0px;
	padding: 0px;
}
#view #viewTypes ul li {
	margin-left: 20px;
}
#navigation {
	margin-top: 15px;
}
#navigation #nav_left {
	float: left;
	width: 40px;
	text-align: left;
}
#navigation #nav_right {
	float: left;
	width: 40px;
	text-align: right;
}
#navigation #nav_stats {
	float: left;
	width: 125px;
	margin-bottom: 1px;
}
td {
	font-size: 11px;
}
#devContent #devBackLink {
	margin-top: 5px;
}
#devContent #devBackLink a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#devContent #devBackLink a:hover {
	text-decoration: underline;
}