﻿/*--------------------layout---------------------*/
* {margin:0;padding:0}
form {
	text-align: center;		
	}
body {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 11px;
    background: white url(../../Images/bg_body.gif) 0 0 repeat;
	padding:30px 0 0 0;			
	}
#top-nav {
    width: 761px;
    height: 18px;
    margin: 0 auto;
    padding: 0;
    }
#top-nav ul {
    text-align: right;
    padding-right: 25px;
    }
#top-nav ul li {
    display: inline;
    list-style-type: none;
    padding-left: 20px;
    }
#top-nav a:link,
#top-nav a:visited,
#top-nav a:hover {
    text-transform: uppercase;
    text-decoration: none;
    color: #808184;	/*-- grey --*/
    } 
#top-nav a:hover {
    color: #70acb3; /*-- blue --*/
    } 
#wrapper {
	width: 761px;
    background: white url(../../Images/bg_container.gif) 0 0 repeat-y;
	margin: 0 auto;
	text-align: left;	
	}
#page-header {
	width: 735px;
	height: 174px;
	padding-top: 24px;
	padding-left: 26px;
    background: white url(../../Images/bg_header.gif) top no-repeat;
	margin: 0 auto;
	text-align: left;	
	}
#page-header h1 {
    display: none;
    }
#page-content {
    padding: 0 29px 20px 50px;
	text-align: left;	
    }
#page-content ul {
    display: inline;
    list-style-type: none;
    }
#page-content ul {
	list-style: disc;
    }
#page-content ol li {
	margin-left: 22px;
    }
#page-content li {
	margin-left: 15px;
	display: list-item;
    }
/*
--------------------------------------------------------------------------------*/

#page-content ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 20px;
  -moz-padding-start: 20px;
  -moz-counter-reset: -html-counter 0;
}

#page-content ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0;
  padding-left: 20px;
  -moz-padding-start: 20px;
  -moz-counter-reset: -html-counter 0;
}

#page-content ul li {
  display: list-item;
  -moz-float-edge: margin-box;
}

/* nested lists have no top/bottom margins */
ul ul,   ul ol,   ul dl,  ol ul,   ol ol,  ol dl,
dl ul,   dl ol,   dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* 2 deep unordered lists use a circle */
ol ul,   ul ul {
  list-style-type: circle;
    }

/* 3 deep (or more) unordered lists use a square */
ol ol ul,     ol ul ul,     ul ol ul,     ul ul ul {
  list-style-type: square;
    }

/*
--------------------------------------------------------------------------------*/
#page-content ol {
	list-style: upper-roman;
    }
#Main, #Inner {
	float:left;
	width: 66%;
	margin: 0;
	padding-top: 0px;	
	padding-bottom: 20px;	
	}
#Inner {
	width: 96%;
	}
#SideBar {
	width: 24%;	
	float: right;	
	padding: 20px 13px;
	}
#Header, #Footer {
	clear:both;
	}
#Footer {
	font-size: .9em;
    height: 29px;
	}
#page-footer {
    width: 761px;
    margin: 0 auto;
    padding-top: 6px;
    }
#page-footer p {
    width: 675px;
	padding: 0px 35px 6px 50px;
    text-align: left;
    text-transform: uppercase;
    color: #999;
    line-height: 20px;
    }

/*--------------------style---------------------*/
#Header {
	margin-bottom: 20px;
	background: #70acb3; /*-- blue --*/
	margin-top: 10px;	
	}
#Header h1 {
	font-family: Georgia;
	font-size: 35px;	
	color: #fff;
	margin: 0 10px;
	}
#TopNavigation {
    float: left;
	width: 121px;
    height: 130px;
    padding-top: 8px;
	}
#header_photo 
{
    float: left;
    height: 140px;
    width: 192px;
    margin-left: 9px;
}
#header_photo img 
{
    border: 0;
}
#header_quote
{
	padding: 7px 6px;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    overflow: hidden;
            
    float: left;
    height: 140px;
    width: 155px;
    margin-top: 3px;
    margin-left: 18px;
}

#header_logo
{
    float: left;
    height: 140px;
    width: 160px;
    margin-left: 14px;
}
#TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#TopNavigation {display: inline-block;}
/* Hides from IE-mac \*/
* html #TopNavigation {height: 1%;}
#TopNavigation {display: block;}
/* End hide from IE-mac */

#TopNavigation a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
    padding-left: 12px;
	background: transparent url(../../Images/bullet_main_nav.gif) left top no-repeat;  
	}
#TopNavigation .rmSlide a {
	background: transparent url(../../Images/bullet_main_nav2.gif) left top no-repeat;  
	}
#TopNavigation a:hover {
    color: #af4a01; /*-- dark orange --*/
	}
