html, body { margin:0; padding:0; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.4em;
	color:#666666;	
}
textarea 
{ 
	font-size:1em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p {
	margin:3px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.Cell,
.CellNoBottomBorder
{
	border: solid 1px #cdced3;
	background: #dadde4 url(../../Images/CellBackground.gif) repeat-x;		
}

.CellNoBottomBorder
{
	border-bottom: none;
}

.CellSeparator
{
	height:1px;
	border-bottom: dashed 1px #cdced3;
	margin: 1em 0 1em 0;
}

#banner
{
	background: #ffffff url(../../Images/WisMainBlank.gif) no-repeat;
	position:relative;
	width:575px;
	height:162px;
	border:none;
	color:White;
	font-weight:bold;
}

#banner-bottom
{
	background: #ffffff url(../../Images/WisMainBottom.gif) no-repeat;
	position:relative;
	width:575px;
	height:28px;
	border:none;
	color:White;
	font-weight:bold;
}

#banner-bottom-text
{
	padding: 0.5em;
}

#banner-bottom a
{
	text-decoration:none;
	color:White;
	font-weight:bold;
}

#banner-bottom a:hover
{
	text-decoration:underline;
	color:White;
	font-weight:bold;
}

#home-main-cell-container
{
	background: white none;
	padding-top:1px;
}

#home-main-cell
{
	position:relative;
	width:559px;
	height:100%;
	padding:5px 7px 5px 7px;	
	margin-top:1px;
	margin-right:2px;
}

#home-main-cell .title a
{
	color:#0f518e;
	font-weight:bold;
}

#home-main-cell .image-container
{
	position:relative;
}

#home-main-cell .image-container a
{
	border: solid 1px #59595b;
	margin: 0.25em 0.25em -0.25em 0em;
	position:absolute;
}

#home-main-cell .image-container a:hover
{
	border-color: #CB2658;
}
#home-main-cell .image-container img { width: 66px; height:43px; }

#home-main-cell .image-container .description
{
	position:relative;
	top:53px;
	font-size:0.9em;
	color:#123849;
	padding-right:0.25em;
}

.bottom-link
{
	background-image: url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	position:relative;
	text-align:right;
}
.bottom-link a,
.bottom-link a:visited
{
	text-decoration:none;
	color:#CB2658;
}
.bottom-link a:hover
{
	text-decoration:underline;
}

.raised
{
	margin-top:-1em;
}

#side-container
{
	background: white none;
}

#side-container1
{
	font-size:0.8em;
	position:relative;
	height:82px;
	width:127px;
	margin: 0 0 2px 2px;
	padding:5px 7px 5px 7px;
	overflow:hidden;
}

#side-container2
{
	font-size:0.8em;
	position:relative;
	height:82px;
	width:127px;
	margin: 2px 0 2px 2px;
	padding:5px 7px 5px 7px;
	overflow:hidden;
}

#side-container3
{
	position:relative;
	width:127px;
	height:100%;
	font-size:0.8em;
	margin: 2px 0 0 2px;
	padding:5px 7px 5px 7px;
	overflow:hidden;
}

#address-container
{
	color:#848484;
	position:relative;
	padding:5px 7px 5px 7px;
}
#address-container div.phone
{
	color:#646464;
	position:absolute;
	left:5em;
	display:inline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	position:relative;
	width:720px;
	padding:0;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background: white url(../../Images/IndexBgRepeat.png) repeat-y;
	}

/* IE 6 and lower hacks */
#ie6andlower #content-container-two-column { height:auto; margin-bottom:-13px; }

#content-main-two-column 
{
	float:left;
	width:575px;
}

#content-side-two-column 
{
	float:right;
	width:145px;
}

#content-container-two-column bottom-link
{
	position:relative;
	right:0px;
}

#content-side-two-column-bottom 
{
	height:1px;
	min-height:1px;
	width:720px;
	background: white url(../../Images/IndexBgBottom.png) no-repeat;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {	
	padding:0;
	margin:0 0 10px 0;
	}

#three-column-side1 {
	float:left;
	width:32%;
	}

#three-column-side2 {
	float:right;
	width:32%;
	}

#three-column-middle {
	width:32%;
	margin:0px 32% 0px 35%;
	}
	
