/*
#------------------------------------------------------------------------
# Publisher - November Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License:  Copyrighted Commercial Software
# Website:  http://www.gavick.com
# Support:  support@gavick.com
 */

/* Basic elements */
html { -webkit-font-smoothing: antialiased; }
body {
	min-height: 100%;
	font-size: 14px;
	line-height: 1.6;
	color: #464646;
	padding: 0;
	font-weight: 400;
	word-wrap: break-word;
}
a {
	color: #333;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #464646;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #BEA357;
	font-weight: 300;
}
h1 {
	font-size: 25px;  
}
h2,
.componentheading {
	font-size: 23px;
line-height: 40px;
padding: 10px 0px 0px;
text-transform: uppercase;
}
h3 {
	font-size: 20px;
	padding-top: 10px;
/*	text-transform: uppercase; */
}
h4 {
	font-size: 18px;
color: #686868;
}
h5 {
	color: #686868;
	font-size: 18px;
	padding: 20px 0 10px 0;
	border-top: 1px solid #999;
	margin-top: 20px;
}

#gkSidebar h3 {
color: #333;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 20px;
}
p {
	margin: 5px 0;
	line-height: 20px;
}

/* .item-page p:nth-child(2) {
color: #767779;
font-style: italic;
font-size: 15px;
font-family: Georgia, Times, "Times New Roman", serif;
padding-bottom: 5px;
} */

.item-page h2:nth-child(2) {
	margin-bottom: -5px;
}
.item-page p:nth-child(3) {
	padding-top: 5px;
}

p, ul, li {
	text-align: justify;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

#gkContent {
padding-left: 25px;
min-height: 400px;
}

/* Containers */
#gkPageWrap {
	background: #fff;
}
.gkPage {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto!important;
}
#gkPageLogo {
	clear: both;
	background: #000;
transition: all .700s ease-in-out;
-webkit-transition: all .700s ease-in-out;
height: 150px;
position: relative;
border-bottom: 40px solid #222;
}

#gkLogo img {
transition: all .700s ease-in-out;
-webkit-transition: all .700s ease-in-out;
}

#gkPageTopBar {
margin-left: auto;
margin-right: auto;
width: 1200px;
z-index: 1;
position: relative;
}

#gkPageTopBar p {
margin: 0px;
}

#gkPageTopBar a {
	color: #fff;
	padding-left: 10px;
}

#gkPageTopBar > div {
	
}

#gkTopBanner {
	color: #a7a7a7;
	float: right;
	font-size: 14px;
	padding: 20px 20px 0 0;
	position: absolute;
right: -2px;
}

/* Topbar */
#gkSocial {
	float: left;
	margin-left: 30px;
	text-align: center;
}

#gkSocial p {
	margin: 0;
}

.gkRSS,
.gkTwitter,
.gkFb,
.gkGplus {
	display: block;
	float: left;
	font-weight: 600;
	height: 22px;
	margin: 11px 8px 0 0;
	text-indent: -9999px;
	width: 22px;
}

.gkRSS{
	background: transparent url('../images/style1/social_icons.png') no-repeat 0 0;
}

.gkTwitter {
	background: transparent url('../images/style1/social_icons.png') no-repeat -30px 0;
}

.gkFb {
	background: transparent url('../images/style1/social_icons.png') no-repeat -60px 0;
}

.gkGplus {
	background: transparent url('../images/style1/social_icons.png') no-repeat -90px 0;	
}

.gkRSS:active,
.gkRSS:focus,
.gkRSS:hover {
	background-position: 0 -22px;
}

.gkTwitter:active,
.gkTwitter:focus,
.gkTwitter:hover {
	background-position: -30px -22px;
}

.gkFb:active,
.gkFb:focus,
.gkFb:hover {
	background-position: -60px -22px;
}

.gkGplus:active,
.gkGplus:focus,
.gkGplus:hover {
	background-position: -90px -22px;
}

/* userarea */
#gkUserArea {
	float: right;
	margin: 0 30px 0 20px;
}