#TopNavigation .level1 ul {
    /*padding-top: 11px;
    padding-left: 8px;*/
    }
#TopNavigation .level1 li {
    /*width: 111px;
    line-height: 13px;
    padding-bottom: 10px;
    text-transform: lowercase;
    list-style-type: none;
    list-style-image: url(../../Images/bullet_main_nav.gif);
    list-style-position: inherit;
    list-style-position: inside;*/
    }
#TopNavigation ul ul {
    width: 160px;
    padding: 4px;
    } 
#TopNavigation .rmItem 
{
    margin-left: 9px;
}
#TopNavigation .rmText {
	width: 95px;
	white-space: normal;
    cursor: pointer;
    line-height: 13px;
    padding-bottom: 8px;
    text-transform: lowercase;
    list-style-type: none;
    }
#TopNavigation .rmSlide .rmText {
	width: 150px;
    padding-top: 4px;
    padding-bottom: 4px;
   }
#TopNavigation .rmSlide {
    padding: 0;
    margin-left: 14px;
    background: #df8e24 url(../../Images/rmSlide_bg.gif) top left repeat-y; /*-- orange --*/
    text-indent: 0;
    }

#Main, #Inner {
	font-size: 1.1em;
	line-height: 18px;	
	}
#SideBar {
	font-size: 1.05em;
	color: #808184;	/*-- grey --*/
	background: #f8f4e0 url(../../Images/sidebar_corner_top.gif) top right no-repeat; /*-- cream --*/
	}
#Main h2, #Inner h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #70acb3; /*-- blue --*/
    text-transform: uppercase;
    clear: right;
    }
#Main h2 {
    margin-bottom: 20px;
    }
.breadcrumbs span
{
    float: right;
    color: #679145; /*-- green --*/
    font-size: 10px;
    line-height: 32px;
}
.breadcrumbs span a:link,
.breadcrumbs span a:visited,
.breadcrumbs span a:hover
{
    color: #679145; /*-- green --*/
    text-decoration: underline;
}
.breadcrumbs span a:hover
{
    color: #70acb3; /*-- blue --*/
}
#SideBar h3, 
#SideBar h3.sectionTitle {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    }
#SideBar .news-list {
    display: none;    
    }
#SideBar .news-list .date {
    font-style: italic;
    margin-bottom: 4px;
    }
#SideBar .news-list h4 {
    font-size: 1em;
    }
#SideBar a:link,
#SideBar a:visited,
#SideBar a:hover {
    color: #70acb3; /*-- blue --*/
    text-decoration: underline;
    }
#SideBar a:hover {
    color: #808184; /*-- grey --*/
    }
#SideBar h3 a:link, 
#SideBar h3 a:visited, 
#SideBar h3 a:hover {
	font-family: Arial, sans-serif;
    color: #808184; /*-- grey --*/
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    }
#SideBar h3 a:hover {
    color: #70acb3; /*-- blue --*/
    }
#Footer {
    background: white url(../../Images/bg_footer.gif) top no-repeat;
	color: #666;
	}
#SideBar dt{
	font-weight: bold;
	color: #70acb3; /*-- blue --*/	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:0px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 1.15em;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 1em;
	}
a {
	color: #559ea2; /*-- blue --*/
	text-decoration: underline;
	}
a:hover {
	color: #679145; /*-- green --*/
	}
.gallery {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}
	
/*-------------------------------------PollBox---------------------------------*/
.PollBox {
    font-size: 1.0em;
    margin: 0;
    background: transparent;
    width: 200px;
    padding: 10px;
    }
.PollBox fieldset {
    border: 0;      
    padding: 0;
    margin: 10px 0 10px 0;        
    }
.PollBox h4 {
    font-size: 1.3em;
    padding:0;
    margin: 0;
    }
.PollBox fieldset h5 {
    font-size: 1.0em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;        
    }
.PollBox fieldset span {
    display: block;
    margin: 0;
    font-size: 1.0em;
    color: #000;
    line-height: 1.6em;
    }
.PollBox fieldset span label {
    display: inline;
    font-weight: normal;    
    }
.PollBox a {
    float:right;
    margin-top: -16px;
    }
.PollBox span {
    color: #999;
    font-size: 0.9em;
    }
.PollBox span.validator {
    color: red;
    display: block;
    margin-bottom: 10px;
    }
/*-------------------------------------News---------------------------------*/ 
   
