/*** 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;
	color: #999;
	background: #151515 url(../images/bg_body_tile.gif) repeat-x 0% 0%;
}

strong {
	color: #eee;	
}

.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_orange.png") no-repeat scroll 3px 10px;
}

.BodyContent ul li:hover {
	background-image: url("../images/bullet_5x5px_white.png");
}

.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 #cc2900;
  background: #ff3300 url(../images/bg_button_reflection.png) repeat-x 50% 50%;
  
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
 
}

.Button a:hover, .Button button:hover, .Button input:hover {
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #fff;
}

.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: #FF3300;
	color: #fff;
	padding: 4px !important;
	width: 30px;
	
	-moz-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	
	border-radius: 2px !important;
	border-radius: 2px !important;

	-khtml-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	
	-webkit-border-radius: 2px !important;
	-webkit-border-radius: 2px !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_orange.jpg) no-repeat 50% 90px;
}

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

#ContentWrap {
	margin-top: 5px;
	margin-bottom: 20px;
}

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

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

.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: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#Middle h1.tplvar-content-title {
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	text-shadow: #000 1px 1px 1px;
	font-size: 2.8em;
	line-height: 1.0em;
	font-weight: normal;
	margin: 20px 0;
}

#Middle h2 {
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	color: #eee;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 5px 0 15px;
	font-weight: normal;
}

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

#Middle h3 a {
	color: #ff3300 !important;
}

fieldset h3 {
	color: #999 !important;
}


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

#Middle h4 {
	color: #999;
}

#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_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 #666;
	background: transparent url(../images/white_10.png) repeat 0% 0%;
	
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-khtml-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_orange.jpg) no-repeat 50% 0%;
	margin-top: 0px;
	padding-top: 70px;
}

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

}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	color: #fff;
	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 {
	clear: both;
	padding: 0;
	margin: 0;
	color: #fff;
	
	min-height: 180px;
	padding: 0;
}

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

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

#Footer .Block2 {
	clear: both;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #fff;
	
	background: transparent url(../images/black_50.png) repeat 0% 0%;
	
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

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

#Footer .Block2 a:hover {
	color: #fff;
}

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

#Footer .Block3 {
	font-size: 0.9em;
	color: #000;
	padding: 5px;
	margin-bottom: 20px;	
}

#Footer .Block3 a {
	color: #000;
}

#Footer .Block3 a:hover {
	color: #fff;
}



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: 90px;
	background: transparent url(../images/bg_header.png) no-repeat 0% 0%;
}

#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 #6B6B6B;
	background-color: #fff;
}

.ISelector {
	border: 1px solid #6B6B6B !important;
}

input[type=text], 
input[type=password], 
textarea {
	box-shadow: 0 1px 3px #999 inset;
} 


.F50 {
	width: 50px;
}

.F100 {
	width: 100px;
}

.F200 {
	width: 200px;
}

.F300 {
	width: 300px;
}



#Left {
	float: right;
	width: 240px;
	min-height: 400px;
	padding: 20px 20px 0px;
	margin-right: 0px;
	
	font-size: 0.9em;
	line-height: 1.4em;
	
	border: 1px solid #262626;
	border-top: 1px solid #000;
	
	
	background: #000;
}

#Left h2.tplvar-list-title, 
#Right h2.tplvar-list-title {
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	
	border-bottom: none;
	font-size: 1.6em;
	line-height: 2.0em;
	font-weight: normal;
	margin: 0;
	color: #ff3300;
	margin: 5px 10px 5px;
}


#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 { 
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	background: url("../images/marker_list.png") no-repeat scroll -16px 8px transparent;
	
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;	
}

#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 { 
	color: #000;
	background: url("../images/marker_list.png") no-repeat scroll 14px -32px #ff9900;
}

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

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

#Left ul li a, #Right ul li a {
	padding-left: 30px;
}

#Left ul li li a, #Right ul li li a {
	padding-left: 30px;
}

#Left ul li li li a, #Right ul li li li a {
	padding-left: 30px;
}

#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;
}


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

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

#menuwrapper {
	clear: both;
	position: relative;
	top: 15px;
	right: 10px;
	float: right;
}

#Menu {
	height: 58px;
	position: relative;
	float: right;
	top: -61px;
	right: 0px;
	margin-bottom: -61px;
}

#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;
	height: 28px;
	text-align: center;
	margin-left: 0px !important;
}

#Menu li:hover {
	
}

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

#Menu li a {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding: 0 10px;
	
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	
	line-height: 28px;
	
	background: transparent url("../images/bg_menu_separator.gif") no-repeat 100% 50%;
}

#Menu li a:hover {
	background: #FF9900 url(../images/bg_button_reflection.png) repeat-x 50% 50%;
	
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

#Menu .currentItem a {

}


.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: 400px;
	padding: 20px 20px 0px;
	margin-right: 0px;	
	
	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 {
	display: block;
	position: relative;	
	height: 30px;
	
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg_search.png) no-repeat 0% 0%;
	
	margin-bottom: 20px;
}

#SearchGo {
	border: 1px solid red;
	background: transparent url(../images/search_button.png) no-repeat 0% 0%;
}

#SearchGo:hover {
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #fff;
}

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

.Search .AdvancedSearch {
	display: none;
}

#smallSearch_Query {
	display: block;
	position: relative;
	top: 5px;
	left: 5px;	
	width: 190px;
	border: 0 !important;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  background: transparent !important;
  box-shadow: none;
}

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

#smallSearchForm .Button {
	float: right;
}

.Search form {
	
}

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

.SearchGoButton {
	display: block;
	position: relative;
	top: -17px;	
	margin: 0;
	float: right;
	margin-right: 5px;
	width: 29px;
	height: 27px;
	
	font-size: .85em;
	font-weight: bold;
  border: 0 !important;
  text-indent:-9999px;
}

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

select option {
	padding: 0 10px;
}

.SideList {
	margin-bottom: 20px;
}




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

	border: 1px solid #262626;
	background: transparent url(../images/white_10.png) repeat 0% 0%;
	
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.SideBox .tplvar-customcontent-title {
	color: #ff3300;
	padding: 10px 10px 10px 15px;
}

.SideBox .tplvar-customcontent-content {
	padding: 10px 10px 10px 15px;
}

.SideBox .tplvar-customcontent-content h2 {
	color: #FF3300;
}

.SideBox .tplvar-customcontent-content li {
	list-style-type: none;
	padding: 0 10px !important;
	background: url(../images/bullet_5x5px_orange.png) no-repeat 0 6px !important;
}

.SideBox p {
	margin: 0 !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: 550px;
	padding: 15px 30px;
	margin-left: 20px;
}

.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: 200px;
	min-height: 100px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px !important;
	border: 0 !important;
}

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

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

.Quicklinks .tplvar-listitem-summary {
	color: #fff !important;
	font-weight: normal;
}

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

.Quicklinks .tplvar-listitem-summary a {
	color: #eee !important;
	text-decoration: none !important;
}

.Quicklinks .tplvar-listitem-summary a:hover {
	color: #fff !important;
	text-decoration: underline !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_orange.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 {
	font-family: 'Metrophobic', Helvetica, Arial, sans-serif;
	color: #fff !important;
	font-size: 1.3em !important;
	font-weight: normal;
	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 {
	display: none !important;
}

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

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

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



.ThumbnailList .listRow {
	position: relative;
	min-height: 150px;
	overflow: hidden;
	border-bottom: 1px dotted #333 !important;
}

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

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

.ThumbnailList .AnchorImageBox {
	border: 5px solid #555 !important;
	margin: 0;
	margin-bottom: 5px;
	
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

.ThumbnailList .AnchorImageBox:hover {
	border: 5px solid #fff !important;
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #fff;
}

.pwi_photo img:hover {
	border-color: #fff !important;
	-moz-text-shadow: 0px 0px 3px #fff;
	-webkit-text-shadow: 0px 0px 3px #fff;
	box-shadow: 0px 0px 3px #fff;	
}

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

.ThumbnailList .listRow h3 {
  
}

.ThumbnailList .listSummary {
	font-size: 0.85em !important;
}

.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;
	border-radius: 8px !important;
	-khtml-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;
}

#Middle .Col2 .listSummary li {
	float: left;
	clear: none;
	width: 225px;
}

#Middle .Col3 .listSummary li {
	float: left;
	clear: none;
	width: 150px;
}


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

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

#Middle .Col3 .listRow {
	width: 250px;
	margin-right: 30px;
}

#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: #FF3300 !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;
}

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;
}


/* PICASA VIEWER */

