/*** RESET ***/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* html .Block {
	height: 1%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

abbr, acronym {
	font-size: 80%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

abbr[title], acronym[title], dfn[title] {
	cursor: help;
}

.Block {
	display: inline-block;
}

.Block:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.Blue p, .Search p {
	margin: 0;
	padding: 10px 12px;
}

html {

}

body {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: center;
	background: #000d20;
	color: #ccc;	
}

strong {
	color: #fff;	
}

.BodyContent ol li {
	line-height: 120%;
	list-style-type: decimal;
	margin-left: 15px;
	padding: 2px 0;
}

.BodyContent ul li {
	line-height: 120%;
	padding: 4px 15px;
	background: transparent url("../images/bullet_5x5px_white.png") no-repeat scroll 3px 10px;
	color: #3EA7F5;
}

.BodyContent ul, .BodyContent ol {
	margin: 10px 0;
}

body.searchTips {
	padding: 30px;
	text-align: left;
}

.Breadcrumb {
	font-size: .95em;
	margin: 0 0 10px 0;
}

.Breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.Breadcrumb li a {
	padding: 0 10px 0 0;
	background: transparent url(../images/breadcrumb_divider.gif) no-repeat 100% 2px;
}

.Breadcrumb li a:hover {
	text-decoration: none;
}

.Breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* BUTTON */

div.Button {
	display: inline-block;
}

div.Button:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.Button a, .Button button, .Button input{
  display: block;
  float: left;
  margin: 5px 5px 5px 0;
  background-color:#f5f5f5;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
  padding:5px 10px 6px 7px; /* Links */
  
  color: #fff;
  border: 1px solid #6bb801;
  background: transparent url(../images/bg_button.gif) repeat-x 50% 50%;
  
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
}

.Button button, .Button input{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.Button button[type], .Button input{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

.Button button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.Button .SearchGoButton {
	width: 30px;
	height: 24px;
	margin: 0 !important;
	padding: 0 !important;
}

.CategoryFeedList, .OtherFeedList {
	padding-left: 10px;
}

.CategoryFeedList, .OtherFeedList,.CategoryFeedList li, .OtherFeedList li {
	list-style-type: none;
}

.CategoryPagination {
	font-size: .9em;
	padding: 0 5px;
	text-align: center;
	margin: 10px 0;
}

.CategoryPagination .PagingList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.CategoryPagination .PagingList li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.tplrepeat-paging-ifnotlinked {
	display: block;
	background: #990099;
	color: #fff;
	padding: 4px !important;
	
	-moz-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	
	border-radius: 4px !important;
	border-radius: 4px !important;

	-khtml-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	
	-webkit-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;	
}

cite, em, dfn {
	font-style: italic;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.CommentItem {
	border-bottom: 1px solid #D9D9D4 !important;
	margin: 20px 0px;
}

.CommentSettingsLink {
	padding: 5px 0;
}

#ContainerWrap {
	background: transparent url(../images/bg_containerwrap.jpg) no-repeat 53% 0%;
}

#Container {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}

#ContentWrap {

}

#Content {
	clear: both;
	margin: 0 auto;
	width: 900px;
	padding: 0px;
}

#Middle {
	float: left;
	min-height: 200px;
	padding: 0;
	padding-top: 20px;
}

.ie #Middle {
	height: auto;
}

#Middle .BodyContent {
	padding: 0;
}

#Middle .ContentPostDetails li {
	background-position: 0% 4px;
	background-repeat: no-repeat;
	padding: 0 15px 0 20px;
}

#Middle h1 {
	color: #3ea7f5;
	font-size: 1.4em;
	font-weight: bold;
}

#Middle h1.tplvar-content-title {
	text-shadow: #000 1px 1px 1px;	
}

#Middle h2 {
	color: #fff;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 0 15px;
	font-weight: normal;
}

#Middle h3 {
	font-size: 1.0em;
	font-weight: bold;
}

#Middle h3, .PostDetails, #Middle h4, #Middle h5, #Middle h6 {
	padding: 5px 0;
}