#ie6andlower #three-column-middle {	float:left; margin:0; }
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - SINGLE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-single-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:718px;
	border: solid 1px #cdced3;
	position:relative;
	min-height:403px;
	height:100%;
	padding:0px;
	}
#content-main-single-column {
	width:718px;
	position:relative;
	padding:5px;
	z-index:1;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - THREE COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-three-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:718px;
	border: solid 1px #cdced3;
	position:relative;
	min-height:403px;
	height:100%;
	padding:0px;
	background: white url(../../Images/PageBackgroundRepeat.gif) repeat-y;
}
#content-container-three-column #background
{
	position:absolute;
	z-index:0;	
	top:0;
	left:0;
}
#content-container-three-column #background img
{
	position:relative;
	top:0;
	left:0;
	width:720px;	
	height:403px;
}

#content-main-three-column {
	width:424px;
	float:left;
	position:relative;
	padding:5px;
	z-index:1;
	}
	
#content-side2-three-column {
	float:right;
	position:relative;
	padding:5px;
	width:123px;
	font-size:.8em;
	z-index:0;
	}

#content-side1-three-column {
	float:left;
	position:relative;
	padding:5px;
	width:135px;
	font-size:.8em;
	z-index:2;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POPUPS - CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#popup-container-two-column {	
	padding:0px;
	width:100%;
	border:none;
	position:relative;
	height:100%;
	min-height:400px;
}

#popup-side-column 
{
	position:absolute;
	border-right: dashed 1px #cdced3;
	border-bottom: dashed 1px #cdced3;
	background-color: #dadde4;
	width:150px;
	height:100%;
	min-height:400px;
}

#popup-main-two-column 
{
	position:relative;
	border-bottom: dashed 1px #cdced3;
	margin-right:150px;
	left:150px;
	padding:2em;
	height:100%;
	min-height:400px;
}

#popup-side-column #popup-logo-container,
#popup-side-column #popup-title-container
{
	margin:1em auto 0 auto;
	text-align:center;
	white-space:nowrap;
	font-size:0.8em;
	font-weight:bold;
}
#popup-side-column #popup-title-container
{
	border-top: dashed 1px #cdced3;
	border-bottom: dashed 1px #cdced3;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container a.heading {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	margin-top:0px;
	font-size:1.3em;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
#three-column-container a.heading:hover,
#three-column-container a.heading:link,
#three-column-container a.heading:visted,
#three-column-container a.heading:active
{
	color:#666666;
	text-decoration:none;
}
	
h1, h2, h3, h4, h5, h6 {
	color:#3f3f3f;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 
{
	color: #323269;
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
	margin-bottom:0.25em;
}


#content-container-two-column h1
{
	margin-bottom:0.25em;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



a:link,
a:visited {
	text-decoration:none;
	color:#CB2658;
}

a:hover {
	color:#F9266C;
	text-decoration:underline;
}
#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:5.5em;
	margin-top:3em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	color:#999999;
	font-size:.85em;
	position:relative;
	width:720px;
	}
	
#top-information-logo,
#top-information-logo img
{
	text-align:left;
	border:none;
	position:absolute;
	top:0;
	left:0;
	width:156px;
	height:49px;
	padding:0;
	margin:0;
	}
	
#top-information-phone {
	text-align:left;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:29%;
	padding: 0 0 0 1%;
	}
	
#top-information-search {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:relative;
	top:0;
	left:70%;
	height:100%;
	padding:0 0 0 2%;
	}

#top-information-search-box 
{
	width:150px;
	height:14px;
	position:absolute;
	left:5px;
	bottom:8px;
}
#top-information-search-box input
{
	font-size:0.9em;
	padding-left:2px;
	border: solid 1px #b5b5b5;
	width:100%;
	height:100%;
}
#top-information-search-button 
{
	width:50px;
	height:18px;
	position:absolute;
	left:163px;
	bottom:4px;
}