#PicasaViewer {
}

.pwi_album_description {
	display: none;
}

.pwi_slideshow {
	display: none;
}

.pwi_container {
	height: 40px;
	background: transparent url(../images/ajax-loader_black.gif) no-repeat 50% 50% !important;
 	padding: 0 !important;
}

.pwi_photo {
	margin: 0 !important;
	margin-right: 8px !important;
}

.pwi_photo img {
	border: 3px solid #555 !important;
	
	-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;	
}

.pwi_loader {
	display: none !important;
}

.blockMsg {
	border: 0 !important;
}

.blockOverlay {
	background: transparent !important;
}



li.ContentCategories {
	display: none !important;
}




/* MODULE: FORM */

.Module_Form .FileType {
	color: #ff3300 !important;
}

.Module_Form .SectionBreak {
	border-bottom: 1px solid #666666 !important;
}
.Module_Form .SectionBreak h3 {
	font-size: 1.6em !important;
	font-weight: normal !important;
}



.loading {
	background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%;
}

.homebox {
	width: 430px !important;
	background: #000 url(../images/bg_boxtop.png) no-repeat 50% 0%;
	
	-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;	
}


img[align=left] {
	margin-right: 10px !important;
}

img[align=right] {
	margin-left: 10px !important;
}


.AnchorImageLeft, 
.AnchorImageRight, 
.BodyContent img.Bordered {
	border: 5px solid #555 !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	
	-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;
}

