/* CSS Document for Connecting Cultures */

/* COMMON RULES - BODY, LINKS, CONTAINER AND BOTTOM NAVIGATION 

NOTES:
1BA8B1 - Teal
F1AE2B - Orange
E4551D - Dark Orange
0FDDEA - Blue
85C61D - Green
163971 - Navy
A80D02 - Red
*/

body {
	text-align: center; 		/* For IE */ 
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	height: 100%; 				/* this is the key! */
}


#top_container	{
	text-align: left;
	background-color: #000;
	margin: 0 auto;
	width: 994px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}

#logo	{
	height: 71px;
	width: 201px;
	text-align: left;
	background-color: #000;
	/* border: 1px solid grey; */
	float: left;
}

#phone	{
	background-color: #000;
	text-align: right;
	padding-top: 16px;	
	padding-right: 16px;
	/* border: 1px solid grey;  */
	float: right;
}

.phone	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}


#nav	{
	height: 23px;
	width: 980px;
	text-align: right;
	background-color: #000;
	background-image: url(../images/nav_background_white_black.gif);
   background-repeat: repeat-x; 	
	clear: both;
}

.nav_buttons {
	padding-right: 8px;
	padding-left: 8px;
}
			
#main_container {
	text-align: left;
	background-color: #000;
   background-repeat: repeat-y; 
	margin: 0 auto;
	width: 994px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	height: auto;	
}		
						
#left_panel	{
	position: relative;
	top: -2px;
	text-align: left;
	width: 444px;
	float: left;
	height: 100%;
}		

#right_panel	{
	text-align: left;
	width: 536px;
	float: left;
	height: 100%;
	min-height:410px;
}
#circles	{
	width: 14px;	
	position:absolute;
	background-image: url(../images/right_side_color_boxes.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:-412px;
	margin-left:982px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}		

#bottom_2_circles {
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 980px;
}		

.main_callout {
	padding-right: 10px; 
	padding-left: 6px; 
	float: left; 
	width: 150px; 
}


p {
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}

h1, h2, h3 {
	padding-right: 10px;
	padding-left: 10px;	
}

h1 {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2 {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-right: 20px;
	margin-left: 10px;	
	padding-left: 0px;
	border-bottom: 1px dashed #FFF;
}
h4{padding-left:10px; font-size:14px;}
h4 strong{font-size:18px;}
li.red_green {
	list-style-image: url(../images/bullet_red_green.gif);
}

li.blue {
	list-style-image: url(../images/newdot.gif);
}

li.red_blue {
	list-style-image: url(../images/bullet_red_blue.gif);
}

img.divider {
	position: relative;
	top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	align: bottom;
}

/* link colors */
a{outline:none;}
A:link { color: #FFF; text-decoration: none;  }
A:visited { color: #FFF; text-decoration: none; }
A:hover { color: #CCC; text-decoration: none; }
A:active { color: #CCC; text-decoration: none; } 						
						
				
						
						