#top-information-search-button input
{
	background: #ffffff url(../../Images/ButtonBackground.gif) no-repeat;
	border: none;
	width:100%;	
	height:100%;
	font-size:0.9em;
	color:White;
	padding-bottom:3px;
}

/* IE tweaks */
#ie #top-information-search-button input { padding-top: 3px; }


#top-information-link {
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
	}

#heading{
	text-align: left;
	font-size:1.4em;
	font-weight:bold;
	}


#subheading{
	font-size:1.1em;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background:#608fc8 url(../../images/NavBarBackground.gif) repeat-x;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:20px;
	position:relative;
	font-size:1.1em;
	font-weight:normal;
	border:solid 1px #080872;
	padding: 4px 0px 0px 20px;
	z-index:100;
}

#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#nav-main a:link,
#nav-main a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover {
	color:White;
	text-decoration:underline;
}

#nav-main a:active {
	color:#FFFFFF;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:none;
}

#nav-main li.current a:hover {
	color:White;
	text-decoration:underline;
}

#nav-main li.current a:active {
	color:#FFFFFF;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:none;
}

#nav-main .DynamicMenuStyle
{
	padding: 2px 4px 0px 4px;
	background:#1371b9;
	border:solid 1px #22245d;
}
#nav-main .DynamicMenuItemStyle
{
	padding: 2px 0px 2px 0px;
}
#nav-main .DynamicHoverStyle,
#nav-main .DynamicSelectedStyle
{
	color:#D4E7F8;
	text-decoration:none;
}

#nav-main a.DynamicSelectedStyle:link,
#nav-main a.DynamicSelectedStyle:visited {
	color:#D4E7F8;
	text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#pagetitle {
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	width:680px;
	background:#A3B2C2;
	border:solid 1px #A3B2C2;
	position:relative;
	color:white;
	font-size: 1.2em;
	font-weight:bold;
	padding:.25em 20px .25em 20px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding-left: 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}

ul.no-lines,
ul.no-lines li {
	border:none;
}

ul.list-of-links li a:link,
ul.list-of-links li a:visited {
	text-decoration:none;
	color:#CB2658;
}

ul.list-of-links li a:hover {
	text-decoration:none;
	color:#F9266C;
}

ul.list-of-links li ul.list-of-links li
{
	/* sub level */
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-02-link.gif);
}

