/* @override http://ucbabyinfo.fn.mac/css/scr-base.css */
/* =General ---------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
  margin: .5em 0 1em;
}
blockquote {
  margin-left: 2em;
}

/* Remove border around linked images */
a img, :link img, :visited img {
	border: none;
}


/* =Typography ---------------------*/

html {
	font-size: 100.01%;
	}
body {
	background: #FFF;
	color: #666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 76%;
	line-height: 1.4;
	text-align: center;
	}
body div, body table, body blockquote {
	font-size: 100%;
	}


/* =Headings ---------------------*/

h1 {
	color: #0057A1;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 .5em;
	}

h2 {
	color: #0057A1;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin: 1em 0 .75em;
	}

h3 {
	color: #0057A1;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.5em 0 .75em;
	}

h4 {
	font-size: 1.1em;
	line-height: 1.1;
	margin: 1em 0 .75em;
	}


/* =Links ---------------------*/

a:link {
	color: #0057A1;
	text-decoration: none;
	}
a:visited {
	color: #666;
	text-decoration: none;
	}
a:hover {
	color: #F65B91;
	text-decoration: underline;
	}
a:active {
	text-decoration: none;
	}

#text a:link, #text a:visited {
	background: #FDF2C4;
	color: #666;
	padding: 0 2px;
	}
#text a:hover {
	color: #F65B91;
	text-decoration: none;
	}


/* =Forms ---------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables ---------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}
tr {
  vertical-align: top;
}

th {
  text-align: left;
}


/* =Lists ---------------------*/

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}

dt {
	font-weight: bold;
	margin: 1em 0 .25em;
	}
dd {
	margin: 0 0 0 1em;
	}


/* =CLASSes ---------------------*/

.nowrap {
	white-space: nowrap;
	}
.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}
.clearnext {
	clear: both;
	}
.top_reset {
	margin-top: 0;
	}
div.error, p.error, span.error, label.error, .required {
	color: #C30;
	font-weight: bold;
	}
input.error, textarea.error {
	border: 3px solid #C30 !important;
	}
.textblock {
	margin: 1em 0;
	}
.docsize {
	color: #666;
	font-size: .85em;
	}
.new {
	color: #F65B91;
	font-weight: bold;
	}
.rightwrap {
	float: right;
	margin: 0 0 10px 10px;
	}
.col1 {
	float: left;
	width: 48%;
	}
.col2 {
	float: right;
	width: 48%;
	}
.l_3col {
	float: left;
	width: 33%;
	}


.center {
	text-align: center;
	}
.right {
	text-align: right;
	}

.back {
	margin-top: 2em;
	}
.more {
	margin-top: 1.5em;
	font-weight: bold;
	}
.legend {
	font-size: .85em;
	}


/* =Layout ---------------------*/

#main {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 759px;
	}


/* =Header ---------------------*/

#headerwrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 759px;
	}
#header #tagline {
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: 24px; left: 658px;
	width: 101px; height: 50px;
	}


/* =Main Nav ---------------------*/

#menu {
	background: #0057A1 url(/img/bg/bg-menu.gif) 0 2.8em repeat-x;
	font-size: 1.2em;
	}
#menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 .5em;
	position: relative;
	overflow: hidden;
	text-align: left;
	width: 759px;
	}

#menu li {
	background: #0057A1;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}

#menu li a {
	color: #FFF !important;
	float: left;
	display: block;
	line-height: 1;
	padding: 1.2em 10px .6em;
	text-decoration: none;
	}

#menu li#b_lang {
	float: right;
	position: relative;
	z-index: 10;
	}
#menu li#b_lang a {
	color: #FCEFB5 !important;
	}

#menu li a:hover, 
#home #menu li#b_home a, 
#archive #menu li#b_archive a {
	background: #6895C2 url(/img/bg/bg-btn-on.gif) 0 0 repeat-x;
	}



/* =Content ---------------------*/

#content {
	overflow: hidden;
	position: relative;
	width: 759px;
	}

#text {
	float: left;
	padding: 1em 0 0;
	width: 530px;
	}

#sidebar {
	background: #6895C2;
	float: right;
	width: 189px;
	}
#sidebar .wrap {
	padding: 20px 10px 10px;
	}
#sidebar h3 {
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 1em;
	letter-spacing: 1px;
	padding: 0 0 4px;
	text-transform: uppercase;
	}
#sidebar p, #sidebar li {
	color: #FFF;
	}
#sidebar a {
	color: #FFF !important;
	}
#sidebar a:hover {
	color: #FFF !important;
	text-decoration: underline;
	}
#sidebar p a {
	text-decoration: underline;
	}

/* =Footer ---------------------*/

#footer {
	clear: both;
	font-size: .94em;
	margin: 0 auto;
	padding: 40px 0 2em;
	text-align: left;
	width: 759px;
	}
