/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #333333;
	font: 12px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 0 0 15px;
}
a{
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
h3 span{
	display: none;
}
h3 img{
	display: block;
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 760px;
}
#container{
	background: url(../images/container-bgr.gif) repeat-x top;
	height: 1%;
	padding: 10px 10px 0;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.png);
	height: 89px;
	margin: 0 auto;
	padding: 8px 14px 0;
	width: 740px;
}
#top{
	font-size: 11px;
	height: 31px;
	line-height: 30px;
	margin: 0 auto;
	text-transform: lowercase;
	width: 768px;
}
#top ul{
	text-align: center;
}
#top li{
	display: inline;
	padding: 0 15px 0 5px;
}
#top li.last{
	background: none;
	padding: 0 5px 0 5px;
}
#top li a{
	text-decoration:none;
}
#top li a:hover{
	text-decoration:none;
	background:none;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 420px;                  /* 249px  */
}
#header h1 a{
	background: url(../images/logogr.gif) no-repeat;
	display: block;
	height: 83px;
	width: 420px;                  /* 249px  */
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	font-size: 16px;
	height: 83px;
	text-transform: lowercase;
	width: 480px;
}
#nav1 li{
	float: left;
	line-height: 83px;
	text-align: center;
}
#nav1 li a{
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	width: 120px;
}
#nav1 li a:hover,
#nav1 li.active a{
	text-decoration: underline;
}
#nav1 li#n11{
	background:#28aae1 url(../images/nav11.gif) repeat-x top;
}
#nav1 li#n11.active,
#nav1 li#n11 a:hover{
	background:#28aae1 url(../images/nav11-hover.gif) repeat-x top;
}
#nav1 li#n12{
	background:#8bc541 url(../images/nav12.gif) repeat-x top;
}
#nav1 li#n12.active,
#nav1 li#n12 a:hover{
	background:#8bc541 url(../images/nav12-hover.gif) repeat-x top;
}
#nav1 li#n13{
	background:#fec114 url(../images/nav13.gif) repeat-x top;
}
#nav1 li#n13.active,
#nav1 li#n13 a:hover{
	background:#fec114 url(../images/nav13-hover.gif) repeat-x top;
}
#nav1 li#n14{
	background:#ec2028 url(../images/nav14.gif) repeat-x top;
}
#nav1 li#n14.active,
#nav1 li#n14 a:hover{
	background:#ec2028 url(../images/nav14-hover.gif) repeat-x top;
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
}
#columns h2{
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0 0 0 4px;
}
#columns p{
	padding: 0 0 10px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 24px 0 0;
	text-align: justify;
	width: 527px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 10px 0 0;
	width: 191px;
}
/*=== Styling Lists ===*/
/*- Error Handling */
ul.error_list li, label.errortext
{
	color:#DD0000;
}
.error {
	border:1px solid #FF0000;
	background:#FFEAEA;
	padding:10px;
	margin:10px 0;
	color:#DD0000;
}
.secondary-alert {
	border:1px solid #FFCC00;
	background:#FFFFCC;
	padding:5px;
	margin:10px 0;
	color:#C60000;
	text-align:center;
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #aaaaaa;
	clear: both;
	color: #c1c1c1;
	font-size: 10px;
	height: 18px;
	padding: 10px 0 3px;
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 6px;
	margin: 0 auto;
	overflow: hidden;
	width: 768px;
}