@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#silverBullet {
	width:960px;
	margin:0 auto;
}
#header {
	height:240px;
	width:100%;
	background-color: #03C;
	background-image: url(assets/headers/header01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
/* Begin NavBar style */
#nav {
	font-size:12px;
	float:right;
	margin-top:216px;
	margin-right:4px;
	overflow:hidden;
}
#nav a, #nav a:visited {
	color:#EEEEEE;
	text-decoration:none;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	color:#FFFF66;
	text-decoration:underline;
}
/* End NavBar style */

#accent {
	width:255px;
	float:left;
	margin:0;
}
#feature {
	height:351px;
	background-image: url(assets/box-bgs/blue-white-horz.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
#mainContent {
	float:right;
	min-height:100px;
	width:705px;
}
#leftContent {
	float:left;
	width:328px;
	height:232px;
	margin:4px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
#rightContent {
	float:right;
	width:312px;
	height:200px;
	padding:14px;
	margin:4px;
	background-image: url(assets/box-bgs/gold-gradient-vert.jpg);
	background-repeat: repeat-x;
	background-color: #FFC;
	border: 2px solid #FE5;
}

.clearFloat {
	clear:both;
	font-size:1px;
	line-height:1px;
}
.homeIcon {
	padding-right: 12px;
	padding-bottom: 4px;
}
.checkmarkDark, .questionmarkDark, .exclamationDark, .checkmarkLight, .questionmarkLight, .exclamationLight {
	width:64px;
	height:64px;
}
.checkmarkLight, .questionmarkLight, .exclamationLight {
	margin:8px;
}
#bottomLeft {
	width:304px;
	padding:8px;
	color:#333333;
	float:left;
}
#bottomRight {
	width:624px;
	padding:8px;
	color:#333333;
	text-align:justify;
	float:right;
}
#footer {
	width:100%;
	color:#AAAAAA;
	font-size:10px;
	text-align:right;
}
#footer, #footer a, #footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#777777;
	text-decoration:underline;
}
.checkmarkDark {
	background:url(assets/basic-icons/checkmarkLight.gif) no-repeat;
}
.questionmarkDark {
	background:url(assets/basic-icons/questionmarkDark.gif) no-repeat;
}
.exclamationDark {
	background:url(assets/basic-icons/exclamationDark.gif) no-repeat;
}
.checkmarkLight {
	background:url(assets/basic-icons/checkmarkLight.gif) no-repeat;
}
.questionmarkLight {
	background:url(assets/basic-icons/questionmarkLight.gif) no-repeat;
}
.exclamationLight {
	background:url(assets/basic-icons/exclamationLight.gif) no-repeat;
}
.iconText {
	margin-top:-64px;
	margin-left: 76px;
	margin-bottom: 16px;
	margin-right: 0px;
}.yellowBox {
	background-color: #FFEE55;
	background-image: url(assets/silverbullet/yellowBox.jpg);
	background-repeat: repeat-x;
	border: 2px solid #FFEE55;
	width: 678px;
	margin: 8px;
	min-height: 84px;
	color: #660000;
	padding: 4px;
	overflow:auto;
}
.smallText {
	font-size:12px;
}
#silverBullet #mainContent #rightContent div form .submit {
	background-color: #090;
	color: #FFF;
	border: 1px solid #060;
}