#Middle h4 {
	color: #000;
	background: #DEE1DE;
	padding: 1px 5px;
	margin-left: -5px;
}

#Middle h5 {
	color: #000;
}

#Middle .listSummary fieldset {
	margin: 10px 0;
}

#Middle .listSummary li {
	line-height: 120%;
	padding: 2px 15px;
	background: transparent url("../images/bullet_5x5px_cyan.png") no-repeat scroll 3px 8px;
}

#Middle .listSummary li {
	background: transparent url("../images/bullet_5x5px_orange.png") no-repeat scroll 3px 8px;
}

#Middle .listSummary p,form p, #Middle .tplContent p {
	margin: 10px 0;
	padding: 0;
}

#Middle .listSummary .tplContent, #Middle .listSummary h4, #Middle .listSummary h3, #Middle .listSummary h5, #Middle .listSummary h2,#Middle .tplContent h4, #Middle .tplContent h3, #Middle .tplContent h5, #Middle .tplContent h2 {
	padding: 10px 0;
}

#Middle .BodyContent p {
	margin: 0 0 10px 0;
	padding: 0;
}


#Middle .PostDetails li {
	background-position: 0% 4px;
	background-repeat: no-repeat;
	float: left;
	padding: 0 15px 0 20px;
}

.ContentModulesContainer, .listRow, .BodyContent {
	clear: both;
}

.ContentPostDetails {
	margin: 10px 0;
}

.ContentPostDetails li {
	display: inline;
	float: left;
}

del {
	text-decoration: line-through;
}

.FeedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 20px;
	text-decoration: none;
}

fieldset {
	margin: 5px 0;
	padding: 20px;
	border: 1px solid #20486d;
	background: transparent url(../images/black_25.png) repeat 0% 0%;
	
	-moz-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	
	border-radius: 4px !important;
	border-radius: 4px !important;

	-khtml-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	
	-webkit-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

#Left fieldset, #Right fieldset {
	margin: 5px 0;
	padding: 15px;
}

.first {
	text-align: left;
}

#FooterWrap {
	clear:both;
	background: transparent url(../images/bg_footerwrap.jpg) no-repeat 50% 100%;
	margin-top: 20px;
}

#Footer {
	font-size: 0.8em;
	line-height: 130%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
	color: #999;
	
	background: transparent url(../images/bg_footer.jpg) no-repeat 50% 0%;
	margin-bottom: 20px;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #3ea7f5;
	margin: 0;
	text-decoration: underline;
}

#Footer .tplvar-listitem-summary li {
	list-style-type: none;
	background: url(../images/bullett_gray.png) no-repeat 0% 50%;
}

#Footer .tplvar-customcontent-title {

}

#Footer td {
	vertical-align: middle;
}

#Footer p {
	margin: 0;
}

#Footer .tplrepeat-parent {
	padding-left: 20px;
	padding-right: 20px;
}

#Footer .tplrepeat-list {
	float: left;
	clear: none;
	padding: 0;
}

#Footer .Block1 {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	color: #fff;
	
	min-height: 180px;
	padding: 15px 15px;
}

#Footer .Block1 a, #Footer .Block1 a:link, #Footer .Block1 a:active, #Footer .Block1 a:visited {
	text-decoration: underline;
	color: #3ea7f5;
}

#Footer .Block1 a:hover {
	color: #3ea7f5;
	text-decoration: underline;
}

#Footer .Block2 {
	width: 100%;
	clear: both;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
}

#Footer .Block2 a, #Footer .Block2 a:link, #Footer .Block2 a:active, #Footer .Block2 a:visited {
	color: #194973;
}

#Footer .Block2 a:hover {
	color: #3ea7f5;
}

#Footer .Block2 p {
	padding-top: 10px;
}

#Footer .Block3 {
	color: #555;
}



form {
	margin: 0 0 20px 0;
	padding: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.28em;
}

h2 em {
	font-size: 1.15em;
}

h2.tplvar-author-name {
	font-size: 1.3em;
	font-weight: 700;
}

h3 {
	font-size: 1em;
}

h3.tpllang-ContentByAuthor {
	font-size: 1.3em;
	font-weight: 700;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

#Header {
	height: 140px;
}

