@charset "utf-8";

/* CSS Document */


body
{
	background-color: #336600;
	background-repeat:repeat-x;
	background-position: top left;
}

#outer-frame
{
	margin: auto;
	width: 800px;
	margin-top: 0px;
}

#header-top
{
	background-image: url(../images/images/header-gfx-top_01.jpg);
	background-repeat:no-repeat;
	height: 151px;
	text-align: right;
	padding-right: 40px;
}

#header-top p
{
	padding-top: 125px;
}

#header-bottom
{
	background-image: url(../images/images/header-gfx-bottom_02.jpg);
	background-repeat:no-repeat;
	height: 151px;
}

#main
{
	overflow: auto;
	background-image:url(../images/images/mid-section_03.jpg);
	background-repeat: repeat-y;
	padding-right: 50px;
	padding-bottom: 20px;
	color: #666;
}

#main p
{
	margin-left: 250px;
	margin-right: 20px;
	line-height: 2.2em;
}

#main a
{
	color: #060;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover
{
	color: #0C3;

}

#main h3
{
	
	padding-right: 20px;
	font-size: 18px;
	border-bottom: dashed #ccc 1px;
	margin-left: 250px;
}

#main ul li
{
	margin-left: 250px;
	list-style-type:disc;
	list-style-position: outside;
	color: #666;
}

#footer
{
	background-image:url(../images/images/footer_04.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 58px;
	text-align: center;
	clear: both;
}

#footer p
{
	margin: 0px;
	padding-top: 10px;
}

#nav-left
{
	float: left;
	margin-left: 350px;
	padding-top: 24px;
	background-image:url(../images/images/nav-left.jpg);
	background-repeat:no-repeat;
	background-position: 2px;
	height: 34px;
	width: 20px;
}

#nav
{
	float: left;
	margin-top:14px;
	background-color: #ccc;
}

#nav ul
{
	padding: 0px;
	margin: 0px;
}

#nav ul li
{
	list-style-type:none;
	display: inline;
}

#nav ul li a
{
	color: #fff;
	font-weight: bold;
	display: inline;
	float: left;
	text-decoration:none;
	margin-left: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../images/images/buttons.jpg);
	background-position: 0px 0px;
	margin-right: 0px;
}

#nav ul li a:hover
{
	color: #000;
	background-image: url(../images/images/buttons.jpg);
	background-position: 0px 27px;
	cursor: pointer;
}

#nav #current a
{
	color: #000;
	background-image: url(../images/images/buttons.jpg);
	background-position: 0px 27px;
}

#nav-right
{
	float: left;
	clear: right;
	padding-top: 24px;
	background-image:url(../images/images/nav-right.jpg);
	background-repeat:no-repeat;
	background-position:  0px;
	height: 34px;
	width: 20px;
}

#page-title
{
	margin-top: 20px;
	font-size: 17px;
	color: #360;
	font-weight: bold;
	float: right;
	text-align:right;
	width: 100%;
}

#page-title p
{
	margin-right: 60px;	
}

.boldtext
{
	font-weight: bold;
}

.ui-tabs
{
	width: 550px;
	margin: auto;
	margin-left: 180px;
	margin-top: 0px;
}

.ui-widget-header
{
	background-image:url(../images/ui-header-bg.jpg);
	background-repeat:repeat-x;
	background-position: 50% 37%;
}

#main .portfolio-block
{
	float: left;
	padding-left: 145px;
	padding-bottom: 20px;
	text-aling: center;
}

#main .portfolio-block img
{
	border: 1px solid #CCC;	
	padding: 5px;
}

.first-letter
{
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #060;
	border-left: 1px #000 solid;
	padding-left: 5px;

}

.emphasize
{
	color: #000;
	font-weight: bold;
}

#main .p-hover
{
	background-color: #F9F9F9;
	margin-left: 250px;

}