@charset "utf-8";
/* FACE AGING CSS */

html, body
{
	background-color:#FFFFFF;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size:12px;
}

/*wrapper that encompuses the entire site*/
#wrapper
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*********************************************************/
/*header information*/
#header
{
	width:950px;
	height:194px;
	background-image:url(../images/new-logo.png);
	background-repeat:no-repeat;
}

#top-links
{
	width:930px;
	height:17px;
	padding:10px;
}

#top-links a
{
	color:#FFFFFF;
	text-decoration:none;
}

#logo
{
	width:930px;
	padding-right:10px;
	height:152px;
}

#logo-title
{
	padding-top:110px;
	padding-right:20px;
	width:740px;
	float:right;
	color:#FFFFFF;
}

.menu
{
	font-size:14px;
	padding:0;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
}
.menu li {display:inline;}
.menu li a
{
	padding:0.2em 1em;
	color:#fff;
	text-decoration:none;
	float:left;
}
.menu li a:hover
{
	text-decoration:underline;
	color:#fff;
}

.newsmenu
{
	padding-top:0px;
	padding-left:20px;
	color:#000;
	white-space:normal;
	list-style-type:square;
	font-size:12px;
}

.newsmenu li a
{
	color:#009999;
	text-decoration:none;
}

.newsmenu li a:hover
{
	color:#009999;
	text-decoration:underline;
}


.submenu
{
	padding:0;
	margin:0;
	color:#000;
	white-space:normal;
	list-style-type:none;
	font-size:12px;
}
.submenu li a
{
	padding:0.2em 1em;
	color:#000;
	text-decoration:none;
}
.submenu li a:hover
{
	text-decoration:underline;
	color:#999999;
}

/*********************************************************/
#content-container
{
	width:930px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
}

#content-left-home
{
	width:670px;
	float:left;
}

#content-left-home-padding
{
	padding-left: 10px;
	padding-right:20px;
}

#content-left
{
	width:920px;
	float:left;
}

#content-left-padding
{
	padding-left: 10px;
	padding-right:20px;
}

#content-left-home-top
{
	width:670px;
	height:auto;
	font-size:12px;
}

#content-left-home-bottom
{
	padding-top:10px;
	width:910px;
	height:auto;	
}

#content-left-home-bottom-index
{
	padding-top:10px;
	width:670px;
	height:auto;	
}

.content-left-home-links
{
	width:165px;
	float:left;
}

#content-left-ricanek
{
	padding:10px;
	float:right;
	width: 275px;
	font-size:12px;
}

.content-left-home-seperator
{
	width:667px;
	height:2px;
	padding:0px;
	background-image:url(../images/left-seperator.png);
	background-repeat:no-repeat;
}

.content-left-seperator
{
	width:900px;
	height:2px;
	padding:0px;
	background-image:url(../images/left-seperator.png);
	background-repeat:repeat-x;
}

#content-right
{
	width:250px;
	min-height:455px;
	background-image:url(../images/content-right-bg.png);
	background-repeat:no-repeat;
	float:right;
}

#bread-crumb
{
	padding-top:5px;
	font-size:12px;
	color:#009999;
}

#footer
{
	width: 100%;
	background-image:url(../images/footer-bg.png);
	background-repeat:repeat-x;
	bottom: 0 !important;

	height: 115px;
	clear: both;
	position: relative;
 	z-index: 10;
 	margin-top: -3em;
}

#footer-content
{
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-size:12px;
	width:900px;
	padding-top:10px;
}

/*********************************************************/
/* generic classes to use */
h1
{
	font-size:17px;
}
h2
{
	padding:10px;
	padding-left:5px;
	margin:0px;
	font-size:24px;
}
h3
{
	padding-left:0px;
	padding-top:10px;
	margin:0px;
	font-size:18px;
}

h3.padding-left
{
	padding-left:10px;
	padding-top:10px;
	margin:0px;
	font-size:18px;
}

h4
{
	padding:0px;
	margin:0p
}

.font12
{
	font-size:12px;	
}

.left
{
	float:left;
}
.right
{
	float:right;
}

a:link {color:#009999}      /* unvisited link */
a:visited {color:#009999}  /* visited link */
a:hover {color:#009999}  /* mouse over link */
a:active {color:#009999}
