body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
strong {
	font-weight:bold !important;
}
a {
	color:#003F7C;
}
#topmost {
	width:100%;
}
#topcontainer {
	width:100%;
}
#headcontainer {
	width:100%;
	margin:auto;
	background-color:#ffffff;
}
#header {
	width:1000px;
	margin:auto;
}
#headerbar {
	background:url(images/gradient.png) repeat-x 0 0;
	background-color:#003F7C;
	display:block;
	height:40px;
	width:100%;
}
.logo {
	padding:20px 0;
}
.usernav {
	width:1000px;
	margin:auto;
	color:#FFFFFF;
	text-align:right;
	line-height:40px;
}
.usernav a, .usernav a:hover {
	color:#FFFFFF !important;
}
#contentcontainer {
	width:1000px;
	margin:0 auto;
}
#containerdiv {
	clear:both;
}
#container {
	clear:both;
	width:100%;
}
#primarycontent1 {
	vertical-align:top;
}
#primarycontent2 {
	vertical-align:top;
	padding:20px;
	background-color:#ffffff;
}
#primarycontentcont {
	vertical-align:top;
}
#navcontainer {
	vertical-align:top;
	width:165px !important;
}
.navholder {
	padding:40px 0;
}
.navheader {
	background:url(images/gradient.png) repeat-x 0 0;
	background-color:#003F7C;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:10px 20px;
}
.navitem {
	font-size:11px;
}
.navitem a {
	color:#003F7C;
	display:block;
	text-decoration:none;
	padding:10px 30px;
}
.navitem a:hover {
	background:url(images/gradient.png) repeat-x 0 0;
	font-weight:bold;
}
.pageheader, .bluepageheader {
	color:#003F7C;
}
.alivechatholder {
	display:none;
}
#footer {
	border-top:5px solid #D6D6D6;
	width:1000px;
	margin:auto;
	padding:20px 0;
}
.copyright {
}

.socialmedia {
	width: 158px;
	margin: 0 auto;
	
	

	border: 1px solid orange;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 12px 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
	/* fallback */ background-color: #EEFFEE; background-repeat: repeat-x; /* Firefox 3.6+ */ background: -moz-linear-gradient(100% 100% 180deg, #EEFFEE, #AAFFAA); /* Safari 4-5, Chrome 1-9 */ /* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEFFEE), to(#AAFFAA)); /* Safari 5.1+, Chrome 10+ */ background: -webkit-linear-gradient(#EEFFEE, #AAFFAA); /* Opera 11.10+ */ background: -o-linear-gradient(#EEFFEE, #AAFFAA); }
}
/* Seminar Title */
.semtitle {
    background: none repeat scroll 0 0 #EFEFEF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 5px 3px #666666;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
/* Overall seminar page holder */
#semoverview {
    padding: 30px;
}
/* This is by default */
.ui-tabs-nav {
    list-style: none outside none !important;
}
/* Every "return" in the Freestone Client Admin (FCA) is considered a paragraph */
#semoverview p {
    line-height: 25px;
    margin: 20px 0;
}
#semoverview p:first-of-type {
    margin-top: 5px;
}
/* Alter how the unordered list button for FCA operates */
#semoverview ul {
    list-style: circle outside none;
}
/* Alter how the ordered list button for FCA operates */
#semoverview ol {
    list-style: lower-roman outside none;
}
/* Alter how the link button for FCA operates */
#semoverview a:link, a, a:visited {
    font-weight: bold;
    text-decoration: underline;
}
/* Background of "headers" */
.ui-widget-header {
    background: url("images/gradient.png") repeat-x scroll 0 0 #003F7C !important;
    color: #FFFFFF !important;
}
/* Alter how the Bold button for FCA operates */
#semoverview strong {
    font-size: 18px;
    font-weight: bold;
}
