/***********************************************/
/* Submission Factory Style Sheet              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #0033CC;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 1px auto auto auto;
	padding: 0px 0px;
	border: 2px solid #000000;
	background-color: #FF9900;
	background-repeat: repeat-x;
	height: 90px;
	width: 995px;
	text-align: left;
}

#navBar{
	float: left;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0%;
	width: 135px;
	background-color: #FFCC66;
	border: 2px solid #000000;
	text-align: left;
}

#content{
	float: left;
	width: 78%;
	margin: 0px 0 0 30px;
	padding: 0 0 0 0%;
	text-align: left;
}

#content a:hover {
	text-decoration: underline;
}

#container {
	clear: both;
	width: 1000px;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -500px;
	margin-top: 1px;
	padding: 0px;
	text-align: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}

/*************** #pageName styles **************/

#pageName{
	padding: 5px 0px 10px 0px;
}


/************* #globalNav styles **************/

#globalNav {
	float: right;
	color: #cccccc;
	border: 2px solid #000000;
	margin: 12px 3px 0px 0px;
	padding: 0px 10px 2px 10px;
	background-color: #999999;
	white-space: nowrap;
}

#globalNav img {
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #sectionTitle styles *************/

#sectionTitle{
	margin: 7px 3px 0px 0px;
	float: right;
	width: 25%;
	font-size: 13pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 0px 0px 3px 10px;
	letter-spacing: 3px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.feature h3{
	padding: 20px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story img{
	padding: 0px 10px 0px 0px;
	margin: 15px 5px 5px 0;
}

.story td {
	border: 1px solid #000000;
}

/*********** #navBar styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #333333;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#willImage {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #000000;
	background-color: #3333CC;
	background-image: url(../Images/willImage.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}

/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	font-size: 90%;
	background-color: #FFCC66;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #000000;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #000000;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #000000;
	background-color: #FFCC33;
	padding: 2px 0px 2px 10px;
}


/*********** .otherLinks styles ***********/

.otherLinks {
	margin: 0px;
	padding: 0px 3px 5px 3px;
	font-size: 60%;
	border-bottom: 1px solid #000000;
	line-height: 14pt;
}

.otherLinks h3{
	font-size: 10.5pt;
	padding: 10px 0px 2px 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
.otherLinks li {
	border-top: 1px solid #000000;
}

/* fix for browsers that don't need the hack */
html>body .otherLinks li {border-bottom: none;}

/************** #headlines styles **************/

#headlines {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #333333;
	font-size: 80%;
}

#headlines p {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
}

/************ #subDetails styles **************/

#subDetails {
	margin: 7px auto;
	padding: 0px 0px 0px 0px;
	height: 20px;
	clear: both;
}

#subDetails p {
	float: left;
	padding: 0 0 0 30%;
	margin: 0 0 0 3%;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #999999;
	background-image: url(../Images/detailsBar.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
}
	