/* main elements */

body { 
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #CCCCCC; 
	font-family: arial, verdana, sans-serif; 
	font-size: 0.75em;
	border-bottom: #363641 2px solid;
}

h1, h2, h3 {
	margin: 25px 3px 0 0;
	color: #990000;
	font: 2.4em "Times New Roman", Times, "Book Antiqua", Georgia;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}

/* IE hack */
* html h1, * html h2, * html h3 {
	margin-left: 3px;
}

h2 {
	font-size: 2em;
	font-style: normal;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.7em;
	font-style: italic;
	letter-spacing: 2px;
}

p {
	margin: 10px 0 5px;
	padding: 5px;
	text-align: center;
}

a:link, a:visited, a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
}
a:hover { 
	color: #BBB; 
	text-decoration: underline;
}

ul {
	margin: 0 0 5px -20px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(images/diamond.gif);
}

/* IE hack */
* html ul {
	margin: 0 0 5px 20px;
}


/* page setup */

#main {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: none;
}

#header {
	width: 95%;
	min-height: 128px;
	margin: 10px auto 0;
	padding: 0;
	border: #000 2px solid;
	border-top: #000 20px solid;
	border-bottom: none;
	background: #363641 url(images/header_bg.jpg) right repeat-y;
}

/* IE hack */
* html #header {
	height: 128px;
}

#sitemenu {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 3px solid #990000;
	background-color: #000000;
	background-image: url(images/rose_s.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

/* IE hack */
* html #sitemenu {
	padding: .2em 0;
}

/* background-container is necessary for IE */
#background_container {
	margin: 0 auto;
	padding: 0;
	width: 92%;
	background: url(images/rose.jpg) no-repeat bottom left;
}

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

#col1 {
	float: left;
	width: 20%;
	margin: 0;
	border: #000 2px solid;
	border-left-width: 5px;
	height: 50px; /* height required for FF  */
}

#col2 {
	float: right;
	width: 20%;
	margin: 0;
	border: #000 2px solid;
	border-right-width: 5px;
	height: 50px; /* height required for FF  */
}

#col3 {
	width: 55%;
	margin: 0 auto;
	min-height: 500px;
}

#col1, #col2, #col3 {
	border-top: none;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#col3 { margin-bottom: -32697px; }

/* fix for IE */
* html #col3 { 
	height: 500px;
	margin-bottom: -32727px; 
}

#footer {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: .8em 0;
	min-height: 16px;
	border: #FF3300 3px solid;
	background-color: #000000;
	background-image: url(images/rose_s.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

#footleft {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
}
#footright {
	float: right;
	margin: 0;
	padding: 0;
	width: 49%;
}


/* header section */

#header h1, #header h2 {
	margin: 0;
	padding: 5px 0 10px 1.2em;
	color: #990000;
	font: 4em "Times New Roman", Times, "Book Antiqua", Georgia;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	letter-spacing: 2px;
}

#header h2 {
	padding: 10px 0 10px 1.9em;
	font-size: 2.2em;
}

#header img {
	float: right;
	margin: 0;
	padding: 2px;
}


/* sitemenu section */

#sitemenu p {
	margin: 5px 0;
}

#sitemenu a:link, #sitemenu a:visited, #sitemenu a:active {
	margin: 0 3px;
	padding: 2px 20px;
	border: #000 2px solid;
	border-top: none;
	border-bottom: none;
	font-family: "Times New Roman", Times, "Book Antiqua", Georgia;
	font-size: 120%;
	letter-spacing: 1px;
}

#sitemenu a:hover {
	color: #000;
	background-color: #990000;
	text-decoration: none;
}


/* col 1 and 2, side col sections */

.sidecontent {
	margin: 0 0 0 4%;
	padding: 36px 0 2px; 
	width: 90%;
}

/* IE hack */
* html .sidecontent {
	margin: 26px 0 2px 5%;
}

.side_bl {
	margin: 26px 0 2px;
	padding: 0px 10px 2px 2px;
	border-left: #FF3300 6px double;
	border-bottom: #FF3300 2px solid;
}

.side_br {
	margin: 26px 0 2px;
	padding: 0px 2px 2px 10px;
	border-right: #FF3300 6px double;
	border-bottom: #FF3300 2px solid;
}

.side_bn {
	margin: 26px 0 2px;
	padding: 0px 10px 2px 10px;
	border-bottom: #FF3300 2px solid;
}

.sidecontent .logo, .logo {
	margin: 26px auto 10px;
	padding: 0;
	background-color:#000000;
	color: #990000;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, "Book Antiqua", Georgia;
	font-size: 1.13em;
}

.logo img {
	margin: 0 auto;
	padding: 0;
}

#navigation {
	margin: 0px auto;
	width: 100%;
	background-color:#000000;
	line-height: 2em;
}

#navigation a {
	display: block;
	margin: 6px auto 2px;
	width: 83%;
	padding: 1px 3px;
	border: #000 2px solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#navigation a:hover {
	color: #BBB;
	text-decoration: none;
}
#navigation a.nav1:hover {
	border-left-color: #990000;
	border-right-color: #990000;
}
#navigation a.nav2:hover {
	border-left-color: #990000;
	text-align: right;
}
#navigation a.nav3:hover {
	border-right-color: #990000;
	text-align: left;
}
#navigation a.nav4:hover {
	border-left-color: #990000;
	border-bottom-color: #990000;
}
#navigation a.nav5:hover {
	border-right-color: #990000;
	border-bottom-color: #990000;
	text-align: right;
	letter-spacing: 4px;
}
#navigation a.nav6:hover {
	border-bottom-color: #990000;
	text-align: left;
	letter-spacing: 4px;
}
#navigation a.nav7:hover {
	border-left-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	text-transform: uppercase;
	letter-spacing: 4px;
}
#navigation a.nav8:hover {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #FFF;
}

