/*** Content ***/

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 13px;
	background-color: #E2E8EB;
}

h1 {
	color: #333;
	font-family: palantino, georgia, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;	
}
h2 {
	color: #005498;
	font-family: palantino, georgia, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

/*** Images ***/

.imagespacert {
	float: right;
	margin: 0 0 10px 10px;
}

.imagespacelt {
	float: left;
	margin: 0 10px 10px 0; 
}

/*** Links ***/

a:link,
a:visited,
a:active,
a {
	color: #005498;
	text-decoration: none;
}

a:hover {
	color: #92A4CF;
	text-decoration: underline;
}

a:onclick {
	color: #005498;
}

/*** Layout ***/

#site_wrapper {
	border: 1px solid #333;
}

#nav {
	background-image: url(../images/layoutsplices/nav_bkgrnd.gif);
	background-position: top right;
	background-repeat: repeat-y;
}	

#nav ul {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 7px;
	padding-left: 15px;
}

#nav ul.subnav {
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
}

#nav li {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#nav .subnav li {
	margin-bottom: 5px;
	margin-top: 5px;
}	

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav .current_link a:link,
#nav .current_link a:visited,
#nav .current_link a:active {
	color: #92A4CF;
}

#nav a:hover {
	color: #92A4CF;
}

#nav .subnav a:link,
#nav .subnav a:visited,
#nav .subnav a:active {
	color:#FFF;
	text-decoration: none;
}

#nav .subnav .current_link a:link,
#nav .subnav .current_link a:visited,
#nav .subnav .current_link a:active,
#nav .subnav a:hover {
	color: #92A4CF;
}

#nav .subnav a:hover {
	color: #92A4CF;
}

#print-only {
	display: none; 
}

#topbar {
	background-image: url(../images/layoutsplices/topbar.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 800px;
}

#search_area {
	padding: 110px 0 0 15px;
}

#search {
	padding-left: 3px;
}

#search_area form {
	margin: 0;
}

#content_area td {
	padding: 0 15px 15px 15px;
}

#content_area #print td {
	padding: 8px 15px 0 15px;
}

.affiliations-left {
	float: left;
		padding: 0px 10px 0px 0px;
}

.affiliations-right {
	float: right;
		padding: 0px 10px 0px 0px;
}

address {
	font-style: normal;
}

.copyright {
	clear: both;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
.clear {
	clear: both;
}

.animations {
	cursor: pointer;
}


/* Christian,MM  added for tinyMCE editor */
#content_area .mceToolbar td {
	padding: 0 5px 5px;
}

#save {
	margin-top: 15px;
}

table .mceLayout {
	width: 607px !important;
}

/* Call Out on Home Page */
.callout {
border: none;
border-radius: 5px;
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
box-sizing: content-box;
cursor: pointer;
display: block;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
-webkit-box-sizing: content-box;
-moz-border-radius: 5px;
-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
-moz-box-sizing: content-box;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
background-color:#005498;
float: right;
margin: 10px 0px 20px 10px;
padding: 20px 10px 10px 10px ;
width: 180px;
text-align:center;
}

.callout h1, .callout h2 {
	color: #fff;
	margin: 0px;
	text-deocration: none;
}

.callout a:hover {
	text-decoration: none;
}

.callout h1 {
	margin: 0px 0px 12px 0px;
	font-size: 18px;
}
	
.callout h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight:100;
	font-family: Helvetica, Arial, sans-serif;
}


