
/*___________________   Alsure / General Styles */

* {
	margin:0;
	padding:0;
}

body {
	padding:0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	background: #D7E9F3 url(../images/bg_grad.jpg) repeat-x top;
	font-size: 80%;
	line-height: 1.4em;
	color: #000;
	overflow: visible;
}


h1	{
	font-size: 1.5em;
	padding:0;
}

h2	{
	font-size: 1.em;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h3	{
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	margin: 12x 0 6px 0;
}

h4	{
	font-size: 1em;
	line-height: 1.em;
	margin-bottom: 4px;
	clear:both;
}

p	{
	margin: 0;
	padding: 0 0 0.8em 0;
}


ul, ol	{
	padding:0;
	position:relative;
	margin-bottom:10px;
}


a, a.visited {
	color: #FFF;
	text-decoration: underline;
}

a:hover, a.selected	{
	text-decoration: none;
	color:#000;
	
}

/* Contentwrappers */

#pagewrapper	{
	width: 721px;
	margin: 0 auto;
	background:#F5F9FC url(../images/bg_header.jpg) no-repeat top;
	margin-bottom:0;
}

#pagefooter	{
	background: url(../images/bg_footer.jpg) no-repeat bottom;
	height: 96px;
	margin:0;
	clear:both;
}

* html	#contentwrapper	{
	padding: 5px 0 0 10px;
}

#contentwrapper	{
	overflow: hidden;
	padding: 5px 40px 0 60px;
	
}

#utilities	{
	float:right;
	margin: 0 0 50px 0;
	padding-right:30px;
}

#headwrapper	{
	margin:0;
}

#maincontent {
	clear: both;
	margin-top: 60px;
	padding-top: 10px;
}

* html #maincontent {
	margin: 10px 0 0 50px;
	padding-top:0;
}


.leftwrapper	{
	float:left;
	width: 370px;
	padding: 0 35px 0 0;
}


.rightwrapper	{
	float:left;
	width: 215px;

}

#bottomwrapper	{
	clear: both;
	margin-top:20px;
	float:left;
}

/* Used on index pages */

.leftbar	{
	float: left;
	width:160px;
	margin: 108px 30px 0 0px;
}

.rightbar	{
	float: left;
	width:160px;
	margin: 108px 25px 0 0;
}

.rightbar2	{
	float: left;
	width:160px;
	margin: 172px 10px 0 0;
}

/* Used on pages without left menus */

p.initial {
	margin-top: 10px;
}

.highlight	{
	color:#FF0;
}

.style1 {
	color: #FFF;
}

.style2 {
	color: #600;
	font-weight: normal;
}

.subtitle	{
	font-size: 1.2em;
	margin: 5px 0 6px 0;
	font-weight: bold;
}
/* Internal links */

.titlelink	{
	background: url(../images/bullet2.gif) no-repeat left;
	color:#36C;
	padding-left: 18px;
	font-size: 1em;
}

.titlelink:hover	{
	color:#600;
}

.subtitlelink	{
	color:#003;
	font-size: 1em;
}

.subtitlelink:hover	{
	color:#600;
}


a.highlight:hover	{
	color:#FC0;
}

a.interlink	{
	color: #600;
	text-decoration: underline;
}

a.interlink:hover	{
	color: #36C;
	text-decoration: none;
}

a.internalink	{
	color: #600;
	text-decoration: underline;
	padding: 2px 2px 2px 17px;
	margin: 0 2px;
	background: url(../images/bullet2.gif) no-repeat left;
}

a.internalink:hover	{
	color: #36C;
	text-decoration: none;
}


a.inverse, a.newslink {
	color: #000;
	text-decoration: underline;
	display:block;
	padding: 2px;
	overflow: visible;
	float:left;
}

a.inverse:hover, a.newslink:hover	{
	color: #FFF;
	background: #000;
	text-decoration: none;
}



a.mainlink {
	color: #000;
	text-decoration: underline;
}

a.mainlink:hover {
	color: #666;
	text-decoration: none;
}

a.lightlink {
	color: #FFF;
	text-decoration: underline;
}

a.lightlink:hover {
	color: #CCC;
	text-decoration: none;
}


.maintitle	{
	font-size: 1.8em;
	margin-bottom: 12px;
}

.midtitle	{
	font-size: 1.4em;
}

.minititle	{
	font-size: 1.3em;
}

.clear	{
	clear: both;
}

p.summary	{
	font-weight: bold;
	margin: 5px 0;
}