#Header h1 {
	padding: 25px 0 0 31px;
	position: absolute;
}

#Header h1 a {
	font-family: arial, sans-serif;
	font-size: 2.4em;
	line-height: 100%;
	text-decoration: none;
}

.HighlightedLink a {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 3px 8px;
	text-decoration: none;
}

.HorizontalFormContainer dd {
	margin-bottom: 5px;
	margin-left: 130px;
}

.HorizontalFormContainer dt {
	clear: left;
	float: left;
	margin: 0 0 5px 0;
	width: 130px;
}

.HorizontalFormContainer p.Submit {
	margin: 0 0 0 130px;
}

hr {
	border-top: 1px dotted #20486d;
	height: 1px;
	margin: 10px 0;
}

html {
	font-family: Arial, Georgia, Tahoma,  sans-serif;
	font-size: 62.5%;
}

html[xmlns] .Block {
	display: block;
}

html[xmlns] .clearfix {
	display: block;
}

.HtmlBlock {
	margin: 0 0 1px 0;
}

.HtmlBlock p {
	padding: 10px 12px 0;
}

.Module_Form {
	font-size: 0.9em;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 3px;
	
	border: 1px solid #ccc;
	background-color: #fff;
}

.F50 {
	width: 50px;
}

.F100 {
	width: 100px;
}

.F200 {
	width: 200px;
}

.F300 {
	width: 300px;
}



#Left {
	float: right;
	width: 240px;
	min-height: 300px;
	padding: 10px 0;
	margin-right: 20px;
	
	font-size: 0.9em;
	line-height: 1.4em;
	
	padding-top: 20px;
}

#Left h2, #Right h2 {
	border-bottom: none;
	font-size: 1.15em;
	font-weight: 700;
	margin: 0;
	color: #3EA7F5;
	margin: 10px 15px 10px;
}

#Left p, #Right p {
	margin: 5px 15px;
}


#Left li a, #Right li a {
	display: block;
	padding-left: 10px;
	text-decoration: underline;
}

#Left li, #Right li {
	margin: 0;
	padding: 0;
}

#Left .tplvar-listitem-title, 
#Left .tplvar-listitem2-title, 
#Left .tplvar-listitem3-title, 
#Right .tplvar-listitem-title, 
#Right .tplvar-listitem2-title, 
#Right .tplvar-listitem3-title { 
	border-top: 1px dotted #20486d;
	padding-top: 5px;
	text-decoration: none;
}

#Left .tplvar-listitem-title:hover, 
#Left .tplvar-listitem2-title:hover, 
#Left .tplvar-listitem3-title:hover, 
#Right .tplvar-listitem-title:hover, 
#Right .tplvar-listitem2-title:hover, 
#Right .tplvar-listitem3-title:hover { 
	background: #000;
}

#Left li:hover, #Right li:hover {
	
}

#Left .tplImage, #Right .tplImage {
	margin: 10px 0px;
}

#Left ul li a, #Right ul li a {
	background-position: 8px 13px;
	padding: 5px 0 4px 15px;
}

#Left ul li li a, #Right ul li li a {
	background-position: 18px 13px;
	padding-left: 27px;
}

#Left ul li li li a, #Right ul li li li a {
	background-position: 28px 13px;
	padding-left: 37px;
}

#Left ul, #Right ul {
	border-top: none;
}

legend {
	font-size: 1.65em;
	font-weight: 700;
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
}

#Left legend, #Right legend {
	font-size: 1.2em;
	font-weight: 700;
}

.ie legend {
	margin-bottom: 20px;
}

li.ContentAuthors {
	font-size: .9em;
	text-decoration: none;
}

li.ContentAuthors a {
	text-decoration: underline;
}

li.ContentAuthors a:hover {
	text-decoration: none;
}

li.ContentCategories {
	font-size: .9em;
	text-decoration: none;
}

li.ContentCategories a {
	text-decoration: underline;
}

li.ContentCategories a:hover {
	text-decoration: none;
}

li.ContentPublishDate {
	font-size: .9em;
}