.sidecontent h1 {
	margin: 0;
	padding: 0.25em 0 .1em;
	background-color: #DE2C30;
	color: #000;
	font: 1.6em "Times New Roman", Times, "Book Antiqua", Georgia;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.sidecontent h2, .sidecontent h3, .sidecontent h4, .sidecontent p {
	margin: 0;
	background-color: #000;
	color: #990000;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	font-style: normal;
}

.sidecontent h2, .sidecontent h3  {
	padding: .8em 2px 0;
	color: #FFF;
	font-family: arial, verdana, sans-serif; 
	font-weight: bold;
	letter-spacing: 0px;
}

.sidecontent h3, .sidecontent h4 {
	color: #990000;
}

.sidecontent h4 {
	padding: .1em 2px .3em;
	border-bottom: 1px #FF3300 solid;
	font-family: "Times New Roman", Times, "Book Antiqua", Georgia;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}

.sidecontent p {
	padding: 0 2px .6em;
}

.sidecontent a:link, .sidecontent a:visited, .sidecontent a:active { 
	color: #BBB;
	font-style: italic;
	font-weight: normal; 
	text-decoration: underline;
}

.sidecontent a:hover { 
	color: #990000; 
	font-weight: bold;
}

.sidecontent a.emp {
	display: block;
	padding: .8em 2px 0;
}

.sidecontent a.emp:link, .sidecontent a.emp:visited, .sidecontent a.emp:active { 
	color: #FFF; 
	font-weight: normal; 
}

.sidecontent a.emp:hover { 
	color: #990000; 
	font-weight: bold;
}

.sidecontent .links, .links {
	padding: 26px 0 2px;
	width: 100%;
	background-color:#363641;
	font-family: "Times New Roman", Times, "Book Antiqua", Georgia;
	font-size: 1.15em;
	line-height: 1.6em;
}

.links a:link, .links a:visited, .links a:active { 
	display: block;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.links a:hover {
	color: #FF0000;
}


/* col3, content section */

.left_right {
	padding: 2px 5%;
	border-left: #FF3300 2px solid;
	border-right: #FF3300 2px solid;
}

/* IE hack */
* html .left_right {
	padding: 2px 3%;
}

.left_left {
	padding: 2px 20px;
	width: 75%;
	border-left: #FF3300 6px double;
	border-bottom: #FF3300 2px solid;
}

.right_right {
	float: right;
	padding: 2px 20px;
	width: 75%;
	border-right: #FF3300 6px double;
	border-bottom: #FF3300 2px solid;
}

.left_right_bottom {
	padding: 2px 5%;
	border: #FF3300 2px solid;
	border-top: none;
	border-bottom: #FF3300 6px double;
}

/* margin fix for IE */
.left_right, .left_left, .right_right, .left_right_bottom {
	margin: 5px 10px 2px;
}

/* IE hack */
* html .left_right_bottom { 
	width: 85%; /* width instead of margin-right is necessary to ensure vertical borders stay visible */
} 

.deco_div_left, .deco_div_right, .deco_div_center, 
.deco_div_left_out, .deco_div_right_out {
	clear: both; 
	margin: 0 35px 0;
	padding: 0;
	width: 40%;
	height: 3px;
	background-color: #990000;
	border-bottom: #000 5px double;
}

.deco_div_left_out, .deco_div_right_out {
	margin: 0;
}

.deco_div_right, .deco_div_right_out {
	float: right;
}

.deco_div_center {
	margin: 0 auto 0;
}

/* IE hacks */
* html .deco_div_left, * html .deco_div_right, * html .deco_div_center,
* html .deco_div_left_out, * html .deco_div_right_out {
	clear: none;
	margin-top: 4px;
	height: 1%;
	border-top: #000 5px double;
	border-bottom: none;
} 
* html .deco_div_right {
	margin-right: 22px;
}

.left_left p, .right_right p, .left_right p, .left_right_bottom p {
	text-align: justify;
}

.ul_desc {
	font-weight: bold;
	margin-bottom: 0;
}

p.tango_pivot:first-letter {
	/* margin, padding and font size are limited by IE */
	float: left;
	margin: 7px 4px 0 -20px;
	padding: 0;
	color: #990000;
	font: 5em "Times New Roman", Times, "Book Antiqua", Georgia;
	line-height: 0.9em; /* necessary for IE */
}

/* IE hack */
* html p.tango_pivot:first-letter {
	margin-top: 0;
}

.content_img_left, .content_img_right {
	padding: 2px;
	border: #000 2px solid;
	background-color: #000000;
}

.content_img_left {
	float: left;
	margin: 0 5px 0 0;
}

.content_img_right {
	float: right;
	margin: 0 0 0 5px;
}


/* footer section */

#footer p {
	margin: 0;
	padding: 0;
}


/* other classes */

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* hacks */

/*  cleardiv forces next div do be displayed below the previous div */
.cleardiv {
	clear: both; 
	visibility: hidden;
	width: 100%; 
	height: 0; 
}

/* IE hack */
* html .cleardiv {
	clear: none;
	width: 0; 
} 
