@charset "utf-8";
/* CSS Document */

/* LIVE SITE - THREE-COLUMN FIXED USING NEGATIVE CENTERING */

/* ASLETT CLEARING METHOD */

body {
	margin:0px;
	padding:0px;
	background-color:#830f46;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*________________________________________________________*/

/* MAIN WRAP */

/*________________________________________________________*/


#main-wrap{
	position:absolute;
	background-color:#830f46;
	top:20px;
	left:50%;
	width:760px;
	margin-left:-380px;
}

/*________________________________________________________*/

/* HEADER */

/*________________________________________________________*/

#header{
	width:760px;
	height:150px;
	background-color:#b3c2c2;
}

#header p{
	text-align:center;
}

#header p.center-links{
	background-color:#830f46;
	padding:4px;
	text-align:center;
}

#header a{
	font-size:13px;
	line-height:13px;
	font-weight:bolder;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#ffffff;
}

#header a:hover{
	text-decoration:underline;
}
	
#header #title{
	background-color:#b3c2c2;
	padding-bottom:2px;
	margin:0;
}

#header #title p{
	text-align:left;
}

#header #title p.heading1{
	font-size:34px;
	line-height:34px;
	font-weight:lighter;
	text-indent:14px;
	color:#ffffff;
	margin-bottom:0;
}

#header #title p.heading2{
	font-size:28px;
	line-height:24px;
	font-weight:200;
	font-style:oblique;
	color:#000000;
	text-indent:84px;
	padding-bottom:10px;
	margin-top:-13px;
}


/*________________________________________________________*/

/*  CONTAINER */

/*________________________________________________________*/

#container{
	width:760px;
	background-image:url(../cssimages/image-box.gif);
	background-repeat:repeat-y;
	background-position:right;
}

/*________________________________________________________*/

/* COLUMN 1 */

/*________________________________________________________*/

#column1{
	float:left;
	width:150px;
	background-color:#b3c2c2;
	padding:0;
	margin:0;
}

#column1 #subheader{
	width:150px;
	background-color:#b3c2c2;
	text-align:center;
	padding-top:6px;
	padding-left:0;
	text-align:center;
}


#column1 #subheader #left-image{
	background-color:#b3c2c2;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
}

#column1 #subheader #left-links{
	background-color:#b3c2c2;
	font-size:12px;
	line-height:12px;
	font-weight:500;
	color:#000000;
	text-decoration:none;
	padding-bottom:5px;
}

#column1 #subheader a{
	font-size:12px;
	font-weight:bolder;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:none;
	color:#3d4a4b;
}

#column1 #subheader a:hover{
	text-decoration:underline;
}

/*________________________________________________________*/

/* COLUMN 2 */

/*________________________________________________________*/

#column2{
	float:left;
	width:350px;
	background-color:#ffffff;
	padding:5px 8px 10px 10px;
	margin:0;
}

#column2 p{
	text-align:left;
	font-size:13px;
	font-weight:700;
	line-height:17px;
	color:#000000;
	margin:0;
}

#column2 p.bigger{
	font-size:20px;
	line-height:24px;
	font-weight:lighter;
	color:#000000;
	padding-bottom:10px;
}

#column2 p.big {
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#000000;
	letter-spacing:1px;
	font-variant:small-caps;
}

#column2 p.copy{
	font-size:13px;
	font-weight:500;
	color:#000000;
	line-height:18px;
}

#column2 p.caps{
	font-size:14px;
	color:#000000;
	line-height:16px;
	font-weight:600;
	letter-spacing:1px;
	font-variant:small-caps;
}

#column2 p.text-box{
	padding:5px;
	margin:5px;
	font-size:13px;
	font-weight:600;
	line-height:17px;
	color:#000000;
	font-variant:small-caps;
	border:.25px solid #000000;
}

#column2 p.top{
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
	color:#000000;
	padding-top:10px;
}

#column2 #credits{
	background-color:#830f46;
	padding:5px;
	margin:15px 10px 20px 10px;
	text-align:center;
}

#column2 p.centered{
	text-align:center;
	font-size:13px;
	font-weight:400;
	line-height:17px;
	color:#ffffff;

}

#column2 ul, ol, li{
	text-align:left;
	color:#000000;
  	font-size:13px;
	font-weight:400;
	line-height:17px;
}

#column2 a{
	font-size:inherit;
	color:#000000;
	font-weight:bolder;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:underline;
}

#column2 #credits a{
	font-size:inherit;
	background-color:#830f46;
	color:#ffffff;
	font-weight:bolder;
	font-variant:normal;
	letter-spacing:1px;
	text-decoration:underline;
}


/*________________________________________________________*/


/*  COLUMN 3 */

/*________________________________________________________*/

#column3{
	float:left;
	width:260px;
	background-color:#830f46;
	padding-top:5px;
	margin:0;
}

/*________________________________________________________*/


/* FOOTER */

/*________________________________________________________*/

#footer{
	width:760px;
	background-color:#b3c2c2;
	padding-top:5px;
	margin:0;
}

#footer p{
	font-size:14px;
	color:#830f46;
	line-height:14px;
	text-align:center;
}

#footer p.center-links{
	background-color:#830f46;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#ffffff;
}

#footer a{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#ffffff;
}

#footer a:hover{
	text-decoration:underline;
}

/*________________________________________________________*/


/* VALIDATORS */

/*________________________________________________________*/

#validators{
	width:760px;
	background-color:#830f46;
	padding-left:5px;
	margin-bottom:50px;
	text-align:left;
}

#validators a{
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	letter-spacing:1px;
	font-variant:small-caps;
	text-decoration:none;
	color:#ffffff;
	padding:5px;
	margin:0;
	border:.25px solid #ffffff;
}

/*________________________________________________________*/

/* ASLETT CLEARING METHOD */

/*________________________________________________________*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Fix for IE Mac */

.clearfix{
	display:inline-block;
}

/* Fix for IE 6 */

/* Hides from IE-mac \*/

* html .clearfix{
	height:1%;
}
	
.clearfix{
	display:block;
}

/* End hide from IE-mac */

/* End Clearing Method */
	
/*________________________________________________________*/

/* END */

/*________________________________________________________*/
