/** {
	padding:0;
	margin:0;
}*/

html, body {
	padding:0;
	margin:0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin:0;
	padding-left:1em;
}

/*input:focus {
	border: 1px solid #0095b6;
}*/

label {
	font-weight:bold;
	display:block;
}
input.error {
	border: 1px solid #900;
}
label.error {
	color:#900;
	font-weight:bold;
	display:none;
}

#pageContainer {
	width:981px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../images/graphics/bg.gif);
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
}

.content {
	margin:0 23px;
	width:927px;
	border:0px solid #000;
}

.req {color:#F00; font-weight:bold}

#footer, .push {
	margin:0 auto;
	width:927px;
	height: 20px; /* .push must be the same height as .footer */
}

#topContent {
	width:935px;
	margin-left:4px;
	border:0px solid #000;
}

#mainContent {
	margin-left:2px;
	width:930px;
	border:0px solid #000;
}

.boxTop {
	background:url(../images/graphics/top.png);
}

.boxLeft {
	width:8px;
	background:url(../images/graphics/left.png);
}

.boxRight {
	width:13px;
	background:url(../images/graphics/right.png);
}

.boxBottom {
	background:url(../images/graphics/bottom.png);
}

.boxTopLeft {
	width:8px;
	height:16px;
	background:url(../images/graphics/t_left.png);
}

.boxTopRight {
	width:13px;
	height:16px;
	background:url(../images/graphics/t_right.png);
}

.boxBottomLeft {
	width:8px;
	height:24px;
	background:url(../images/graphics/b_left.png);
}

.boxBottomRight {
	width:13px;
	height:24px;
	background:url(../images/graphics/b_right.png);
}

.visible {
	display:block;
	padding:0 10px 10px 10px;
}

	.visible h1 {
		margin:0;
		font-size:16px;
		color:#5989aa;
		border-bottom: 1px double #197fbf;
		padding:4px 0px 4px 0px;
	}
	
	.visible img {
		padding: 0px 0px 13px 13px;
	}
	
	.visible p {
		padding-left:3px;
	}

.hidden {display:none;}
.clear {clear:both;}


#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}

/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:250px;	
}

/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	display:block;
	clear:both;
	width:290px;	
	padding-left:2px;	
}
	
/* A tags */
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	font-style:italic;
	color:blue;
}	

#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	margin-top:1px;
	color:red;
}
	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
}

/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
instead of 
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
	padding:1px;
}

#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	margin-left:5px;
	padding:1px;
}

#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	margin-left:10px;
	padding:1px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	margin-left:15px;
	padding:1px;
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1 { 
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px solid #000000;
}

#simplegallery1 .gallerydesctext{
text-align: left;
padding: 2px 5px;
}