li.ContentType {
	font-size: .9em;
	display: none;
}

.listRow {
	padding: 0 15px;
}

.listSummary {
	clear: both;
}

.listSummary li {
	text-align: left;
	padding: 2px 15px;
	background: transparent url("../images/bullet_5x5px_white.png") no-repeat scroll 3px center;
}

#LogoImage {
	float: left;
	position: relative;
	width: 280px;
	height: 140px;
	top: 0px;
	left: 0px;
}

#HeaderPic {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	margin-bottom: -50px;
}

#menuwrapper {
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
}

#Menu {
	height: 65px;
	position: relative;
	float: right;
	top: -100px;
	right: 0px;
	margin-bottom: -60px;
}

#Menu .HasSubMenu > ul {
	margin-left: 0px;
}

#Menu .HasSubMenu > a {
	background: url(../images/bg_arrow_down.png) no-repeat right 12px;
}

#Menu .HasSubSubMenu > a {
	background: url(../images/bg_arrow_right.png) no-repeat left 8px;
}

#Menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 140px;
	height: 70px;
	text-align: center;
	margin-left: 10px !important;
}

#Menu li:hover {
	
}

.ie #Menu li:hover {
	background-position: 50% 55px;
}

#Menu li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 8px 0px;
	
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	width: 140px;
	height: 70px;
	
	background: transparent url("../images/bg_menuitem.png") no-repeat 50% 0;
}

#Menu li a:hover {
	background: transparent url("../images/bg_menuitem_over.png") no-repeat 50% 0;
}

#Menu .currentItem a {
	color: #fff !important;
	text-shadow: #000 0px 1px 0px !important;
}


.ie #Menu li a { /* List item link */
	padding-bottom: 0px !important;
}

#Menu li ul {
	float: left;
	left: 0;
	padding: 0 0 10px 0;
	position: absolute;
	text-align: left;
	top: 35px;
	width: 120px;
	z-index: 1;
}

#Menu li li:hover {
	background: #0199cc url(../images/bg_submenu_a.gif) repeat-x 0% 0%;
}

#Menu li li:hover > a {
	color: #fff;
}

#Menu li ul li {
	border-bottom: 1px solid #fff;
	clear: both;
	text-align: left;
	width: 180px;
	background: #d1d1d1 url(../images/bg_submenu.gif) repeat-x 0% 0%;
}

#Menu li ul li a {
	font-size: 1.0em;
	font-weight: normal;
	height: auto;
	padding: 2px 25px 0;
	text-transform: none;
	width: 180px;
	background-image: none !important;
}

#Menu li ul li a:hover {
	background-image: none;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu ul > li > ul > li > ul {
	left: 150px;
	position: absolute;
	text-align: left;
	top: 0;
}

#Menu ul a {
	display: block;
	position: relative;
}

#Menu ul li {
	float: left;
	position: relative;
}

#Menu ul li li li:hover ul, #Menu ul li li li.sfHover ul {
	left: 10em;
	top: 0;
}

#Menu ul li li:hover li ul, #Menu ul li li.sfHover li ul {
	top: -999em;
}

#Menu ul li li:hover ul, #Menu ul li li.sfHover ul {
	left: 15em !important;
	top: 0 !important;
}

#Menu ul li:hover {
	visibility: inherit;
	z-index: 300000;
}

#Menu ul li:hover li ul, #Menu ul li.sfHover li ul {
	top: -999em;
}

#Menu ul li:hover ul, #Menu ul li.sfHover ul {
	left: 0;
	top: 30px;
	z-index: 99;
}

#Menu ul ul {
	position: absolute;
	top: -999em;
	width: 15em;
}

#Menu ul ul li {
	width: 100%;
}

#Menu ul, #Menu ul * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ie #Menu li.HasSubMenu a { /* List item link with sub nav */
	padding-bottom: 7px;
}

p {
	margin: 0 0 5px 0;
}

q {
	quotes: "" "";
}

#Right {
	float: right;
	width: 240px;
	min-height: 300px;
	padding: 10px 0;
	margin-right: 20px;
	
	font-size: 0.9em;
	line-height: 1.4em;
	
	padding-top: 20px;	
}

