/* CSS Document */

/*---------------------BG image container---------------------*/

#container {
	background-color: #fff;
	width: 659px;
	/*height: 725px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 109px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663366;
	border-right-color: #663366;
	border-bottom-color: #663366;
	border-left-color: #663366;
	}
	
	
.banner {

	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
.banner2 {

	background-image: url(../images/banner2.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
.banner3 {

	background-image: url(../images/banner3.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
	
.banner4 {

	background-image: url(../images/banner4.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
.banner5 {

	background-image: url(../images/banner5.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
.banner6 {

	background-image: url(../images/banner6.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
	
.banner7 {

	background-image: url(../images/banner7.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}

.banner8 {

	background-image: url(../images/banner8.jpg);
	background-repeat: no-repeat;
	width: 657px;
	height:177px;
	}
/*---------------------content wrapper--------------------*/

#contentwrapper{

	width: 640px;
	background-color: #F1F1F1;
	margin: 8px;
	}
	
/*---------------------Content--------------------*/	
	
/*-left column--*/	

#col1 {
	float: left;
	width: 415px;
	}

#col1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: lighter;
	color: #663366;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left:20px;
	}
	
#col1 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: lighter;
	color:#CC3366;
	margin-left:20px;
	}


#col1 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	margin-left:20px;
	}
	
#col1 ul{
	margin-left:30px;
	}
	
#col1 li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
	}
	
	
#col1 p.pullout{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #663366;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 50px;
	margin-left:20px;
	}
	
#col1 p.emphasis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #663366;
	line-height: 1.2em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 20px;
	margin-left:20px;

	}

	
#col1 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3366;
	text-decoration:underline;
	font-weight: bold;	
	}
	
#col1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
	text-decoration:underline;
	font-weight: bold;	
	}
	
#col1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:underline;
	font-weight: bold;	
	}
	
	
#col1 img{
	margin-right: 0px;
	margin-top: 25px;
	}
	
#col1 img.floatleft {
	float: left;
	margin-top: 10px;
	margin-right: 1em;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #663366;
 	}

#col1 object{
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
	
		
	
/*--right column--*/	
#col2 {
	float: left;
	width: 212px;
	display: inline; /*----fixes IE 6 float problem----*/
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	

#col2 .container{
	width: 190px;
	background-color: #fff;
	margin-left:10px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	}
	
#col2 .innercontainer{
	width: 174px;
	border:1px solid #FF6699;
	margin:8px;
	}
	
#col2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #663366;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

	
#col2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #CC3366;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 30px;
	}
	
	
#col2 p.details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: normal;
	color: #CC3366;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 30px;
	}	
	

#col2 img.banner {
	margin-top: 20px;
	margin-right: 1em;
	margin-bottom: 10px;
	margin-left:10px;
 	}
	


#col2 img.floatleft {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 4px;
	margin-left: 30px;
	border: 1px solid #663366;
 	}
	

#col2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3366;
	text-decoration:none;
	font-weight: bold;	
	}
	
#col2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #663366;
	text-decoration:none;	
	font-weight: bold;
	}
	
#col2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	font-weight: bold;	
	}
	




/*---------------------Footer--------------------*/	
	
/*--footer--*/	
	
#footer {
	clear: both;
	width: 661px; /*--longer width than other areas looks better optically--*/	
	background-color: #663366;
	margin-left: 109px;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left:0px;
	}
	
#footer p {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 0.6em;
	padding-top: .5em;
	padding-left: .5em;
	}
	
	
footer a {
	color: #999;
	text-decoration: underline;
	}

