@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);

body {

	background: #e0e0e0;
	background-image: url("images/mother.jpg");

	margin:0;

	padding:0;

	font-family: 'Source Sans Pro', 'sans-serif';

	font-size: 1.1em;

	color: #666;
	font-weight: 400;
}



* {

	margin:0;

	padding:0;

}



/** element defaults **/

table {

	width: 100%;

	text-align: left;

}



th, td {

	padding: 1px 1
	px;

}



th {

	color: #666;

	background: #ccc none repeat-x scroll left top;

}



td {

	border-bottom: 1px solid blue;

}



code, blockquote {

	display: block;

	border-left: 5px solid #222;

	padding: 10px;

	margin-bottom: 20px;

}

code {

	background-color: #222;

	color:#ccc;

	border: none;
	font-family: "Courier New", Courier, monospace;

}

blockquote {

	border-left: 5px solid #222;

}



blockquote p {

	font-style: italic;

	font-family: Georgia, "Times New Roman", Times, serif;

	margin: 0;

	color: #333;

	height: 1%;

}



p {

	line-height: 1.9em;

	margin-bottom: 20px;

}



a {

	color: #2A5BBB;
	text-decoration: none;

}



a:hover {
	border-bottom-color: #333;

	color: #333;

}



a:focus {

	outline: none;

}


a.button { 
  
    background: linear-gradient(#4877D5, #2C5EC1);
    background-color: #2C5EC1;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #2C5EC1;
    text-shadow: 1px 1px 0 #2C5EC1;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#2C5EC1;
}


a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
        text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}

a.button-reversed:hover {
	background: #111;
}



fieldset {

	display: block;

	border: none;

	border-top: 1px solid #ccc;

}



fieldset legend {

	font-weight: bold;

	font-size: 0.9em;

	padding-right: 10px;

	color: #333;

}



fieldset form {

	padding-top: 15px;

}



fieldset p label {

	float: left;

	width: 150px;

}



form input, form select, form textarea {

	padding: 5px;

	color: #333333;

	border: 1px solid #ddd;

	border-right:1px solid #ccc;

	border-bottom:1px solid #ccc;

	background-color:#fff;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 0.9em;

}



form input.formbutton {

	border: none;

	background: #214893;

	color: #ffffff;

	font-weight: bold;

	padding: 6px 10px;

	font-size: 0.8em;

	letter-spacing: 1px;

	width: auto;

	overflow: visible;

}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}



form.searchform p {

	margin: 5px 0;

}





span.required {

	color: #ff0000;

}



h1 {

	color: #000;

	font-size: 2.7em;
	margin-bottom: 10px;

}



h2 {

	color: #666;

	font-size: 2.5em;

	letter-spacing: -1.5px;

	padding: 0 0 10px;

	margin: 0;

}



h3 {

	color: #2E63CC;

	font-size: 1.9em;
	font-weight: 600;

	margin-bottom: 10px;

	letter-spacing: -1px;

}



h4 {
    color: #214897;
    font-size: 1.2em;
    text-transform: uppercase;
    padding-bottom: 10px;

}



h5 {

	padding-bottom: 10px;

	font-size: 1.1em;

	color: #999;

}



ul, ol {

	margin: 0 0 35px 35px;
	padding: 0;
	list-style: disc;

}



li {

	padding-bottom: 10px;

}



li ol, li ul {

	font-size: 1.0em;

	margin-bottom: 0;

	padding-top: 5px;

}



.width {
	max-width: 1100px;
	margin: 0 auto;
}



#container {

	background-color: #fff;
	width: auto;
	margin: 0 auto;

}


.fixed-header header {
	position: fixed;
	width: 100%;
}


header {

	padding: 0px 10px 5px;

	margin: 0 auto;
	text-align: left;
	background-color: #214897;

}




header h1 {
	margin: 0;
	float: left;
}


header h1 a, header h1 a:hover {
    color: #fff;
    font-size: 0.8em;
    padding: 10px 5px;
    letter-spacing: -2px;
    border-bottom: none;
    display: block;
    font-weight: bold;


}


header h1 a strong {
	color: #5D87DA;
}



nav {
	float: right;

}



nav ul {

	list-style: none;

	padding: 0;

	margin: 15px 0 0;
	text-align: left;

}

nav ul ul { 
	margin: 0 12px;
	padding: 10px 0;
}



nav ul li {

	display: block;
	float: left;

	padding: 0px 2px;

}

nav ul li li {
	padding: 0;
}





nav ul li a {
	display: block;
	float: left;
	padding: 10px 10px;
    color: #eee;
    font-size: 0.75em;
	margin: 0 10px;
     border-bottom: none;
	text-transform: uppercase;
	letter-spacing: 0px;

}

nav ul li a i { padding-right: 5px; }



nav ul li li a {
	float: none;
	padding: 10px 5px;
}


nav ul li a:hover {

	color: #A2CCEC;

	text-decoration: none;

}


nav ul li.selected a, nav ul li.selected a:hover {
	background: linear-gradient(#2F65D0, #2C5EC1);
    	background-color: #3368D1;
	color: #fff;
	border-radius: 5px;
}

nav ul li.selected a:hover {
	background-color: #3368D1 !important;
	background-image: none !important;
}


nav ul li a:hover, nav ul li.sfHover a {
	background: #3368D1;
	background-image: none;
	color: #fff;
	border-radius: 5px;

}



nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
	background-color: #3368D1;
	color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;

}




 nav ul li.sfHover ul a, nav ul ul {

	background: #3368D1;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

}

nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a  {
	background-color: #3368D1;
	color: #fff;
}

nav ul li.sf-with-ul.selected ul li a:hover, nav ul li.selected.sfHover ul li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;

	background-image: none !important;
}

nav ul li li a:hover, nav ul li.sfHover li a:hover {
	color: #fff;
	background-color: #2B5DBF !important;
}



/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {

	list-style:		none;

}

.sf-menu {

	line-height:	1.0;

}

.sf-menu ul {

	position:		absolute;

	top:			-999em;

	width:			200px; /* left offset of submenus need to match (see below) */

	margin-top: 	10px;

}

.sf-menu ul li {

	width:			100%;

}

.sf-menu li:hover {

	visibility:		inherit; /* fixes IE7 'sticky bug' */

}

.sf-menu li {

	float:			left;

	position:		relative;

}

.sf-menu a {

	display:		block;

	position:		relative;

}

.sf-menu li:hover ul,

.sf-menu li.sfHover ul {

	left:			0;

	top:			23px; /* match top ul list item height */

	z-index:		99;

}

ul.sf-menu li:hover li ul,

ul.sf-menu li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li:hover ul,

ul.sf-menu li li.sfHover ul {

	left:			200px; /* match ul width */

	top:			0;

}

ul.sf-menu li li:hover li ul,

ul.sf-menu li li.sfHover li ul {

	top:			-999em;

}

ul.sf-menu li li li:hover ul,

ul.sf-menu li li li.sfHover ul {

	left:			10em; /* match ul width */

	top:			0;

}



/* intro */
div#intro {
	background-color: blue;
	/*background-image: url('../img2.jpg');*/
	background-position: left;
	background-repeat: no-repeat;
}

div#intro .intro-content {
	padding: 1px 1px;
	text-align: center;
}

div#intro div.intro-content-short {
	padding: 30px 0 20px 20px;
	text-align: left;
}


div#intro h2 {
	text-shadow: 1px 1px 0 #000;
	font-size: 1.8em;
}
div#intro h3 {
	text-shadow: 1px 1px 0 #000;
	font-size: 1.4em;
	color: #fff;
}

div#intro h2, div#intro p {
	color: #fff;
	font-weight: bold;
}

div#intro p {
	font-size: 1.3em;
	color: #ddd;
	line-height: 1.3em;
}


a.button-slider {
	padding: 10px 15px;
	font-size: 0.8em;
	text-align: center;
	margin: 5px 10px 5px 0;
	width: 120px;

}


a.button-slider i { padding-right: 5px; }

img {
	max-width: 100%;
	height: auto;
}


#body {

	background: none;

	margin: 15px auto 0;

 	padding: 0 15px;
	clear: both;

}

.fixed-header #body { 
	padding-top: 80px; 
	margin-top: 0;
}



#content {
    float: left;

}

.two-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 1%;
}

.with-left-sidebar {
	margin-left: 2%;
}



article {
    padding: 10px 10px 10px 5px;
 }

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 5px 0;
}


article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}


.sidebar {
	margin-top: 0px; margin-right:8px;

}

.small-sidebar { 
   width: 25%;
}

.big-sidebar {
	width: 25%;
}

.left-sidebar { 
	float: left;
}

.right-sidebar {
	float: left;
	width: 50px;
    padding: 8px 8px 8px 8px;
    background: #000088;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}




.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}


.sidebar ul.newslist li {
	padding: 2px 1px;
	border-bottom: 1px dashed #ddd;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #224A98;
	border-bottom: 1px solid #2C5EC1;
	color: #fff;
	padding: 2px 1px;
}







.clear {

	clear: both;

}



footer {

	margin:20px auto 0;

	background: #222;
	border-top: 2px solid #eee;

}



footer p {

	text-align: left;

	color: #ccc;

	font-size: 0.9em;

	margin: 0;

	padding: 0;

}



footer p a {

	color: #ccc;

	font-weight: bold;

}



.footer-content {
	padding: 20px 25px 30px;

}



footer .footer-content ul {

	width: 25%;

	list-style: none;

	margin: 0;

	padding: 0;

	float: left;

}



footer .footer-content li {

	padding: 5px 5px;

}



footer .footer-content li a, footer .footer-content h4 {

}



footer .footer-content li a {

 color: #505050;
	border-bottom-color:#505050;
    

}

footer .footer-content li {

 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}


footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}



footer .footer-content h4 {

   color: #999;
    font-size: 1.5em;
    padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -1px;

}



footer .footer-bottom {

	padding: 10px;

	text-align: center;

	background-color: #000;

}



footer .footer-bottom p {

	text-align: center;

}



footer .footer-bottom p, footer .footer-bottom p a {

	color: #666;
	border-bottom-color: #666;

}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}


@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	
	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	nav { float: none; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; }

	nav ul { margin: 0; }
	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 10px 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #2C5EC1; border-radius: 5px; }

	nav ul li a, .sf-menu li { float: none; }

	nav ul li li { margin: 0; }

	div#intro .intro-content { padding: 20px 5px; }
	
	div#intro div.intro-content-short { padding: 20px 5px 10px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }


}
.gallery a{
	text-decoration: none !important;
}