/* Gobal Reset */
* {
margin: 0;
padding: 0;
}

/* General */
body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}
p {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
a {
text-decoration: underline;
}
h1 {
font-size: 1.8em;
}

h1 a {
}

h1 a:link, h1 a:hover, h1 a:visited {
text-decoration: none;
}

#Header h1 {
	padding-top: 80px;
	padding-left: 15px;
	width: 250px;
	text-align: right;
}

#Header h1 a, #Header h1 a:link{
	font-family: arial;
	font-size: 1.3em;
	font-weight: normal;
}

#Slogan { margin: 30px 0 0 15px; }
#SloganWithLogo { float: left; padding-top: 30px; }

h2 {
font-size: 1.6em;
margin: 5px 0 10px 0;
font-weight: normal;
}
h3 {
font-size: 1.3em;
margin: 5px 0 0 0;
font-weight: normal;
}
h4 {
font-size: 1em;
margin: 5px 0 10px 0;
}
h5 {
font-size: 0.85em;
margin: 5px 0 10px 0;
}
em {
}
img, img a {
}
ul, ol {
margin: 10px 0 15px 25px;
}
ul li {
list-style-type: square;
margin: 4px 0 4px 0;
line-height: 1.6em;
}
ol li {
margin: 4px 0 4px 0;
line-height: 1.6em;
}
blockquote {
margin-left: 28px;
}
hr {
height: 1px;
margin: 0 0 10px 0;
}

/* Forms */
form {
margin: 0 0 20px 0;
padding: 0;
}
fieldset	{
margin: 0;
padding: 0px 20px 20px 20px;
}
legend {
font-size: 1.1em;
font-weight: bold;
margin: 5px 0 0 0;
padding: 0 5px 0 5px;
}
label	{
}
input, textarea, select {
font-size: 1em;
font-weight: normal;
font-family: Tahoma, Arial, Helvetica, sans-serif;
padding: 3px;
margin: 5px 0 5px 0;
}
select option {
padding: 0 10px;
}
.Button { /* Submit */
font-weight: bold;
margin: 5px 0 5px 0;
padding: 2px 10px 2px 10px;
}


.HorizontalFormContainer dt {
width: 130px;
float: left;
margin: 8px 0 5px 0;
clear: left;
}
.HorizontalFormContainer dd {
margin-left: 130px;
margin-bottom: 5px;
}
.HorizontalFormContainer p.Submit {
margin: 0 0 0 130px;
}
.VerticalFormContainer dt {
}
.VerticalFormContainer dd {
margin-bottom: 6px;
margin-left: 0;
}

/* Tables */
table {
width: 100%;
border-collapse: collapse;
padding: 0;
margin: 0 0 20px 0;
}
th {
font-size: 0.9em;
text-align: left;
vertical-align: top;
padding: 6px 10px 6px 10px;
}
td {
padding: 4px 10px 4px 10px;
vertical-align: top;
}
.odd td {
background-color: transparent;
}
.even td {
}
.first {
text-align: left;
}
th a img {
text-decoration: none;
margin: 0 0 10px 0;
}
th p {
margin: 5px 0 5px 0;
}

/* Generic */

.ArrowRight {
	padding-left: 20px;
	background: url('../images/ArrowRight.gif') center left no-repeat;
}

.ArrowUp {
	padding-left: 20px;
	background: url('../images/ArrowUp.gif') center left no-repeat;
}

.ArrowDown {
	padding-left: 20px;
	background: url('../images/ArrowDown.gif') center left no-repeat;
}

/* Page Containers */
#Container {
position: relative;
margin: 0 auto;
width: 980px;
}
#ContainerBottom {
clear: both;
position: relative;
width: 980px;
}

