/*#Logo Control#*/
#controlSiteLogo {
	width: 345px;
	height: 87px;
	/*display: none;*/
}

/*#Add This Control#*/
#controlAddThis {
	float: right;
	padding: 0px 5px 0px 0px;
}

#controlAddThis .view {
	padding: 0px;
}

#controlAddThis .custom {
	vertical-align: top;
}

#controlAddThis a {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial;
}

/*#Follow Share Control#*/
#controlFollowShare {
	float: right;
	padding: 0px 21px 0px 0px;
}

#controlFollowShare .view {
	padding: 0px;
}

#controlFollowShare ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#controlFollowShare li{
	float: left;
}
	
#controlFollowShare a {
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	height: 16px;
	width: 16px;

	background: url(/5nova-com/media/website/socialmediaicons.png) no-repeat;

}

/* Up State */
#controlFollowShare li#twitter a {
	background-position: -2px -2px;
}

#controlFollowShare li#facebook a {
	background-position: -21px -2px;
}

#controlFollowShare li#linkedin a {
	background-position: -40px -2px;
}

#controlFollowShare li#flickr a {
	background-position: -59px -2px;
}

#controlFollowShare li#youtube a {
	background-position: -78px -2px;
}

/* Over State */
#controlFollowShare li#twitter a:hover {
	background-position: -2px -21px;
}

#controlFollowShare li#facebook a:hover {
	background-position: -21px -21px;
}

#controlFollowShare li#linkedin a:hover {
	background-position: -40px -21px;
}

#controlFollowShare li#flickr a:hover {
	background-position: -59px -21px;
}

#controlFollowShare li#youtube a:hover {
	background-position: -78px -21px;
}


/*#Follow Me Control#*/
#controlFollowMe {
	float: left;
	padding: 5px 0px 0px 0px;
}

#controlFollowMe .view {
	padding: 0px;
}

#controlFollowMe ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#controlFollowMe li{
	float: left;
}
	
#controlFollowMe a {
	top: 0px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	height: 16px;
	width: 16px;

	background: url(/5nova-com/media/website/socialmediaicons.png) no-repeat;

}

/* Up State */
#controlFollowMe li#twitter a {
	background-position: -2px -2px;
}

#controlFollowMe li#facebook a {
	background-position: -21px -2px;
}

#controlFollowMe li#linkedin a {
	background-position: -40px -2px;
}

/* Over State */
#controlFollowMe li#twitter a:hover {
	background-position: -2px -21px;
}

#controlFollowMe li#facebook a:hover {
	background-position: -21px -21px;
}

#controlFollowMe li#linkedin a:hover {
	background-position: -40px -21px;
}


/*#Search Control#*/
#controlSearchBox {
	float: right;
	margin: 0px;
	padding: 0px;
}

#controlSearchBox .view {
	color: #333;
}

#controlSearchBox .searchBox {
	float: left;
	height: 23px;
}

#controlSearchBox .textbox {
	float: left;
	height: 18px;
	padding: 5px 0px 0px 3px;
}

#controlSearchBox .button {
	float: left;
}

/*#Search Control 2#*/
#controlSearchBox2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 626px;
}

#controlSearchBox2 .view {
	color: #333;
}

#controlSearchBox2 .searchBox {
	float: left;
	height: 23px;
}

#controlSearchBox2 .textbox {
	float: left;
	height: 27px;
	padding: 5px 0px 0px 5px;
	font-size: 18px;
	width: 250px;
	border-style: solid;
	border-width: 1px;
	border-color: #9fc54d;
}

#controlSearchBox2 .button {
	float: left;
	padding: 0px 0px 0px 10px;
}



/*#Primary Nav#*/
#controlPrimaryNav {
	float: left;
	width: 940px;
	padding: 10px 0px 0px 0px;
}

#controlPrimaryNav .view {
	padding: 0px;
	text-align: center;
}

#controlPrimaryNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlPrimaryNav li {
	margin: 0px;
	padding: 0px 20px 0px 20px;
	float: left;
	display: inline;
}

#controlPrimaryNav a {
	float: left;
	margin: 0px;	
	color: #fff;
	font-family: Myriad Pro, Arial;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	text-align: center;	
	line-height: 17px;
	padding: 0px;
}