a.imglink img, a.imglink:hover img	{
	border: none;
}

.hidden	{
	text-indent: -8000px;
}


/*Navigation/Menus/Lists */


#utilities ul li	{
	float:left;
	display:block;
	padding: 0 2px;
	font-size: 90%;
	margin: 0 3px;
	line-height: 1.1em;
}

#utilities ul li a	{
	color:#FFF;
	margin:0;
	text-decoration: underline;
}

#utilities ul li a:hover, #utilities ul li a.selected	{
	color:#FF0;
	text-decoration: none;
}


#menu ul	{
	clear:right;
	margin: 45px 0 30px 145px;
	float:left;
}

* html #menu ul	{
	clear:right;
	margin: 45px 0 30px 100px;
	float:left;
}


#menu li	{
	list-style-type: none;
	margin-right: 25px;
	padding:0;
	display:block;
	float:left;
	font-weight: bold;
}

#menu li a	{
	background: url(../images/tabs_left_off.jpg) no-repeat left top;
	padding: 0 0 0 17px;
	display:block;
	float:left;
	text-decoration: none;
	margin:0;
}

#menu a:hover, #menu a.selected	{
	color: #FC0;
	background: url(../images/bullet1.gif) no-repeat left;
}

#menu li.selected	{
	background: url(../images/tabs_right_on.jpg) no-repeat right top;
	float:left;
	display:block;
}

#menu li.selected a	{
	background: url(../images/tabs_left_on.jpg) no-repeat left top;
	color: #FFF;
}


ul.navlinks	{
	float:right;
	clear: both;
	list-style-type: none;
	margin:2px 0;
}

ul.navlinks li	{
	display:inline;
}

ul.navlinks li a {
	display:block;
	float:left;
	text-decoration: none;
}

ul.navlinks li a.selected {
	color: #F00;
}

ul.nobullets	{
	list-style-type: none;
	margin:10px 0;
}


ul.list li  {
	list-style-type: none;
	background: url(../images/bullet4.gif) no-repeat 2px 5px;
	padding-left: 16px;
	margin: 6px 0;
}


ul.listlinks	{
	clear: both;
	list-style-type: none;
	display: block;
	line-height: 1.8em;
	padding-bottom: 10px;
}

/* List Item links*/

ul.listlinks li a {
	padding:2px 4px;
	color: #600;

}

ul.listlinks a.selected	{
	font-weight: bold;
}

ul.listlinks li  {
	background: url(../images/bullet2.gif) no-repeat left;
	padding-left: 16px;
}


ul.listlinks li a:hover  {
	color:#36C;
}

/* Side Menu */

ul.sidemenu	{
	margin:0;
	list-style-type: none;
}

ul.sidemenu li	{
	margin-bottom: 1px;
	line-height: 1.2em;
	padding: 6px 0;
	border-left: 10px solid #CCC;
	border-bottom: 1px solid #999;
	background: url(../images/bg_grad_grey.gif) repeat-x 0 bottom;
}

ul.sidemenu li a	{
	background: url(../images/icon_menu_off.gif) no-repeat 5px 2px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 0.9em;
}

ul.sidemenu li a.selected	{
	background: url(../images/icon_menu_on.gif) no-repeat 5px 3px;
	padding-left: 20px;
	font-weight:bold;
}

/* Specific Sections - Home */


/* Content wrappers / Footer */

ul.footlinks	{
	clear: both;
	list-style-type: none;
	margin: 10px auto;
	padding:0;
	width: 721px;
	text-align: center;
}

ul.footlinks li	{
	display:inline;
	margin-bottom: 5px;

}

ul.footlinks li a {
	text-decoration: underline;
	margin: 0 5px;
	padding: 2px 12px 2px 2px;
	color: #036;
}

ul.footlinks li a:hover {
	text-decoration: none;
	color:#36C;
}

#footerwrapper	{
	clear: both;
	background: #999;
	padding: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	margin-bottom: 30px;
}

/*___________________  / Form Styles */


.formlabel	{
	clear: both;
	display: block;
	foat:left;
	padding: 5px 0;
}

.component	{
	clear:both;
	margin-bottom: 10px;
}

.submit	{
	background:  url(../images/bg_grad_cccfff.gif) repeat-x 20px;
	clear: both;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	border-right: 1px solid #666;
	padding: 2px 2px 4px 2px;
	margin: 8px 0;
	display: block;
}

textarea.smlcontent	{
	width: 350px;
	height: 6em;
}