/* Pages Menu */
#Menu {
clear: both;
float: left;
width: 980px;
height: 54px;
display: inline;
z-index: 1;
}
#Menu ul { /* Top level list */
margin: 0;
padding: 0 0 0 10px;
list-style: none;
width: 850px;
}
#Menu li { /* Top level list item */
float: left;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
#Menu li.First {
margin: 0 1px 0 0;
}
#Menu li.HasSubMenu { /* Top level list item with sub nav */
}
#Menu li a { /* List item link */
display: block;
height: 27px;
font-size: 1.1em;
text-decoration: none;
padding: 6px 15px 0 15px;
}
#Menu li.HasSubMenu a { /* List item link with sub nav */
}
#Menu li ul { /* Sub list */
float: left;
position: absolute;
left: 0;
top: 33px;
width: 175px;
display: none;
text-align: left;
padding: 5px 0 10px 0;
z-index: 1;
}
#Menu li ul li { /* Sub list item */
clear: both;
text-align: left;
background-image: none;
}
#Menu li ul li a { /* Sub list item link - Same width as li ul */
padding: 2px 10px 0 10px;
margin-left: 10px;
width: 138px;
height: auto;
font-weight: normal;
font-size: 0.95em;
background-image: none;
}
#Menu li ul li a:hover {
}
#Menu li:hover { /* List item rollover */
}
#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
}
#Menu li ul li a, #Menu li.over li a {
text-decoration: none !important;
}
#Menu li:hover ul, #Menu li.over ul {
display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
background-position: 100% -100px;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
clear: both;
}
#Wrapper {
clear: both;
float: left;
width: 980px;
display: inline;
}

/* Header */
#Header {
width: 980px;
height: 230px;
margin-top: 20px;
}


/* Logo */
#Logo {
float: left;
width: 230px;
height: 230px;
display: inline;
}

#Logo img {
	padding: 18px 0 0 30px;
}

/* Left & Right Content Area */
.Left {
float: left;
width: 210px;
padding: 0 0 20px 0;
margin: 0 0 0 10px;
display: inline;
}
.Right {
float: right;
width: 210px;
padding: 0 0 20px 0;
margin: 0 10px 0 0;
display: inline;
}
.Left .Block, .Right .Block {
}
.Left .BlockContent, .Right .BlockContent {
padding: 0 15px 0 15px;
}
.Left .SideBox, .Right .SideBox {
list-style: none;
padding: 0 0 20px 0;
margin: 0 0 10px 0;
}
.Left h2, .Right h2 {
margin: 0 0 10px 0;
padding: 20px 15px 0 15px;
}
.Left h2 span, .Right h2 span  {
}
.Left p, .Right p {
margin: 0 0 8px 0;
}
.Left ul, .Right ul {
list-style: none;
padding: 0;
margin: 0;
}
.Left li, .Right li {
list-style: none;
padding: 0 0 5px 0;
margin: 0 0 5px 0;
}
.Left li a, .Right li a {
text-decoration: none;
}
.Left li a:hover, .Right li a:hover {
text-decoration: underline;
}

/* Side - Quote panel */
#QuotePanel {
}
#QuotePanel h2 {
padding: 25px 30px 5px 105px;
margin: 0 0 5px 0;
}
#QuotePanel p {
text-align: right;
margin: 0 15px 5px 0;
}
#QuotePanel a {
text-decoration: none;
}
#QuotePanel a:hover {
}

/* Side - Search panel */
.Search {
}
.Search p {
	text-align: right;
	line-height: 0.5em;
}
.Search small {
	text-align: right;
	margin: 0 0px 0px 0;
}
.Search a {
	text-decoration: none;
}
.Search a:hover {
}
.Search form {
	margin: 0 0 5px 0;
}
.Search input[type='text'] {
	width: 114px;
}
.Search input[type='submit'] {
	width: auto;
}

/* Primary Content Area */
.Content {
	float: left;
	min-height: 500px;
	padding: 0 0 20px 0;
	margin: 0 0 0 10px;
}
.Content.Wide {
width: 655px;
margin: 0 0 0 5px;
}
.Content .Block {
clear: both;
margin-bottom: 10px;
}
.Content .BlockContent {
}