ul.list-of-links li ul.list-of-links li a:link,
ul.list-of-links li ul.list-of-links li a:visited {
	/* sub level */
	text-decoration:none;
	color:#AB6678;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:2px;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.photo-float-right {
	float:right;
	margin-left:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	height:1px;
	position:relative;
	border-top: solid 1px #c0d1e3;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:0.1em;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	text-align:left;
	padding:0.25em 0 0.5em 0;
	position:relative;
	font-size:1em;
	color:#CB2658;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}


/* IE 6 and lower hacks */

#ie6andlower #footer-sub { margin-top:-15px;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub2,
#footer-sub2 a {
	margin-top:0.1em;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	text-align:left;
	padding:0em 0 2em 0;
	position:relative;
	font-size:0.9em;
	color:#848484;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:0.9em;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.Button,
input.PreviousButton
{	
    border: none;
    background-color:Transparent;
    background-image: url(../../images/arrow.gif);
    background-position:right;
    background-repeat:no-repeat;
	color:#CB2658;
    cursor:pointer;
}

input.Button { padding-right:10px; }
input.PreviousButton { padding-left:10px; background-image: url(../../images/arrowleft.gif); background-position:left; }

.clear {
	clear:both;
	}

.none {
    display:none;
}

.stress
{
	color:#53587b;
}

.normal, a.normal  {
	color:#666666;
	}
a.normal:hover {
	color:#666666;
	text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	contactForm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.contactForm 
{
	position:relative;
	margin: 0 auto 0 auto;
	width:350px;
	color:#828E99;
	background-color:#FFFDF2;
	font-size:0.9em;
	border:solid 1px #CDCDD3;
	text-align:center;
}

.contactFormRow
{  
    width: 100%;
    position: relative;
    margin: 3px;
    padding: 1px;
	text-align:left;
}

#ie .contactFormRow { padding: 3px; }

.contactFormHeader
{
    width:100%;
	border-bottom:solid 1px #CDCDD3;
	color:white;
	font:Arial;
	background-color:#828E99;
	padding: 2px 0px 2px 0px;
	font-size:1.2em;
	font-weight:bold;
}

.contactFormLabel 
{
    position:absolute;
    left:0px;
    width: 150px;
    text-align: left;
	padding-left:10px;
}

.contactFormEntry 
{
    position:absolute;
    left: 175px;
    width: 200px;
    text-align: left;
}

.contactFormButton 
{
    position:absolute;
    right: 25px;    
    text-align: right;
}

.contactFormButton input
{
    border: none;
    background-color:Transparent;
    background-image: url(../../images/arrow.gif);
    background-position:right;
    background-repeat:no-repeat;
	color:#CB2658;
	font-size:1.2em;
    width:50px;
    cursor:pointer;
}

.contactFormEntry input, 
.contactFormEntry select
{
    width:150px;
}

.contactFormCommentLabel 
{
    position:absolute;
    left:0px;
    width: 150px;
    text-align: left;
	padding-left:10px;
	display:block;
}
.contactFormCommentEntry 
{
    position: relative;
    left: 0px;
	width:100%;
}
.contactFormCommentEntry textarea
{
    left: 0px;
    top: 1.5em;
	width: 310px;
	font-size: 1.5em;
	margin-left:10px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SERVICES PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.row
{
	position:relative;
	width:100%;
	clear:both;
}
div.column1
{
	float:left;
	position:relative;
	width:40%;
	margin-bottom:0.3em;
}
div.column2
{
	position:relative;
	float:right;
	width:60%;
	text-align:left;
	margin-bottom:0.3em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Equipment listings GRID
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.EquipmentListingsGrid
{
	margin: 0 0 0 1em;
	border-width: 1px;
	border-spacing: 3;
	border-style: solid;
	border-color: #A3B2C2;
	border-collapse: collapse;
	text-align: left;
}
table.EquipmentListingsGrid th
{
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #A3B2C2;
	text-align: left;	
}
table.EquipmentListingsGrid td
{
	padding: 3px;
	border-style: none;
}

table.EquipmentListingsGrid div.cell
{
	overflow:hidden;
	white-space:nowrap;
}

table.EquipmentListingsGrid tr.SelectedRow td
{
	background-color:#FB5688;
	color:White;
}

table.EquipmentListingsGrid .Pager
{
	background-color:Gray;
}
table.EquipmentListingsGrid tr.Pager ,
table.EquipmentListingsGrid tr.Pager td ,
table.EquipmentListingsGrid tr.Pager td table,
table.EquipmentListingsGrid tr.Pager td table td
{
	padding-top:0;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
	height:20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Equipment listings Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#search-container
{
	margin: 0 0 1em 1em;
	position:relative;
}

#search-container input.TextBox
{
    width: 200px;
    height:1em;
    text-align: left;
}

#search-container input.Button
{	
	font-size:1.2em;
    width:35px;
}

#breadcrumb-container
{
	margin: 0 0 1em 1em;
	font-size:0.8em;
}

#category-container
{
	margin:0 auto 1em auto;
	padding:0 1em 0 1em;
	font-size:1.0em;
}
#category-container #category-table-container
{
	text-align:center;
	margin:1em auto 1em auto;
	display:table;
	color:#828E99;
	background-color:#FFFDF2;
	padding: 1em 0em 1em 0em;
	border:solid 1px #CDCDD3;
}
#category-container #category-table-container table
{
	font-size:1.1em;
	text-align:left;
}
#category-container #category-table-container td
{
	padding:0.1em 2em 0.1em 2em;
}

#category-container h1
{
	position:relative;
	left:-0.5em;
}
#category-container h6
{
}

#wafer-wizard-container
{
	padding: 0 1em 0 1em;
	width:100%;
}

#wafer-wizard-container h1,
#wafer-wizard-container h2,
#wafer-wizard-container h3,
#wafer-wizard-container h4,
#wafer-wizard-container h5,
#wafer-wizard-container h6
{
	position:relative;
	left:-0.5em;
}

#wafer-wizard-container .DropDownMicron
{
	width:110px;
}
#wafer-wizard-container .DropDownNIST
{
	width:90px;
}
#wafer-wizard-container .TextBoxMicron
{
	width:75px;
}
#wafer-wizard-container .TextBoxComments
{
	font-size:1.2em;
	width:150px;
}

#wafer-wizard-container  input.Button,
#wafer-wizard-container  input.PreviousButton
{
	margin: 2em;
	font-size:1.0em;
}

/*******************************************************************
************************ FORM         ******************************
*******************************************************************/

#customerForm
{
    font-size: inherit;
    width: 30em;
    z-index:100;
}

.form-container
{
    font-size:inherit;
	margin: 1em 1em 1em 1em;
	width:100%;
}
.form-container .formRow
{
    font-size:inherit;
	position: relative;
	margin: .25em 0em .25em 0em;
	width:100%;
}
.form-container .formRow label
{
    font-size:inherit;
	display: block;
	margin-bottom: -1em;
}
.form-container .formRow input, 
.form-container .formRow select,
.form-container .formRow textarea
{
    font-size:inherit;
	display: block;
	position: relative;
	left: 13em;
	top: -0.5em;
    width:12.5em;
	border: solid 1px #A9AAAE;
	background: #FFFFFF;
}
.form-container .formRow textarea
{
	font-size:1.2em;
}
.form-container .formRow span
{
    font-size:inherit;
	position: absolute;
	left: 26em;
	top: 0em;
}
#ie .form-container .formRow span { left:31em;}

.form-container .formButtonRow input
{
    font-size:inherit;
	position:relative;
	width:4em;
	top:0;
	left:23em;
    border: solid 1px #666666;
    background: #006633;
    color:white;
}

.form-container .formRow textarea.Comments
{
	top: 1em;
	left: 0em;
    width: 100%;
}

.WaferWizard .WaferPreview
{
	 line-height:1em;
}
.WaferWizard .SmallItem
{
	font-size:0.9em;
}
.WaferWizard .BoldItem
{
	font-weight:bold;
}

#wafer-start-container
{
	margin:0 auto 0 auto;
	padding: 0 1em 0 1em;
	width:80;
}
#wafer-start-container select
{
	margin-top:0.5em;
    font-size:inherit;
	display: inline;
	position: relative;
    width:80%;
	border: solid 1px #A9AAAE;
	background: #FFFFFF;
}
#wafer-start-container h6
{
	position:relative;
	left:-0.5em;
}

a.ButtonLink
{
	background-image: url(../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	position:relative;
	text-align:right;
}

#job-container
{
	padding: 0 1em 0 1em;
	width:90%;
}

#job-container h5,
#job-container h6
{
	position:relative;
	left:-0.5em;
}
#job-container .BoldItem
{
	font-weight:bold;
}

#job-container div.FieldSeparator
{
	margin-top:1em;
}

#job-container div.JobSeparator
{
	border-bottom: dashed 1px #cfcfcf; 
	width: 100%; 
	margin: 1em 0 1em 0;
}
div.LinkContainer
{
	width: 100%;
	margin:1em;
	text-align:right;
}

#view-equipment-container
{
	padding: 0 1em 0 1em;
	width:90%;
}


#view-equipment-container h6.nobr { display:inline; margin-right:0.1em; }
#view-equipment-container span.nobr { display:inline; margin-right:1em; }
#view-equipment-container .br { display:block; height:0.5em; }

.Watermark
{
	color: #CCCCCC;
}