/*----------newslist-----------*/
		.newslist {
			list-style:none;
			margin:0;
			padding:0;
			}
		.newslist li {
			margin-bottom: 20px;
			border-bottom: 1px dashed #ededed;
			}
		.newslist p.summary {
			margin:0;
			font-size: 0.9em;
			}
		.newslist h4, .newslist h5 {
			margin: 0;
			padding: 0;
			font-size: 1.0em;			
			}
		.newslist h5 {
			font-weight: normal;
			}
		.newslist span.date {
			font-style: italic;
			font-size: 0.8em;
			}
		.newslist a.more {
			font-size: 0.8em;
			}

		/*---------singlenews---------*/

		.singlenews h2 {
			font-size: 1.5em;
			margin-bottom: 0;
			}		
		.singlenews h3 {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 0.9em;
			}		
		.singlenews span.date {
			font-style: italic;
			font-size: 0.8em;
			line-height: 3em;			
			}
		.singlenews p.summary {
			font-weight: bold;
			font-size: 0.9em;
			}
		.singlenews div.newsbody {
			margin-top: 20px;
			font-size: 0.9em;
			}
		.related h3 {
			font-size: 1.2em;
			margin-top: 30px;
			margin-bottom: 10px;
			}
		.related h4 {
			margin: 0 0 10px 0;
			font-size: 1.0em;			}
		.related ul {
			margin:0 0 20px 0;
			padding:0;						
			}
		.related li {
			padding: 0 0 0 0;
			margin-left: 20px;
			}
		.related li.more {
			font-size: 0.8em;
			line-height: 2.5em;
			list-style-type: none;
			}
