@font-face { font-family: 'MgOpen Modata'; src: url('dfonts/MgOpenModataRegular.ttf') format('truetype'); }

/*HTML Definitions*/
* {
	margin: 0;
	padding: 0;
}

html, body{
	background: url(../images/cross.gif) repeat;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	font-style: normal;	
}

body > .wrapper {
	height: auto;
	min-height: 100%;
}

.clear{
	clear: both;
}

h1{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h2{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h3{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h4{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h5{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h6{
	color: #000000;
	font-size: 20px;
	font-weight: 450;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
}

h1 a{
	text-decoration: none;
	color: #000000;
}

h1 a:hover{
	border: none;
	color: #FF0000;
}

p{
	padding-top: 3px;
	line-height: 1.5em;

}

a {
	text-decoration: none;
	border: none;
	color: #007CC4;
	outline:0;
}

a:hover {
	border: none;
	color: #FF0000;
}

img{
	border: 0px;
}


/* Wrapper*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -63px;
	width: 980px;
	position: relative;
	background: url(../images/content_bg.png) repeat-y;
}

/* Headers */
.header {
	height: 185px;
	width: 960px;
	background: url(../images/header.gif) no-repeat top left;
	margin: 0px auto;
}

.header h1{
	display: block;
	width: 160px;
	height: 186px;
	float: left;
	position: absolute;
	background: url(../images/africa.png) 0px bottom no-repeat;
	left: 800px;
	top: 10px;
	text-indent: -9999em;
	overflow: visible;
}

.header2 {
	height: 185px;
	width: 960px;
	background: url(../images/header2.gif) no-repeat top left;
	margin: 0px auto;
}

.header2 h1{
	display: block;
	width: 270px;
	height: 290px;
	float: left;
	position: absolute;
	background: url(../images/africa.png) 24px bottom no-repeat;
	left: 655px;
	top: 0px;
	text-indent: -9999em;
	overflow: visible;
}

/*Menu*/
.menu {
	border: none;
	height: 50px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/menu.gif) no-repeat;
	
	}

ul.menu_items  {
	list-style: none;
	background-repeat: no-repeat;		
	padding: 0px 30px 0px 30px;
	}

ul.menu_items li {
	float: left;
	height: 34px;
	background-repeat: no-repeat;
	text-indent: -9999em;
	}
	
ul.menu_items li a {
	display: block;
	height: 34px;
	background-position: left top;
	background-repeat: no-repeat;
	}	
	
ul.menu_items li a:hover {
	background-position: left bottom;
	}

ul.menu_items li.home a {
	width: 114px;
	background-image: url(../images/home.png);
	margin: 0px 0px 0px 0px;
	}
	
ul.menu_items li.about a {
	width: 118px;
	background-image: url(../images/about.png);
	margin: 0px 0px 0px 25px;
	}

ul.menu_items li.events a {
	width: 120px;
	background-image: url(../images/events.png);
	margin: 0px 0px 0px 25px;
	}

ul.menu_items li.missions a {
	width: 160px;
	background-image: url(../images/missions.png);
	margin: 0px 0px 0px 25px;
	}

ul.menu_items li.contact a {
	width: 158px;
	background-image: url(../images/contact.png);
	margin: 0px 0px 0px 25px;
	}

/*Content*/
#content{
	padding: 25px 40px 63px 40px;
	width: 900px;
}

/*Left Page*/
.leftpage {
	float: left;	
	width: 275px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 25px 0px 0px;
	padding: 10px 0px 30px 0px;	
}

.leftpage h1{
	width: 275px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_welcome.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.leftpage h2{
	width: 275px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_spotlight.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}
	
.leftpage p{
	width: 275px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}

.leftpage a{
	font-size: 10px;
	color: #007CC4;
	text-decoration: none;
}

.leftpage a:hover{
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

ul.feature  {
	position: relative;
	height: 125px;
	width: 275px;
	list-style: none;
	top: 4px;
	border-bottom: 1px dotted #007CC4;		
	}

ul.feature li {
	height: 125px;
	width: 275px;
	text-indent: -9999em;
	}
	
ul.feature li a {
	display: block;
	width: 275px;
	height: 125px;
	background-position: left top;
	background-repeat: no-repeat;
	}	
	
ul.feature li a:hover {
	background-position: left bottom;
	}

ul.feature li.spotlight a {
	background-image: url(../images/spotlight.png);
	}

.spotlight_info{
	background: #363636;
	width: 275px;
	height: 55px;
	border: none;
}

.spotlight_info2{
	background: url(../images/spotlight2.gif) no-repeat top left;
	width: 275px;
	height: 125px;
	margin-top: 0px;
}

.spotlight_info h3{
	position: relative;
	width: 255px;
	padding: 10px 10px 0px 10px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
}
.spotlight_info p{
	width: 255px;
	position: relative;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-style: italic;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;	
	font-style: italic;
}

.spotlight_info2 p{
	width: 255px;
	position: relative;
	padding: 7px 10px 3px 10px;
	font-size: 11px;
	font-style: normal;
	background: none;
	color: #333333;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;	
}

.spotlight_info a{
	font-size: 16px;
	color: #9DD851;
	text-decoration: none;
}

.spotlight_info a:hover{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

/*Right Page*/
.rightpage {
	float: right;
	width: 600px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 0px;	
}

.rightpage h1{
	width: 600px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_updates.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.rightpage h2{
	width: 600px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_message.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}
	
.rightpage p{
	width: 600px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}

.rightpage a{
	font-size: 10px;
	color: #007CC4;
	text-decoration: none;
}

.rightpage a:hover{
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.messfix{
	margin-top: -7px;
	width: 600px;
}

/*About Us Page*/
.org {
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;

	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.org h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_about.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.org h2{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_vision.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.org h3{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_mission.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.org h4{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_leadership.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.org h5{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_sponsor.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.org p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}

.org a{
	font-size: 13px;
	color: #007CC4;
	text-decoration: none;
}

.org a:hover{
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

div.orgtitle{
	width: 890px;
	font-weight: bold;
	padding-left: 10px;
	font-style: italic;
}

div.orgdescription{
	width: 860px;
	font-weight: normal;
	padding-left: 40px;
	font-style: italic;
}

.leaders {
	float: left;
	width: 900px;
	height: 151px;	
	background: #FFFFFF;
	border: none;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 3px 0px;
}

.pic{
	float: left;
	width: 150px;
	height: 150px;
	margin: 0px 15px 0px 15px;	
	padding: 0px 0px 0px 0px;		
}

.title{
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 20px 0px;
}

.name{
	float: left;
	background: #333333;
	color: #FFFFFF;
	margin: 0px 15px 0px 15px;	
	padding: 5px 10px 5px 10px;
	width: 130px;
}

.name h6{
	width: 130px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.name p{
	width: 130px;
	color: #61CDF5;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	background: none;
}

.spacer{
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border: none;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
}

.arrow {
	float: left;
	width: 150px;
	height: 5px;
	background: url(../images/arrow.gif) no-repeat top left;
	margin: 0px 15px 0px 15px;	
	padding: 2px 0px 0px 0px;
}

/*Events*/
.eventsleft {
	float: left;
	width: 435px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 15px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}


.leftpage {
	float: left;	
	width: 275px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 25px 0px 0px;
	padding: 10px 0px 30px 0px;	
}

.eventsleft h1{
	width: 435px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_events.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.eventsleft p{
	width: 435px;
	font-size: 11px;
	color: #444444;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}

.eventsleft a{
	font-size: 11px;
	color: #007CC4;
	text-decoration: none;
}

.eventsleft a:hover{
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.preview{
	width: 435px;
	height: 145px;
	font-size: 30px;
	color: #666666;
	text-align: center;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.preview a img{
	border: 4px solid #CCCCCC;
}


.preview a:hover img{
	border: 4px solid #007CC4;
}


.eventsright {
	float: right;
	width: 435px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 0px 0px 15px;	
	padding: 10px 0px 30px 0px;	
}

.eventsright h1{
	width: 435px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_announcements.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.eventsright p{
	width: 435px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 15px 0px;
}

.eventsright a{
	font-size: 13px;
	color: #007CC4;
	text-decoration: none;
}

.eventsright a:hover{
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

/*Contact*/
.contactus{
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.contactus h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_contact.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;	
}

.contactus p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}


/*Conference*/
.conference{
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.conference h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_conference.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;	
}

.conference h2{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_attractions.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;	
}

.conference h3{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_attractions.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;	
}

.conference p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}


.conference ul{
	list-style: none;
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}

#confchi{
	width: 900px;
	height: 300px;
	font-size: 30px;
	color: #444444;
	text-align: center;
	font-style: italic;
	background: url(../images/chicago.jpg) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
}

#confquote{
	width: 900px;
	height: 90px;
	font-size: 30px;
	color: #666666;
	text-align: center;
	font-style: italic;
	background: url(../images/salt.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.confhead{
	width: 900px;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	border-bottom: #444444 1px solid;	
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;	
}

.confsched{
	width: 900px;
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.c1h{
	float: left;
	width: 100px;
	border-bottom: #444444 1px solid;
	text-align: center;
	font-weight: bold;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
}

.c2h{
	float: left;
	width: 100px;
	border-bottom: #444444 1px solid;
	text-align: center;
	font-weight: bold;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
}

.c3h{
	float: left;
	width: 300px;
	border-bottom: #444444 1px solid;
	text-align: center;
	font-weight: bold;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
}

.c4h{
	float: left;
	width: 400px;
	border-bottom: #444444 1px solid;
	text-align: center;
	font-weight: bold;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
}

.c1{
	float: left;
	width: 100px;
	border-bottom: #444444 1px dashed;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

.c2{
	float: left;
	width: 100px;
	border-bottom: #444444 1px dashed;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

.c3{
	float: left;
	width: 300px;
	border-bottom: #444444 1px dashed;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

.c4{
	float: left;
	width: 400px;
	border-bottom: #444444 1px dashed;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

/*Registration*/
.registration {
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.registration h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_registration.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;	
}

.registration p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

.text{
	font-family: Century Gothic,Arial,Verdana,Tahoma,Helvetica,Sans-serif;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
	color: #343434;
	border-style: solid;
	border-width:1px;
	border-color:#004273;
	font-weight:bold;
	font-style:normal;
}

input.text:hover{
	border: #FFA800 1px solid;
}

input.text:focus{
	background: #9AD0F9;
	border: #FFA800 1px solid;
}

#first{
	font-size:25px;
}

#second{
	font-size:25px;
	width: 150px;
}

#third{
	font-size:16px;
	width: 175px;
	height: 20px;
}

#fourth{
	font-size:16px; 
	font-weight: 600; 
	width: 318px
}

.selector{
	background: url(../images/bdiags.gif) repeat;
	color:#343434;
	border-style:solid;
	border-width:1px;
	border-color:#004273;
	font-family:Century Gothic,Arial,Verdana,Tahoma,Helvetica,Sans-serif;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
}

select.selector:hover{
	border: #FFA800 1px solid;
}

select.selector:focus{
	background: #9AD0F9;
	border: #FFA800 1px solid;
}

textarea.text:hover{
	border: #FFA800 1px solid;
}
textarea.text:focus{
	background: #9AD0F9;
	border: #FFA800 1px solid;
}

.radio{
	background-color: #DDDDDD; 
	border-width: 0px;
	padding: 0px;
}

#button{
	font-size:14px;
	width: 80px;
	font-family: Century Gothic,Arial,Verdana,Tahoma,Helvetica,Sans-serif;
	background: #DDDDDD url(../images/bdiags.gif) repeat;
	color: #343434;
	border-style: solid;
	border-width:1px;
	border-color:#004273;
	font-weight:bold;
	font-style:normal;	
}

#button:hover{
	background: #FFFFFF;	
}

#button:hover{
	border: #FFA800 1px solid;
	background-color: #9AD0F9;
}

/*Captcha*/
.cap{
	background-color:#000000;
	display: block;
	width: 300px;
	height: 150px;
	float: left;
	position: absolute;
	background: none;
	left: 400px;
	top: 750px;
}

/*Message of the week*/
.message {
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-size: 12px;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.message h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_message.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.message p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}


.message span{
	font-size: 10px;
	text-transform:capitalize;
	color: #FF0000;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

.messhead{
	font-size: 15px;
	font-style: italic;	
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
}

/*Missions*/
.miss {
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-size: 12px;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}
.miss h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_message.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

div.miss{
	position: relative;
	float: left;
}

.miss p{
	width: 650px;
	position: relative;
	float: left;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}


.miss span{
	font-size: 10px;
	text-transform:capitalize;
	color: #FF0000;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-style: italic;
}

.misshead{
	font-size: 15px;
	font-style: italic;	
	font-family: MgOpen Modata, "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;	
}

.misspic{
	width: 200px;
	float: left;
	margin: 0px auto;
}

.misswords{
	width: 680px;
	float: right;
}

.missbio {
	height: 400px;
}

/*Galleries*/
.gal {
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	font-style: normal;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 30px 0px;	
}

.gal h1{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_2008ync.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.gal h2{
	width: 900px;
	height: 23px;
	padding: 0px 0px 0px 0px;
/*	text-indent: -9999em;
	background: url(../images/header_2006ync.gif) no-repeat top left;*/
	margin: 0px 0px 0px 0px;
}

.gal p{
	width: 900px;
	font-size: 13px;
	color: #444444;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 15px 0px;
}

.gal a{
	font-size: 13px;
	color: #007CC4;
	text-decoration: none;
}

.gal a:hover{
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}

.rows {
	float: left;
	width: 900px;
	height: 116px;	
	background: #FFFFFF;
	border: none;
	margin: 0px 0px 0px 0px;	
	padding: 10px 0px 3px 0px;
}

.cols{
	float: left;
	width: 150px;
	height: 100px;
	margin: 0px 15px 0px 15px;	
	padding: 0px 0px 0px 0px;		
}

.cols a img{
	border: 2px solid #CCCCCC;
}


.cols a:hover img{
	border: 2px solid #007CC4;
}

/*Error*/
.error{
	float: left;
	width: 900px;	
	background: #FFFFFF;
	border-top: none;
	margin: 0px 0px 0px 0px;	
}

.error p{
	width: 900px;
	font-size: 23px;
	color: #000000;
	font-style: italic;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 5px 0px;
}

/* Easy Slider */ 
#slider{
	width: 600px;
	font-size: 13px;
	color: #444444;
	font-style: normal;
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 10px 0px;
}	

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li{ 
/*define width and height of list item (slide) entire slider area will adjust according to the parameters provided here*/ 
	width:600px;
	height:250px;
	overflow:hidden; 
}	

#prevBtn{
	position: relative; 
	display:block;
	width:118px;
	height:26px;
	left: 0px;
	top: 0px;
}	

#nextBtn{
	position: relative; 
	display:block;
	width:69px;
	height:26px;
	left: 20px;
	top: 0px;
}	

#holdBtn{
	position: relative; 
	display:block;
	width:26px;
	height:26px;
	left: 20px;
	top: 0px;
}	

#nextBtn{ 
	left: 531px;
	top: -25px;
}														

#holdBtn{ 
	left: 290px;
	top: -25px;
}

#prevBtn a{  
	display:block;
	width:118px;
	height:26px;
	background:url(../images/btn_prev.jpg) no-repeat 0 0;	
}	

#prevBtn a:hover {
	background-position: left bottom;
}

#nextBtn a{
	display:block;
	width: 69px;
	height:26px; 
	background:url(../images/btn_next.jpg) no-repeat 0 0;	
}

#nextBtn a:hover {
	background-position: left bottom;
}

#holdBtn a{
	display:block;
	width: 26px;
	height:26px; 
	background:url(../images/btn_hold.jpg) no-repeat 0 0;	
}

#holdBtn a:hover {
	background-position: left bottom;
}

.graphic, #prevBtn, #nextBtn, #holdBtn{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

/* Footer */
.footer_wrap{
	position: relative;
	width: 980px;
	height: 63px;
	margin: -63px auto;
	clear: both;
}

.footer {
	position: relative;
	width: 960px;
	height: 63px;
	margin: 0px auto;
	background: url(../images/footer.gif) no-repeat top left;
}

.footer a {
	text-decoration: none;
	color: #007CC4;
}

.footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.footer span{
	position:relative;
	font-family: "Trebuchet MS", Arial, Georgia, Helvetica, sans-serif;	
	text-transform: uppercase;
	font-size: 10px;
	color: #444444;
	top: 15px;
	right: 172px;
	float: right;	
}

/* Clear Fix*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*Icons*/

ul.icons  {
	position: relative;
	height: 16px;
	width: 190px;
	right: -237px;
	list-style: none;
	float: right;
	top: 15px;		
	}

ul.icons li {
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 7px;
	text-indent: -9999em;
	}
	
ul.icons li a {
	display: block;
	width: 16px;
	height: 16px;
	background-position: left top;
	background-repeat: no-repeat;
	}	
	
ul.icons li a:hover {
	background-position: left bottom;
	}

ul.icons li.facebook a {
	background-image: url(../images/facebook.png);
	}

ul.icons li.linkedin a {
	background-image: url(../images/linkedin.png);
	}

ul.icons li.twitter a {
	background-image: url(../images/twitter.png);
	}
	
ul.icons li.join a {
	background-image: url(../images/join.png);
	}
	
/*Logo*/

ul.logo  {
	position: relative;
	height: 31px;
	width: 38px;
	list-style: none;
	float: left;
	left: 30px;
	top: 15px;		
	}

ul.logo li {
	float: left;
	height: 38px;
	width: 31px;
	text-indent: -9999em;
	}
	
ul.logo li a {
	display: block;
	width: 38px;
	height: 31px;
	background-position: left top;
	background-repeat: no-repeat;
	}	
	
ul.logo li a:hover {
	background-position: left bottom;
	}

ul.logo li.acf a {
	background-image: url(../images/acf.png);
	}