/* Style Sheet 

*/
/**************/

/**************/
@import url("master.css");
/**********************************
	LAYOUT STYLES
**********************************/
#container{
	width:845px;
	background-color:#0A1265;
	margin:0;
	padding:0px;
	background-image:url("../images/background.jpg");
	background-repeat:no-repeat;
	background-position:0 60px;
}
#header {
	background: url('../images/header.jpg') no-repeat scroll top left;
	width: 845px;
	height: 67px;
}
#header a#logo{
	display:block;
	width:200px;
	height:61px;
	text-indent:-9999px;
}
#content{
	background-color:#fff;
	margin-left:125px;
	width:720px;
}
#featured-box {
	background: url('../images/blue_box.jpg') no-repeat scroll top left;
	width: 629px;
	height: 317px;
	margin:0 40px 0 40px;
	padding:13px;
}
#widget-box{
	float:left;
}
#right-box{
	width: 210px;
	float:left;
	padding-left:16px;
}
#get-widget {
	background: url('../images/get_wdiget_callout.jpg') no-repeat scroll top left;
	width: 115px;
	height: 146px;
	font-size:12px;
	font-weight:bold;
	padding:10px 80px 0 10px;
	line-height:1.5;
	margin:33px 0 0 5px;
}
/**********************************
	TYPOGRAPHY STYLES
**********************************/
h1{
	width:100%;
	text-align:center;
	font-size:30px;
	color:#000f7e;
	padding:20px 0 20px 0;
	font-weight:bold;
}
h2{
	font-size:12px;
	font-weight:bold;
	padding:20px 40px 20px 40px;
}
p{
	font-size:12px;
	padding:0 40px 0 40px;
	line-height:1.5;
}
#featured-box p{
	padding:10px 0 0 10px;
}
/**********************************
	LINK STYLES
**********************************/

/**********************************
	FORM STYLES
**********************************/

/**********************************
	NAVIGATION STYLES
**********************************/

/**********************************
	MISC STYLES
**********************************/