/*****LAYOUT STYLE SHEET*****/

body {
	background-color: #fff;
	background-image:url(../img/bkgd.png);
	background-repeat: repeat-x repeat-y;
}
#main {
	background-color: #fff;
	border: 5px solid #ccc;
	min-width:960px;
}


/*****SKIP TO NAVIGATION AND SKIP TO TEXT*****/
 
#skiplink, #skiplink a {
	color:#fff;
}

/*****LANGUAGES*****/

#languages {
	background-color: #fff;
	height: 2.3em;
}
	
/*****TOP BANNER*****/

#topbanner {
	background-color: #fff;
	height: 180px;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-color:fff;
	background-image:url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 180px;
}

/*****MAIN NAVIGATION*****/

#mainnav {
	background-color: #fff;
	border-right: 1px solid #ccc;
	float: left;
	width: 26%;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mainnav ul {
	margin: 0px;
	padding-top: 3em;
}

#mainnav ul li {
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#mainnav ul li a {
	display:block;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1.7em;
}

#mainnav ul li a:hover  {
	background-color: #d71921;
	color: #fff;
	display: block;
}

#mainnav   a:link, #mainnav   a:visited, #mainnav a:active    {
	color:#252122;
}

/*****CONTENT*****/

#content {
	background-color:fff;
	float: left;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 2.5em;
	width: 65%;
	line-height: 1.5em;
}
#content ul li {
	background-color: #fff;
	background-image:url(/common/images/bullets/red_circle_bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	line-height: 1.8em;
	list-style-type: none;
	padding-left: 4%;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#A21921;
}

#content a:hover {
	color: #000000;

}

#content a:visited {
	color: #400000;
}


#content h2 {
	color: #d71921;
}
	
#content  h3 {
	color: #d71921;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

#content h4 {
	color: #4e4e4e;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

#content .redtext{
	color: #d71921;
} 


/*****QUOTES*****/
blockquote {
	background-color: #fff;
	color: #d71921;
	line-height: 1.8em;;
	margin: 0;
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	text-align: center;
}

blockquote .credit {
	color: #333333;
	float: right;
	padding-right: 0.6em;
}


/*****FOOTER BAR*****/

#footer {
	background-color: #d71921;
	color: #FFFFFF;
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #fff;
}

#footer ul li a:visited {
	color: #ccc;
}

#footer ul li a:hover {
	color: #fff;
}

/*****SOCIAL MEDIA*****/
#socialmedia{
	padding-left:1.7em;
	margin-top:1.7em;
}
#socialmedia img{
	margin-right:8px;
	margin-top:0px;
	border:none !important;
}
#socialmedia a{
	display:inline !important;
	padding:0 !important;
	border:none !important
}
#socialmedia a:hover{
	background-color:transparent !important;
}
p.icons	{
	margin-top:-0.5em
}
p.follow{
	font-weight:bold !important;
}

