/* Start of CMSMS style sheet 'layout: ravsak' */
/* RESET */

* { padding: 0; margin: 0; }

/* General styles */

body
{
	margin: 0;
	padding: 0;
	border: 0;
/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #00499c;
	min-width: 950px;
/* Minimum width of layout - remove line if not required */
/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 10pt;
	font-family: Georgia, Times, Serif;
}
a {
	color:#00499c;
}
a:hover {
	color:#fff;
	background:#00499c;
	text-decoration:none;
}
a.button
{
	background-color: #b9cbcf;
	color: #00499C;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	width: auto;
	height: auto;
	display: inline-block;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a.button:hover
{
	background-color: #00499c;
	color: #fffde3;
}
a.button:active { background-color: #FF8000; }
a.button img { margin: 3px 0px; }

a img { vertical-align: baseline; border: 0px none; }

h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a
{
	margin: .8em 0 .2em 0;
	padding: 0;
	color: #00499C;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

h1
{
	font-family: Tahoma, Arial, Helvetica, San-Serif;
	font-size: 50px;
	font-weight: normal;
	color: #b9cbcf;
	margin: 10px 0 20px 0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

.attention
{
	background-color: #B9CBCF;
	padding: 10px;
	margin: 1em 0 1em 0;
}

.error, .fb_invalid { color: #F00; }

img { border: 0 none; }
img.right { float: right; margin: 0 0 10px 10px; border: 1px #000 solid; }
img.left { float: left; margin: 0 10px 10px 0; border: 1px #000 solid; }

/* Header styles */
#header
{
	clear: both;
	width: 100%;
	background: #fffde3;
	margin: 0;
	float: left;
}
#header p {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header a, header a:hover
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#navigation
{
	font-family: Arial, Helvetica, San-Serif;
	font-size: 22px;
	text-align: left;
}

#navigation ul
{
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px -20px 0 0;
	padding: 0;
}
#navigation ul li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 3px 10px;
	color: #fffde3;
	text-decoration: none;
	position: relative;
	line-height: 1.3em;
	clear: both;
}

#navigation ul li a.menuactive, #navigation ul li a.menuactive:hover
{
	background-color: #fffde3;
	clear: both;
	padding: 3px 0 3px 10px;
	width: 175px;
	margin: 0 -20px 0 0;
	color: #00499C;
	font-weight: bold;
}

#navigation ul li ul
{
	display: block;
	list-style: none;
	margin: 0 0 9pt 0;
	padding: 0;
	font-size: 10pt;
}

#navigation ul li ul a { color: #b9cbcf; }
#navigation ul li ul a.menuactive, #navigation ul li ul a.menuactive:hover
{
	font-size: 10pt;
	color: #fffde3;
	background-color: transparent;
	margin: auto;
	width: auto;
}

#navigation ul li a:hover {
	color:#fff;
}
#navigation ul li a.active,
#navigation ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#navigation ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims
{
	clear: both;
	background: #fff;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	margin: 0;
	padding: 0 !important;
	font-family: Verdana, Arial, San-Serif;
	font-size: 12px;
	color: #999;
}
#layoutdims a, 	#layoutdims a:visited { color: #b9cbcf; }
#layoutdims:hover { color: #000; }
#layoutdims:hover a { color: #00499c; }
#layoutdims:hover a:hover { color: #fff; }

#layoutdims div.wrapper
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 16px;
	overflow: hidden;
	padding: 6px 0 6px 0 !important;
}

#layoutdims div.breadcrumbs
{
	width: 690px;
	float: left;
}
#layoutdims div.search
{
	width: 260px;
	display: inline-block;
	text-align: right;
}
#layoutdims div.search form *
{
	padding: 0;
	margin: 0;
}
#layoutdims div.search input
{
	background-color: #B9CBCF;
	color: #fff;
	border: 0 none;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 150px;
}
#layoutdims:hover div.search input { background-color: #B9CBCF; color: #000; }
#layoutdims div.search button
{
	background-color: transparent;
	border: 0 none;
	font-size: 12px;
	color: #999;
	width: auto;
	padding: 0;
}

#layoutdims:hover div.search button { color: #000; }

/* column container */
.colmask
{
	position: relative;
/* This fixes the IE7 overflow hidden bug */
	clear: both;
	width: 960px;
/* width of whole page */
	overflow: hidden;
/* This chops off any overhanging divs */
	margin-right: auto;
	margin-left: auto;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:960px;		/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:visible;
}
/* 3 Column settings */
.threecol {
	background:#fffde3;	/* right column background colour */
}
.threecol .colmid {
	right:260px;		/* width of the right column */
	background:#fffde3;	/* center column background colour */
	border-right: 1px #000 dotted;
}
.threecol .colleft {
	right:515px;		/* width of the middle column */
	background:#00499c;/* left column background colour */
}
.threecol .col1 {
	width:475px;		/* width of center column content (column width minus padding on either side) */
	left:980px;		/* 100% plus left padding of center column */
	line-height: 1.4em;
}
.threecol .col2 {
	width:165px;		/* Width of left column content (column width minus padding on either side) */
	left:300px;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:220px;		/* Width of right column content (column width minus padding on either side) */
	left:855px;		/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	line-height: 1.4em;
}

.col3 .content { margin: 20px 0 0 0; }
.col3 .content .item { margin: 0 0 30px 0; }

/* Footer styles */
#footer
{
	clear: both;
	width: 960px;
	border-top: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #fffde3;
}
#footer a
{
	color: #fffde3;
	text-decoration: underline;
}
#footer p {
	padding:10px;
	margin:0;
}

#quote * { margin: 0; padding: 0; }
#quote { margin-bottom: 15px; }
#quote .quote { font-size: 16px; color: #00499c; padding-top: 5px; background-image: url(uploads/images/quotes/quote.png); background-repeat: no-repeat; background-position: left top; }
#quote .quote div { width: 93px; height: 35px; float: left; }
.credit { margin-top: 5px; text-align: right; font-family: Tahoma, Verdana, Arial, San-Serif; font-size: 12px; line-height: 1.2em; color: #7fa3bf; }

#teaser
{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
#teaser a, #teaser a:hover
{
	width: 181px;
	height: 85px;
	display: none;
	background-image: url(uploads/images/conf-teaser.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.col1 li { margin-bottom: 0.5em; }

.col1 ul, .col3 ul, .col1 ol, .col3 ol { margin-left: 1.5em; }


/* Hide Elements on Homepage */
.home h1.title, .home #quote, .home #print { position: absolute; left: -1000px; top: -1000px; width: 0; height: 0; overflow: hidden; visibility: hidden; display: none; }


/* SEARCH */

#hayidion div.search
{
	width: 475px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, San-Serif;
	color: #B9CBCF;
	background-color: #00499c;
}
#hayidion *
{
	padding: 0;
	margin: 0;
}

#hayidion div.search label
{
	float: left;
	margin: 10px 10px 0 10px;
	font-size: 25px;
	width: auto;
}

#hayidion div.search input
{
	float: left;
	margin: 7px 0 0 0;
	width: 300px;
	height: 21px;
	background-color: transparent;
	color: #B9CBCF;
	border: 2px #B9CBCF solid;
	padding: 2px 4px 0px 4px;
	font-size: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#hayidion:hover div.search input { background-color: #B9CBCF; color: #000; }
#hayidion div.search button
{
	height: 40px;
	width: 70px;
	background-color: #B9CBCF;
	border: 0 none;
	font-size: 25px;
	color: #00499c;
	width: auto;
	padding: 0;
	float: right;
}

#hayidion:hover div.search input { color: #00499c; background-color: #B9CBCF; }

#quote { width: 220px; float: right; }
#quote h3
{
	font-size: 18px;
	background-image: url(uploads/images/quoteh3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 0 0 15px;
}

#comment_box-toggle
{
	background-color: #b9cbcf;
	color: #00499C;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none;
	padding: 5px 8px 5px 8px;
	width: auto;
	height: auto;
	display: inline-block;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#comment_box-toggle:hover
{
	background-color: #00499c;
	color: #fffde3;
}
#comment_box-toggle:active { background-color: #FF8000; }
#comment_box-toggle img { margin: 3px 0px; }
/* End of 'layout: ravsak' */

