/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
html, body, form{
	height: 100%
}
body{
	background: #ffcc00;
	color: #000000;
	font: .75em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif
}
a{
	color: #292e75;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #cf4339;
	font-size: 1.5em;
	margin: 0 0 .5em
}
h3{
	font-size: 1.5em;
	margin: 0 0 .4em
}
h4{
	font-size: 1.1em
}
h4 em{
	font-weight: normal
}
p{
	line-height: 1.7em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#content{
	margin: 0 auto;
	padding: 20px 0 0;
	background: url(../images/bgr.jpg) #ffcc00 no-repeat right bottom;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 94%;
	min-height: 94%;
}
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 30px 0 29px;
	width: 785px
}
#page-top, #page-bot{
	background: url(../images/page-top.png) no-repeat top;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	width: 844px
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 140px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 535px
}
#header h1 a{
	display: block;
	height: 140px;
	text-decoration: none
}
/*- 'Sunshine' Pic -*/
#sun{
	background: url(../images/sun.png) no-repeat top;
	height: 179px;
	margin: -170px 0 0 560px;
	position: absolute;
	width: 185px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.gif) repeat-x top;
	font-size: 12px;
	height: 30px;
	padding: 0 0 0 5px;
	text-transform: uppercase
}
.nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 30px
}
.nav1 li.last{
	background: none
}
.nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	padding: 0 15px
}
.nav1 li a:hover,
.nav1 li.active a,
.nav1 li.active_dropdownImg a{
	color: #fffd64;
	text-decoration: underline
}
ul.dropdown{
	list-style: none;	
	position: relative;
}

ul.dropdown li{
	zoom: 1;
	float: left;
	position: relative;
}

ul.dropdown ul{
	padding: 0;
	margin: 0;
	list-style: none;
	
	width: 150px;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	padding:0px 0px 3px 0px;
	background: url(../images/dropdownbottom.gif) no-repeat 0px bottom;
}
ul.dropdown ul li{
	padding: 0;
	margin: 0;
	float: none;
	background:#d28732;
}
ul.dropdown ul li a{
	text-align: left;
	padding: 10px 15px;
	margin: 0;
	color: #FFF !important;
	text-decoration: none !important;
	
	width: 120px !important;
	line-height: 150%;
	display: inline-block;
	position: relative;
	background:#d28732;
}
.nav1 li a:hover{
	color: #fffd64 !important;
	text-decoration: underline !important;
}


/*=== Title Pic Placeholder ===*/
.title img{
	display: block
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 15px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 518px
}
#centercol .content{
	height: 1%;
	padding: 25px 30px 0 20px
}
/*=== Right Column ===*/
#rightcol{
	background: url(../images/rightcol-bgr.gif) repeat-x top;
	color: #2d2b29;
	display: table-cell;
	display: block;
	float: right;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	padding: 20px 15px 0;
	width: 224px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 2em
}
.list1 li, .list2 li{
	margin: 0 0 .3em
}
.list1 li a, .list2 li a{
	display:block;
	padding:0px 0px 5px 0px;
	color: #2d2b29;
	font-weight:bold;
}
.list1 li a em{
	color: #292e75;
	font-style: normal
}
/*- List2 -*/
.list2 ul{
	margin: 0 0 1em
}
.list2 li em{
	color: #cf4339;
	font-style: normal;
	text-transform: uppercase
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.ar{
	text-align: right
}
ul.rellink
{
    margin-top: 20px;
    list-style-type: circle;
    color: orange;
}
.rellink li{
    list-style-type: disc;
    margin-left: 20px;
}
.rellink li span{
    color: black;
}