/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

input.button { cursor: pointer; }

p {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

h1 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;		
}

img { border: 0 none; }



html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color: #fff; 
	margin: 0; 
	padding: 0;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#FF9;
}

body a:hover{
	text-decoration:none;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	letter-spacing: 0.1em;	
}
.footer {
	text-align: center;
	vertical-align: bottom;
	margin: 0;
	margin-top: 10px;
	padding: 5px;
	padding-left: 30px; 
	padding-right: 30px; 
	padding-bottom: 20px; 
	width:100%;
    background:url(../images/footer.jpg) no-repeat bottom left;
	position:relative;
	height: 100%;
}
.footer p {
	margin-bottom: 0px;	
}
.leading .contentheading {
	display: none;
}
.contentheading {
	font-size:30px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttonheading {
	text-align: center;
	display: none;
}
.iteminfo {
	margin-bottom: 20px;
}
.createdate {
	font-size: 11px;
	color: #5D7931;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	display: block;
}
.modifydate {
	display:none;
}
.createdby {
	font-size: 13px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	display: block;
}
.contentpaneopen .row {
	font-size: 13px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.componentheading {
	display: none;
}
.leading_separator, .article_separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 60%;
	display: block;
	margin-left: 110px;

}

#container { 
	margin: auto;
	padding: 0;
	width:804px;
    background-image:url(../images/content_tile.jpg);
	background-repeat: repeat-y;
	height:100%;
	position:relative;
}
#temppage {
	margin: 0;
	padding: 0;
	width:804px;
    background:url(../images/content_bg_top.jpg) no-repeat top left;
	position:relative;
	height: 100%;
}
#contentbg{
	background-image:url(../images/content_tile.jpg);
	background-repeat: repeat-y;
	height:100%;
}
#intro {
	height: 130px;
	margin-left:290px;
	width: 430px;
}
#content {
	float: left;
	padding-left: 10px;
	width: 430px;
	margin-left: 20px;
	margin-top: 20px;
}
#colleft {
	width: 290px;
	height: 600px;
	float: left;
	padding-top: 40px;
	padding-left: 25px;
	margin-top: -90px;
}
.clr {
	clear:both;
}
/*Menu CSS*/
#pageHeader ul
{
margin: 0px;
padding: 0px;
padding-top: 5px;
list-style-type: none;
text-align: left;
font-family: arial;
font-size: 14px;
}

#pageHeader ul li { 
display: inline; 
}

#pageHeader ul li a
{
vertical-align: middle;
text-decoration: none;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 0px;
color: #000;
background: url(http://www.intwist.com/myPosts/lists/bk.jpg) top left no-repeat;
width: 146px;
}

#pageHeader ul li a:hover
{
color: #ccc;
background-position: 0 -82px;
width: 146px;
height: 82px;
}

#mainmenu
{
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
	list-style-type: none;
	text-align: right;
	font-family: arial;
	font-size: 18px;
/*	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
*/
}

#mainmenu li { 
display: inline; 
}

#mainmenu li a
{
	font-family: "Times New Roman", Times, serif;
vertical-align: middle;
text-decoration: none;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 20px;
color: #000;
background: url(http://www.intwist.com/myPosts/lists/bk.jpg) top left no-repeat;
width: 146px;
}

#mainmenu li a:hover
{
color: #859A64;
background-position: 0 -82px;
width: 146px;
height: 82px;
}
.breadcrumbs {
display:block;
	color: #999;
}
.search label {
	display: none;
}
.search .button {
	display: inline;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.inputbox {
	border: 1px solid #859A64;
	font-size: 11px;
	color: #999;
	padding: 4px 3px 4px 3px;
	margin: 3px;
	width: 180px;
}
#content img {

}
.shadow {
	background-image: url(../images/content_img_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
}
.leftslide {
margin-top: 40px;	
}
.img_name {
	display:none;	
}
.app_form td {
	color: #fff;
}
.app_form input {
	width: 200px;
}
.app_form .short {
	width: 60px;	
}
.app_form textarea {
		width: 340px;
}
.notice {
	clear:both;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: center;	
	}