/* CSS Document */
body
{
	margin-top:0px;
	margin-bottom:0px;
	/*background-image:url(images/bg.gif);
	background-repeat:repeat;*/
	background-color:#FFFFFF;
}

table
{
	border:0px;
	font-size:12px;
}

table a
{
	font-size:12px;
}

table tr td
{
	border:0px;
	border-bottom:1px solid #CCCCCC;
}

#box
{
	width:941px;
	padding-right:41px;
}

#blogFrame
{

}

#page
{
	float:left;
	width:900px;
	padding-top:0px;
	margin-top:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4A4A4A;
	background-color:#FFFFFF;
}

#header
{
	height:292px;
	padding-top:0px;
	margin-top:0px;
}

#headerTop
{
	background-image:url(images/header/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:204px;
}

#headerBottomLeft
{
	background-image:url(images/header/bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:78px;
	width:231px;
	float:left;
}

#headerBottomRight
{
	background-color:#DCDDDF;
	height:74px;
	width:669px;
	float:right;
}

#headerSlice
{
	background-image:url(images/headerSlice.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-top:0px;
	float:left;
	width:41px;
	height:309px;
	position:relative;
	top:-13px;
	
	/*position:absolute;
	left:149px;
	top:45px;*/
}

#headerText
{
	padding-left:2px;
}

#headsUp
{
	color:#FFFFFF;
}

#headsUp table tr td
{
	boder-top: 1px solid #FFFFFF;
	background-color:#4B2F50;
}

#content
{
	border:1px solid #000000;
	/*background:#336699;*/
}

#main-body
{
	float: left;
	width: 655px;
}

#main-bodyBlog
{
	float: left;
	width: 900px;
}

/*Three Columns */
	#headerText
	{
		margin-left:50px;
		text-align:left;
	}
	
	#links
	{
		float:left;
		width:140px;
	}
	
	#entry
	{
		float:left;
		width:475px;
		display:inline;
		max-width:585px;
		min-height:300px;
		line-height:1.5em;
		padding-top:15px;
	}
	
	#entryBlog
	{
		float:left;
		width:740px;
		display:inline;
/*		max-width:585px;
		/*min-height:300px;*/
		line-height:1.5em;
		margin-top:0px;
		padding-top:60px;
		height:2000px;

		background-image:url(images/watermarks/blog.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
	}
	
#images
{
	color:#FFFFFF;
	float: right;
	width: 215px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
}
/* End Three Columns */
#entry a
{
	color:#F05133;
	text-decoration:none;
}

#entry a:hover
{
	text-decoration:underline;
}

#entryBlog a
{
	color:#F05133;
	text-decoration:none;
}

#entryBlog a:hover
{
	text-decoration:underline;
}

#entryInner
{
	text-align:left;
}

#entry_3_panel
{
line-height:150%;
padding-bottom:50px;
}

#entry_3_panel td
{
	text-align:left;
}

#entry_3_panel a
{
	color:#F05133;
	text-decoration:none;
}

#entry_3_panel a:hover
{
	text-decoration:underline;
}

#entry_3_panel .title
{
font-size:150%;
font-weight:bold;
/*font-variant:small-caps;*/
font-family:Helvetica, Geneva, Arial, sans-serif;
}

#linksInner
{
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #C9C9C9;
}

#linksInner ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px; /* Width of Menu Items */
}
#linksInner ul li
{
	/*display:block;
	padding-bottom:10px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:100%;*/
	width:100%;
	font-weight:bold;
	text-align:right;
	position:relative;
}

#linksInner ul li a
{
	color:#F05133;
	text-decoration:none;
	width:auto;
	
	display: block;
	padding: 5px;
	background: #FFFFFF; /* IE6 Bug */
}

#linksInner ul li a:hover
{
	color: #3A3A3A;
	background: #FFFFFF;
}

#linksInner ul li ul
{
	position: absolute;
	left: 100px; /* Set 1px less than menu width */
	top: 4px;
	width: 125px;
	display: none;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;

}

#linksInner ul li:hover ul, #linksInner ul li.over ul
{
	display: block;
}

#linksInner ul li ul li
{
	font-weight:normal;
	text-align:left;
}

#linksInner ul li ul li a
{
	padding: 1px 0px 1px 10px;
}

* html ul li
{
	float: left;
	height: 1%;
}

* html ul li a
{
	height: 1%;
}

/*
#linksInner ul li a:hover
{
	color:#3A3A3A;
}

#linksInner .topmenu p
{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	margin:5px 0px 5px 0px;
}

#linksInner .submenu p
{
	display:block;
	text-align:right;
	padding-left:15px;
}*/

#footer
{
	clear: both;
	width:600px;
	margin-top:40px;
	padding-bottom:5px;
	border-top:1px dotted #C9C9C9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3A3A3A;
}

#3pmain 
{
font-size:36px;
}