/* CSS for Wristbands America */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */
}

body {
	background: #acc0d4 url(images/bgbody.gif) center no-repeat;
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow: scroll; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins - makes body go to edge */
	border:0; /* remove borders */
    text-align: left;
}

.text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text2 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.text3 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

.clear {			/* required field to display footer correctly  - clears CSS floats */
	clear: both;
}

h1 {
	width: 740px;
	height: 150px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}

#content {   
	background: #f0f4fd url(images/bgcontent.gif) no-repeat ;
	background-position: 0px 0px;
    border: solid 1px #708aa5;
    margin: auto;     /*  container bumps up to header, aligned to center  */
	text-align: left;	/*  text inside container aligns left    */
	width: 860px;
	padding: 30px 0 0 0; /* pad left to avoid navigation div if required */
}

#leftcolumn {
	width: 460;
	float: left;
	clear: left;
	padding: 20px 0 0 10px;
}

#rightcolumn {
	width: 460;
	float: left;

	margin: 20px 10px 0 10px;
}

#element {				/* Creates boxes for posts, etc. */
	width: 360px;
	float: left;
	clear: left;
	background: #ffffff;
	margin: 8px 15px 8px 15px;
	padding: 5px 10px 10px 10px;
    text-align: left;	/*  text inside container aligns left    */	
	border-top: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #90a7be;
	border-right: 1px solid #90a7be;
	-webkit-border-radius: 10px;   /*  rounded corners in Safari   */	
	-moz-border-radius: 10px;    /*  rounded corners in Firefox   */
	border-radius: 10px; 
}

#element h2, #elementwhite h2 {    /* look of element titles  */
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #005a7b;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
}

.imageright {    /* template for right-aligned images  */
	float: right;
	clear: right;   
	margin: 10px 0px 10px 10px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FFCC00;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 10px #666666;  
    -moz-box-shadow: 3px 3px 10px #666666;  
    box-shadow: 3px 3px 10px #666666;
}

.footpad {   /* keeps content from falling behind footer */
	display:block;
	height:36px; 
}

#footer {
	position: absolute; 
	margin: 0; 
	bottom: -1px; 
	right: 18px;
	display: block; 
	width: 100%; 
	height: 24px; 
	background: #fff; 
	text-align: center; 
	font-size: 1em; 
	padding-top: 6px;
	z-index: 4; 
	border-top: 1px solid #6699CC;
}