#gkUserArea a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0 6px;
	text-transform: uppercase;
	white-space: nowrap;
}

#gkLogin {
	color: #111;
}

#gkLogin:active,
#gkLogin:focus,
#gkLogin:hover {
	color: #eb592a;
}

#gkRegister {
	color: #eb592a;
}

#gkRegister:active,
#gkRegister:focus,
#gkRegister:hover {
	color: #111;
}

#gkLogin + #gkRegister::before {
	content: "";
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #f2f2f2;
	left: -5px;
	position: relative;
}

/* Logo  */
#gkLogo {
	margin: 10px 0 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 460px;
	display: block;
	float: left;
	overflow: visible;
	transition: all .700s ease-in-out;
-webkit-transition: all .700s ease-in-out;
}
#gkLogo img {
	display: block;
	margin: 0;
	width: 380px;
	transition: all .300s ease-in-out;
-webkit-transition: all .300s ease-in-out;
}

#gkLogo img:hover {
	opacity: 0.7;
}

#gkLogo.cssLogo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 84px;
	width: 240px;
}
#gkLogo.text {
	color: #333;
	font-size: 36px;
	min-height: 48px;
	padding: 0;
	text-indent: 0;
}
#gkLogo.text > span {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	padding: 5px 0;
}
#gkLogo.text .gkLogoSlogan {
	color: #666;
	display: block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	line-height: 11px;
}

/* Content */
#gkContent {
	
}

#gkContent > section {
	margin: 0 20px;
	padding: 0 0 30px 0;
}

#gkContentWrap {
	clear: both;
	padding: 0 0 0px 0;
	border-bottom: 1px solid #E0E0E0;
	margin: 20px auto!important;
}

#gkContentWrap2 {
	float: left;
}

#gkContent, 
#gkBannerMainbodyTop, 
#gkBannerMainbodyBottom {
	clear: both;
	width: 100%;
}

/* Top modules */
#gkTop1,
#gkTop2,
#gkBottom1 {
}

#gkTop1 > div,
#gkTop2 > div,
#gkBottom1 > div {
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 10px 28px 20px 28px;
}


/* Group modules */
#gkTop1,
#gkTop2,
#gkBottom1,
#gkBottom2 {
	clear: both;
	margin-bottom: 30px!important;
	overflow: hidden;
}

/* standard breadcrumb */
#gkBreadcrumb > div {
	background: transparent url('../images/style1/separator.png') repeat-x left bottom;
	margin: -20px 0 0 0;
	padding: 0 0 12px 0;	
	width: 100%;
}
#gkBreadcrumb .breadcrumbs {
	float: left;
	color: #999;
}
#gkBreadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}
#gkBreadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}
#gkBreadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: 400;
}
#gkTools {
	float: right;
	margin: 4px 0 0 10px;
}
#gkTools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}
a#gkToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}
a#gkToolsDec {
	background-position: 6px 50%;
}

/* top & bottom modules */
#gkBottom2 {
	color: #999;
	padding: 46px 0 24px 0;
}

#gkBottom2 .header {
	color: #de7037;
}

#gkBottom2 a {
	color: #d5d5d5;
}

#gkBottom2 a:active,
#gkBottom2 a:focus,
#gkBottom2 a:hover {
	color: #fff;
}

#gkBottom2 li {
	border-top: 1px solid #444;
}

#gkBottom2 li:first-child {
	border-top: none;
} 

/* footer */
#gkFooter {

	font-size: 12px;
	line-height: 61px;
}
#gkFooterNav li {
	border: none!important;
	float: left;
	line-height: 60px;
	margin: 0 12px 0 0!important;
	padding: 0!important;
}

#gkFooter a {
	color: #333;
}

#gkFooter img {
	height: 15px;
	width: 15px;
	padding-left: 10px;
	transition: all .300s ease-in-out;
-webkit-transition: all .300s ease-in-out;
}

#gkFooter img:hover {
	opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
}

