body
{
	margin: 0px;
	padding: 0px;
	background: URL(images/tall_x.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.main
{
	font-family: Tahoma;
	font-size: 11px;
	color: #403F3F;
}
.read_more
{
	font-family: Tahoma;
	font-size: 11px;
	color: #141313;
	text-decoration: none;
}
.link
{
	font-family: Tahoma;
	font-size: 11px;
	color: #9A9A9A;
}
.input
{
	width: 214px;
	height: 21px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #B6B6B6;
	font-family: Tahoma;
	font-size: 11px;
	color: #403F3F;
}
.textarea
{
	width: 214px;
	height: 67px;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	border-color: #B6B6B6;
	font-family: Tahoma;
	font-size: 11px;
	color: #403F3F;
	overflow: auto;
}

/**********************************************************************************************************
 * Main Layout
 **********************************************************************************************************/
#header
{
	vertical-align: bottom;
	text-align: center;
}
#left
{
	width: 240px;
	min-height: 400px;
	padding-left: 50px;
}
#right
{
	float: right;
	width: 725px;
	min-height: 400px;
}
#main
{
	width: 1024px;
	font-family: Tahoma;
	font-size: 12px;
	color: #403F3F;
	margin: 0 auto;
	align: center;
}
#footer
{
	font-family: Tahoma;
	font-size: 12px;
	color: #737373;
	text-decoration: none;
	clear: both;
}

#footerLeft
{
	width: 240px;
	padding-left: 50px;
}
#footerRight
{
	float: right;
	width: 275px;
}

/**********************************************************************************************************
 * Menu Styles
 **********************************************************************************************************/
.menuItem
{
	border-bottom: gray thin solid;
	font-family: Tahoma;
	font-size: 14pt;
	
	width: 150px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* Width of Menu Items */
	
	font-size: 12pt;
	font-family: Tahoma;
	font-variant: small-caps;
	font-weight: bold;
}

.suckerdiv ul li
{
	position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul
{
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 3px;
	visibility: hidden;
	font-size: 10pt;
	font-weight: normal;
}

/* Sub level menu links style */
.suckerdiv ul li a
{
	background: #fff;	
	border-bottom: 1px solid #ccc;
	color: black;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	padding: 1px 5px;
	text-decoration: none;
}

.suckerdiv ul li a:visited
{
	color: black;
}

.suckerdiv ul li a:hover
{
	font-weight: bold;
}

.suckerdiv .subfolderstyle
{
	background: url(media/arrow-list.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li
{
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a
{
	height: 1%;
}
/* End */

/**********************************************************************************************************
 * Section Styles
 **********************************************************************************************************/
.section
{
	padding-top: 6px;
}

.sectionHeader
{
	font-weight: bold;
	font-size: 14pt;
	border-left: gray solid;
	font-family: Tahoma;
	padding-left: 5px;
}
.sectionSubHeader
{
	font-family: Tahoma;
	font-size: 10pt;
	color: gray;
}
.sectionText
{
	padding-left: 35px;
	padding-bottom: 20px;
}

/* CMS Styles */

.dragHandle
{
	width: 16px;
	height: 16px;
	background-color: blue;
	background-image: url(/Images/greenarrow.jpg);
	cursor: move;
	border: outset thin white;
}

.callbackStyle {
	border:thin blue inset;		
}

.callbackStyle table {
	background-color:#5377A9;	
	color:Black;
}

.reorderList li
{
	list-style: none;
	margin: 2px;
}

.reorderList li a {}

.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}

.itemArea
{
    margin-left: 15px;
    text-align: left;
    color: black;
}
