body
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 10.67px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #323232;
}

p
{
	margin: 10px 0;
}

a, a:hover
{
	color: black;
	text-decoration: none;
}

.clearBoth
{
	font-size: 0;
	line-height: 0;
	clear: both;
}

hr
{
	border: none;
	height: 1px;
	width: 100%;
	background-color: black;
	margin-top: 1px;
	margin-bottom: 10px;
}

hr.dot
{
	border: none;
	height: 1px;
	width: 100%;
	background: transparent url('../Media/System/Backgrounds/hrDot.jpg') repeat-x scroll left top;
	margin-top: 1px;
	margin-bottom: 10px;
}

.site
{
	width: 940px;
	margin: auto;
	pading: 0;
}


/* TOP MENU */

.topMenu
{
	height: 38px;
	width: 100%;
}

.topMenuItem
{
	float: left;
	padding: 12px 15px 11px;
}

.topMenuItemSelected, .topMenuItem:hover
{
	float: left;
	background-color: black;
	color: white;
	padding: 12px 15px 11px;
}

.topMenuItemSelected a, .topMenuItem:hover a
{
	color: white;
}


/* HEADER */
.header
{
	width: 100%;
}

.menuItem
{
	float: left;
	padding-top: 45px;
	font-size: 16px;
	margin: 0 25px;
	position: relative;
	height: 1em;
	overflow: visible;
}

.menuItem .menuParent
{
    color: Black;
    background: white url(../Media/System/Backgrounds/menuDropArrow.jpg) no-repeat scroll right 7px;
    padding-right: 25px;
    cursor: default;
    padding-left: 10px;
    position: relative;
    z-index: 550;
    border: solid 1px white;
}

.subHeaderItems
{
    border: solid 1px black;
    background-color: White;
    padding: 10px 10px 0 0;
    position: absolute;
    float: left;
    width: 130px;
    top: 60px;
    z-index: 500;
}

.subHeaderItems .subHeaderItem
{
    font-family: "Lucida grande", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    margin: 5px 0;
    font-style: normal;
    padding: 0 10px;
    color: #333333;
}

.subHeaderItems .subHeaderItem a
{
    color: #333333;
}

.searchBox
{
	border: none;
	border: 1px solid black;
	margin: 10px 0;
	padding: 3px;
	font-size: 12px;
}

.searchBox input
{
	width: 230px;
}

.inputSearchBox
{
	border: none;
}

.socialNetwork
{
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
}

.socialNetwork img
{
	padding-top: 3px;
}

.tagsContainer
{
	padding: 20px 30px;
	font-family: Georgia;
	font-style: italic;
}

.tagsContainer .level1
{
	font-size: 26px;
	color: black;
	padding: 0 10px 0 0;
	line-height: 1.4em;
}

.tagsContainer .level2
{
	font-size: 22px;
	color: #333333;
	padding: 0 8px 0 0;
	line-height: 1.4em;
}

.tagsContainer .level3
{
	font-size: 20px;
	color: #666666;
	padding: 0 6px 0 0;
	line-height: 1.4em;
}

.tagsContainer .level4
{
	font-size: 18px;
	color: #999999;
	padding: 0 4px 0 0;
	line-height: 1.4em;
}

.tagsContainer .level5
{
	font-size: 12px;
	color: #CCCCCC;
	padding: 0 2px 0 0;
	line-height: 1.4em;
}

.toTopLink .links
{
	padding: 5px;
	background-color: black;
	color: white;
	font-family: Georgia;
	font-size: 16px;
	color: white;
	font-style: italic;
	margin-bottom: 10px;
}

.toTopLink .links a
{
	color: white;
}



/* TINY MCE */
.tceHighlight
{
	font-family: Georgia;
	font-size: 16px;
	color: #333333;
	line-height: 1.4em;
	margin: 10px 0;
	font-style: italic;
}

ul
{
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6em;
	list-style: disc;
	list-style-position: inside;
	margin: 15px 0;
}

ol
{
	padding: 20px 10px;
	line-height: 1.6em;
	list-style: decimal;
	list-style-position: inside;
	margin: 15px 0;
	background-color: #ededed;
}