#gkFooter a:active,
#gkFooter a:focus,
#gkFooter a:hover {
	color: #464646;
}

.gkCopyrights {
	float: right;
	margin: 0 12px;
}

/* other footer elements */
#gkStyleArea {
	display: block;
	float: right;
	line-height: 7px;
	margin: 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}
#gkStyleArea > div {
	float: left;
	margin: 13px 0 12px 0;
}
#gkStyleArea a {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 26px 3px 9px 0;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
	    -ms-transform: scale(1.0);
	     -o-transform: scale(1.0);
	        transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	    -ms-transform-style: preserve-3d;
	     -o-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	   -moz-transition:    -moz-transform 0.2s ease-out;
	     -o-transition:      -o-transform 0.2s ease-out;
	        transition:         transform 0.2s ease-out;
	width: 7px;
}
#gkStyleArea a:hover {
	-webkit-transform: scale(1.5);
	   -moz-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	     -o-transform: scale(1.5);
	        transform: scale(1.5);
}
#gkColor1 {
	background: #de7037;
}
#gkColor2 {
	background: #9cc6c2;
}
#gkColor3 {
	background: #c8602d;
}
#gkColor4 {
	background: #f33;
}

#gkFrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 50px auto 80px auto;
	
}

/* Suffixes */
#gkSidebar .box {
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
}

#gkSidebar .box > div {
	padding: 4px 24px 24px 24px;
}

.box div.content {
	clear: both;
}
.box li a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	margin-left: 20px;
}
.box ul ul li:last-child {
	border-bottom: none!important;
}

/* default suffix */
.box .header {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin-bottom: 18px;
	min-height: 18px;
	text-transform: uppercase;
}

.box .header > small {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0 0 0;
	text-transform: none;
}

.box li {
	
}

.box li:first-child {
	border-top: none;
}

/* clear suffix */
.box.clear {
	margin: 0;
	padding: 0;
}
.clear div.content {
	clear: both;
}

/* nomargin suffix */
.box.nomargin {
	margin: 0!important;
}

/* advertisement suffix */
.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #999!important;
	font-size: 10px!important;
	font-weight: 300;
	margin: 0 0 10px 0;
	min-height: 16px;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

/* suffix _text */
.box_text > div {
	background: #333;
}

/* suffix big */
.box.big .header {
	font-size: 36px;
}

/* suffix dark */
#gkSidebar .box.dark {
	background: #363636!important;
	color: #aaa;
	padding: 20px;
}

#gkSidebar .box.dark > div {
	background: transparent;
	padding: 0;
}

#gkSidebar .box.dark .header {
	background: transparent!important;
}

#gkSidebar .box.dark h1,
#gkSidebar .box.dark h2,
#gkSidebar .box.dark h3,
#gkSidebar .box.dark h4,
#gkSidebar .box.dark h5,
#gkSidebar .box.dark h6 {
	color: #fff;
}

#gkSidebar .box.dark ul {
	margin: 0;
	padding: 0;
}
#gkSidebar .box.dark ul li {
	border-top: 1px solid #4e4e4e;
	position: relative;
	padding: 8px 0;
}
#gkSidebar .box.dark ul li:first-child {
	border-top: none;
}
#gkSidebar .box.dark a {
	color: #cfcfcf;
}
#gkSidebar .box.dark a:active,
#gkSidebar .box.dark a:focus,
#gkSidebar .box.dark a:hover {
	color: #de7037;
}
#gkSidebar .box.dark ul ul {
	margin: 0 0 0 20px;
}

/* Suffix color */
.box.color .header {
	color: #de7037;
}

/* Suffix transparent */
#gkSidebar .box.transparent {
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}

#gkSidebar .box.transparent > div {
	background: transparent;
	padding: 0;
}