#controlPrimaryNav a:hover {
	color: #777;
}

#controlPrimaryNav a.CMSListMenuLinkHighlighted {
	color: #9ec54d;
}

/*#Global Nav#*/
#controlGlobalNav {
	width: 776px;
	background: #fff;
	height: 16px;
}

#controlGlobalNav ul {
	float: right;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}

#controlGlobalNav li {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	float: left;
	display: inline;
}

#controlGlobalNav a {
	float: left;
	margin: 0px;	
	color: #777;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: center;	
	line-height: 17px;
	padding: 0px 2px 0px 2px;
}

#controlGlobalNav a:hover {
	color: #9f310e;
}

/*#Home Controls#*/
/*#Persona Control#*/
#controlPersona {
	background: #9ec54d url(/5nova-com/media/website/team_role_back.png) no-repeat top left;
	width: 940px;
	height: 296px;
}

/*#Info Bar Control#*/
#controlInfoBar {
	float: left;
	width: 916px;
	padding: 38px 0px 45px 24px;
	min-height: 50px;
}

#controlInfoBar .view {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
}

#controlInfoBar .item {
	float: left;
	padding: 0px 30px 0px 0px;
	width: 275px;
	min-height: 100px;
}

#controlInfoBar .title {
	padding: 0px 0px 4px 0px;
}

#controlInfoBar .title a {
	font-weight: bold;
	color: #9ec54d;
	text-decoration: none;
}

#controlInfoBar .summary {
	font-weight: normal;
	line-height: 18px;
	color: #ccc;
}

#controlInfoBar .summary p {
	font-weight: normal;
	line-height: 18px;
	color: #ccc;
}


#controlInfoBar .readmore {
	font-weight: normal;
	color: #ccc;
}

#controlInfoBar .readmore a {
	font-weight: normal;
	color: #ccc;
}

#controlInfoBar .readmore a:hover {
	font-weight: normal;
	color: #9ec54d;
}

/*#Footer Control#*/
#controlFooter {
	padding: 30px 130px 0px 130px;
	
}

#controlFooter .view {
	padding: 0px 0px 0px 25px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
}

#controlFooter .menu {
	float: left;
	width: 195px;
}

#controlFooter .menu ul {
	float: left;
	list-style-type: none;
}

#controlFooter .menu ul li {
	padding: 0px;
}

#controlFooter .menu ul li a {
	color: #666;
	text-decoration: none;
}

#controlFooter .menu ul li a:hover {
	color: #9fc54d;
	text-decoration: none;
}

#controlFooter .copyright {
	float: left;
	width: 307px;
}

#controlFooter .partner {
	float: left;
	width: 307px;
}



#controlFooter .copyright .textblock {
	color: #666;
}


/*#Crumb Control#*/
#controlCrumb {
	padding: 0px 0px 24px 0px;
}

#controlCrumb .view {
	color: #444;
	font-weight: bold;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
}

#controlCrumb a {
	color: #444;
	text-decoration: underline;
}

#controlCrumb a:hover {
	color: #9fc54d;
}

/*#Page Title Control#*/
#controlPageTitle {
	padding: 0px 0px 30px 0px;
}

/*#Parent Menu Control#*/
#controlParentMenu {
	padding: 0px 0px 14px 30px;
}

/*#Page Text Control#*/
#controlPageText {
	padding: 0px;
}

#controlPageText .view {
	line-height: 20px;
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	color: #000;
}

#controlPageText .view a {
	font-size: 13px;
	font-family: Verdana;
	font-weight: normal;
	color: #000;
}

#controlPageText .view a:hover {
	color: #9ec54d;
}


/*#Secondary Nav#*/
#controlSecondaryNav {
	float: left;
	width: 231px;
	padding: 0px 7px 0px 2px;
}

#controlSecondaryNav .view {
	padding: 0px;
	background: #585858;
}

#controlSecondaryNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlSecondaryNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#controlSecondaryNav a {
	float: left;
	width: 203px;
	height: 24px;
	margin: 0px;	
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	padding: 8px 0px 0px 28px;
}

#controlSecondaryNav ul li a:hover {
	color: #000;
	background: #777;
}

#controlSecondaryNav ul li a.CMSListMenuLinkHighlighted {
	color: #000;
	background: #9fc54d;
}

