﻿/*
-----------------------------------------------
New York Speech Coaching Portal Page Styles
Designer: Victoria Meadows
Date:     27 January 2010
----------------------------------------------- */


/* Document Color Palate ===================================================================================== */

/* dk gray: #A1A1A1 */
/* lt gray: #DEDEDD */
/* mid gray: # */
/* dk brown: #362F2D */
/* lt blue: #C4DBf2 */
/* mid blue: #387FAC */


body {
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, san-serif;
	text-align: center;
	background: url('../images/portal-bg.jpg') no-repeat top center #362F2D;	
		}
		
	
#contain2 {
	width: 775px;
	height: auto;
	text-align: center;
	margin:0px auto;
				
			
}
	
	
	
#contain {
	width: 652px;
	height: auto;
	text-align: center;
	margin:0px 53px;
	float:left;
				
			
}

#esquire {
	width: 100%;
	height:40px;
	margin:0px auto;
	float:left;
	font-weight:bold;
	color:#0C2642;
	padding-top:5px;
	
}

#esquire span{
	font-size: 16px;
	font-style:italic;
	float:left;
	padding:0px;
	margin: 1px 5px 0px 50px;
}


#adcontain {
	width: 792px;
	float:left;
	height:225px;
	margin:15px auto 0px 25px;
	overflow:hidden;
	text-align:center;
	background:none;
	padding:0px;
}

			
#content {

	width: 100%;
	height: 456px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 0px;
	padding: 8px 7px 0px 9px;
	text-align:center;

	}
			
#nav { width: 641px;
		height: 32px;
		text-align: center;
		float: left;
		margin-top: 4px;
		padding-top: 16px;
			
		}
		

#picture {
	width: 638px;
	height: 368px;
	overflow:hidden;
	float: left;
	background: url('../images/portal-picture.jpg') no-repeat top center #C4DBf2;
			}
			
#logopara { margin: 0px 15px 0px 0px;
float:right;
text-align:left;
width:285px;
height:365px;
overflow:hidden;

	}

			
img {border:none;}

p {font-size: 12px; display:inline; margin-right: 20px; font-weight:bold;}

/*==================LINK STYLES================*/


a:link {color: #362F2D; text-decoration: none;}
a:visited {color: #362F2D; text-decoration: none;}
a:hover {color: #387FAC; text-decoration: none;}
		

