@charset "utf-8";

/*STYLE SHEET FOR freezrbox
Created by Steven Jenkins

Table Of Contents

	1. defaults
	2. main layout
	3. images
	4. fonts
	5. other

/* - 1. defaults - */

body {
	background-attachment: fixed;
	background-image: url(images/index_background.png); /* add background image here */
	margin: 0px;
	font-family: courier new;
	font-size: 22px;
	color: #666666;
	font-weight: lighter
}

/* - 2. main layout - */

#wrapper {
	height: auto; 
	width: 900px;
	margin-right: auto;
	margin-left: 150px;
}
#header {
	height: 100px;
	width: 900px;
	border-bottom: dashed 1px #FFFFFF; /* changed border properties to shorthand CSS */
	padding-left: 15px;
	padding-top: 15px;
}
#columns {
	height: auto;
	width: 900px;
	margin-top: 225px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
#leftcol {
	float: left;
	height: 470px;
	width: 600px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#section {
	height: 280px;
	width: 900px;
	float: left;
	margin-top: 25px;
	background-image: url(images/hip1105_2.PNG);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	height: 100px;
	width: 900px;
	float: left;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
        border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

#rightcol {
	float: right;
	height: 470px;
	width: 250px;
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#spacer {
	height: 32px;
	width: 900px;
	float: left;
}

/* - 3. images - */

/* - 4. fonts - */

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 0px;
	color: #BED2EA;
	padding-top: 15px;
	font-weight: lighter;
}
h1 a {
        color: #FFFFFF;
        text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
	background-color: #BED2EA;
}
.boxtitle {
	color: #3399FF;
	font-family: Corbel;
	font-size: 30px;
	line-height: 0px;
	font-weight: lighter;
}
.headertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	color: #006BB4;
	line-height: 0px;
}
.backtotop {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #CCCCCC;
}
.text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* - 5. other - */
#section {
	background-image: url(images/hip1105_2.PNG);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 280px;
	width: 900px;
	margin-top: 25px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#footer {
	float: left;
	height: 100px;
	width: 900px;
	border: 1px dashed #FFFFFF;
}