/*SECOND LEVEL FOR SECONDARY*/
#controlSecondaryNav ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlSecondaryNav ul ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: #333;
}

#controlSecondaryNav ul ul li a {
	float: left;
	width: 181px;
	height: 20px;
	margin: 0px;	
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	padding: 4px 0px 0px 50px;
}

#controlSecondaryNav ul ul li a:hover {
	color: #777;
	background: #333;
}

#controlSecondaryNav ul ul li a.CMSListMenuLinkHighlighted {
	color: #9ec54d;
	background: #333;
}




/*#Phone Control#*/
#controlPhone {
	float: right;
	padding: 3px 12px 0px 0px;
}

#controlPhone .view {
	padding: 0px;
}

#controlPhone a {
	color: #9ec54d;
	font-weight: bold;
	font-size: 16px;
	font-family: Trebuchet MS, Arial;
	text-decoration: none;
}

/*#Site Map Control#*/
#controlSiteMap {
	float: left;
}

#controlSiteMap .view {
	padding: 0px;
}

#controlSiteMap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlSiteMap li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
}

#controlSiteMap li ul li {
	margin: 0px;
	padding: 3px 0px 1px 20px;
}

#controlSiteMap a {
	margin: 0px;	
	color: #333;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	padding: 8px 0px 0px 28px;
}

#controlSiteMap a:hover {
	color: #9ec54d;
}

/*#Contact Us Form Control#*/
#controlContactUsForm {

}

#controlContactUsForm .EditingFormErrorLabel {
	color: #f00;
}

#controlContactUsForm .formNote {
	font-size: 10px;
	color: #f33;
	font-family: Verdana;
	font-weight: normal;
}

#controlContactUsForm .formLabel {
	font-size: 12px;
	color: #333;
	font-family: Verdana;
	font-weight: bold;
	padding: 0px 15px 20px 0px;
	white-space: nowrap;
}

#controlContactUsForm .formButton {
	padding: 0px 0px 10px 0px;
}

#controlContactUsForm .formControl {
	font-size: 12px;
	color: #333;
	font-family: Verdana;
	font-weight: bold;
}

#controlContactUsForm .formControl input {
	height: 20px;
	border: 1px;
	border-style: solid;
	border-color: #9fc54d;
	padding: 3px 0px 0px 5px;
}

#controlContactUsForm .formControl textarea {
	border: 1px;
	border-style: solid;
	border-color: #9fc54d;
	padding: 3px 0px 0px 5px;
}

#controlContactUsForm .formControl select {
	height: 20px;
	border: 1px;
	border-style: solid;
	border-color: #9fc54d;
	padding: 0px;
}

#controlContactUsForm .formCheckboxLabel {
	font-size: 12px;
	color: #333;
	font-family: Verdana;
	font-weight: normal;
	padding: 0px 15px 20px 0px;
	white-space: nowrap;
}

#controlContactUsForm .formCheckbox input {
	height: 20px;
	border: 0px;
	padding: 0px 10px 15px 0px;
	margin: 0px 7px 0px 0px;
}

#controlContactUsForm .formContactName input {
	width: 255px;
}

#controlContactUsForm .formContactCompany input {
	width: 255px;
}

#controlContactUsForm .formContactTitle input {
    width: 255px;
}

#controlContactUsForm .formContactPhone {
	padding: 0px 0px 0px 0px;
}

#controlContactUsForm .formContactPhone input {
	width: 125px;
}

#controlContactUsForm .formContactCell input {
	width: 126px;
}

#controlContactUsForm .formContactEmail input {
	width: 255px;
}

#controlContactUsForm .formContactAddress1 input {
	width: 255px;
}

#controlContactUsForm .formContactAddress2 input {
	width: 255px;
}

#controlContactUsForm .formContactCity {
	padding: 0px 10px 0px 0px;
}

#controlContactUsForm .formContactCity input {
	width: 255px;
}

#controlContactUsForm .formContactState {
	padding: 0px 30px 0px 0px;
}

#controlContactUsForm .formContactState select{
	width: 261px;
	height: 26px;
}

#controlContactUsForm .formContactZip input {
	width: 122px;
}

#controlContactUsForm .formContactTimeZone select{
    width: 261px;
    height: 26px;
}

