
/* General */
body {
background: #1d1d1d url(../images/bg_body.gif) 50% 0 repeat-x;
color: #1d1d1d;
}

body.searchTips {
	background-color: #EFEFEF;
	background-image: none;
	padding: 30px;
}

a {
color: #2680ab;
}
a:hover {
color: #1d1d1d;
}
h1 a {
}
h1 a:link, h1 a:hover, h1 a:visited {
}
h3 {
color: #2680ab;
}
h4 {
color: #1d1d1d;
}
h5 {
color: #2680ab;
}
em {
}

img, img a {
border: 0;
}

hr {
border-top: 1px solid #999999;
}

fieldset	{
border: 1px solid #999999;
background-color: white;
}
legend {
color: #1d1d1d;
}
input, textarea, select {
color: #1d1d1d;
background: #fff url(../images/bg_input.gif) 0 0 repeat-x;
border: 1px solid #999999;
}
input[type=radio], input[type=checkbox] { border: none; background: none; }
.Button { /* Submit */
background: #32393d url(../images/bg_submit.gif) 0 0 repeat;
border: 1px solid #32393d;
color: #fff;
}
dd.Highlight input,
dd.Highlight textarea,
dd.Highlight select {
border-color: #FF0000;
}

.Required, .FormError, .HighlightMessage {
color: #FF0000;
}

/* Tables */
table {
border: 0px;
}
th {
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
background: #f0f0f0;
}
td {
border-left: 0px solid #999999;
}
.odd td {
background-color: transparent;
}
.even td {
background-color: #fff;
}

/* Pages Menu */
#Menu {
background: url(../images/bg_menu.gif) 0 0 repeat-x;
}
#Menu li { /* Top level list item */
}
#Menu li a { /* List item link */
background: url(../images/btn_navi.gif) 100% 50% no-repeat;
color: #fff;
}
#Menu li a:hover { /* List item link */
background: #4b88a5 url(../images/btn_navi.gif) 100% 50% no-repeat;
color: #fff;
}
#Menu li ul { /* Sub list */
background: #4b88a5;
}
#Menu li ul li { /* Sub list item */
color: white;
}
#Menu li ul li a { /* Sub list item link - Same width as li ul */
color: #fff;
background: url(../images/btn_navi_sublist.gif) 0 100% repeat-x;
}
#Menu li ul li a:hover {
color: #1d1d1d;
background: url(../images/btn_navi_sublist.gif) 0 100% repeat-x;
}
#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
text-decoration: underline;
}


#Container {
background: #efefef;
}

/* Header */
#Header {
}

.headerBgImage { background-repeat: no-repeat; background-position: 0 0; }

#Header h1 a, #Header h1 a:link{
	color: white;
}


#Slogan, #SloganWithLogo { color: white;  font-size:1.3em; font-family: arial, sans-serif; line-height:100%; text-decoration:none}


.Left .SideBox {
background: url(../images/bg_left_box.gif) 100% 0 repeat-y;
border: 1px solid #d0d0d0;
}
.Right .SideBox {
background: url(../images/bg_right_box.gif) 0 0 repeat-y;
border: 1px solid #d0d0d0;
}
.Left h2, .Right h2 {
}
.Left li, .Right li {
border-bottom: 1px solid #d0d0d0;
}
.Left li a, .Right li a {
}
.Left li a:hover, .Right li a:hover {
}

/* Side - Quote panel */
#QuotePanel {
background: url(../images/bg_quote.gif) 0 100% no-repeat;
}
#QuotePanel h2 {
background: url(../images/bg_quote_h2.gif) 0 0 no-repeat;
color: #fff;
}
#QuotePanel a {
color: #1d1d1d;
}
#QuotePanel a:hover {
color: #fff;
}

/* Side - Search panel */
#SearchPanel {
}
#SearchPanel h2 {
color: black;
}
#SearchPanel a {
color: black;
}
#SearchPanel a:hover {
color: black;
text-decoration: underline;
}
.Search input[type='submit'] {
background: url(../images/bg_submit.gif) 0 0 repeat;
color: #fff;
border: 0;
}

/* Primary Content Area */
.Content .PostDetails {
	color: #6E6E6E;
	padding: 2px 0 2px 1px;
}

.ContentPostDetails li, .PostDetails li {
	border-right:1px solid #AAAAAA;
}
.ContentPostDetails li:last-child, .PostDetails li:last-child {
	border-right: none;
}

.ContentPostDetails {
	color: #6E6E6E;
}


/* Testimonial */
.Testimonial {
	background: #fff url(../images/quote_top.gif) top left no-repeat;
	color: #1d1d1d;
	border: 1px solid #d0d0d0;
}
.Testimonial_content {
	background: url(../images/quote_bottom.gif) bottom right no-repeat;
}

/* Page Footer */
#Footer {
background: url(../images/bg-footer.gif) 0 0 repeat-x;
}
#Footer p{
}
#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
}
#Footer a:hover {
}

/* Page Breadcrumbs */
.Breadcrumb {
border-bottom: 1px solid #999999;
}
.Breadcrumb li a {
background: url(../images/breadcrumb_divider.gif) 100% 2px no-repeat;
}
.Breadcrumb li a:hover {
}

/* Icon Links */
.HighlightedLink a {
background: url(../images/HighlightedLink.gif) 0 3px no-repeat;
}
.HighlightedLink a:hover{
}
.FeedLink a {
background: url(../images/FeedLink.gif) 0 0 no-repeat;
}
.FeedLink a:hover{
}

/* Pagination */
.CategoryPagination .PagingList, .CategoryPagination .PagingList li {

}
.CategoryPagination {
	color: #1d1d1d;
	background: #fff;
	border: 1px solid #d0d0d0;
}

.CategoryPagination .PagingList li {
}

/** Search **/

.SearchToggleLinkShow {
	background: url('../images/ArrowDown.gif') center right no-repeat;
}

.SearchToggleLinkHide {
	background: url('../images/ArrowUp.gif') center right no-repeat;
}

