/* @group Core Elements */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	line-height: 135%;
}

/* Font family information */

.rok-content-rotator h2 {
	font-family:  Helvetica, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-optima, #ff-optima td {
	font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}

body#ff-geneva, #ff-geneva td {
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}

body#ff-helvetica, #ff-helvetica td {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
}

body#ff-lucida, #ff-lucida td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
}

body#ff-georgia, #ff-georgia td {
	font-family: Georgia, sans-serif;
}

body#ff-trebuchet, #ff-trebuchet td {
	font-family: "Trebuchet MS", sans-serif;
}

body#ff-palatino, #ff-palatino td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}

/* end font family information */

form {
	margin: 0;
	padding: 0;
}

body.f-smaller,
body#ff-optima.f-smaller,
body#ff-georgia.f-smaller {
	font-size: 11px;
}

body,
body.f-default {
	font-size: 12px;
}

body#ff-optima,
body#ff-optima.f-default {
	font-size: 13px;
}

body#ff-georgia,
body#ff-georgia.f-default {
	font-size: 13px;
}

body.f-larger,
body#ff-optima.f-larger,
body#ff-georgia.f-larger {
	font-size: 14px;
}

p {
  /* setup some more readable paragraph spacing */
  margin-top: 5px;
  margin-bottom: 5px;
}

h1, h2, h3, h4, h5 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 5px 0 5px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 { 
	font-size: 200%;
	line-height: 100%;
}

h2 {
	font-size: 175%;
	line-height: 100%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 120%;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Joomla Elements */


/* @group Structure */

#toppanel-container {
	position: relative;
	z-index: 5000;
}

#topmod {
	width: 500px;
	height: 250px;
	position: absolute;
	right: 0;
	top: -123px;
	color: #ccc;
}

#topmod .wrapper {
	width: 410px;
	overflow: hidden;
}

#top-tab {
	width: 195px;
	height: 30px;
	position: absolute;
	top: 123px;
	text-align: center;
	cursor: pointer;
	margin-left: 260px;
}

span.tab-text {
	color: #ddd;
	line-height: 170%;
}

#toplinks {
	float: right;
	margin-top: 60px;
}

#toplinks a.mainlevel {
	display:  block;
	float:  left;
	background: none;
	margin: 0;
	padding: 0 5px;
	text-indent: 0;
}

#toplinks ul {
	margin: 0;
	padding: 0;
	float: right;
}

#toplinks li {
	float:  left;
	list-style: none;
	margin-right: 15px;
}

#toplinks li img {
	float: left;
}

#logo {
	width: 220px;
	height: 78px;
	margin-left: 9px;
	position: absolute;
}

#header {
	height: 85px;
}

#search_box {
    float: right;
	width: 254px;
	height: 47px;
	padding: 0;
	margin: 6px 0 0 6px;
}

#search_box #go {
    float: left;
    margin: 1px 0 0 0;
}

#sub-header {
	height: 60px;
	padding-top: 14px;
}

/* @end */

/* @group Horizontal Menu */

#horiz-menu {
	height: 45px;
	position: absolute;
}

#horiz-menu2 {
	height: 45px;
	margin: 0 0 0 16px;
	padding: 0 5px 0 0;
}

ul#horiznav.menutop,
#horiz-menu ul.menutop {
	padding: 0;
	margin: 0;
	position: relative;
}

#horiz-menu ul {
	list-style: none;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#horiz-menu a,
#horiz-menu li.active a {
	white-space: nowrap;
	display: block;
	float: left;
	height: 45px;
	line-height: 40px;
	padding: 12px 15px 0 15px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF
	font-size: 13px;
	overflow: hidden;
	text-decoration: none;
	z-index: 100;
	position: relative;
}

#horiz-menu li.active li a,
#horiz-menu li.active.parent li a {
	font-weight: normal;
	font-size: 100%;
}

#horiz-menu ul ul {
	margin: 0;
	padding: 10px 0 8px 0;
	background: url(../images/dropdown-top.png) 0 0 no-repeat;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	border-bottom: 1px solid #363636;
}

#horiz-menu ul ul ul {
	background: #0e0e0e;
	border-top: 1px solid #363636;
	padding: 4px 0 8px 0;
}

#horiz-menu ul ul li a,
#horiz-menu ul li.active.parent ul a {
	padding-left: 5px;
	color: #fff;
}

#horiz-menu ul ul li a:hover,
#horiz-menu ul li.active.parent ul a:hover {
	padding-left: 5px;
}

#horiz-menu ul ul li a.daddy,
#horiz-menu ul ul li a.daddy:hover {
	background: url(../images/inset-arrow.png) 95% 50% no-repeat;
}

/* mouseovers */

#horiz-menu li li a:hover {
	background: none;
}

#horiz-menu li li.active,
#horiz-menu li.active li a,
#horiz-menu li.active li a:hover {
	background: none;
}

#horiz-menu li li a {
	font-size: 100%;
	font-weight: normal;
	background: none;
}

/* bottom menu */

/* @end */

/* @group Mainmenu */

#main-content a.mainlevel {
	display: block;
	line-height: 24px;
	text-indent: 18px;
	height: 24px;
	overflow: hidden;
	font-size: 110%;
}

#main-content a.sublevel {
	text-decoration: none;
	line-height: 25px;
	font-size: 110%;
	line-height: 24px;
}

a.mainlevel:hover,
a.sublevel:hover {
	text-decoration: none;
}

/* @end */

/* @group Sub Menu */

/* @end */

/* @group Signal Login Styling */