#controlContactUsForm .formContactRole select{
    width: 261px;
    height: 26px;
}

#controlContactUsForm .formContactComment {
	padding: 0px 0px 10px 0px;
}

#controlContactUsForm .formContactSecurityCode {
	width: 92px;
}

#controlContactUsForm .formFileUpload select{
    width: 261px;
    height: 26px;
}


/*#Blog Posts#*/
#controlAllBlogPosts {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 440px;
	min-height: 100px;
	background: #fff;
}

#controlAllBlogPosts .view {
	float: left;
	padding: 0px;
	margin: 0px;
}


#controlAllBlogPosts .post {
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	background: #fff;
}

#controlAllBlogPosts .postInside {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
}

#controlAllBlogPosts .head {
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	min-height: 30px;
}

#controlAllBlogPosts .head .social {
	vertical-align: top;
	padding: 10px 300px 0px 3px;
	margin: 0px;
	white-space: nowrap;
}

#controlAllBlogPosts .head .social .facebook {
	float: left;
	position: relative;
	padding: 0px 10px 0px 0px;
}

#controlAllBlogPosts .head .social .twitter {
	float: left;
	position: relative;
	padding: 0px 16px 0px 0px;
}

#controlAllBlogPosts .head .social .linkedin{
	float: none;
	position: relative;
	padding: 0px 25px 0px 0px;
}

#controlAllBlogPosts .head .social .addthis{
	float: none;
	position: relative;
	padding: 0px 5px 0px 0px;
}

#controlAllBlogPosts .head .title {
	padding: 0px;
	margin: 0px;
}

#controlAllBlogPosts .head .smalltitle {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	text-decoration: none;
}


#controlAllBlogPosts .head .title a {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 22px;
	text-decoration: none;
}

#controlAllBlogPosts .head .title a:hover {
	text-decoration: underline;
}

#controlAllBlogPosts .head .data {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 11px;
}

#controlAllBlogPosts .head .data a {
	padding: 0px;	
	margin: 0px;
	color: #333;
	text-decoration: underline;

}


#controlAllBlogPosts .info {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	min-height: 50px;
}

#controlAllBlogPosts .info .summary {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 440px;

	font-family: verdana;
	font-size: 13px;
	color: #333;

	line-height: 20px;
}

#controlAllBlogPosts .info .summary img {
	float: right;
	padding: 2px;
	margin: 0px 0px 10px 10px;
	border-style: solid;
	border-color: #aaa;
	border-width: 2px;
}

#controlAllBlogPosts .info .body {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 440px;

	font-family: verdana;
	font-size: 13px;
	color: #333;

	line-height: 20px;
}

#controlAllBlogPosts .info .more {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#controlAllBlogPosts a.more {
	display: block;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#controlAllBlogPosts .PagerControl
{
    text-align: center;
}

#controlAllBlogPosts .PagerControl a
{
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: none;
}

#controlAllBlogPosts .PagerControl a:hover
{
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: underline;
}

#controlAllBlogPosts .PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

#controlAllBlogPosts .PagerNumberArea
{
    padding-top: 10px;
}


/*#Showcase Site Control#*/
#controlShowcaseSite {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 626px;
	min-height: 100px;
}

#controlShowcaseSite .view {
	float: left;
	padding: 0px;
	margin: 0px;
}

#controlShowcaseSite .site {
	float: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
	background: #fff;
}

#controlShowcaseSite .siteInside {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
}


#controlShowcaseSite .title {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: #fff;
	width: 626px;
	min-height: 40px;

	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #aaa;
}

#controlShowcaseSite .title .owner {
	padding: 0px 0px 7px 0px;
	margin: 0px;
	font-size: 22px;
	color: #9ec54d;
	line-height: 26px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
}

#controlShowcaseSite .launch {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	color: #333;
}

#controlShowcaseSite .title .domain {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}



#controlShowcaseSite .title .domain a {
	padding: 0px;	
	margin: 0px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-family: Trebuchet MS, Arial;

}

#controlShowcaseSite .info {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 626px;
	min-height: 100px;
}

#controlShowcaseSite .info .summary {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 240px;
	min-height: 364px;

	font-family: Verdana;
	font-size: 13px;
	color: #333;

	line-height: 23px;
}

