/* CSS Document */

                       

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(../images/look/bg.jpg);
	background-repeat:repeat-x;
	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;
}

img {
   behavior: url("htc/pngbehavior.htc");
	 border:none;
}

A:link {color:#666666;text-decoration:none;}
A:visited {color:#666666;text-decoration:none;}
A:active {color:#666666;text-decoration:none;}
A:down {color:#666666;text-decoration:none;}
A:hover {color:#e37711;text-decoration:none;}

A.pageno:link {color:#666666;text-decoration:underline;}
A.pageno:visited {color:#666666;text-decoration:underline; }
A.pageno:active {color:#666666;text-decoration:underline;}
A.pageno:down {color:#666666;text-decoration:underline; }
A.pageno:hover {color:#e37711;text-decoration:none; }

A.utilitylink:link {color:#666666;text-decoration:none;}
A.utilitylink:visited {color:#666666;text-decoration:none; }
A.utilitylink:active {color:#666666;text-decoration:none;}
A.utilitylink:down {color:#666666;text-decoration:none; }
A.utilitylink:hover {color:#e37711;text-decoration:underline; }

A.footerlink:link {color:#909090;text-decoration:none;}
A.footerlink:visited {color:#909090;text-decoration:none; }
A.footerlink:active {color:#909090;text-decoration:none;}
A.footerlink:down {color:#909090;text-decoration:none; }
A.footerlink:hover {color:#464646;text-decoration:none; }

A.readmore:link {color:#666666;text-decoration:underline;}
A.readmore:visited {color:#666666;text-decoration:underline; }
A.readmore:active {color:#666666;text-decoration:underline;}
A.readmore:down {color:#666666;text-decoration:underline; }
A.readmore:hover {color:#e37711;text-decoration:none; }

A.forumnav:link {color:#e37711;text-decoration:none;}
A.forumnav:visited {color:#e37711;text-decoration:none; }
A.forumnav:active {color:#e37711;text-decoration:none;}
A.forumnav:down {color:#e37711;text-decoration:none; }
A.forumnav:hover {color:#666666;text-decoration:underline; }



a.updatelink:visited, a.updatelink:active, a.updatelink:down  {color:#666666; }
a.updatelink:hover {color:#e37711; }

.updatelink { 
	color:#666666; 
	text-decoration:none;
	font-size: 11px;
	font-weight:normal;         
	background-image: url(../images/look/arrow_utility.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:19px;
}                

.updatelink span {
	color:#666666;
}


/*ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
*/
*ul { margin-top:-4px;
	padding: 0;
	}

hr1 {
	border: 0; 
	margin-top:20px;
	margin-bottom:20px;
	width:584px;
	height:1px;
}

div.hr {
	margin-top:20px;
	margin-bottom:20px;
  height: 1px;
	width:584px;
	background:url(../images/look/seperator_grey.jpg) no-repeat scroll center;
}

div.hr hr {
	width:584px;
  display: none;
}


	
	
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 


/* /////////////////////////////////     masthead     ///////////////////////////////// */
#masthead { 
	background: #f0f0f0; 
	margin:0px;
	padding: 0pxx;
	height: 389px;
	width: 840px;
} 




/* /////////////////////////////////     orange header     ///////////////////////////////// */
.welcomeheader { 
	width:840px;
	height:34px;
	background:  url(../images/look/bg_header.jpg);
	background-repeat:repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FFFFFF;
} 

.welcomeheader img {
	float:left;
	height:34px;
}

.welcomeheader div {
	float:right;
	position:relative;
	top:10px;
	padding-right:20px;
	width:300px;
	text-align:right;
}

.msg { 
	background:  url(../images/look/bg_header.jpg);
	width:381px;
	height:24px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#FFFFFF;
	padding: 10px 19px 0px 0px;
	text-align:right;
} 
/* /////////////////////////////////     END orange header     ///////////////////////////////// */
	
	
	
	
	
/* /////////////////////////////////     END masthead     ///////////////////////////////// */
	
	
	
	
	
	
	
	
	
	
	
/* /////////////////////////////////     sidebar utility panel     ///////////////////////////////// */

	
.utilityCol {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 27px 0px 0px 0px;
	margin:0px;
	font-family:trebuchet MS;
	font-size: 10px;
	color:#666666;
}

.utilitypanel  {
  clear:both;
}

.utilitypanel .button {
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	position:relative;
	left:3px;
	top:4px;
	cursor:pointer;
	z-index:3;
}

.utilitypanel .header {
	background-image:url(../images/look/utility_bgOpen.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:163px;
	height:18px;
	color:#666666;
	font-family:trebuchet MS;
	font-size: 11px;
	position:relative;
	left:24px;
	top:-15px;
	z-index:20;
	padding: 4px 0px 0px 26px;
  margin:0px;
	background-color:#f7f7f7;       
}

.utilitypanel .content {
	background-color:#FFFFFF;
	background-image:url(../images/look/utility_side.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:175px;
	position:relative;
	left:23px;
	top:-16px;
	border-bottom:1px solid #c0c0c0;
	padding: 14px 0px 14px 14px;
	margin: 0px;
}

.showpanel .content {
	display:block;
}

.hidepanel .content {
	display:none;
}

.hidepanel .header {
	background-image:url(../images/look/utility_bgClosed.gif);
	border-bottom:1px solid #c0c0c0;
	top:-15px;
}

.showpanel .button {
	background-image: url(../images/look/utility_close.gif);
}

.hidepanel .button {
	background-image: url(../images/look/utility_open.gif);
}

.bannerads {
	padding: 40px 0px 0px 24px;
}

.bannerads img {
	border: solid 1px #bfbfbf;
	padding:3px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

h4 { 
	display:block;
	font-family:trebuchet MS;
	font-weight:bold;
	color:#e37711;
	font-size: 13px;
	padding:5px 0px 7px 0px;
	margin:0px
}

h5 { 
	display:block;
	font-family:trebuchet MS;
	font-weight:bold;
	color:#e37711;
	font-size: 11px;
	padding:0px;
	margin:0px
}

.contentimage {
	width:164px;
	text-align:center;
	padding-right:10px;
/*	border:1px solid #000000;*/
}

.utilityphoto { 
	font-family:trebuchet MS;
	color:#666666;
	font-size: 10px;
	padding-top:13px;
	padding-bottom:10px;
	
}


.poll {
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 8px 0px 0px;
}


/* /////////////////////////////////     END sidebar utility panel     ///////////////////////////////// */








/* /////////////////////////////////     maincontent     ///////////////////////////////// */

/*bg_utilityGreyArea.gif*/

.mainContent { 
	margin: 0 0 0 237px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width:586px;
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	line-height:16px;
	padding-bottom:80px;
} 

.hilights { 
	width: 588px; 
	margin:0px;
	padding: 32px 0px 0px 0px;
}

.hilights img { 
	padding-right:4px;
}


.mainContent h1 { 
	font-family:trebuchet MS;
	color:#e37711;
	font-size: 13px;
	font-weight:bold;
}

.thumbnail { 
	float:left;
	width:141px;
	padding: 7px 8px 0px 0px;
}

.thumbnailnews { 
	float:left;
	text-align:center;
	width:141px;
	padding: 0px 12px 0px 0px;
}

.thumbnailwallpaper { 
	float:left;
	width:140px;
	padding: 0px 6px 0px 0px;
	text-align:center;
}

.thumbnailwallpapertxt { 
	float:left;
	width:130px;
	padding: 10px 0px 0px 10px;
	text-align:left;
}

.wallpaperrow { 
	float:left;
	width:585px;
	margin-bottom:3px;
	text-align:center;
}

.wallpaperrowlinks { 
	float:left;
	width:585px;
	margin-bottom:16px;
	text-align:center;
}

.readmore { 
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	font-weight:normal;         
	background-image: url(../images/look/arrow_utility.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:20px;
}  
.goback { 
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	font-weight:normal;         
	background-image: url(../images/look/arrow_utilityback.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:20px;
}    


.hpnewsleft {
  float:left;
	margin-right: 8px;
	width:280px;
	background-image:url(../images/look/newsvertdot.gif);
	background-repeat:repeat-y;
	background-position: 279px 0px;
}          

.hpnewsright {
  float:left;
	width:275px;
	padding: 0;
	border:1px solid #ffffff;
}


.newsdetail { 
	font-family:trebuchet MS;
	color:#666666;
	font-size: 10px;
	line-height:8px;
	padding: 2px 0px 4px 0px;
}

p {
	padding: 4px 0px 5px 0px;
	margin:0px;
}


.secnav {
	 padding-right:20px;
	 text-align:right;
	 padding-bottom:16px;
}

.secnav select {
	border: 1px solid #666666; 
	color:#666666; 
	background-color:#ffffff; 
	font-size:11px; 
	font-family:trebuchet MS; 
	width:150px;
}

.secnav button {
	height:20px;
	width:20px;
}

.submityourpic {
	float:right;
	padding:10px 32px 10px 0px;
}

.ddarrow  { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px;
}


.btn {
	background-image:url(../images/look/btn_bg.gif); background-repeat:repeat-x;
	border:solid 1px  #ff8700;
	border-top: #ff8700;
	border-right: #ef3a00;
	border-bottom: #ef3a00;
	border-left: #ff8700;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	padding:0px;
	margin-left:5px;
	cursor:pointer;
}
  
.photorow {	
	padding: 10px 10px 10px 10px;
	float:left;
	width:565px;
}

.photorowdark {
	background-color:#fcfcfc;
	border: solid 1px #f2f2f2;
	padding: 10px 10px 10px 10px;
	float:left;
	width:565px;
}

.pagenumbering {
	display:block;
	padding: 40px 0px 20px 0px;
	width:580px;
}

.pagenumbering .pagenumber {
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	float:left;
}

.pagenumbering .pagelist {
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	float:right;
}

.pagenumbering .bold {
	font-family:trebuchet MS;
	color:#e37711;
	font-size: 11px;
	font-weight:bold;
}

.progressbar
{
	font-family:trebuchet MS;
	font-size: 11px;
	text-align:right;
	padding: 6px 0px 16px 0px;
	color:#b6b3b3;
}

.progressbar .hilite {
	font-family:trebuchet MS;
	font-size: 11px;
	color:#e37711;
	font-weight:bold;
}

.progressbar .title {
	font-family:trebuchet MS;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
}

.asterisk {
	font-family:verdana;
	font-size: 12px;
	font-weight:bold;
	color:#e37711;
}

.header {
	color:#e37711;
	font-family:trebuchet MS;
	font-size: 11px;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
}

.threadrow {
	border-top: solid 4px #FFFFFF;
	background-color: #f9f9f9;
	padding:10px 5px 10px 5px;
	vertical-align:top;
}

.threadrowdark {
	border-top: solid 4px #FFFFFF;
	background-color: #f6f6f6;
	padding:10px 5px 10px 5px;
	vertical-align:top;
}



.forumtoprow {	
	background-image:url(../images/look/bg_forumtoprow.jpg);
	background-repeat:repeat-x;
	background-position: 0px 0px;
	border: solid 1px #e8e8e8;
	border-bottom-color:#e1e1e1;
	padding:0px 3px 0px 5px;

	font-weight:bold;
	font-size:10px;
}

.forumdetailrow {
	padding:15px 10px 10px 10px;
	color:#e37711;
	font-weight:bold;
	background-color:#f6f6f6;
}

.forumnumberrow {
	padding:5px 0px 5px 0px;
	color:#e37711;
	font-weight:bold;
	background-color:#f6f6f6;
}

.postname {
	border-top: solid 4px #FFFFFF;
	border-right: solid 4px #FFFFFF;
	background-color: #f6f6f6;
	padding:10px;
}
.posttitle {
	border-top: solid 4px #FFFFFF;
	background-color: #f6f6f6;
	padding:10px;
}
.postcontent {
	border-top: solid 4px #FFFFFF;
	background-color: #f9f9f9;
	padding:10px 10px 25px 10px;
}
.forumhilighted {
	color:#e37711;
}

.forumtextarea {
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	background-color: #f9f9f9;
	padding:5px;
	width:520px;
	height:100px;
	border: solid 1px #e1e1e1;
	background-color:#FFFFFF;
}
 
.forumtitlearea {
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	background-color: #f9f9f9;
	padding:5px;
	width:520px;
	height:20px;
	border: solid 1px #e1e1e1;
	background-color:#FFFFFF;
}

.forumnumbering {
	padding: 0px 0px 0px 0px;
	width:564px;
	font-weight:normal;
}

.forumnumbering .pagelist {
	font-family:trebuchet MS;
	color:#666666;
	font-size: 11px;
	float:right;
}

.forumnumbering .bold {
	font-family:trebuchet MS;
	color:#e37711;
	font-size: 11px;
	font-weight:bold;
}

.forumaddthread {
	float:left;
}

.dd {
	border: 1px solid #666666; 
	color:#666666; 
	background-color:#ffffff; 
	font-size:11px; 
	font-family:trebuchet MS; 
	padding:0px;
}

 /* /////////////////////////////////     END maincontent     ///////////////////////////////// */










/* /////////////////////////////////     footer     ///////////////////////////////// */
.footer { 
	padding: 10px 0px 40px 237px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
	font-family:trebuchet MS;
	font-size: 10px;
	color:#909090;
	background-image:url(../images/look/footerCorpLogo.gif);
	background-repeat:no-repeat;
	background-position: 35px 6px;
	
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* /////////////////////////////////     end footer     ///////////////////////////////// */








.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:0px;
  font-size: 1px;
  line-height: 0px;
}


#loginform fieldset {
	width:150px;

	display: block;
	margin: 0 0 2em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #b3b3b3;
	padding: 0 1em 1em 1em;
}

#loginform fieldset legend {
	font-family:trebuchet MS;
	font-size: 12px;
	color:#e37711;
	font-weight:bold;
}

input {
	display: block;
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
	font-weight:normal;
	padding: 0px 0px 0px 3px;
}

#loginform input {
	font-family:trebuchet MS;
	font-size: 11px;
	color:#666666;
  width:140px;
}

#loginform img {
	cursor:pointer;
 	padding-top:3px;
}


#logo {
	float: left;
	padding-top:62px;     
  width:27px;
}

#mainsite {
	margin: 0px 0px 0px 27px; 
  padding:0px;
	width:840px;
	background:#ffffff;

	background-image:url(../images/look/bg_utilityGreyArea.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;

}


.tablerow {
	float:left; 
	height:20px;
	background-color:#f9f9f9;
	display: block;
	margin:2px;
	padding:3px 0px 3px 7px;
}

