/*layout.css*/

/* Normalizes margin, padding */
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0; 
	padding:0; }*/

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	}

/* Removes list-style from lists */
/*ol,ul { list-style : none; }*/

/*first level list*/
.lev_1 ul {
	/*list-style : none;*/
	}
	
.lev_1 li {
	list-style : none;
	background:url(../images/silk/bullet_green.png) no-repeat 0 0;
	padding-left: 17px;
	}
	
/*second level list*/
.lev_2 li {
	list-style : none;
	}	
	
/* add bullet to list item for second level only*/

.lev_2 li ul li {
	background:url(../images/silk/bullet_green.png) no-repeat 0 0;
	padding-left: 17px;
	}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style : normal; 
	font-weight : normal;
	}

/* Collapses table borders */
table {
	border-collapse:collapse;
	border-spacing : 0;
	}

/* Removes border from fieldset and img */
fieldset {
	}
	
/*sets size and other paramaters of wizard tables*/
.wiztable {
	width: 95%;
	margin: 0 0 0 20px;
	border: 1px solid #339966;/*green*/
	clear:both;
	}
	
	/* Left-aligns text in caption and th */
caption,th { 
	text-align : left;
	}
	
.wiztable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #33517A;
	padding: 0.4em 0 0.8em 20px;
	}
	
.wiztable td, .wiztable th {
	/*border: 1px solid #73C0D4;*/
	/*border: 1px solid #CCFFFF;*/
	border: 1px solid #339966;/*green*/
	
	}	
		
.wiztable th {
	background-color:#BCBCBC;
	font-weight:bold;
	text-align: left;
	padding: 0.2em;
	}
	
.wiztable th.step {
	width:65%;
	}
.wiztable th.status, .wiztable th.next {
	width:15%;
	text-align:center;
	}
.wiztable th .options {
	width:30%;
	text-align:center;
	}
	
.right {
text-align:right;
	}
			
/* Removes quotation marks from q */
q:before, q:after {
	content :''; 
	}

/* layout*/

html { 
	text-align : center;
	}

body { 
	position : relative; 
	/*width : 770px; */
	width : 740px;
	margin : 0 auto; 
	text-align : left; 
	}

div#content { 
	position : relative; 
	width : 100%;
	padding : 1em 0;
	min-height: 550px;
	}


/*div#content_main {
	left : 0; 
	width : 50%; 
	padding : 1em 0;
	}
  
div#content_sub { 
	left : 50%;  
	width : 50%; 
	padding : 1em 0;
	}*/

/* =switch columns */
/*div#content_main {
	left : 50%; 
	width : 50%; 
	padding : 1em 0;
	}
  
div#content_sub { 
	left : 0;  
	width : 50%; 
	padding : 1em 0;
	}*/


div#branding, div#nav_main, div#site_info {
	width : 100%;
	}

/* =si_clear_children */
/*.pc,.sc {
	position : absolute;
	top: 0; left: 0;
	}
	
.clear_children,.cc_tallest {
	position: relative;
	} 
.cc_tallest:after {
	content: '';
	}*/ /* PREVENTS A REDRAW BUG IN SAFARI */
	
	/* javascript additionalInfo styles*/
.additionalInfo {
	border: 1px solid #339966;/*green*/
	padding: 5px;
	margin: 5px;
}

.clear {
	clear:both;
	}