@charset "utf-8";
/* CSS Document */


/* --------- STYLE OVERRIDES --------- */

/* FONT MARGINS */

body {
	font:normal 80%/1.5 arial;
	}
	
h1, h2, h3, h4, h5, li, td, p {
	margin:10px 20px 25px 20px;
	}

a {
	text-decoration:none;
	}
	
a:link, a:visited {
	color:#0000EE
	}
	
a:hover {
	text-decoration:underline
	}
	
h1 {
	font:normal 200%/1 Arial, Helvetica, sans-serif;
	}
	
		
h2 {
	font:normal 160%/1 Arial, Helvetica, sans-serif;
	padding:1.5em 0 0.5em 0
	}
	
	
h5 {
	font:small-caps normal 120%/1 Arial, Helvetica, sans-serif;
	}

.nospace {
	margin-top:0;
	padding-top:0
	}


/* --------- HEADER ELEMENTS and CLASSES --------- */

#header {
	background:url(../images/header_banner.jpg) no-repeat top center;
	padding-top:10px;
	height:100px;
	}

.logo {
	background-color:#999999;
	margin:40px 0 0  20px
	}
	
#language {
	text-align:right;
	margin-top:20px
	}
	
#language p {
	margin-top:0
	}

#headerimage {
	height:170px;
	background:#FFF;
	margin-left:12px
	}


/* --------- NAVIGATION ELEMENTS and CLASSES --------- */

#nav ul {
margin-left:20px
}

#nav li {
	float:left;
	list-style: none;
	margin:10px 0 0 0 ;
	margin-right:2px;
	padding:8px 0;
	background:url(../images/nav_bg.jpg) repeat-x;
	border:1px solid #999;
	font-size:12px
	}

#nav li a {
	display:inline;
	padding:9px 10px;
	text-transform:uppercase;
	color:#333;
	font-weight:800
	}

#nav li a:hover {
	background:url(../images/nav_bg_hover.jpg) repeat-x
	}



/* --------- QUOTATION ELEMENTS and CLASSES --------- */

.quote {
	padding:5px 0 15px 0;
	margin:5px 20px;
	background:#e6e6e6;
	}

.quote p {
	margin-bottom:0;
	padding-bottom:0;
	}

.cite {
	background:url(../images/quote_triangle.gif) no-repeat top right;
	padding-top:10px;
	margin-top:-5px;
	margin-bottom:-20px;
	text-align:right;
	}

.bigquote {
	background:url(../images/quotation_big_left.gif) no-repeat top left #FFF;
	margin-left:20px;
	padding-left:30px;
	}


/* --------- CONTENT BLOCK ELEMENTS and CLASSES --------- */

.list li {
	list-style:disc;
	margin-left:40px;
	padding-left:10px
	}


.floater {
	float:left
	}

.floater ul li {
	margin-top:0;
	margin-bottom:10px
	}

.reset {
	clear:both
	}


/* --------- POD ELEMENTS and CLASSES --------- */

#podhome {
	background:url(../images/pod_gradient.jpg) repeat-x top #FFFFFF;
	border:1px solid #E6E6E6;
	margin-right:20px;
	margin-top:1px;
	}
	
#podhome h3.podhead {
	margin-top:7px;
	}

#podhome img {
	float:left;
	margin-left:10px;
	margin-right:10px
	}
	
#podhome p {
	padding: 15px 0;
	padding-left:10px;
	margin-bottom:40px;
	}


/* --------- IMAGE ELEMENTS and CLASSES --------- */

.staffimage {
	margin-left:20px
	}
	
.imagetext {
	position:relative;
	bottom:55px;
	left:75px;
	margin-bottom:-1em;
	width:120px
	}

#herohome {
	background:url(../images/polaroid_bg_lg.gif) no-repeat #FFFFFF;
	height:310px;
	margin-left:13px;
	}
	

#flashcontent {
	margin-left:18px;
	padding-top:12px
	}



/* --------- FOOTER ELEMENTS and CLASSES --------- */


#footer {
	background:url(../images/footer_bg.jpg) repeat-x;
	height:50px;
	text-align:right;
	color:#E6E6E6
	}
	
#footer a {
	color:#E6E6E6
	}	

#footer a:hover {
	text-decoration:underline
	}
