@charset "utf-8";
/* CSS Document */
html
{
	background:url(../images/bg-page.jpg) no-repeat bottom left fixed;
}
body
{
	margin:0px;
	padding:0px;
	font-family:"trebuchet MS", Arial, Helvetica, sans-seri;
	font-size:12px;
	color:#191919;

}
a, a:hover
{
	text-decoration:none;
}
br
{
	clear:both;
	display:block;
	height:0px;
}
h1, h2, h3
{
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h1 
{
	font-size:24px;
	color:#F6AB45;
}
h1 span
{
	color:#616161;
	font-size:20px;
	font-style:italic;
}
h2 
{
	font-size:24px;
	color:#079fff;
}
h2 span
{
	color:#616161;
	font-size:20px;
	font-style:italic;
}
h3
{
	font-size:16px;
	font-weight:bold;
	color:#616161;
}
.page
{

	overflow:hidden;
}
#wrapper
{
	width:950px;
	margin:0 auto;
}

.header .mid
{
	background:url(../images/bg-header-middle.png) repeat-x left top;

}
#content a
{
	color:#079fff;
}
#content a:hover
{
	color:#015d97;
}
#content a.more
{
	display:inline; 
	width:75px;
	background:url(../images/h-dotted-line.png) left bottom repeat-x;
}
.img
{
	padding:3px;
	margin:3px;
	border:1px dotted #ccc;
}
img.right
{
	margin:0 0 0 10px;
	float:right;
}

.content p
{
	margin:0 0 12px 0;
}
.content
{
	background:url(../images/bg-content-stress.png) top left repeat-y;
}
.txtbox
{
	font-family:"trebuchet MS", Arial, Helvetica, sans-seri;
	font-size:12px;
	color:#191919;
	width:220px;
	border:1px solid #ccc;
}
.content .v-line
{
	background:url(../images/v-dotted-line.png) repeat-y center top;
}
.footer
{
	padding:12px;
}
.footer a
{
	color:#000;
	text-decoration:underline;
}
.footer a:hover
{
	color:#079fff;
}

.table {	border:1px solid #eee;
	border-bottom:none;
	border-right:none;
}






/* main nav here */
ol#MainMenu {
/*    height: 2em;*/
	height:33px;
    list-style: none;
    margin: 0 10px 5px 0;
    padding: 0;
	float:right;

}

ol#MainMenu li {
    float: left;
    margin: 0 0 0 2px;
}

ol#MainMenu a {
    background: url(../images/tab.png);
    color: #2E2E2E;
    display: block;
    float: left;
    height: 33px;
    padding-left: 12px;
    text-decoration: none;
	font-family:"trebuchet MS", Arial, Helvetica, sans-seri;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
}

ol#MainMenu a:hover {
    background-position: 0 99px;
	color: #fff;
    font-weight: bold;
}

ol#MainMenu a:hover span {
    background-position: 100% 99px;
}

ol#MainMenu li.current a {
    background-position: 0 99px;
    color: #fff;
    font-weight: bold;
}

ol#MainMenu li.current span {
    background-position: 100% 99px;
}

ol#MainMenu span {
    background: url(../images/tab.png) 100% 0;
    display: block;
    line-height: 33px;
    padding-right: 10px;
}

#small
{
    font-size:8px;
}

#wrapper .header .address {
font-size: 14px;
font-style: italic;
font-weight: bold;
margin-left:30px;
}


/* main nav end here */