/* mainbody restrictions */
section#gkBreadcrumb + section#gkMainbody {
	margin-top: 0!important;
}
#gkMainbody .box,
#gkMainbodyTop .box,
#gkMainbodyBottom .box {
	margin-top: 14px;
}
#gkMainbody .box:first-child,
#gkMainbodyTop .box:first-child
#gkMainbodyBottom .box:first-child {
	margin-top: 0;
}
#gkMainbodyTop {
	padding-bottom: 10px!important;
}
#gkBannerMainbodyTop {
	margin-bottom: 30px;
}
#gkBannerMainbodyBottom {
	padding-top: 30px;
}

/* tablet/mobile suffixes */
.notablet {
	display: none;
}
.nomobile {
	display: none;
}
.onlytablet {
	display: none;
}
.onlymobile {
	display: none;
}
/* Login form */
#gkFBLogin {
	float: left;
	width: 45%;
}
#gkFBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}
#gkFBLogin + #login-form,
#gkFBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}
#form-login-remember {
	margin: 10px 0;
}
#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}
#login-form fieldset {
	margin: 0 0 30px;
}
#login-form fieldset p {
	clear: both;
	margin: 0.5em 0;
}
#login-form ul {
	overflow: hidden;
	padding: 16px 0 12px 0;
}
#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}
#login-form ul li a {
	color: #666;
}
#login-form ul li a:hover {
	color: #fff;
}
#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%; 
	
}
label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.logout-button .login-greeting {
	float: left;
	margin-right: 32px;
	font-size: 14px;
}
.gkUsermenu {
	background: transparent url('../images/style1/separator.png') repeat-x left top;
	clear: both;
	padding-top: 10px;
	position: relative;
	top: 10px;
}
.gkUsermenu li {
	border-top: 1px solid #444;
	font-size: 13px;
	padding: 3px 0;
}
.gkUsermenu li:first-child {
	border-top: none;
}
/* mod_search */
#mod-search-searchword {
	display: block;
	margin: 0 auto;
	max-width: 400px!important;
	width: 100%;
}

/* Login with Facebook button */
span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 4px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 2px 7px 0 0;
	height: 18px;
}
span#fb-auth {
	background-color: #798db9;
	border: 1px solid #798db9;
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 5px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
	-webkit-transition: background-color 0.2s ease-out;
	   -moz-transition: background-color 0.2s ease-out;
	     -o-transition: background-color 0.2s ease-out;
	        transition: background-color 0.2s ease-out;

}
span#fb-auth:hover {
	background-color: #556b9b;
}
.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* popup */
#gkPopupOverlay,
#gkPopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #222;
	
}

#gkPopupLogin {
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		    border-radius: 5px;
}
#gkPopupLogin #loginForm  { 
    background: transparent url('../images/style1/login.png') no-repeat 4px 6px; 
    padding-left: 160px 
}
#gkPopupLogin label { 
    color: #fff; 
	font-size: 12px; 
	
}
#gkPopupLogin #login-form input[type="text"],
#gkPopupLogin #login-form input[type="password"] {
	float: right;
	height: 36px;
	width: 70%;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}
#gkPopupLogin #login-form fieldset p { 
    padding: 0 0 18px
}
#gkPopupLogin #form-login-remember, 
#gkPopupLogin #form-login-buttons { 
    margin-left: 100px
}
#gkPopupLogin #form-login-buttons input.button { 
    background: #DE7037
}
#gkPopupLogin #form-login-buttons input.button:hover { 
    background: #555
}
#gkPopupLogin #login-form ul { 
    background: none; 
	border-top: 1px solid #444; 
	margin-left: 100px; 
	padding: 10px 0 0
}
#gkPopupLogin #login-form ul li { 
    float: left; 
}
#gkPopupLogin #login-form ul li:first-child { 
    margin-right: 8px
}
.gkPopupWrap {
	padding: 32px;
	overflow: hidden;
}
.gkPopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}
#gkPopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}
#gkSidebar {
	background: #f1f1f1;
}

.menucolumn-menu {
	background: none!important;
	
	padding: 0px!important;
	
	
	border: none!important;
	-webkit-border-radius: none!important;
border-radius: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
box-shadow: none!important; 
}

