/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
}
#header {
 color: #333;
 width: 780px;
 float: left;
 /*padding: 10px;*/
 /*border: 1px solid #008000;*/
 height: 74px;
 margin: 5px 0px 1px 0px;
 background: #ffffff;
}
#navigation {
 float: left;
 width: 780px;
 color: #333;
 /*padding-right: 5px;*/
 /*border: 1px solid #008000;*/
 margin: 0px 0px 0px 0px;
 background: #ffffff;
text-align:right;

}
#leftcolumn { 
 color: #333;
 background: #ffffff;
 margin: 0px 5px 0px 0px;
 width: 160px;
 float: left;
 /*border: 1px solid #008000;*/
}
#content { 
 float: left;
 color: #5987C6;
 /*border: 1px solid #008000;*/
 background: #ffffff url(../images/bg1.png) repeat-x;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 600px;
 display: inline;
}
#articlecontent {
 float: left;
 color: #5987C6;
 /*border: 1px solid #008000;*/
 background: #ffffff url(../images/bg1.png) repeat-x;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 /*height: 350px;*/
 width: 440px;
 display: inline;
}
#rightcolumn { 
 /*border: 1px solid #008000;*/
 color: #5987C6;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
/*height: 350px;*/
 width: 150px;
 float: left;
}
#footer { 
 width: 760px;
 clear: both;
 color: #5987C6;
 /*border: 1px solid #5E5EDE;*/
 background: #ffffff url(../images/bg2.png) repeat-x;
 margin: 0px 0px 0px 0px;
 padding: 10px;
text-align:center;
}
#subfooter {
 width: 780px;
 clear: both;
 background:  #ffffff url(../images/subfooter.png);
 height:5px;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}
#srchbox { 
border:1px solid #5E5EDE;
max-height:135px;
height:135px;
width:143px;
background:#ffffff;
text-align:left;
padding-left:2px;
padding-right:2px;
margin-bottom:5px;
}

#infobox { 
/*border:1px solid #5E5EDE;*/
width:147px;
background:#ffffff url(../images/bg1.png) repeat-x;
text-align:left;
padding-left:2px;
padding-right:2px;
margin-bottom:5px;
}
.inf_box {
width:147px;
background:#ffffff url(../images/bg1.png) repeat-x;
text-align:left;
padding-left:2px;
padding-right:2px;
margin-bottom:5px;
}
.skyscraper160 {
width:160px;
height:600px;
background:#ffffff;
text-align:left;

}
hr {
 color:#5987C6;
border: 0;
height: 1px;
background-color: #5987C6;

}


.boxheading {
	background:#5987C6 url(../images/box_top.png) no-repeat;
	margin-left:-2px;
	margin-right:-2px;
	color:#ffffff;
	font-weight: bold;
	padding-left:2px;
}
.pagetitle {
	font-weight: bold;
	font-size: medium;
}
h1 {
	font-weight: bold;
	font-size: medium;
}

#pic1 {
float:right;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5987C6;
	width:200px;
}
.textbox_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width:300px;
}
.textarea_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width:300px;
	height:150px;
}

.btn2 {
	background:#5E5EDE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.btnsubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5987C6;
}

#ulx {
	margin-left:25px;
}
#uly {
	margin-left:10px;
}
#uly li {
list-style-type:none;
padding-left:15px;
background: url(../images/bullet.png) left center no-repeat;

}
img {
border:0;
}