.SubCategoriesList {
	font-size: 10pt;
}

.Content .PostDetails {
	margin: 0;
	font-size: 0.85em;
	}

.tplWidthColumns3 {
	width: 520px;
}

.tplWidthColumns2 {
	width: 740px;
}

.tplWidthColumns1 {
	width: 520px;
}

.PostDetails li {
	display:inline;
	list-style-type:none;
	padding-left: 4px;
	padding-right: 4px;
	background-position: 0% 5px; 
	background-repeat: no-repeat; 
}
.PostDetails li:first-child {
	padding-left: 0px;
}

.PostDetails li:last-child {
	}

.ContentPostDetails {
	margin: 0;
	font-size: 0.85em;
	}

.ContentPostDetails li {
	display:block;
	list-style-type:none;
		padding-left: 4px;
	padding-right: 4px;
	display: inline; 
	float: left; 
}
.ContentPostDetails li:first-child {
	padding-left: 0px;
}

.ContentPostDetails li:last-child {
	}

/* Testimonial */
.Testimonial {
		line-height: 1.5em;
	font-size: 1.1em;
			padding: 20px 0 20px 60px;
	margin: 0 20px 15px 20px;
}
.Testimonial_content {
		font-style: italic;
	padding: 0 60px 0 0;
}

/* Page Footer */
#Footer {
width: 980px;
margin: 0 auto;
padding: 15px 0 20px 0;
}
#FooterList.Block1 { float: left; padding-left: 20px;}
#FooterList.Block2 { float: right; }

#FooterText.Block1 { float: left; }
#FooterText.Block2 { float: right; }

#FooterText{
width: 500px;
}
#FooterLogos {
float: right;
padding: 0 0 20px 0;

}
#FooterList {
text-align: center;
padding: 0 0 20px 0;
font-size: 0.85em;
}
#Footer p{
font-size: 0.85em;
margin-left: 20px;
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
text-decoration: none;
margin: 0;
}
#Footer a:hover {
}
#FooterLogos img {
margin: 0 10px 0 0;
}

/* Page Breadcrumbs */
.Breadcrumb {
font-size: 0.75em;
padding: 0 0 10px 0;
margin: 0 0 20px 0;
}
.Breadcrumb ul {
list-style: none;
padding: 0;
margin: 0;
}
.Breadcrumb li {
display: inline;
list-style: none;
padding: 0 0 0 5px;
margin: 0;
}
.Breadcrumb li a {
padding: 0 10px 0 0;
}
.Breadcrumb li a:hover {
}

/* Icon Links */
.HighlightedLink a {
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
padding: 0 0 3px 8px;
}
.HighlightedLink a:hover{
}
.FeedLink a {
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
padding: 0 0 3px 20px;
}
.FeedLink a:hover{
}

/* Pagination */
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
list-style: none;
padding: 0;
margin: 0;
}
.CategoryPagination {
padding: 5px;
text-align: center;
}
.CategoryPagination .PagingList li {
display: inline;
padding: 0 5px;
}

/* Miscellaneous Definitions */
.FloatRight {
float: right;
}
.FloatLeft {
float: left;
}
.ClearRight {
clear: right;
}
.ClearLeft {
clear: left;
}
.Clear {
clear: both;
}
.Small {
font-size: 0.75em;
}

/** Search **/

.SearchToggleLinkShow , .SearchToggleLinkHide {
	padding-right: 15px;
}

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

.RSSBlock h2 {
	margin: 3px;
}
.RSSBlock h2, .RSSBlock {
	padding: 0 !important;
}
.RSSBlock h2 a {
	background-image: url('../images/feed-icon-32x32.png');
	background-position: 5px 5px;
	padding-top: 10px ;
	height: 32px;
	background-repeat: no-repeat;
	padding-left: 45px;
	display: block;
	font-size: smaller;
}

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