/* CSS Document */

body {
	margin:0;
	padding:20px 0;
	background:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
a img {
	border:none;
}
a {
	color:#000;
}
a:hover {
	color:#F00;
	text-decoration:none;
}
#site {
	background:url(../images/site_repeat.gif) top left repeat-y;
	width:995px;
	margin:0 auto;
}
#wrapper {
	background:url(../images/site_top.gif) top left no-repeat;
	padding:0 55px;
	padding-top:20px;
}


#menubar {
	height:40px;
	background:#EEE;
	margin:10px 0;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
}
#menuLeft, #menuRight {
	position:absolute;
	left:0;
	top:0;
}
#menuRight {
	left:auto;
	right:0;
	display:none;
}
#menubar a {
	display:block;
	float:left;
	border-right:1px solid #d9d9d9;
	padding-right:15px;
	padding-left:8px;
	color:#333;
	height:40px;
	line-height:40px;
	font-weight:bold;
	min-width:70px;
	text-decoration:none;
}
#menubar a:hover, #menubar a.active {
	color:#FFF;
	background:#333;
}

#menuRight a {
	border:none;
	border-left:1px solid #d9d9d9;
}
#submenu {
	backgrund:#EEE;
	border-bottom:8px solid #333;
	min-width:650px;
	font-size:1px;
	overflow:hidden;
}
* html #submenu {
	height:1%;
}
#submenu a {
	text-decoration:none;
	color:#333;
	padding:6px 3px;
	display:block;
	float:left;
	border-right:1px solid #d9d9d9;
	background:#EEE;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#submenu a:hover, #submenu a.active {
	background:#333;
	color:#FFF;
}
#container {
	overflow:hidden;
	clear:both;
	padding-bottom:30px;
}
* html #container {
	height:1%;
}
#container-left {
	float:left;
	width:650px;
	position:relative;
}
#content {
	margin-top:20px;
}
#content .quote cite {
	font-size:16px;
	color:#FFF;
	background:#d2382e url(../images/quote_end.gif) top right no-repeat;
	padding:3px 20px 3px 5px;
	font-style:normal;
}
#container-right {
	float:right;
	width:191px;
	position:relative;
}
#sidebar a {
	text-decoration:none;
}
#sidebar #infos {
	background:url(../images/divider_repeatY.gif) top left repeat-y;
	padding:0 7px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#sidebar #infos p {
	margin:5px 0;
	margin-top:0;
}
#sidebar #infos h3 {
	color:#F00;
	font-size:12px;
	margin:0;
	margin-top:10px;
}


#footer {
	background:url(../images/site_bottom.gif) top left no-repeat;
	height:15px;
	padding:0 55px;
	font-size:10px;
	text-align:right;
}

.col2 {
	overflow:hidden;
	background:url(../images/colDivider.gif) 375px 0 repeat-y;
}
* html .col2 {
	height:1%;
}
.colLeft {
	float:left;
	width:310px;
	padding-right:15px;
	margin-right:15px;
}
.colRight {
	float:right;
	width:310px;
}

.csc-textpic {
	overflow:hidden;
	margin-bottom:15px;
}
* html .csc-textpic {
	height:1%;
}
