@charset "utf-8";
/* CSS Document */

/*THIS IS THE NORMALIZING CODE FOR ALL BROWSERS-------------------------------------------------*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h1, 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%;}
h3 { padding: 5px 0; font-size: 14px; color: #333399; }

/*Removes list-style from lists*/
ol,ul
{ list-style: none;}

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*Collapses all tables*/
table
{ border-collapse: collapse; border-spacing: 0;}

/*Removes borders from fieldset and img*/
fieldset, img
{ border: 0;}

/*Left-aligns text in caption and th*/
caption, th
{ text-align: left;}

/*Removes quotations from q*/
q:before, q:after
{ content: '';}

/*Aligns entire html page and starts layout.css-------------------------------------------------*/
html
{ text-align: center; background: #9999cc; }

/*ALPHA FIXES FOR PNGS IE 6*/
* html img,
* html img a:hover,
* html .png,{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

/*clearfix*/
.clearfix {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	}

.clearfix { display: inline-block; }

/*Aligns body to center and sets width, aligns text left*/
body {
	width: 100%;
	text-align: left;
	position: relative;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	}
	
p { 
	margin-bottom: 10px;
	padding: 0; 
	}

/*CLASSES*/
.right { float: right; }
.left { float: left; }
.both { clear: both; }
.leftImg { float: left; padding: 2px; margin: 5px; border: 1px solid #333333; }
	
h2 img { margin-left: -10px; }
.noBorder { border: none; }
p#message { color: #9933CC; }

/*P AND A TAGS*/	
a { text-decoration: none; color: #660099; }
a:hover { text-decoration: underline; color: #993366; }	
	
/*WRAPPER*/
#wrapper {
	width: 900px;
	margin: 0 auto;
	}

/*BRANDING*/
#branding {
	width: 900px;
	height: 224px;
	margin-left: -1px;
	background: transparent url(../images/header.jpg) no-repeat top center;
	}

/*NAVBAR*/
#navbar { position: relative; top: 92px; left: 300px; font-size: 11px; width: auto; }
ul#nav1 li { display: inline; }
ul#nav1 li a { text-decoration: none; padding: 0 10px; border-right: 1px solid #999999; color: #333333; }
ul#nav1 li a:hover { text-decoration: underline; color: #993366; }

ul#nav1 li a.lastNav { border: none; }

/*CONTENT MAIN*/
#content_main {
	width: 678px;
	margin: 0 auto;
	}

#content_main p { padding: 0; }

/*COLUMNS*/
#col_1 {
	width: 405px;
	margin: 5px;
	padding: 10px;
	float: left;
	background: #FFFFFF;
	border: 3px dotted #9999cc;
	}
	
#col_1_index {
	width: 640px;
	margin: 5px;
	padding: 10px;
	float: left;
	background: #FFFFFF;
	border: 3px dotted #9999cc;
	}
	
#col_2 {
	width: 190px;
	margin: 5px;
	padding: 10px;
	float: right;
	background: #CC99CC;
	border: 3px dotted #9999cc;
	color: #000000;
	}

/*SITE INFO*/
#site_info {
	width: 678px;
	height: 175px;
	margin: 0 auto;
	clear: both;
	background: transparent url(../images/footer.jpg) no-repeat top center;
	color: #333333;
	}
	
#site_info p { padding-top: 55px; padding-left: 10px; font-size: 9px; float: left; }

table#contactSid td { padding: 3px; }