#controlShowcaseSite .info .image {
	float: left;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	width: 380px;
	height: 380px;
}

/* -- REMOVED
#controlShowcaseSite .info .image img {
	border-color: #aaa;
	border-width: 2px;
	border-style: solid;
}
*/

#controlShowcaseSite .info .detail {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 626px;
}

#controlShowcaseSite .info .detail .text {
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 626px;
	min-height: 25px;

	font-family: Verdana;
	font-size: 13px;
	color: #333;

	line-height: 23px;

}

/*#Home Nav#*/
#navHome {
	float: left;
	width: 292px;
	padding: 20px 0px 0px 23px;
}

#navHome ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navHome li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#navHome a {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 51px;
	background: url(/5nova-com/media/website/fn_home_role_menu.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
}

/* Up State */
#navHome li#team a {
	width: 263px;
	background-position: 0px 0px;
}

#navHome li#owner a {
	width: 263px;
	background-position: 0px -51px;
}

#navHome li#marketer a {
	width: 263px;
	background-position: 0px -102px;
}

#navHome li#designer a {
	width: 263px;
	background-position: 0px -153px;
}

#navHome li#developer a {
	width: 263px;
	background-position: 0px -204px;
}

/*#Home Role Info#*/
#roleInfo {
	float: left;
	padding: 13px 0px 0px 16px;
	width: 609px;
	height: 283px;
	background: url(/5nova-com/media/website/fn_home_role_team.png) no-repeat;
}

#imageRoleInfo {
	width: 598px;
	height: 273px;
	background: url(/5nova-com/media/website/fn_home_role_info.png) no-repeat;
}

/*#More Info Role Button#*/
#buttonRoleMoreInfo {
	padding: 216px 0px 0px 25px;
}

#buttonRoleMoreInfo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#buttonRoleMoreInfo li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#buttonRoleMoreInfo a {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	width: 164px;
}

/*#Kentico Partner#*/
#controlKenticoPartner {
	float: left;
	width: 307px;
	padding: 0px;
}

#controlKenticoPartner .view {
	padding: 0px;
}

#controlKenticoPartner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlKenticoPartner li {
	float: left;
}

#controlKenticoPartner a {
	top: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	height: 60px;
	width: 307px;

	background: url(/5nova-com/media/website/kentico-partner-logos-2015c.png) no-repeat;
}

/* Up State */
#controlKenticoPartner li#partner a {
	background-position: 0px 0px;
}

/*Over State */
#controlKenticoPartner li#partner a:hover {
	background-position: 0px 0px;
}

/*#Role Nav#*/
#controlRoleNav {
	float: left;
	width: 231px;
	padding: 20px 7px 0px 2px;
}

#controlRoleNav .view {
	padding: 0px;
	background: #585858;
}

#controlRoleNav .title {
	padding: 0px 0px 0px 28px;
	color: #9fc54d;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}

#controlRoleNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#controlRoleNav li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#controlRoleNav a {
	float: left;
	width: 203px;
	height: 24px;
	margin: 0px;	
	color: #fff;
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
	padding: 8px 0px 0px 28px;
}

#controlRoleNav a:hover {
	color: #000;
	background: #777;
}

#controlRoleNav a.CMSListMenuLinkHighlighted {
	color: #000;
	background: #9fc54d;
}

/*#Blog Info Control#*/
#controlBlogInfo {
	padding: 0px;
	margin: 0px;
}

#controlBlogInfo .view {
	padding: 0px;
	margin: 0px;
}

#controlBlogInfo .sectionTitle {
	padding: 0px 0px 3px 0px;
	margin: 0px;

	color: #9fc54d;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;

}


#controlBlogInfo .blogDesc {
	padding: 0px 0px 30px 0px;
	margin: 0px;

	color: #333;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;

}

#controlBlogInfo .blogDesc img {
	float: right;
	padding: 2px;
}

#controlBlogInfo .blogArchive {
	padding: 0px 0px 30px 0px;
}

#controlBlogInfo .blogArchive a {
	padding: 0px;
	margin: 0px;

	color: #333;
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;

	text-decoration: none;
}

#controlBlogInfo .blogArchive a:hover {
	text-decoration: underline;

}