/*-------------------------------------Blogs---------------------------------*/
/*blog posts*/
.post{margin:2.4em 0}
.postTitle{color:#70acb3; /*-- blue --*/font:normal 2.2em/1.2em georgia,arial,sans-serif;}
.postTitle a{text-decoration:none}
.postDate{margin-bottom:1.2em;font-size:0.8em;color:#000 !important}
.postContent{font-size:1em}
.postContent p{margin-bottom:1em}
.postGet,.entryFoot{color:#fff}
.postGet{margin-top:1em}
.diggit{padding-left:20px;background:url(img/blogDiggit.gif) 0 0 no-repeat}
.delicious,.delicous{margin-left:10px;padding-left:18px;background:url(img/blogDelicious.gif) 0 0 no-repeat}
p.more{font-size:0.85em}
.postFoot a{clear:left;font-size:0.85em}
.postFoot a.postComments{}
.postFoot span{margin-left:10px;color:#000}
.postComments{margin-top:40px;font-size:0.9em;line-height:1.4em;}
.postComments h3{color: #70acb3; /*-- blue --*/margin-top:1.5em;background:url(img/blogComments.gif) 0 0.2em no-repeat;font:normal 1.6em/1.2em georgia,arial,sans-serif;}
.postComments h3 a{color:#333}
.commentsView{background:#F8FAFC;padding:20px 30px 30px}
.postComments .commentAuthor{margin-top:1.6em;color: #70acb3; /*-- blue --*/font-size:1.0em}
.postComments .commentAuthor a{text-transform:none;text-decoration:underline}
.postComments .commentAuthor a:hover{text-transform:none;text-decoration:none}
.postComments .commentDate{font-size:0.8em;font-weight:bold}
.postComments p{margin-top:0}
p.commentMessage{background:#690;color:#fff;padding:3px 10px;margin:20px 0}


/*comments form*/
.postComments ol{list-style:none}
.postComments fieldset{display:block;margin-top:1em;margin-bottom:2.3em;padding:1.8em 1em 1em;border:0;background: #E2EBF3}
.postComments fieldset li{clear:both;margin-bottom:1em}
.postComments fieldset li:after{content:".";display:block;clear:both;height:3px;visibility:hidden}
.postComments fieldset label, .postComments fieldset span {float:left;width:70px;padding-right:10px;text-align:right;line-height:1.8em;font-size:0.85em}
.postComments fieldset input{float:left;width:200px;padding:2px}
.postComments fieldset textarea{float:left;width:380px;height:150px;font-family: Arial;font-size:1em}
.postComments fieldset input.commentsButton{display:block;width:auto;margin:0.4em 0 0 80px;height:auto;font-weight:bold;padding:3px 5px}
.postComments fieldset span.commentsValidator{margin-left:70px;color:red;font-weight:bold;width:320px;text-align:left}

.postsNavigation{font-size:1em}
.prevPost{border-right:1px solid #000;padding-right:10px;margin-right:5px;background:url(Images/prev.gif) center left no-repeat;padding-left:13px;}
.allPosts{font-weight:bold}
.nextPost{border-left:1px solid #000;padding-left:10px;margin-left:5px;background:url(Images/next.gif) center right no-repeat;padding-right:13px;}
.postsNavigation {margin-top:10px}

/*lists*/
.sf_list_simple, .sf_list_expanded, .sf_anchor_list, .sf_list_expandable, .sf_target_list, #SideBar ul {list-style:none;margin-bottom:30px;font-size:1em}
.sf_list_simple li, .sf_list_expanded li, #Main li, #SideBar li{margin-top:10px}
.sf_list_expanded h5, .sf_item_head, ul h2 {font-size:1.0em;font-weight:bold;margin-top:0.5em}
.sf_target_list{margin-left:0}
.sf_target_list dt{font-weight:bold;margin-top:1.0em}
#Main ul, #Main ul.sf_list_simple{margin-left:15px;list-style-type:disc;font-size:1em}
#Main ol {margin-left:15px;font-size:1em}
#Main h1, #Main .list_header{margin-top:20px}

/* Forums */
.forumArea {
	text-align: left;
}
.forumArea table.listItems {
	margin: 10px 0 20px;
	padding: 0;
	border: 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
}
.forumArea table.listItems th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td {
	padding: 3px 5px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.forumArea table.listItems td.forumTitle a {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
.forumArea table.listItems td.forumTitle a.fLocked {
	padding: 3px 0 3px 20px;
	background: transparent url(Images/forumsLocked.gif) no-repeat 0 5px;
}
.forumArea table.listItems a {
	display: block;
}
.forumArea h3 {
	text-align: left;
}
.forumArea p.button_area {
	margin: 10px 0;
	text-align: left;
}
.forumArea p.delete {
	text-align: right;
}
.forumArea .fUserInfo {
	float: left;
	width: 150px;
}
.forumArea .fUserInfo dt {
	font-size: 1em;
	font-weight: bold;
}
.forumArea .fUserInfo dd {
	color: #666666;
}
.forumArea .fUserInfo .postsCount {
	font-style: italic;
}
.forumArea .fPostCont {
	margin: 0 20px 0 150px;
}
.forumArea .fPostCont .date {
	color: #666666;
	margin-bottom: 20px;
}
.forumArea .fPostCommands {
	margin: 10px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	clear: both;
}
.forumArea .forumsEditor {
	background-color: #eee;
	display: block;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .forumsEditor h3 {
	margin: 0 0 10px;
}
.forumArea input, .forumArea textarea {
	width: 355px;
	vertical-align: middle;
}
.forumArea input, .forumArea textarea {
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	padding: 3px;
}
.forumArea input.button {
	width: auto;
}
.forumArea .title {
	background-color: #eee;
	margin: 10px 0;
	padding: 10px 0 10px 16px;
	border: 0;
}
.forumArea .quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding:  20px 30px;
	font-style: italic;
}
.forumArea p.newItem {
	font-weight: bold;
}
.forumArea h1 {
	padding: 0 20px 0 0;
	display: inline;
	font-size: 2em;
}
.forumArea .validMessage strong {
	display: block;
	padding: 10px 0 0;
}
.forumArea .title .validMessage strong {
	padding: 10px 0 0 80px;
}


/* Categories, Tags, Archive */
ul.tagCloud {
	margin: 0;
	padding: 0;
}
ul.tagCloud li {
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
	border-bottom: 0;
	padding: 0;
	display: inline;
	line-height: 36px;
}
ul.tagCloud li a.s6:link, ul.tagCloud li a.s6:visited, ul.tagCloud li a.s6:hover, ul.tagCloud li a.s6:active {
	font-size: .9em;
}
ul.tagCloud li a.s5:link, ul.tagCloud li a.s5:visited, ul.tagCloud li a.s5:hover, ul.tagCloud li a.s5:active {
	font-size: 1em;
}
ul.tagCloud li a.s4:link, ul.tagCloud li a.s4:visited, ul.tagCloud li a.s4:hover, ul.tagCloud li a.s4:active {
	font-size: 1.5em;
}
ul.tagCloud li a.s3:link, ul.tagCloud li a.s3:visited, ul.tagCloud li a.s3:hover, ul.tagCloud li a.s3:active {
	font-size: 2em;
}
ul.tagCloud li a.s2:link, ul.tagCloud li a.s2:visited, ul.tagCloud li a.s2:hover, ul.tagCloud li a.s2:active {
	font-size: 2.5em;
}
ul.tagCloud li a.s1:link, ul.tagCloud li a.s1:visited, ul.tagCloud li a.s1:hover, ul.tagCloud li a.s1:active {
	font-size: 3em;
}
h1.categorizedAs {
	margin: 20px 0 0;
	font-size: 2.5em;
	font-family: georgia,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
}
dl.taggedWithList {
	margin: 0;
	padding: 0;
}
dl.taggedWithList dt, dl.taggedWithList dd {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}

#Main ul.sf_singleImageData 
{
	margin-left: 0;
	line-height: 1.3;
}
#Main ul.sf_singleImageData li
{
	margin-top: 0;
}
h4 {
	color: #666;	/*-- grey --*/
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    }
h5 {
    color: #44898e; /*-- blue, dark --*/
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    }
h6 {
    color: #df8e24; /*-- medium orange --*/
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    }