﻿body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	background:#69BFDE;
	margin:0;
	padding:0;			
	}
	
a:link, a:active, a:visited {
	color: #337101;
	text-decoration:none;
	}

a:hover {
	color:#003399;
	text-decoration:underline;
	}

h1 {
	font-size:160%;
	margin: 0 0 0 0;
	color:#006699;
	font-weight:500;
	letter-spacing:0px;
	}

h2 {
	font-size:120%;
	margin: 0 0 0 0;
	color:#337101;
	text-transform:uppercase;
	}

h3 {
	font-size:110%;
	margin: 4px 0 0 0;
	color: #330000;
	}
.Content li { font-style:italic}
blockquote {font-style:italic; color:#337101}

/*--------------------layout---------------------*/
.SiteContainer {
	width: 770px;
	margin: 2px auto 2px auto;
	text-align: left;	
	}
.Main {
	background:url(../../Images/Page/siteBack.gif) repeat-y;
	}
.Menu {
	width:200px;
	background:#c9f02e;
	padding: 10px 0 0 0;
	}
		#Menu {padding: 0 0 0 15px}
	
.Content {
	padding: 2px 15px 20px 15px;
	width:519px;
	}
.Content a:link, .Content a:active, .Content a:visited {
	color:#003399;
	text-decoration:underline;
	}

.Content a:hover {
	color: #337101;
	text-decoration:none;
	}

.BreadCrumb {
	text-align:left;
	width:410px;
	height:40px;
	background:url(../../Images/Page/breadcrumb.gif) no-repeat;
	padding: 4px 5px 0 5px;
	color:#FFFFCC;
	font-size:90%;
	text-decoration:none;
	}

.BreadCrumb a:link { color:#FFFFCC; text-decoration:none }
.BreadCrumb a:hover { color:#FFFFCC; text-decoration:none }
.BreadCrumb a:visited { color:#FFFFCC; text-decoration:none }
.BreadCrumb a:active { color:#FFFFCC; text-decoration:none }
	
.Header, .Footer {
	clear:both;
	font-size:84%;
	background:url(../../Images/Page/siteBack.gif) repeat-y;
	padding: 0 12px 0 12px;
	}
	
.Footer {text-align:center}

	.Header input, .Footer input {
	font-size:90%;
	}

.login {
	font-size:80%;
	text-transform:uppercase;
	background:#f5f6d4;

}
	fieldset {border:none;}
	.login input {background:#FFF; font-size:12px}
	
.secure {
	background:#c9f02e;
	font-size:90%;
	padding-left:14px;
	clear:both;
}
.secure td {
	padding-left:20px;
}
.secure a:link, .secure a:visited, .secure a:active {
	color:#000033;
	text-decoration:none;
}
.secure a:hover {color: #336600; text-decoration:underline}
.secure h2 {color:#FFFFCC; font-size:110%}

/*--------------------sitefinity extras---------------------*/


#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#75A8E6;
	color: #fff;	
	}
#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: 14px;
	color: #fff;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #1F5DA7;
	}

#SideBar {
	font-size: 12px;	
	background: #F8FAFC;
		
	}


#SideBar dt{
	font-weight: bold;
	color: #1F5DA7;	
	}
#SideBar dd {
	margin-left: 0;
	margin-bottom: 10px;
	}
#SideBar ul {
	padding-left:20px;
	margin-left:0;
	}
#SideBar .contacts  {
	margin-top: 20px;	
	}
#SideBar .contacts dt {
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
	}
#SideBar .contacts dd {
	margin-bottom: 5px;
	
	}
.contacts dd strong {
	font-size: 11px;
	}

.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---------------------------------*/
.tagCloud {
    margin:10px 0;    
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    }
.tagCloud li {
    padding-left: 10px;    
    width: auto;
    margin-left: 0;
    padding-left:0;    
    vertical-align:bottom;
    } 
h3.entryDate {
    font-size: 0.9em;
    font-weight: normal;
    color: #666;
    margin: 0.8em 0 1.2em 0;    
    }
.entry {
    margin-top: 20px;
    margin-bottom: 30px;
    }
h2.entryHead {
    margin-bottom: 0.3em;
    margin-top: 1.2em;    
    }
.entryContent {
    font-size: 1.0em;
    margin-bottom: 1.0em;
    }
.entryFoot {
    padding-bottom: 2.0em;
    }
.entryGet a, .entryFoot a, .entryFoot span, .entriesNavigation a {
    padding: 0 5px;
    }
.entry fieldset {
    background: #F8FAFC;
    border:0;
    padding: 20px;
    }
.entry fieldset ol {
    margin-left: 0;
    padding-left:0;
    }
.entry fieldset label {
    float: left;
    width: 80px;
    }
.entry fieldset input {
    width: 150px;
    }
.entry fieldset input[type="submit"] {
    width: 100px;
    margin-left: 80px;
    }
.entry fieldset textarea {
    width: 350px;
    height: 200px;
    }
#SideBar h3 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 1.5em 0 0 0;
    padding:0;
    }
#SideBar ul {
    margin-top: 1.0em;
    padding-top:0;
    }
#SideBar ul a+span {
    padding-left: 5px;
    color: #666;
    }
.entryComments {
    margin: 20px 0;
    padding: 10px;
    background: #F8FAFC;
    }
.entryComments ul {
    margin:15px;
    padding:0;
    }
.entryComments h4 {
    margin: 1em 0 0 0;
    }
.entryComments h5 {
    font-size: 0.8em;
    color: #666;
    font-weight: normal;
    margin: 0.3em 0;
    }
.entryComments .commentContent {
    font-size: 0.9em;
    margin:0 0 0.9em 0;
    } 
.XXL {
    font-size: 21px;
    }
.XL {
    font-size: 18px;
    }
.L {
    font-size: 16px;
    }
.M {
    font-size: 12px;
    }
.S {
    font-size: 9px;
    }
/*error*/
.mess {
	width: 500px;
	height: 300px;	
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-150px;
	}
p#head strong {
	font-size:1.6em;
	display:block;
	}
p#head {
	font-size:1.3em;
	}