#controlBlogInfo .blogTags {
	padding: 0px 0px 30px 0px;
}

#controlBlogInfo .blogTags a {
	padding: 0px;
	margin: 0px;

	color: #333;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
	line-height: 21px;
}

#controlBlogInfo .blogTags a:hover {
	text-decoration: underline;

}
#controlBlogInfo .blogSubscribe {
	padding: 5px 0px 5px 0px;
}

#controlBlogInfo .blogSubscribe img {
	vertical-align: middle;
	padding: 0px 5px 0px 0px;

}

#controlBlogInfo .blogSubscribe a {
	color: #333;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}

#controlBlogInfo .blogSubscribe a:hover {
	text-decoration: underline;
}

/*#Blog Comments#*/
#controlBlogComments {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	width: 440px;
	min-height: 100px;
	border-style: solid;
	border-color: #9fc54d;
	border-width: 2px 0px 0px 0px;

	color: #333;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;

}	

#controlBlogComments .title {
	color: #9fc54d;
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	min-height: 10px;
	width: 440px;

	padding: 0px 0px 10px 0px;
}

#controlBlogComments .data {
	padding: 0px;
	margin: 0px;
	width: 440px;
	min-height: 100px;
	background: #fff;
}

#controlBlogComments .data span {
	color: #333;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;

}

#controlBlogComments .BlogCommentsTitle {
	display: none;
}

#controlBlogComments .CommentDetail {
	background: #fff;
	padding: 0px;
	width: 440px;

	color: #333;
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;

	line-height: 18px;
}

#controlBlogComments .CommentDetail .CommentUserName {
	font-weight: bold;
	display: block;
	padding: 0px 0px 5px 0px;
}

#controlBlogComments .CommentDetail .CommentText{
	display: block;
	padding: 0px 0px 10px 0px;
}

#controlBlogComments .BlogPanel .BlogLeaveComment {
	display: block;
	padding: 20px 0px 5px 0px;
	font-weight: bold;
	
}

#controlBlogComments label {
	font-weight: normal;
	display: block;
	padding: 5px 0px 5px 0px;
}

#controlBlogComments span.ErrorLabel {
	color: #f00;
	display: block;
}

#controlBlogComments .BlogPanel span.InfoLabel {
	font-weight: bold;
	color: #9fc54d;
}

#controlBlogComments input.TextBoxField {
	font-weight: normal;
	width: 300px;
	height: 17px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	padding: 3px;
}

#controlBlogComments textarea.TextAreaField {
	font-weight: normal;
	width: 300px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	padding: 3px;
}

#controlBlogComments .BlogCommentCaptcha {
	padding: 8px 0px 8px 0px;
}

#controlBlogComments .BlogCommentCaptcha label {
	padding: 0px 5px 0px 0px;
}

#controlBlogComments .BlogCommentCaptcha input {
	font-weight: normal;
	width: 50px;
	height: 17px;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	padding: 3px;
}

#controlBlogComments .SubmitButton {
	font-weight: bold;
	width: 100px;
	height: 25px;
	color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	background: #9fc54d;
	padding: 3px;
}


#controlBlogComments span.CheckBoxMovedLeft {
	display: block;
	padding: 8px 0px 8px 0px;
}

#controlBlogComments span.CheckBoxMovedLeft input {
	display: inline;
	padding: 0px 8px 0px 0px;
	width: 20px;
	height: 20px;
	color: #9fc54d;
}

#controlBlogComments span.CheckBoxMovedLeft label {
	display: inline;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}


/*#Training Events#*/
#controlTrainingEvents {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 626px;
	min-height: 100px;
}

#controlTrainingEvents .view {
	float: left;
	padding: 0px;
	margin: 0px;
}

#controlTrainingEvents .eventPreview {
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: #fff;
}

#controlTrainingEvents .eventPreview .inside {
	float: left;
	padding: 5px;
	margin: 0px;
	background: #eee;
}

#controlTrainingEvents .eventPreview .head {
	padding: 5px;
	margin: 0px;
	background: #333;
	width: 606px;
	min-height: 30px;
}

#controlTrainingEvents .head .title {
	padding: 0px;
	margin: 0px;
}

#controlTrainingEvents .head .smalltitle {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
}


