

/************************************************************
BASICS
************************************************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	line-height: 1.4em;
	color: #444;	
	background: #fff url(../images/bg-top.gif) repeat-x;
	}
	
a {
	color: #555;
	background: #efefef;
	border-bottom: 1px solid #ddd;	
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover, a:active {
	color: #000;
	background: #fff;
	}
	
a img {
	border: none;
	}

h1 a {
	border: none;
	}

h2 {
  font-size:1.2em;
  padding: 0;
	margin: 5px 0 0 0;
	color: #333;
  font-weight: bold;		
	}

	
h3 {
	color: #999;
	font-size: 1.4em;
	margin: 0 0 0.6em 0;	
	}

h4 {
  padding: 2px 0 0 0;
	margin: 1.3em 0 0 0;
	color: #d20317;
	font-size: 1.1em;	
  font-weight: bold;
	}

#wrapper {
    width: 710px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px 2em 10px;
	}
	
#sidebar {
	float: left;
	width: 180px;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 30px;
	}
	
#maincol {
	float: right;
	width: 720px;
	font-size: 1.3em;
	padding: 20px 0 30px 0;
	text-align: center;
	}
	
/* SIDEBAR */
#sidebar p {
	margin-bottom: 10px;
	font-size: 0.9em;	
	}

#sidebar h1 {
	float: left;
	}
#sidebar h1 a {
	display: block;
	width: 150px;
	height: 197px;
  background: url(../images/globe.jpg) no-repeat;
	}
#sidebar h1 a span {
	display: none;
	}
	
#insidebar {
	margin-top: 204px;
	}		
	
#sidebar h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 1.2em;
	color: #d20317;
	margin-top: 20px;
	}

#sidebar ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;		
	}

#sidebar ul li {
	padding: 0 0 2px 18px;
	line-height: 1.4em;
	margin-bottom: 6px;
	background: url(../images/arrow-red.gif) no-repeat 0 5px;
	}
#sidebar ul li a{
 color: #222;
	}
#sidebar ul li a:hover{
	color: #d20317;
	}
/* MAINCOL */
#tabs, #contents {
	clear: both;
	}
.small {
	padding: 8px 8px;
	font-size: .9em;
	line-height: 1.4em;
	color: #555;
}
	
/* navigation */

#nav {
	float: left;
	width: 520px;
	margin: 13px 0 28px 70px;
	padding: 0;
	list-style: none;
	text-shadow: #fff 2px 2px 1px;	
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav a {
	font-family: Arial, Sans-Serif;	
	margin: 0;
  float: left;
	padding: 6px 12px 7px 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	background: no-repeat 10px 55%;
	border-bottom: none;		
	}

#nav a:hover {
	margin: 0;	
	color: #000;
	background: #eee url(../images/bg-nav-over.gif) repeat-x;
	}
	
#nav a.active {
	margin: 0;	
	font-weight: bold;
	color: #333333;
	background: #eee url(../images/bg-nav-over.gif) repeat-x;
	}


/* Content */
#contents {
	margin: 0 auto;
	width: 670px;
	padding: 0 15px 0 30px;
	text-align: left;
  font-size: 0.9em;
	line-height: 1.7em;
	}
img#photo {
	margin: 20px 0 34px 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;	
	background-color: #fff;
	padding: 3px;
	}

img#photo a:hover {
	background-color: #f1f1f1;
  border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	}

#contents img.thumbl {	
	float: left;
	margin-right: 14px;
	padding: 3px;
	}
	
#contents img.thumbr {	
	float: right;
	margin-left: 14px;
	padding: 3px;
	}


/* Lightbox */

#lightbox{
	background-color: #fff;
	padding: 9px;
	border-bottom: 2px solid #222;
	border-right: 2px solid #222;
	}

#overlay{ background-image: url(../images/overlay.png); }
* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}


/* lists */

#contents ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;		
	}

#contents ul li {
	padding: 0 0 5px 24px;
	line-height: 1.5em;
	margin-bottom: 6px;
	background: url(../images/bullet-arrow.gif) no-repeat 0 2px;
	}

#contents ul li a:hover {
	background:	#fff;
	color: #d20317;
	}

#contents p {
	margin-bottom: 1em;
	}


.forminput {
	background: #eee;
	border: 1px solid #999;
	padding: 1px 2px;}





/* Footer */
#footer {
	margin-left: 30px;
	clear: both;
	text-align: left;
	padding-bottom: 30px;
	color: #888;
	}

#footer h3 {
	color: #d20317;	
	font-size: 1.3em;
	}
	
#sidefoot, #mainfoot {	
	float: left;
	padding-top: 15px;	
	font-size: 1.1em;
	line-height: 1.5em;
	}

#sidefoot {
	width: 168px;
	color: #555;
	}

#mainfoot {
	width: 398px;
	margin-left: 68px;
	}

#base {
	margin-top: 60px;
	background: #f5f5f5 url(../images/bg-bottom.gif) repeat-x;
	height: 60px;
}
