@import url("inside.css");

/* reset margins */
* {border:0; margin:0; padding:0;}
p {border:0; margin:0; padding:0;}

/*body styles */
body {
	background-color: #bbc4d2;
	text-align: center;
	font-family: arial, verdana;
	font-size: 12px;
	line-height:18px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #285cb2;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
hr {
	border-top: solid 1px #5d98da;
	margin-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 14px;
	color: #009900;

}
h4 {
	font-size: 12px;
	color: #094ec0;
}

#clearall {
	clear: both;
}

#main {
	background-color: #ffffff;
	border: solid 10px #fff;
	text-align: left;
	width: 980px;
	}

/* Masthead Styles */

#masthead-r{
	float: right;
	text-align: right;
}
#webinar {
	background: url(../images/webinar-bg.gif) no-repeat left center;
	margin:35px 15px 0px 0px;
	height: 21px;
	padding-top: 3px;
	width: 207px;
	text-align: center;
}
#webinar a{
	color: #fff;
	font-size: 14px;
}
#navigation {
	margin-bottom: 5px;
}
/*
#home-intro {
	background: url(../images/home_main.jpg) no-repeat;
	padding: 10px;
}
*/
#button1 {
	background: url(../images/button_1.gif) no-repeat left center;
	padding:5px;
	margin: 0px;
	text-align: center;
	width: 121px;
}
#button1 a {
	color: white;
	font-size: 12px;
	font-weight: bold;	
	line-height: 14px;
}

/* Homepage Styles */

#content1 {
	background:url(../images/full_radius_base.gif) no-repeat bottom left;
	width: 980px;
}
#content1-cap{
	background:url(../images/full_radius_cap.gif) no-repeat top left;
	padding: 10px;
}
#mini-box {
	background: url(../images/mini_box_tab_cap.gif) no-repeat top left;
	width: 237px;
	height:400px;
	float: left;
}
#mini-box a  {
	color: #fff;
	margin-left: 172px;
	line-height: 22px;
}
#info-box { border-right: solid 1px #999; border-bottom: solid 1px #999;}
#info-box .first {border-left: solid 1px #999;}
#info {padding:5px; width:227px;}
.first{
	margin-left: 15px;
	}
#mini-box #content {
	height: 205px;
}
#content 
{
	background-color: #f2f3f5;
	border-width: 0 1px 1px 1px;
	border-color: #999;
	border-style: solid;
	padding: 8px 5px 15px 5px;
}
#content .first{
	border-right:0}
	
#footer {
	color: #666;
	}
#footer #navigation{
	margin-bottom: 10px;
}
#footer-links {
	float: right;
}
.wht{font-weight:bold}