@charset "UTF-8";
/* <Global Layout Stuff> */

* {
	margin: 0;
	padding: 0;
	outline:none;
}

* {
	margin: 0;
	padding: 0;
	outline:none;
}


p {line-height:17px;}

 ul li {list-style-type:none;}


html, body {
	height: 100%;
		font-family:Verdana, Geneva, sans-serif;

}

body {
	background: #ced9ea url(../images/page_bg.jpg) repeat-x;
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

div#wrap {
	width: 968px;
	margin: auto;	
	border: 1px solid #a6a6a6;
	background-color:#ffffff;
	z-index:1;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(assets/utils/PIE.htc);
}

div#container {
	width: 928px;
	margin: auto;	
	background-color:#ffffff;
	padding:20px;
	
}

#left {float:left;width:685px;padding-right:20px}
#right {float:left;width:220px;}

div#masthead {
	height: 35px;
	padding: 20px;
	
}

h1 {
    color: #CD5812;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
}

h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0;
	margin-bottom: 5px;
}

.bar {height:5px;background-color:#cd5812;margin-top:20px;}
.holder {padding:5px;}
.details {font-size:11px;margin-top:6px;}
.details img {border: 1px solid #a6a6a6}
.button-pad {padding: 10px 0 8px 0;}

/* <Links> */
	a:link {color: #222c80;	text-decoration: none;outline:none;
}
	a:active {color: #222c80;}
	a:visited {color: #222c80;}
	a:hover {color: #222c80;text-decoration:underline;}
/* </Links> */


.clearer {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
	height:1px;
	border:none;
}
	

/* <Sidebar Stuff> */	

div#sidebar p {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

div#sidebar a.discover-more {
	background: url(../../assets/images/bullet-sm.gif) no-repeat left;
	padding-left: 20px;on: none;
	text-indent: -3000em;
}

div#sidebar a.discover-more img {
	display: none;
}

ul.special-bullets li img {
	display: none !important;
}

div#sidebar a.discover-more:hover {
	color: #c90044;
}

div#sidebar h3 {
	font-size: 14px;
	margin: 15px 0;
	padding: 10px 10px 0 0;
}

div#sidebar h4 {
	font-size: 12px;
	margin: 20px 0px 5px 0px;
	padding: 0 10px 0 0;
	font-weight: bold;
	line-height: 16px;
}

ul#options {
	list-style-type: none;
	color: #3e4c57;
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding:  0;
}

ul#options li {
	margin: 0 0 10px 0;
}

		ul#options li a {
			background: url(../images/bullet-sidebar.gif) no-repeat 0px -4px;display:block;
			text-decoration: none;
			margin: 0 0 0 0px;
			padding-left: 23px;
			padding-bottom: 3px;
			font-size: 11px;
			line-height: 15px;
		}

		ul#options li a:hover {color: #222c80;text-decoration:underline;}
		
ul#options li.last {
	margin-bottom: 0px;
}

ul.linklist li {
		background: url(../images/icon-arrow-no-circle.png) left 4px no-repeat;
		padding-left: 20px;
		margin-top: 8px;
		}

/* </Sidebar Stuff> */



/* <Footer Elements> */


	
#footer {	
background:#222c80;

	width: 965px;
	margin: auto;
	margin-top: 100px;
	padding: 3px 0 0 0;
	
	}

#footer ul {
	float: left;
	background: #222c80;
	width: 718px;
	padding: 8px;
	}

#footer ul li {
	color: #191919;
	list-style-type: none;
	float: left;
	font-size: 11px;
	padding: 2px 12px 1px 12px;
	background: url(../images/nav-footer-divider.gif) right 4px no-repeat;
	width: auto;
	
	}

#footer p {
	text-align: right;
	font-size: 11px;
	color: #fff;
	padding: 5px 5px 0 0;
	}

#footer ul li.first {
	padding-left: 0px;
	}

#footer ul li.last { background:none; border:none; }

#footer ul li a {
	font-size: 11px;
	text-decoration: none;
	color:#fff;
	}

#footer ul li a:hover {
	text-decoration: underline;
	}




/*


*/

/* </Footer Elements> */









	





/* <Misc> */
img {border: none;}






/* </Misc> */

	
/* <IE6 Fixes> */
/* none */
/* </IE6 Fixes> */



/* <IE7 Fixes> */
/* none */
/* </IE7 Fixes> */

a.button {
	background: #222c80;
	padding: 5px 10px;
	font-size: 10px;
	cursor:pointer;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	
	
	

	}

	a.button:hover {
		background: #005293;}

