/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	color: #000000;
	text-align: center;
	background-color: #CCCCCC;
	font-family: 'Myriad pro', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

#container{
	width: 800px;
	background-color:#FFFFFF;
	margin: 0px auto;
	text-align: left;
}

#name{
	width: 800px;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	display: none;
        }

#banner_logo{
	width: 762px;
	background: url(images/logo.gif) right no-repeat;
	height: 144px;
	text-align: left;
	margin: 0 19px 0 19px;
	}
	
#banner1{
	width: 762px;
	background: url(images/fork.jpg) no-repeat;
	height: 171px;
	text-align: left;
	margin: 0 19px 0 19px;
	}
	
#banner2{
	width: 762px;
	background: url(images/people.jpg) no-repeat;
	height: 171px;
	text-align: left;
	margin: 0 19px 0 19px;
	}
	
#banner3{
	width: 762px;
	background: url(images/studies.jpg) no-repeat;
	height: 171px;
	text-align: left;
	margin: 0 19px 0 19px;
	}
	
#banner4{
	width: 762px;
	background: url(images/handshake.jpg) no-repeat;
	height: 171px;
	text-align: left;
	margin: 0 19px 0 19px;
	}

#nav {
	width: 762px;
	text-align: right;
	margin: 0 19px 0 19px;
}

#nav ul{
	margin: 10px 0 10px 20px;
}

/* top navigation typography styles 
-----------------------------------------*/

#nav ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline;
	font-weight: normal;
	padding: 0 0 0 25px;
	color: #cc3366;
}

#nav ul li a{
	color: #666666;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:focus{
	color: #333333;
}  

#content{
	width: 762px;
	text-align: left;
	margin: 30px 19px 0 19px;
	float: left;
	background-color:#FFFFFF;
        }
		
/* content typography styles 
-----------------------------------*/	
		
#content p{
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
}

#content p a{
	color: #cc3366;
	text-decoration: none;
	border-bottom: 1px dotted #cc3366;
}

#content p a:hover, #content p a:focus{
	color: #333333;
	border-bottom: 1px solid #990000;
} 

#content h1{
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bfbf5d;
	font-weight: bold;
	margin-bottom: 20px;
}

#content h2{
	font-size: 22px;
	font-family:, Arial, Helvetica, sans-serif;
	color: #bfbf5d;
	font-weight: normal;
	margin-bottom: 20px;
}

#content h3{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3366;
	font-weight: bold;
	margin-bottom: 10px;
}

#content h3 a{
	text-decoration: none;
	color: #99CC00;
}

#content h3 a:hover, #content h3 a:focus{
	color: #999933;
}

#content h4{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	margin-bottom: 20px;
	}
	
.red{
	color: #cc3366;
	} 
	

/* 2 equal column layout 
------------------------------*/

#c1{
	width: 622px;
	text-align: left;
	float: left;
	margin: 0 70px;
	display: inline;
	background-color: #FFFFFF;
        }
		
#c_events{
	width: 400px;
	text-align: left;
	float: left;
	margin-left: 70px;
	display: inline;
	background-color: #FFFFFF;
        }
		
#c2{
	width: 145px;
	text-align: left;
	float: left;
	margin-left: 30px;
	display: inline;
	background-color: #FFFFFF;	
        }
		
.cs{
	width: 692px;
	text-align: left;
	float: left;
	margin-left: 70px;
	display: inline;
	background-color: #FFFFFF;
        }
		
.cs1{
	width: 400px;
	text-align: left;
	float: left;
	display: inline;
	background-color: #FFFFFF;
        }
		
.cs2{
	width: 260px;
	text-align: left;
	float: left;
	margin-left: 30px;
	display: inline;
	background-color: #FFFFFF;	
        }

.clearfix{
	clear: both;
	text-align: right;
	padding: 10px 0 0 0;
	}
	
.contact{
	font-weight: bold;
	color: #99CC33;
	}


.mainlist{
	margin: 0 0 10px 0;
	}

.mainlist li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	Padding: 0 0 0 15px;
	list-style-type: none;
	line-height: 1.5;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	}
	
.nobullet{
	margin: 0 0 10px 0;
	}

.nobullet li{
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	Padding: 0 0 10px 0;
	list-style-type: none;
	line-height: 1.5;
	font-weight: bold;
	}
	
.nobullet li a{
	color: #cc3366;
	text-decoration: none;
	border-bottom: 1px dotted #cc3366;
	}

img {
	display: block;
	border: 0;
}
  
  

/* footer styles 
------------------------------*/
	  
#footer{
	width: 762px;
	margin: 0 19px 0 19px;
	padding: 5px 0 0 0;
	text-align: center;
	clear: both;
}

#footer p{
	color: #666666;
	font-size: 11px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p a{
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	padding: 0 0 1px 0;
}

#footer p a:hover, #footer p a:focus{
	color: #990000;
	border-bottom: 1px solid #990000;
	padding: 0 0 1px 0;
} 

.detail{
	color: #999999;
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 25px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	display: inline;
}

.hide{
	display: none;
}