.menucolumn-menu > li {
padding-left: 13px!important;
background: url(arrow-main.png)!important;
background-repeat: no-repeat!important;
background-position-x: -3px!important;
background-position-y: top!important;
line-height: 25px!important;
}

.menucolumn-menu > li a {
	color: #000;
}


.menucolumn-menu > li a:hover {
	color: #999;
}

.menucolumn-menu > li > ul {
	margin-left: 0px;
}

.menucolumn-menu > li > ul li {
	padding-left: 14px;
background: url(arrow-sub.png)!important;
background-repeat: no-repeat!important;
background-position-x: -0.3%!important;
background-position-y: 0.9%!important;
color: #999;
line-height: 20px!important;
padding-top: 1px;
}

.menucolumn-menu > li > ul > li > ul {
	margin-left: 0px;
}

.menucolumn-menu > li > ul > li a {
	color: #999;
}

.menucolumn-menu > li > ul > li a:hover {
	color: #000;
}

.accordeonck > a {
font-size: 14px!important;
font-weight: 300;
padding-left: 5px;
}

#gkMainbodyTop {
	margin-top: -5px!important;
	margin-bottom: -10px!important;
}

#gkMainbodyTop img {
padding: 5px;
border: 1px solid #C5C5C5;
width: 100%;
}

.bullet-list {
list-style-type: disc!important;
padding-left: 15px;
}

.content-links {
display: none;
}

.contacttable tr:hover {
	background: #f1f1f1;
}

.contacttable td {
padding: 10px 5px;
}

.item-page td:nth-child(1) {
width: 40%;
}

.contacttable td:nth-child(1) {
	width: 150px;
}

.item-page td:nth-child(2) {
	vertical-align: top;
	padding-left: 30px;
}

.item-page table {
	margin-top: 20px;
}

.item-page table h2 {
	padding: 0px;
	line-height: 15px;
}

#gkMainbodyBottom .header {
font-size: 17px;
margin-bottom: 4px;
color: #333;
}

#gkMainbodyBottom h1, h2, h3 {
	color: #686868;
}

.seotext {
line-height: 17px;
text-align: justify;
}

#gkBottom1 .box ul ul {
	margin-left: 0px;
}

#gkContent ul {
	list-style-type: disc!important;
	padding-left: 15px;
}

td.centertext {
text-align: center;
}


.international > .childcontent {
margin-left: -620px;
}

.contact > .childcontent {
margin-left: -138px;
}

table.location-table {
	margin-bottom: 0px;
}

table.location-table td {
width: auto;
background: #fff;
border: 0px solid #fff;
padding: 0px;
}

table.location-table td:nth-child(2) {
	padding-left: 20px;
}

aside#gkSidebar > div:nth-child(2) {
margin-top: -10px;
padding-top: 0px;
}

a.isactive {
color: #6F6F6F!important;
}

a.isactive:hover {
color: #000000!important;
}

img.borderimg {
	width: 100%;
padding: 5px;
border: 1px solid #C5C5C5;
margin: 5px;
}

section.content img {
margin: 20px 0;
}

section.content iframe {
margin: 20px 0;
}

iframe {
max-width: 100%;
}

.cofiFooter {
	display: none;
}

/*

td.cofiContainer:nth-child(2) {
	vertical-align: middle;
	padding-left: 0px;
}

td.cofiContainer:nth-child(3) {
	display: none;
}

.codingfish td { padding: 0px; }

.cofiTableHeader, .cofiIndexViewTableRowCategoryName {
	padding: 10px 20px!important;
}

*/

#toplinksthread a {
	font-weight: 600;
}

.contactinfo td {
	width: 33%!important;
	padding: 15px!important;
	vertical-align: top!important;
}

.contactinfo td h2 {
	 padding: 10px 0;
}

div#system-message-container li {
text-align: center;
}

span.bottomlinks {
float: right;
}