/* CSS Document */
html 
	{
	height: 100%;
}

body
	{
	background:#E6E4E1 url('/flamingo/_images/_graphics/bg-container.gif') top center repeat-y;
	margin:0;
	height:100%;
	font-family:verdana,arial,sans-serif;
	font-size:100%;
}

.clearBoth
		{
	clear:both;
}

h1		
	{
	font-size:120%;
	color:#EE2362;	
}

h2	
	{
	font-size:100%;
	color:#EE2362;
	margin:0;
}				

p	
	{
	font-size:90%;
}												

a:link
	{
	color:#EE2362
} 

a:visited
	{
	color:#666;
} 

a:hover
	{
	color:#000;
} 

a:active
	{
	color:#EE2362
}

#outerWrapper 	
	{
	width:950px;
	margin:auto;
	padding:10px 0 0 0;
	background-color:#fff;
	min-height:100%;
	position:relative;
}

#innerWrapper
	{
	width:900px;
	margin:auto;
	height:100%;
}

#header
	{
	width:900px;
	height:150px;
	clear:both;
}				

#flams
	{
	width:199px;
	height:150px;
	float:right;
}

#headermid
	{
	font-weight:bold;
	font-size:120%;
	padding:115px 50px 10px 100px;
	width:200px;
	border:0px solid red;
	float:left;
}				
				
#logo
	{
	float:left;
	margin:50px 0 0 0;
}	

#logo a,img
	{
	border:0;
}	
				
#menuContainer	
	{
	background: url('/flamingo/_images/_graphics/menu-bg.gif') repeat-x;
	height:54px;
	margin:auto;
	margin-bottom:30px;
}				

ul#main-nav
	{
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
				
ul#main-nav li 
	{
	margin:0;
	padding:20px 35px 0 30px;
	list-style:none;
	float:left;
}

ul#main-nav li.twolines
	{
	padding-top:10px;
}				

ul#main-nav li a 
	{
	text-decoration:none;
	font-size:80%;
	display:block;
	color:#fff;
	font-weight:bold;
}

ul#main-nav li a:hover 
	{
	color:#EE2362;
}

ul#main-nav li a.selected 
	{
	font-weight:bold;
	color:#EE2362;
}				

#content
	{
	float:left;
	font-size:90%;
	height:100%;
}

#content ul
	{
	list-style:square;
	font-size:90%;
	clear:both;
}

#content li		
	{
	padding:0 0 5px 0;
}				
				
#rightContent
	{
	float:right;
	width:300px;
	height:100%;				
}

#quote
	{
	background: url('/flamingo/_images/_graphics/contentbox-bg.gif') repeat-x;
	width:300px;
	height:150px;
}												

#quote .caption
	{
	font-size:60%;
	text-align:right;
	width:300px;
	padding:35px 0 0 0;
	margin:0;
}				
				
blockquote
	{
	padding-top:55px;
	height:40px;
}				

#leftContent
	{
	margin-right:320px;
}				
				
#footer	
	{
	width:900px;
	height:40px; 
	text-align:center;
	clear:both;
	position:absolute;
	bottom:0;
	margin:20px 0 0 25px;
}

#footer hr
	{
	border:0;
	color:#EE2362;
	background-color:#EE2362;
	width:100%;
	height:1px;
}				

ul#footer-nav
	{
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
				
ul#footer-nav li
	{
	margin:0;
	padding:0 7px 0 6px;
	list-style:none;
	float:left;
}
				
ul#footer-nav li a 
	{
	text-decoration:none;
	font-size:70%;
	display:block;
	color:#EE2362;
}

ul#footer-nav li a:hover 
	{
	color:#000;
}
				
#copy
	{
	height:30px;
	text-align:left;	
}

.contentbox
	{
	background: url('/flamingo/_images/_graphics/contentbox-bg.gif') repeat-x;
	padding:10px;
	margin:0 0 20px 0;
	display:block;
	width:550px;
}
	
.image
	{
	float:right;
	padding:0 0 25px 10px;
}

#buttons
	{
	width:300px;
	text-align:center;
	margin:40px 0 0 0;
}

.spiffy
	{
	display:block
}

.spiffy *
	{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#F4F2EF
}

.spiffy1
	{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #faf9f8;
	border-right:1px solid #faf9f8;
	background:#f6f5f3
}

.spiffy2
	{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fdfdfd;
	border-right:1px solid #fdfdfd;
	background:#f6f4f2
}

.spiffy3
	{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #f6f4f2;
	border-right:1px solid #f6f4f2;
}

.spiffy4
	{
	border-left:1px solid #faf9f8;
	border-right:1px solid #faf9f8
}

.spiffy5
	{
	border-left:1px solid #f6f5f3;
	border-right:1px solid #f6f5f3
}


																			
													
