/* main style sheet */

/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0;  }
:focus { outline:0; }
a:active { outline:none; }
ul { list-style:none; }
table { border-collapse:collapse;  }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }
input[type=radio], input[type=checkbox] {
	border: none;
	background: none;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	margin:0; 
	padding:0;
	display: block;
}


/* header */
header#header-flash {
	width: 980px;
	height:365px;
	margin-bottom: 25px;
}
/* nav */
nav#main-nav {
	text-align: center;
}
nav#main-nav a {
	font-size: 1.1em;
	color: #3b7f99;
	text-decoration: none;
	padding-right: 27px;
	padding-left: 27px;
	line-height: 3em;
	font-weight: bold;
}
nav#main-nav a:hover {
	color: #17566e;
}

/* end of nav 
**********************/


/* end of header 
**********************/



/* content */

#content {
	background-image: url(../img/content-bg.gif);
	background-repeat: repeat-y;
	width: 980px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
#side-bar {
	float: left;
	width: 305px;
}
h2#sponsor {
	font-size: 1.1em;
	color: #666666;
	text-align: center;
}

#main {
	float: right;
	width: 500px;
	margin-right: 121px;
	_margin-right: 60px;
	
}










.box1 {
 }
.box1-left {
	float: left;
	width: 240px;
}
.box1-right {
	float: right;
	width: 240px;
}
.list1 {
	list-style-type: none;
	padding-bottom: 10px;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
table.calculator {
	padding: 0px;
	border: 1px solid #666666;
	background-color: #EFEFF1;
	margin: 0px;
	width: 100%;
}
.calculator td {
	padding: 6px;
}
#length, #length1, #diameter, #height, #width   {
	width: 30px;
}

#equals, #equals1 {
	width: 70px;
}


/* end of content 
**********************/



/* footer */
footer {
	width: 980px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bfe1ee;
 }
#bottom-nav {
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.95em;
}
#bottom-nav a {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
#bottom-nav a:hover {
	color: #333;
}
#bottom-contact {
	background-color: #ebf6fb;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
#bottom-contact p{
	text-align: center;
	font-size: 0.9em;
	background-color: #ebf6fb;
	font-size: 0.9em;
	line-height:1.6em;
}

#bottom-contact strong {
	padding-left: 20px;
}



/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
}


*html #selector  {/* IE 6 hack*/
 
 }
 
*:first-child+html #selector { /* IE 7 hack */

}

*+html>/**/body #selector {/* IE 8 hack*/

}



#container{
	width:980px;
	margin:0 auto;
	padding: 0;
	font-size: 80%;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
 	display: block;
  }

p {
	line-height:1.4em;

}

.image-border {
	border: 1px solid #666666;
}

h1 {
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #bfe1ee;
	text-align: right;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	margin-bottom: 35px;
 }
h2.subheading {
	font-size: 1.2em;
	color: #045e80;
	margin-bottom: 2px;
 }
h3 {
	font-size: 1em;
	color: #666;
	margin-bottom: 2px;
 }
h4 {
 }

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.clear-both {
 	clear:both;
}

.margin5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.margin15 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.margin20 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.margin30 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
.page-top {
	padding: 0px;
	width: 90px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


/* Link */
a {
	border: none;
	outline: none;
}  

a:link {
	color:#666666;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}


a:hover {
	color:#000000;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-size:0.65em;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:none;
}  

a.linkcopy:visited {
	color:#666666;
	text-decoration:none;
}

a.linkcopy:active {
	color:#666666;
	text-decoration:none;
}
a.linkcopy:hover {
	color:#333333;
	text-decoration:none;
}

/* end of general style */

.h3competition {
}

.h2competition {
	font-size: 12px;
}