.AnchorImageLeft, 
.AnchorImageRight {
	border: 5px solid #fff !important;
}

.AnchorImageLeft, 
.BodyContent img[align=left] {
	margin-right: 20px !important;
}

.AnchorImageRight, 
.BodyContent img[align=right] {
	margin-left: 20px !important;
}

.jquery-lightbox-html {
	background: #151515 !important;
	text-align: left !important;
}

.jquery-lightbox-html * {
	font-family: Arial, Georgia, Tahoma,  sans-serif !important;
}

.jquery-lightbox-html #Middle {
	padding: 10px 20px !important;
	width: 90% !important;
	min-height: 300px !important;
}

.jquery-lightbox-html .tplWidthColumns1 {
	margin: 0 !important;
}

.jquery-lightbox-html .tplvar-content-title {
	display: none !important;
}


#TopLoginBox {
    clear: both;
    display: block;
    position: absolute;
    top: 0px;
    margin-left: 615px;
    width: 262px;
    height: 35px;
    padding: 0 10px;
    text-align: right;
    background: transparent url("../images/bg_toploginbox.png") no-repeat 50% 100%;
}

.icon_contact {
    background: url("../images/icon_contact.gif") no-repeat scroll 0 50% transparent;
    padding-left: 20px;
}
.icon_sitemap {
    background: url("../images/icon_sitemap.gif") no-repeat scroll 100% 50% transparent;
    padding-right: 20px;
}
.icon_lock {
    background: url("../images/icon_lock.gif") no-repeat scroll 100% 50% transparent;
    padding-right: 16px;
}
.icon_lock_open {
    background: url("../images/icon_lock_open.gif") no-repeat scroll 100% 50% transparent;
    padding-right: 16px;
}
.icon_language {
    background: url("../images/icon_language.png") no-repeat scroll 100% 50% transparent;
    padding-right: 18px;
}
#EXPOUNIT_logo, #EXPOUNIT_registration, #EXPOUNIT_login, #EXPOUNIT_logout, #EXPOUNIT_password, #EXPOUNIT_language {
    float: right;
    margin-right: 5px;
}
#EXPOUNIT_registration a, #EXPOUNIT_login a, #EXPOUNIT_logout a, #EXPOUNIT_password a, #EXPOUNIT_language a {
    line-height: 35px;
}
#EXPOUNIT_separator {
    float: right;
    margin-right: 15px;
}

#languages {
    clear: both;
    display: block;
    position: absolute;
    z-index: 999999;
    top: 30px;
    margin-left: 770px;
    width: 75px;
    padding: 5px 10px;
    
    font-size: 0.9em;
    
    background: #FF9900;
    border: 1px solid #333;
    color: #000 !important;

		-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;  
}
#languages a {
	color: #000 !important;
}


.Tradeshow .tplvar-customcontent-content li {
	background: url(../images/bullet_5x5px_orange.png) no-repeat 0 6px !important;
}

.Tradeshow a {
	color: #FF3300;
}

.Tradeshow h2 {
	color: #FF3300 !important;
}

.Interior .tplvar-customcontent-content li {
	background: url(../images/bullet_5x5px_turquoise.png) no-repeat 0 6px !important;
}

.Interior a {
	color: #47d0e0;
}

.Interior h2 {
	color: #47d0e0 !important;
}

/* MESSAGE BOXES */

.info, .success, .warning, .error, .question {
	border: 1px solid;
	padding: 5px 10px 5px 50px !important;
	background-repeat: no-repeat;
	background-position: 10px center;
	min-height: 40px;
}
.info {
	color: #007bb9;
	background-color: #d1e4f1;
	background-image: url('../images/info_32x32.png');
}
.question {
	color: #007bb9;
	background-color: #d1e4f1;
	background-image: url('../images/question_32x32.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success_32x32.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning_32x32.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error_32x32.png');
}