html 
{
	overflow-x: hidden;
}
body
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
a
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

P A
{
	color: #007ac3;
	font-weight: bold;
}
P A:hover
{
	color: #007ac3;
	text-decoration : underline;
}

/* POSITIONING */
/* background positioning panes */
#wrapper
{
	position	: relative; 
	width		: 980px; 
	margin		: 0px auto 0px auto; 
	top			: 15px;
	padding		: 0px;
}
#content 
{
	margin-top	: 0px;
	float		: right; 
	width		: 980px;
}
#footer 
{
	margin:0px auto 30px auto; 
	text-align:center; 
	clear:left; 
}

/* END: POSITIONING */

#page-container
{
	color: #007ac3;
	display: block;
}
#page-container:after 
{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
#page-container 
{
	display:inline-block;
}
#page-container 
{
	display:block;
}

.header-left-top
{
	background	: url(../images/header-left-top.jpg) no-repeat;
	width		: 318px;
	height		: 142px;
}
.header-middle-top
{
	background	: url(../images/header-middle-top.jpg) repeat-x;
	height		: 142px;
}
.header-right-top
{
	background	: url(../images/header-right-top.jpg) no-repeat;
	width		: 358px;
	height		: 142px;
}
.header-left-bottom
{
	background	: url(../images/header-left-bottom.jpg) no-repeat;
	width		: 52px;
	height		: 23px;
}
/*.header-menu-bottom
{
	background	: url(../images/header-middle-bottom.jpg) repeat-x;
	height		: 23px;
	overflow	: visible;
	white-space : nowrap;
}
.header-middle-bottom
{
	background	: url(../images/header-middle-bottom.jpg) repeat-x;
	height		: 23px;
}*/
.header-right-bottom
{
	background	: url(../images/header-right-bottom.jpg) no-repeat top right;
	height		: 23px;
}

#navigation-menu
{
	margin: 11px 0px 0px 0px;
	width: 100%;
}
#navigation-menu .menu-item
{
}
#navigation-menu .menu-popup a
{
	font-weight	: normal;
}
#navigation-menu .menu-item-container
{
	padding	: 0px 10px 0px 10px;
	float	: left;
	cursor	: pointer;
}
#navigation-menu .menu-item-container-active
{
	background-color: #DB9C4F;
}
#navigation-menu .menu-popup
{
	position		: absolute;
	z-index			: 1;
	margin-left		: -10px;
	background-color: #DB9C4F;
	padding			: 3px;	
	display			: none;
	min-width		: 100px;
}
#navigation-menu .menu-popup-item
{
	padding-top: 4px;
}
#navigation-menu .menu-item-container-active .menu-popup
{
	display	: block !important;
}
#breadcrumb-container
{
	color			: #61a0d6;
	font-size		: 11px;
	font-weight		: bold;
	padding-top		: 10px;
	padding-bottom	: 2px;
	padding-right	: 25px;
	text-align		: right;
	font-style		: italic;
}
#breadcrumb-container a
{
	color			: #61a0d6;
	font-size		: 11px;
	font-weight		: bold;
	text-decoration	: none;
	font-style		: italic;
}
#breadcrumb-container a:hover
{
	color			: #61a0d6;
	font-size		: 11px;
	font-weight		: bold;
	text-decoration	: underline;
	font-style		: italic;
}

#footer-address
{
	margin: 20px 0px 20px 0px;
	color: #4994CE;
	font-weight: bold;
	text-align: center;
}
#footer-copyright
{
	margin: 20px 0px 20px 0px;
	color: #89b9e7;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
#footer-copyright A
{
	color: #89b9e7;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
#footer-copyright A:hover
{
	text-decoration : underline;
}
#content-container
{
	padding-left: 52px;
}
#content-table
{
	width: 100%;
	border-bottom: solid 3px #61a0d6;
}

.home-title
{
	font-size		: 60px;
	color			: #da9f3d;
	font-style		: italic;
}
.home-text
{
	padding-top	: 20px;
	font-size	: 12px;
	text-align	: justify;
}

.userpage-title
{
	font-size		: 16px;
	color			: #61a0d6;
	padding-top		: 40px;
}
.userpage-text
{
	color			: #61a0d6;
	font-size		: 12px;
	text-align		: justify;
}
.userpage-subtitle
{
	color			: #da9f3d;
	font-weight		: bold;
}
.userpage-subtext
{
	color			: #61a0d6;
	font-size		: 12px;
	text-align		: justify;
}
.userpage-subtext p
{
	margin: 0px;
}
.userpage-images
{
	float			: right;
	clear			: both;
	padding-right	: 10px;
}
.userpage-downloads-prefix
{
	font-weight		: bold;
	font-style		: italic;
	color			: #da9f3d;
}
.userpage-downloads
{
	font-style		: italic;
	color			: #da9f3d;
	font-weight		: bold;
	padding-top		: 5px;
}
.userpage-downloads A
{
	font-style		: italic;
	color			: #da9f3d;
	font-weight		: normal;
}
.userpage-downloads A:hover
{
	font-style		: italic;
	color			: #da9f3d;
	font-weight		: normal;
	text-decoration	: underline;
}

.email_input
{
	width: 200px;	
}

#content-table td.image-only
{
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}
#content-table td.category-description
{
	padding: 0px;
}
#content-table td.category-thumbnail
{
	height: 100%;
	padding: 0px;
	vertical-align: bottom;
	text-align: center;
}
#content-table div.content-title
{
	color: #f4d83e;
	font-size: 14px;
	width: 100%;
	margin-bottom: 6px;
}
#content-table div.content-image
{
	float: right;
	margin-left: 11px;
	margin-right: -22px;
}

#contact-form td
{
	
	padding: 0px 5px 0px 0px !important;
	line-height: 11px !important;
}

.image-blend
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

.contact-form
{
	padding-top: 8px;
}
.contact-form TD
{
	padding-bottom: 3px;
}
.contact-form input
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.contact-form textarea
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.contact-form button
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}