@charset "UTF-8";
/* CSS Document */


/* Rounded Corners */
div.brd_right {
	background-image:url(../images/bdr_right.jpg); 
	background-position:right; 
	background-repeat:repeat-y;
}
div.brd_left {
	background-image:url(../images/bdr_left.jpg); 
	background-position:left; 
	background-repeat:repeat-y;
}
div.brd_top {
	background-image:url(../images/bdr_top.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
}
div.brd_bot {
	background-image:url(../images/bdr_bottom.jpg); 
	background-position:bottom; 
	background-repeat:repeat-x;
}
div.crn_top_r {
	background-image:url(../images/bdr_top_r_corner.jpg); 
	background-position:right top; 
	background-repeat:no-repeat;
}
div.crn_bot_r {
	background-image:url(../images/bdr_bottom_r_corner.jpg); 
	background-position:right bottom; 
	background-repeat:no-repeat;
}
div.crn_top_l {
	background-image:url(../images/bdr_top_l_corner.jpg); 
	background-position:left top; 
	background-repeat:no-repeat;
}
div.crn_bot_l {
	background-image:url(../images/bdr_bottom_l_corner.jpg); 
	background-position:left bottom; 
	background-repeat:no-repeat;
}

/* Body & Page */

body {
	background-color: #FCFCFC;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
}

div#page {
	background-color: #FFFFFF;
}

h1 {
	color: #F58220;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

h3 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h5 {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}


p {
	margin: 10px 0;
}

ul, ol, blockquote {
	margin: 20px 40px;
}

a {
	color: #F58220;
	text-decoration: none;
}

a:hover {
	color: #F58220;
	text-decoration: underline;
}

.red {
	color: red;
	/*display: none;*/
}
.reg {
	font-size: .6em;
	position: relative;
	top: -5px;
}
/* Navigation */

div#navigation ul {
	margin: 0;
	list-style: none;
}

div#navigation ul li {
	margin: 4px 0;
}

div#navigation ul li a {
	/*display: block;*/
	color: #666666;
	text-decoration: none;
	/*padding: 4px 0;*/
}

div#navigation ul li a:hover {
	color: #F58220;
	text-decoration: none;
}

div#navigation ul li a.active {
	color: #F58220;
	text-decoration: none;
}

/* Level 2 */

div#navigation ul li ul li {
	padding-left: 10px;
	padding-bottom: 3px;
}
div#navigation ul li ul {
	display: none;
}

/* Level 3 */

div#navigation ul li ul li ul li {
	padding-left: 20px;
}

/* Buckets */

div.bucket h3 {
	color: #569BBE;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

/* Foooter */

div#footer {
	font-size: 10px;
}

div#footer a {
	color: #666666;
	text-decoration: none;
}
div#footer a:hover {
	color: #F58220;
	text-decoration: none;
}