.RSSBlock h2 a {
	background-position: 5px 5px;
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	padding-left: 45px;
	padding-top: 10px;
}

.RSSBlock h2, .RSSBlock {
	padding: 0 !important;
}

.Search {
	float: right;
	display: block;
	position: absolute;	
	width: 174px;
	height: 36px;

	top: 108px;
	
	margin: 0;
	padding: 0px;
	background: transparent url(../images/bg_search.png) no-repeat 0% 0%;
	margin-left: 720px;
	z-index: 999; 
}

#SearchGo {
	display: none;
}

.Search h2 {
	text-align: left;
	display: none;
}

.Search .AdvancedSearch {
	display: none;
}

#smallSearch_Query {
	width: 120px;
	border: 0 !important;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  background: transparent !important;
}

#smallSearchForm {
	display: block;
	position: relative;
	top: 7px;
	left: 33px;
	margin: 0;
}

#smallSearchForm .Button {
	float: right;
}

.Search form {
	
}

.Search p {
	font-size: .85em;
	margin-top: -30px;
}

.SearchGoButton {
	width: 55px;
	margin-left: 15px;
	font-size: .85em;
	font-weight: bold;
  background: transparent !important;
  border: 0 !important;
}

.SearchToggleLinkShow, .SearchToggleLinkHide {
	font-size: .8em;
}

select option {
	padding: 0 10px;
}

.SideBox {
	margin: 0 0 10px 0;
	padding-bottom: 20px;

	border: 1px solid #20486d;
	background: transparent url(../images/black_25.png) repeat 0% 0%;
	
	-moz-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	
	border-radius: 4px !important;
	border-radius: 4px !important;

	-khtml-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	
	-webkit-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

#Slogan {
	float: right;
	margin: 40px 315px 0 0;
}

.Small {
	font-size: .8em;
}

small, sup, sub {
	font-size: 85%;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

sub {
	vertical-align: sub;
}

sub, sup {
	vertical-align: baseline;
}

.Summary h2 {
	border-bottom: 0;
}

.Summary li {
	margin: 0;
	padding: 10px 12px !important;
}

.Summary li a {
	padding: 0 !important;
	text-decoration: underline;
}

.Summary li a:hover {
	text-decoration: none;
}

.Summary small {
	display: block;
	font-size: .9em;
	padding: 0 0 5px 15px;
}

sup {
	vertical-align: super;
}

table {
	border-collapse: 1px;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

td {
	padding: 4px 10px 4px 10px;
	vertical-align: top;
}

.Testimonial {
	margin: 10px 0;
	padding: 5px 20px;
}

th {
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: top;
}

th a img {
	margin: 0 0 10px 0;
	text-decoration: none;
}

th p {
	margin: 5px 0 5px 0;
}

.tplAdvancedSearchURL {
	text-decoration: underline;
}

.tplAuthorImage {
	margin: 5px 15px 15px 15px;
}

.tplWidthColumns1 {
	width: 840px;
	padding: 0;
	margin-left: 40px;
	margin-right: 40px;
}

.tplWidthColumns2 {
	width: 560px;
	padding: 15px 30px;
	margin-left: 40px;
}

.tplWidthColumns3 {
	width: 400px;
	padding: 15px;
	margin-left: 40px;
}

ul, ol, dir, menu {
	list-style: none;
}

#FormContainer {
	color: #333;
	font-size: 0.9em;
}

.VerticalFormContainer dd {
	margin-bottom: 6px;
	margin-left: 0;
}

#Right input.text {
	width: 200px !important;
}

#Left input.text {
	width: 200px !important;
}


.ViewAuthorContainer h3 {
	clear: both;
}

.White {
	margin: 0 0 1px 0;
}

.White h2 {
	font-size: 1.65em;
}

.White p {
	padding: 0 !important;
}


.panel .overlay-background { display: none !important; }
.galleryViewTitle { display: none !important; }

.panel1 { height: 480px !important; }
.gallery1 { height: 580px !important; }


.feature_icons img {
	margin: 2px;
}

