/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* base.css, part of YUI's CSS Foundation */

html, body {
	background-color: #161b44;
}

body {
	/*background-image: url(../images/bg-body.png);
	background-repeat:repeat-x;*/
	padding: 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
}


h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:197%;  
	color: #3d3d3d;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	color: #3d3d3d;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
	color: #3d3d3d;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height: 2em;
}

.bodycontent {
	line-height: 2.2em;
	font-size: 100%;
}

img {
	border:none;
}

a:link, a:visited, a:focus {
	text-decoration: none;
	color: #2e3985;
}
a:hover {
	text-decoration: underline;
	color: #1664a1;
}

a.readmore {
	padding-left: 15px;
    background-image: url(../images/icons/readmore.gif);
    background-repeat: no-repeat;
}
a.readmore:hover {
	background-image: url(../images/icons/readmore.gif);
	background-repeat: no-repeat;
}

a.rsslink img {
	border: 0;
}


#doc4 {
	background-color: #FFF;
	border: 10px solid #FFF;
}
#hd {
	position: relative;
	height: 208px;
	background:url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}

#logo {
	position: absolute;
	right: 35px;
	top: 35px;
}
#banner-image {
	background-image: url(../images/img_banner_point_click_edit_done.png);
	background-position: 0px -110px;
	height: 200px;/*315px;*/
}
#body-wrapper {
	color: #3d3d3d;
}
#body-content {
	padding-bottom: 40px;
	position: relative;
}

#body-content .bodycopy img {
	border: 1px solid #666666;
}

#nav-breadcrumb {
	/*position: absolute;
	top: 10px;
	left: 10px;*/
}

#menu-wrapper {
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-x;
	margin: 10px 0px;
}
#menu {}
#search {}
#body-content {}
#sidebar {}

#login-bloc,
#sidebar .twitter,
/*#sidebar .module*/
#sidebar .navigationmodule {
	background: #e1e5f4;
	border: 6px solid #bfc9e7;
	padding: 8px;
	margin-bottom: 14px;
}
#login-bloc {
	padding: 10px;
	font-size: 11px;
}

#ft {
	font-size: 11px;
	position: relative;
	text-align: left;
}
#footer-sitemap {
	height: 250px;
	background: #161b44;
}
