@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	
	text-align:center;
}

img {
	border:0px;
}

h1 {
	font-family:Myriad Pro;
	font-size:24px;
	
	text-align:center;
}
h2 {
	font-family:Myriad Pro;
	font-size:20px;
	
	text-align:center;
}


#header {
	width:1000px;
	height:150px;
	
	background-image:URL('../images/header-bkg-panel.png');
	background-repeat:no-repeat;
	background-color:#000000;
	
	text-align:left;
}

#logo {
	width:250px;
	height:150px;
	
	background-image:URL('../images/logofade.png');
}

#logo-tag {
	width:200px;
	height:150px;
}

#menu-bar {
	width:1000px;
	height:25px;
	
	background-image:URL('../images/navigation-bkg.jpg');
	
	font-family:Myriad Pro;
	font-size:14px;
	
	color:#FFFFFF;
	
	text-align:right;
	
	padding-top:5px;
}
#menu-bar A:link, A:visited
{
	font-family: Myriad Pro;
	font-size:14px;
	 
	color:#ffffff;
	
	text-decoration:none;
} 
#menu-bar A:hover, A:active
{
	font-family: Myriad Pro;
	font-size:14px;
	
	color:#f5de1d;
}


#content-container {
	width:1000px;
	display:table-cell;
	
	margin-top:10px;
}

#content {
	margin-top:10px;
	width:779px;
	
	font-family:Myriad Pro, Times New Roman;
	font-size:14px;
	
	color:#000000;
	
	text-align:left;
	
	border-right:1px dashed #333333;
	padding-right:20px;
	
	float:left;
}

#body-text {
	margin-left:20px; 
	smargin-right:20px;
}

#body-text ul {
}
#body-text li {
	margin-bottom:10px;
}

#right-container {
	margin-top:10px;
	
	width:200px;	
	
	text-align:center;
	
	float:left;
}


#footer {
	width:1000px;
	height:75px;
	
	border-top:1px dashed #333333;
	
	font-family:Myriad Pro, Times New Roman;
	font-size:14px;
	color:#000000;
}




#flash-container {
	width:670px;
	height:290px;
	
	margin-left:50px;
	margin-bottom:30px;
}

#thumb-action {
	position:relative;
	width:380px;
	height:67px;
	
	top:200px;
	left:300px;
}



/*  **** SURVEY  ****  */
.survey-form-text {
	font-family:Myriad Pro;
	font-size:12px;
}

.survey-form-message {
	font-family:Myriad Pro;
	font-size:12px;
	
	width:300px;
	height:80px;
}

#survey-window {
	position:absolute;
	width:400px;
	height:200px;
	
	top:0px;
	left:0px;
	
	background-color:#000000;
	border:5px solid #641414;
	
	padding:10px;
	
	font-family:Palatino Linotype;;
	font-size:14px;
	
	color:#ffffff;
}

#survey-window-close {
	position:relative;
	
	top:0px;
	left:0px;
	
	float:left;
}