#controlTrainingEvents .head .title a {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	text-decoration: none;
}

#controlTrainingEvents .head .title a:hover {
	text-decoration: underline;
}

#controlTrainingEvents .head .data {
	padding: 5px 0px 0px 15px;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #ddd;
	line-height: 11px;
}

#controlTrainingEvents .head .data a {
	padding: 0px;	
	margin: 0px;
	color: #9ec54d;
}


#controlTrainingEvents .eventPreview .info {
	float: left;
	padding: 5px;
	margin: 0px;
	background: #ddd;
	width: 606px;
	min-height: 50px;
}

#controlTrainingEvents .eventPreview .info .summary {
	float: left;
	padding: 5px;
	margin: 0px;
	background: #ddd;
	width: 596px;

	font-family: verdana;
	font-size: 13px;
	color: #333;
}

#controlTrainingEvents .info .summary img {
	float: right;
	padding: 2px;
	margin: 0px 0px 10px 10px;
	border-style: solid;
	border-color: #555;
	border-width: 2px;
}

#controlTrainingEvents .eventPreview .info .body {
	float: left;
	padding: 5px;
	margin: 0px;
	background: #fff;
	width: 596px;

	font-family: verdana;
	font-size: 13px;
	color: #333;
}


#controlTrainingEvents .info .more {
	float: left;
	padding: 5px;
	margin: 0px;
}

#controlTrainingEvents .info .more a {
	display: block;
	padding: 5px;
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 77px;
	min-height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #555;
	background: #9fc54d;


}

#controlTrainingEvents .eventItem {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	background: #fff;
}

#controlTrainingEvents .eventItem .inside {
	padding: 5px;
	margin: 0px;
	background: #eee;
}

#controlTrainingEvents .eventItem .head {
	padding: 5px;
	margin: 0px;
	background: #333;
	width: 420px;
	min-height: 30px;
}

#controlTrainingEvents .sectionTitle {
	padding: 10px 0px 3px 0px;
	margin: 0px;

	color: #9fc54d;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;

}

/*#Inset Quote Control#*/
#controlQuote {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	width: 178px;
}

#controlQuote .quoteTitle {
	padding: 0px;
	margin: 0px;

	color: #222;
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 13px;

}

#controlQuote .quote, .quoteAuthor, .quoteCompany  {
	padding: 0px;
	margin: 0px;

	color: #333;
	font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
	font-size: 13px;

}

#controlQuote .quoteAuthor {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

/*#Inset Randomn Link Control#*/
#controlRandLink {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	width: 178px;
}

#controlRandLink .randLink {
	padding: 0px;
	margin: 0px;

	color: #fff;
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 13px;

}
#controlRandLink .randLink a {
	padding: 0px;
	margin: 0px;

	color: #fff;
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;	
}

#controlRandLink .randLink a:hover {
	text-decoration: underline;	
}



/*#Inset Contact Control#*/
#controlContact {
	padding: 0px 0px 0px 30px;
	margin: 0px;
	width: 178px;
}

#controlContact .contactTitle {
	padding: 0px;
	margin: 0px;

	color: #222;
	font-family: "Trebuchet MS", "Arial";
	font-weight: bold;
	font-size: 13px;

}

#controlContact .contactInfo {
	padding: 0px;
	margin: 0px;

	color: #222;
	font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
	font-size: 13px;

}

#controlContact .contactInfo a {
	padding: 0px;
	margin: 0px;

	color: #fff;
	font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
	font-size: 13px;

}




/*#Inset Sep Control#*/
.controlSep {
	padding: 25px 0px 25px 30px;
	width: 178px;
}

.controlSep .sep {
	width: 178px;
	padding: 0px;
	height: 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #676767;
	border-style: solid;
}

/*#Press Release Posts#*/
#controlAllNewsPosts {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 440px;
	min-height: 100px;
	background: #fff;
}

#controlAllNewsPosts .view {
	float: left;
	padding: 0px;
	margin: 0px;
}

#controlAllNewsPosts .post {
	float: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	background: #fff;
}

#controlAllNewsPosts .postInside {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
}

#controlAllNewsPosts .head {
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	min-height: 30px;
}

#controlAllNewsPosts .head .title {
	padding: 0px;
	margin: 0px;
	
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 14px;
}