.HideTitle .tplvar-list-title, 
.HideTitle .tplvar-customcontent-title {
	display: none;
}



.Quicklinks {
	line-height: 140%;
	border-bottom: 0 !important;
}

.Quicklinks .tplrepeat-list {
	width: 195px;
	min-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px !important;
	border: 0 !important;
}

.Quicklinks .tplrepeat-parent {
	padding-left: 10px !important;
	padding-right: 10px !important;	
}

.Quicklinks .tplvar-listitem-summary p {
	font-size: 0.95em;
	line-height: 130%;
}

.Quicklinks .tplvar-listitem-summary {
	color: #bbb !important;
}

.Quicklinks .tplvar-listitem-summary strong {
	color: #fff !important;
}

.Quicklinks .tplvar-listitem-summary a {
	color: #3ea7f5 !important;
}

.Quicklinks .tplvar-listitem-summary a:hover {
	color: #fff !important;
}

.Quicklinks .tplvar-listitem-summary ul {
	margin: 10px 0 5px;
}

.Quicklinks .tplvar-listitem-summary ul li {
	font-size: 1.0em;
	border: 0;
	background: none;
	line-height: 1.1em;
	margin-bottom: 5px;
	padding: 0 10px !important;
	list-style-type: none;
	background: url(../images/bullet_5x5px_darkgray.png) no-repeat 0 3px !important;
}

.Quicklinks .tplvar-listitem-summary ul li:hover {
	background-image: url(../images/bullet_5x5px_white.png) !important;
}

.Quicklinks .tplcond-listitem-ifnotlast {
	float: left !important;
	width: 20px !important;
	min-height: 100px;
}

.Quicklinks img {
	float: left;
	position: relative;
	top: 0px;
	margin-right: 5px;
}

.Quicklinks h3 {
	color: #fff !important;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

.Quicklinks h4 {
	color: #fff !important;
	font-size: 1.0em !important;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 1.1em;
}


.Quicklinks .tplvar-listitem-publishdate {
	display: none;
}

.Quicklinks .tpllang-ReadMore {
	display: none;
}

.Quicklinks .ReadMore {
	border: 1px solid !important;
	padding-top: 10px !important;
}



.Breadcrumb {
	
}

.tplcond-breadcrumb-ifnotlinked {
	display: none !important;
}

img.Bordered {
	border: 1px solid #BEC1BE !important;
}

.Boxed {
	border: 1px solid #DEE0DF !important;
	padding: 10px;
	background-color: #fff;
	
	-moz-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	
	border-radius: 8px !important;
	border-radius: 8px !important;

	-khtml-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	
	-webkit-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
}

.LeftAligned {
	text-align: left !important;
}



.ThumbnailList .listRow {
	position: relative;
	min-height: 150px;
	overflow: hidden; 
}

.ThumbnailList .AnchorImageLeft,
.ThumbnailList .AnchorImageRight
 {
	float: none !important;
}

.ThumbnailList h3 a {
	text-decoration: none !important;
}

.ThumbnailList .AnchorImageBox img {
	border: 0 !important;
}

.ThumbnailList .listRow h3 {
  display: none;
}

.ThumbnailList .listSummary h2 {
	font-size: 1.2em !important;
	margin: 0 !important;
	padding: 5px 0 !important;
	
}
.ThumbnailList .listSummary h2 a {
  color: #333 !important;
  text-decoration: none;
}

.ThumbnailList .listSummary p {
	margin: 0 !important;
	line-height: 1.5em;
}

.ThumbnailList .listSummary p a {
	
}

.ThumbnailList .listSummary ul {
	margin: 10px 0 !important;
}

.ThumbnailList .listSummary ul li {
	margin: 5px 0 !important;
	font-weight: bold;
	background: transparent url("../images/bullet_13x13px_gray.png") no-repeat scroll 0 center;
	padding-left: 20px !important;
}

.ThumbnailList .ReadMore {
	display: none !important;
	font-size: 0.8em;
	line-height: 1.25em;
}




.ThumbnailGrid .listRow {
	position: relative;
	min-height: 150px;
	overflow: hidden;

	width: 160px;
	float: left;
	min-height: 270px;
	clear: none;
	padding: 10px !important;
	margin: 0 5px 10px 0;
	
	border: 1px solid #DEE0DF !important;
	padding: 10px;
	background-color: #fff;
	
	-moz-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	
	border-radius: 8px !important;
	border-radius: 8px !important;

	-khtml-border-radius: 8px !important;
	-khtml-border-radius: 8px !important;
	
	-webkit-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;		
}

.ThumbnailGrid .AnchorImageLeft,
.ThumbnailGrid .AnchorImageRight
 {
	float: none !important;
}

.ThumbnailGrid h2 {
	color: #00b0ec !important;
}

.ThumbnailGrid h3 a {
	text-decoration: none !important;
}

.ThumbnailGrid .AnchorImageBox img {
	border: 0 !important;
}

.ThumbnailGrid .listSummary {
	font-size: 0.8em;
	line-height: 1.25em;
	color: #999;
}

.ThumbnailGrid .listSummary p {
	margin: 0 !important;
}

.ThumbnailGrid .ReadMore {
	font-size: 0.8em;
	line-height: 1.25em;
}

.ThumbnailGrid .listRow h3, 
.ThumbnailGrid .listRow h3 a {
	color: #8D9291 !important;
}





.Col2 .listRow {
	float: left;
	min-height: 200px;
	clear: none;
	padding: 10px !important;
	margin: 0 0 10px 0;
}

.Col3 .listRow {
	float: left;
	min-height: 250px;
	clear: none;
	padding: 0 !important;
	margin: 0 0 10px 0;
}

#Middle .Col2 .listRow {
	width: 300px;
	margin-right: 10px;
}

