
/* Colors:
 * Dark green:	004631
 * Light green:	f6f1d1
 */


body {
	margin: 0;
	color: #000;
	background-color: #f6f1d1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 138%;
}

img {border:0}

/* Header */

#header {
	background-color: #fff;
	overflow: hidden;
}

#header h1 {
	padding: 0;
	margin: 0;
}


/* Logo */

#logo {
	float: left;
}


/* Metanavigation */

#metanavigation {
	float: right;
}

#metanavigation ul {
	list-style: none;
	padding: 110px 25px 0 0;
	margin: 0;
}

#metanavigation ul li {
	display: inline;
	padding: 0 3px 0 0;
	border: 0 solid #004631;
	border-width: 0 1px 0 0;
	margin: 0 5px 0 0;
}

#metanavigation ul li:last-child {
	padding: 0;
	border: 0;
	margin: 0;
}

#metanavigation ul li a {
	color: #004631;
	text-decoration: none;
}

#metanavigation ul li a:hover {
	text-decoration: underline;
}


/* Thumbs */

#thumbs {
	clear: both;
	height: 100px;
	background-color: #004631;
	background-image: url("../img/thumbs.jpg");
	background-repeat: repeat-x;
}


/* Navigation */

#navigation {
	height: 30px;
	background-color: #004631;
}

#navigation ol {
	list-style: none;
	width: 980px;
	padding: 4px 0 0 25px;
	margin: 0;
}

#navigation ol li {
	float: left;
	padding: 0 10px 0 0;
	border: 0 solid #b1c2a8;
	border-width: 0 1px 0 0;
	margin: 5px 0 0 0;
}

#navigation ol li:last-child {
	padding: 0;
	border: 0;
	margin: 5px 0 0 0;
}

#navigation ol li a {
	display: block;
	padding: 0 0 0 18px;
	color:#fff;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:500;
}

#navigation ol li a img {margin-top:-5px}

#navigation ol li.cur a,
#navigation ol li a:hover,
#navigation ol li a.active {
	background-image: url("../img/bullet.gif");
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

#navigation ol li a.hover {
	background-image: url("../img/bullet_light.gif");
}

#navigation ol li a img {
	border: 0;
}


/* Content */

#content {
	padding: 25px 0 0 0;
	min-width:1070px;
	background:url("../img/body_background.gif") repeat-y right 0;
}


/* Copy */

#copy {
	float: left;
	width: 605px;
	padding: 0 10px 0 25px;
}

.text h1 {
	padding: 0 0 25px 0;
	margin: 0;
	color: #004631;
	font-family: Baskerville, Georgia, Times, serif;
	font-size: 210%;
	line-height:1.2em;
	font-weight:normal;
	background:url(../img/hl_bg.gif);
	margin-left:-50px	;
	padding-left:50px;
}

#copy .text {
	padding: 0 0 0 10px;
	border: 0 solid #004631;
	border-width: 0 0 0 1px;
	margin: 0 0 0 150px;
}

#copy .text p {
	margin: 0 0 1em 0;
}


/* Subnavigation */

#subnavigation {
	float: left;
	width: 140px;
	padding: 57px 10px 0 0;
	text-align: right;
	margin-left:-20px;
}

#subnavigation ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subnavigation ol li {
	padding: 0 0 6px 0;
	margin: 0;
}

#subnavigation ol li a {
	text-decoration: none;
	font-weight: bold;
	color: #004631;
}

#subnavigation ol li a:hover {
	text-decoration: underline;
}

/* Side */

#side {
	width:415px;
	background:#fff;
	float: right;
	background-color: #fff;
}
#side .csc-textpic csc-textpic-center{
	float:none;
	clear:both;
	margin-bottom:15px;
}

#side img {
	float:right;
	padding:0 20px 15px;
}

#side p,
#side .csc-header h1 	{font-size:11px; margin:0 0 0 30px; color:#656358; font-weight:bold;}
#side p								{font-weight:normal; margin:0 0 10px 30px;}
#side p a							{color:#9e743f; text-decoration:none}
#side p a:hover				{text-decoration:underline}

.text a							{color:#9e743f; text-decoration:none}
.text a:hover				{text-decoration:underline}

/*mailform*/
.csc-mailform-check 							{float:left}
input.input_l	,				
input.input_l_err									{background:url(../img/input_l.gif) no-repeat; height:20px; width:270px; padding:4px 9px 0 9px; overflow:hidden; border:0; font-size:10px}
.tmp > input.input_l_err,
.tmp > input.input_l 							{height:16px; width:252px;}
input.input_l_err									{background:url(../img/input_l.gif) 0 -20px no-repeat; color:#004631}
input.input_t,
input.input_t_err									{background:url(../img/input_t.gif) no-repeat; height:20px; width:160px; padding:4px 9px 0 9px; overflow:hidden; border:0; font-size:10px}
.tmp > input.input_t_err,
.tmp > input.input_t 							{height:16px; width:142px;}
input.input_t_err									{background:url(../img/input_t.gif) 0 -20px no-repeat; color:#004631}
input.input_n,					
input.input_n_err									{background:url(../img/input_n.gif) no-repeat; height:20px; width:102px; padding:4px 9px 0 9px; overflow:hidden; border:0; font-size:10px}
.tmp > input.input_n_err,
.tmp > input.input_n 							{height:16px; width:84px;}
input.input_n_err									{background:url(../img/input_n.gif) 0 -20px no-repeat; color:#004631}
input.input_p,
input.input_p_err									{background:url(../img/input_p.gif) no-repeat; height:20px; width:52px; padding:4px 9px 0 9px; overflow:hidden; border:0; font-size:10px}
.tmp > input.input_p_err,
.tmp > input.input_p 							{height:16px; width:34px;}
input.input_p_err									{background:url(../img/input_p.gif) 0 -20px no-repeat; color:#004631}
textarea.input_ta,
textarea.input_ta_err							{background:url(../img/input_ta.gif) no-repeat; height:90px; width:270px; padding:4px 9px 0 9px; overflow:hidden; border:0; font-family:Arial, Helvetica, sans-serif; font-size:11px}
.tmp > textarea.input_ta_err,
.tmp > textarea.input_ta 					{height:86px; width:252px;}
textarea.input_ta_err							{background:url(../img/input_ta.gif) 0 -90px no-repeat; color:#004631}
textarea#comment									{font-size:11px;}
#mailformplus a.submitBtn					{font-weight:bold; text-decoration:none; color:#004631}
#mailformplus a.submitBtn:hover		{text-decoration:underline}
table.contenttable	td						{font-size:12px;}
#copy table.contenttable tbody tr td p,
#copy table.contenttable tbody tr td p.bodytext {padding:0px; margin:0px}

ul#languageSelector {position:relative; float:right; list-style:none; margin-top:-4px}
ul#languageSelector li a,
ul#languageSelector li img {padding:0; margin:0}
body ul#languageSelector li {padding:10px 5px 0 0; float:right; opacity:0.5}
body ul#languageSelector li:hover,
body ul#languageSelector li.cur {opacity:1.0}