#controlAllNewsPosts .head .smalltitle {
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	text-decoration: none;
}

#controlAllNewsPosts .head .title a {
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 22px;
	text-decoration: none;
}

#controlAllNewsPosts .head .title a:hover {
	text-decoration: underline;
}

#controlAllNewsPosts .head .data {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color: #333;
	line-height: 11px;
}

#controlAllNewsPosts .head .data a {
	padding: 0px;	
	margin: 0px;
	color: #333;
	text-decoration: underline;
}

#controlAllNewsPosts .info {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	min-height: 50px;
}

#controlAllNewsPosts .info .summary {
	float: left;
	padding: 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	font-family: verdana;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

#controlAllNewsPosts .info .summary img {
	float: left;
	padding: 2px;
	margin: 0px 10px 10px 0px;
	border-style: solid;
	border-color: #aaa;
	border-width: 2px;
}

#controlAllNewsPosts .info .body {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	font-family: verdana;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

#controlAllNewsPosts .info .more {
	padding: 5px 0px 10px 0px;
	margin: 0px;
}

#controlAllNewsPosts a.more {
	display: block;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#controlAllNewsPosts .info .footer {
	float: left;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	background: #fff;
	width: 440px;
	font-family: verdana;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}

#controlAllNewsPosts .sectionTitle {
	padding: 0px 0px 0px 3px;
	margin: 0px;
	color: #9fc54d;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
}

#controlAllNewsPosts .social {
	vertical-align: top;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	white-space: nowrap;
}

#controlAllNewsPosts .social .facebook {
	float: left;
	position: relative;
	padding: 0px 10px 0px 0px;
}

#controlAllNewsPosts .social .twitter {
	float: left;
	position: relative;
	padding: 0px 16px 0px 0px;
}

#controlAllNewsPosts .social .linkedin{
	float: none;
	position: relative;
	padding: 0px 25px 0px 0px;
}

#controlAllNewsPosts .social .addthis{
	float: none;
	position: relative;
	padding: 5px 0px 0px 0px;
}

#controlNewsSubscribe {
	float: left;
	padding: 0px 0px 5px 2px;
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}

#controlNewsSubscribe .view {
	float: left;
	padding: 0px;
	margin: 0px;
}

#controlNewsSubscribe img {
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}

#controlNewsSubscribe a {
	color: #333;
	font-family: verdana;
	font-weight: normal;
	text-decoration: none;
}

#controlNewsSubscribe a:hover {
	text-decoration: underline;
}

#controlAllNewsPosts .PagerControl
{
    text-align: center;
}

#controlAllNewsPosts .PagerControl a {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: none;
}

#controlAllNewsPosts .PagerControl a:hover {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: underline;
}

#controlAllNewsPosts .PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

#controlAllNewsPosts .PagerNumberArea
{
    padding-top: 10px;
}

/*#Search Results Control#*/
#controlSearchResults {
	float: left;
	width: 626px;
	margin: 0px;
	padding: 25px 0px 30px 0px;
}

#controlSearchResults .view {
	float: left;
	color: #333;
}

#controlSearchResults a {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: none;
}

#controlSearchResults a:hover {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: underline;
}

#controlSearchResults .ResultPath {
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 12px;
	text-decoration: none;
}

#controlSearchResults .PagerControl
{
    text-align: center;
}

#controlSearchResults .PagerControl a
{
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: none;
}

#controlSearchResults .PagerControl a:hover
{
    font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #9ec54d;
	line-height: 30px;
	text-decoration: underline;
}

#controlSearchResults .PagerResults
{
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}

#controlSearchResults .PagerNumberArea
{
    padding-top: 10px;
}

/*#FAQ#*/
#controlFAQ {
	padding: 0px;
}

#controlFAQ .question {
	line-height: 20px;
	color: #9fc54d;
	font-style: Verdana;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#controlFAQ .answer {
	line-height: 20px;
	color: #333;
	font-style: Verdana;
	font-size: 13px;
	font-weight: normal;
	padding: 8px 0px 30px 0px;
}

/*#CMXtras Product - WebPart Tabs*/
#controlCMXWebPartTabs {
	width: 610px;
	min-height: 100px;
	padding: 0px;
	margin: 0px;
}