﻿@import "../standard.css";
body
{
    font-family: Georgia, Times New Roman, Arial, Sans-Serif;
    font-size: 12px;
    color: #505050;
    background: #fff;
}
#container
{
	background: #fff url("/images/main-bg.gif") repeat-y center top;
	border: solid 1px #808080;
	width: 943px;
}
#fullHeader
{
	height: 100px;
	border-bottom: solid 1 #8080f0;
	background: #fff url(/images/fs3_header.gif) repeat-y left top;
}
#header
{
    height:100px;
	color: #FFFFFF;
	margin: 0px;
}
#header .pracName,#header .pracName a
{
    letter-spacing: 0px;
    font-size: 24pt;
    font-weight: bold;
    color: #fff;
    margin-left: 0px;
}
#header .pracByline
{
	font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
    margin-top: 5px;
    color: #fff;
    height: 40px;
    line-height: 30px;
}

#addressBox, #addressBox a
{
	color: #ffffff;
	font: 11px arial, sans-serif;
	font-weight: normal;
	text-align: right;
	margin: 5px 5px 0 0;
	padding: 0px;
	height: 90px;
	width: 130px;
	border: none;
}

/***************************************/
#navigation
{
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	text-align: left;
	border-bottom: #808080 1px solid;
	background:#fff url(/images/fs3_nav.gif) repeat-x left top;
	 padding: 0;
    margin: 0;
}
#navigation ul
{
    padding: 0px;
}
#navigation li
{
	display: inline;
	border-right: #CCCCCC 1px solid;
	border-bottom: none;
    padding: 0px 12px 4px 10px;
    margin: 0;
}
#navigation li a
{
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#navigation a.selected
{
    font-weight: bold;
}
.subMenu
{
    display: block;
}
.subMenuItems
{
    margin: 24px 0px 0 0px;
    border-top: none;
}
/*********************************************/
#welcome
{
	width: 740px;
	float: right;
	padding: 20px 10px 0px 0px;
	background-color:Transparent;
}
#welcome a
{
	color: #964646;
	background-color: inherit;
}
#welcome a:hover
{
	color: #EE2C2C;
	background-color: inherit;
	text-decoration: none;
}
/******************************************/
.box
{
	background-color: #fafbfc;
	color: #505050;
}
.title1
{
	color: #505050;
	background-color: inherit;
}
h1
{
	margin-bottom: 18px;
	font-size: 16px;
	color: #636363;
}

h2
{
	margin-bottom: 10px;
	font-size: 14px;
	color: #636363;
}
h3
{
	font-size: 13px;
	color: #636363;
}

h4
{
	line-height: 15px;
	color: #4D789E;
}
h5
{
	line-height: 15px;
	color: #4D789E;
	margin-bottom: 5px;
}
h6
{
	color: #4D789E;
	margin-bottom: 5px;
}
.questionnaire
{
	color: #505050;
	background-color: transparent;
}
.questionnaire .answers td
{
	color: blue;
}
.answers
{
	color: blue;
}
/***********************************************/
#subcontent
{
	background-color: Transparent;
	float: left;
	font-size: 11px;
	width: 170px;
	padding: 10px 0px 0px 10px;
	margin-top: 0px;
}
#subcontent h5
{
	color: #505050;
	background-color: inherit;
}
#subcontent a
{
	color: #777DD2;
	background-color: inherit;
}
#subcontent a:hover
{
	color: #EE2C2C;
	background-color: inherit;
}
.menublock h5
{
	color: #505050;
	background-color: transparent;
}
.linkedTo
{
	font-size: 11px;
}
.listInfo
{
	list-style-image: url(/images/info_fs.gif);
}
.listInfo1
{
	list-style-image: url(/images/info_fs.gif);
}
.listInfo2
{
	list-style-image: url(/images/info_fs.gif);
}
/********************* News *************/
#news_edit
{
	float: left;
	margin: 10px 0 0 5px;
    background-color: #fdfeff;
    color: #505050;
    border-color: #f0c0c0;
    height: 305px;
}
.newfeeds
{
	height: 240px;
}
.newfeedsitem
{
	height: 210px;
}
#feed2
{
	float: left;
}
/******************Footer****************/
#footer
{

	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	width: 100%;
	height: 20px;
	color: #303030;
	background: #fff url(/images/fs3_footer.gif) top left repeat-y;
	border-color: #808080;
}
#footer a
{
	color: #303080;
	background-color: inherit;
}
#footer a:hover
{
	color: #f03030;
	background-color: inherit;
}