#Middle .Col3 .listRow {
	width: 260px;
	margin-right: 10px;
}

#LanguageSelector {
	display: block;
	position: relative;
	width: 70px;
	
	margin-top: 15px;
	margin-bottom: -25px;
  background: #131718;
  padding: 3px 6px;
  color: #5F6767;
  line-height: 16px;
  
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;  
}

#LanguageSelectorOLD {
	display: block;
	position: absolute;
	top: 15px;
	margin-left: 650px;
  background: #131718;
  padding: 0 10px;
  color: #5F6767;
  
	-moz-border-radius-bottomleft: 8px !important;
	-moz-border-radius-bottomright: 8px !important;
	
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;

	-khtml-border-radius-bottomleft: 8px !important;
	-khtml-border-radius-bottomright: 8px !important;
	
	-webkit-border-bottom-left-radius: 8px !important;
	-webkit-border-bottom-right-radius: 8px !important;
}

#LanguageSelector a {
	color: #B4C2BA;
	text-decoration: none;
}

#LanguageSelector a:hover {
	color: #990099 !important;
	text-decoration: underline;
}

#LikeButton {
	display: block;
	position: relative;
	top: -10px;	
}



.MiniThumbnail .AnchorImageBox {
	width: 100px !important;
	height: 100px !important;
}

.MiniThumbnail .AnchorImageBox img {
	width: 90px;
	height: 90px;
	border: 1px solid #DEE0DF;
}

.MiniThumbnail .PostDetails {
	margin-bottom: 20px !important;
}

#Calendar {
	height: 40px;
	background: transparent url(../images/bg_calendar.png) repeat-x 0 0;
}


#Middle legend {
	display: none;
}

.partner_logos img {
	padding: 10px;
	background: #fff;
	
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=180, Color='#999999');	
	

	
	-moz-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	
	border-radius: 5px !important;
	border-radius: 5px !important;

	-khtml-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	
	-webkit-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

a.pdf {
	display: block;
	line-height: 32px;
	background: url(../images/pdf_icon.gif) no-repeat 3px 7px;
	padding-left: 25px;
}

a.external {
	display: block;
	line-height: 32px;
	background: url(../images/page_world.png) no-repeat 3px 7px;
	padding-left: 25px;
}

.NoBorder {
	margin-top: 30px !important;
	border: 0 !important;
	background: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.2em;
}

.NoBorder table {
	margin: 0 !important;
}

.NoBorder td {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}