/*
 * COMMON STYLES
 */

body
  {
     background:#fff;
	font: 13px Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }
	/* IE 5 and 6 can't resize text that is specified in pixels. */
	* html body
	{
	font-size: x-small; /* IE5 will get this value */
	f\ont-size: small; /* IE6 will get this value */
	}
#page
  {
     color: #111;
     background-color: #fff;
	width:960px;
	margin:auto;
	line-height: 1.5em;
  }

#container
  {
    margin: 0 10px 10px 10px;
  }

#header-region,
#closure-blocks
  {
    margin: 0 10px;
  }

/** headings **/
h1
  {
	font-size: 140%;
  }

h1, h1 a, h1 a:hover
  {
	margin: .5em 0 .5em 0;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color: #444;
  }

h1.title
  {
	font-size: 200%;
  }

h1.title, h1.title a, h1.title a:hover
  {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6191C5;       /*......blue......*/
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: normal;
  }

h2
  {
	font-size: 130%;
  }

h2, h2 a, h2 a:hover, .block h3, .block h3 a
  {
	color: #6191C5;       /*......blue......*/
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	margin: 1em 0 1em 0;
  }

h3
  {
	font-size: 107%;
	font-weight: bold;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

h4, h5, h6
  {
	font-weight: bold;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

#main .node .content
  {
    color: #333;
  }

div.content, div.links
  {
    font-size: 92%;
  }

.block h3
  {
    font-size: 122%;
  }

.body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

#logo-title
  {
    margin: 10px 20px 0 20px;
    position: relative;
  }

#logo
  {
    vertical-align: baseline;
  }

#name-and-slogan
  {
    display: inline;
  }

#site-name
  {
    margin-left: 20px;
    display: inline;
    font-size: 246%;
  }

#site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

#site-slogan
  {
    color: #aaa;
    margin: 0;
    display: inline;
    font-size: 85%;
    margin-left: 10px;
  }

#search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

#mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

.breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }


/*
 * MENU STYLES
 */

div.menu
  {
    margin-top: 15px;
  }

#primary
  {
    font-size: 85%;
    line-height: normal;
    padding: 0 0 1px 20px;
    border-bottom: 4px solid #2763A5;
  }

#primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

#primary ul.links li,
#secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

#primary a
  {
    background: #6DA6E2 url(images/tabs.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 1px 0 0;
    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;
  }

#primary a
  {
    background-position: 0% 0;
  }

#primary a:hover
  {
    background-position: 0% -42px;
    text-decoration: none;
  }

#primary a.active
  {
    background-position: 0% -84px;
  }

#secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

#secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

#secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

#secondary a:hover
  {
    background: #2763A5;
  }

#secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */

ul.links
  {
    text-align: left;
  }

ul.links li
  {
    border-left: 1px solid #9cf;
  }

.taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

.taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

.taxonomy ul.links li:after
  {
    content: ",";
  }

.taxonomy ul.links li.last:after
  {
    content: "";
  }

ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

a:link,
a:visited
  {
	color: #2763A5;
	text-decoration: none;
  }

a:hover,
a:focus
  {
	color: #6191C5;
	text-decoration: underline;
  }

a:active,
a.active
  {
	color: #89A3E4;
  }

.links a
  {
    padding: 0 .1em 0 .1em;
  }


/*
 * FOOTER STYLES
 */

#footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

#footer
  {
    background-color: #2763A5;
    border: solid 1px #004969;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-size: 85%;
    padding: 1em;
  }

#footer *
  {
    color: #FFFFFF;
  }

#footer a
  {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

#footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

#footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

#footer .block
  {
    text-align: left;
  }
 
#footer div.block div.edit
  {
    background-color: #2763A5;
  }


/*
 * Node, Block, Content styles
 */

.node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

.node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
.comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

.node h2.title
  {
    margin-bottom: .1em;
  }

.node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

.node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

.sticky
  {
    border-bottom: solid 3px #ddd;
  }

#sidebar-left .block,
#sidebar-right .block
  {
    border-bottom: solid #ddd 1px;
    padding-bottom: 15px;
    margin: 0 0 1.5em 0;
  }

#sidebar-left .block
  {
    padding-right: 15px;
  }

#sidebar-right .block
  {
    padding-left: 15px;
  }

.block .content
  {
    margin: 0.5em 0;
  }

.block .item-list ul
  {
    padding-left: 0;
  }

/* from icons.css*/
/* Leaf, collapsed, and expanded icons used for navigation */
.block li.leaf, ul.menu li.leaf
  {
    list-style-image: url(images/menu-leaf.png);
  }

.block li.collapsed, ul.menu li.collapsed
  {
    list-style-image: url(images/menu-collapsed.png);
  }

.block li.expanded, ul.menu li.expanded
  {
    list-style-image: url(images/menu-expanded.png);
  }

.block li a.active
  {
    text-decoration: none;
  }

.block ul li,
#user-login-form li.user-link, /* The "Cancel OpenID login" links. */
#user-login li.user-link
  {
    list-style-image: url(images/bullet.png);
  }


/** block-level elements **/
p
  {
	padding: 0 0 0.5em 0;
	margin: 0;
  }

ol, ul, dl
  {
	position: relative;
  }

pre
  {
	background: #ddd;
	border: 1px solid #aaa;
	padding: 0.75em 1.5em;
  }

blockquote
  {
	border: 1px #ccc solid;
	margin: 0.5em 1em;
	padding: 0.3em;
	font-style: italic;
  }


/** tables **/
table
  {
	font-size: 100%; /* Forces font size inheritance in IE5 */
	f\ont-size: inherit;
	border-collapse: collapse;
  }

tr, td
  {
	padding: .25em;
  }

th 
  {
	text-align: left; /* LTR */
	padding-right: 1em; /* LTR */
	border-bottom: 3px solid #ccc;
  }

/** images **/
#content img
  {
	border: 0;
     float:right;
     margin-left:20px;
     clear:both;
  }

hr 
  {
	height: 1px;
	border: 1px solid gray;
  }


/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clear-block {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
height: 1%;
}
.clear-block {
display: block;
}
/* End hide from IE-mac */

/*....................custom Code................*/
/*....flash display..........*/
#flash
  {
	float:right;
	margin:0 0 0 30px;
  }

img {
  border: none;
}
