/*BEGIN RESET*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*========================END RESET==========================*/

body {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
}

#container {
	float:left;
	width: 960px;
	margin: 20px 20px;
}

#masthead {
	width: 960px;
	float:left; 
	background-repeat:no-repeat; 
	width:960px; 
	height: 211px;
	
}

#masthead img {
	float: left;
}

#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

#navigation ul {
	font-size: 10pt;
	line-height: 150%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0 10px;
}
#navigation li {
	float: left;
	padding: 5px 0 0 0 ;
	text-indent: 0;
}
#navigation a {
	color: #ff0;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px 10px;
	display: block;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation {
	background-image:url('../images/nav.png');
	background-repeat:repeat-x;
	float:left;
	height:38px;
	overflow:hidden;
	width:960px;
}

#breadcrumb {
	float:left;
	background-image:url('../images/breadcrumb.png');
	background-repeat:repeat-x;
	width:852px;
	height: 27px;
}

#breadcrumb p {
	
	color: #000;
	font-size: 8pt;
	font-weight: bold;
	padding: 8px 0 0 20px;
	margin-top: 0;
	margin-bottom: 0;
}

#breadcrumb a {
	
	color: #333333;
	text-decoration: none;	
	
}

#breadcrumb a.current {
	color: #df223d;
}

#breadcrumb a:hover {
	
	color: #df223d;
	text-decoration: none;
		
}

#portalLogin {
	height: 27px;
	text-indent: -9999px;
}

#portalLogin li a{
	display: block;
	float:left;
	height: 27px;
	width: 88px;
	background-image:url('../images/portalLoginSprite.png');
}

#portalLoginCap {
	float:right;
	background-image:url('../images/breadcrumb.png');
	background-repeat:repeat-x;
	width:20px;
	height: 27px;	
}


#portalLoginb{
	display: block;
	float:left;
	height: 27px;
	width: 88px;
	background-image:url('../images/portalLoginSprite.png');
}

#portalLoginb:hover {
	background-position: 0px -27px;
}


#portalLogin li a:hover {
	background-position: 0px -27px;
}

#content {
	color: #666;
	font-size: 10;
	float:left;
	width:960px;
	line-height: 140%;	
}
#content2 {
	color: #666;
	font-size: 10;
	float:left;
	width:669px;
	line-height: 140%;	
}

#contentShadowTop 
{
	color: #666;
	font-size: 10;
	line-height: 140%;
float:left; 
background-image:url('../images/contentShadowTop.png');
background-repeat:repeat-x; 
width:960px; 
height:50px;	
}


#contentShadowBottom {
float:left; 
background-image:url('../images/contentShadowBottom.png');
background-repeat:repeat-x; 
width:960px; 
height:43px;
margin: 30px 0 0 0;
}

#column_single {
	float:left;
	height:100%;
	width: 920px;
	padding: 20px;
}

#column_l {
	float:left;
	height:100%;
	width: 580px;
	padding: 0 20px 0 20px;
}

#column_r {
	float: right;
	width: 279px;
	border-style:solid;
	border-left:1px solid #e6e6e6;
	padding: 0 20px 0 20px;
	margin: 20px 0 0 0 ;
}

#content ul {
	font-family: Georgia, Times, Serif;
	font-weight: bold;
	list-style: square outside none;
	margin-left: 0;
	text-indent: 0em;
	color: #d00000;	
	padding-left: 3em;	
}
#content2 ul {
	font-family: Georgia, Times, Serif;
	font-weight: bold;
	list-style: square outside none;
	margin-left: 0;
	text-indent: 0em;
	color: #d00000;	
	padding-left: 3em;	
}
#content ol {
	font-family: Georgia, Times, Serif;	
	font-weight: bold;
	list-style: decimal outside none;
	margin-left: 0;
	text-indent: 0em;
	color: #d00000;
	padding-left: 3em;	
}

#content ul p {
	
	color: #666;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	background-color: transparent;
	line-height: 150%;
	
}
#content2 ul p {
	
	color: #666;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	background-color: transparent;
	line-height: 150%;
	
}
#content_bullets
{
	color: #d00000;
	font-size: 10pt;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	background-color: transparent;
	line-height: 150%;
}

#content ol p {

	color: #666;
	font-size: 10pt;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;	
	background-color: transparent;
	line-height: 150%;
	
}

#content p {
	
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	
}

#content li {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#content a {
	color: #df223d;
	text-decoration: none;
}

#content a:hover {
	color: #df223d;
	text-decoration: underline;
}

#content a:visited {
	color: #2ea2cb;
}

.director {
	float:left;
	padding: 15px 0;
	width: 100%;

}

.director .portrait {
	float:left;
	padding: 0px 15px 15px 0;
	width:142px;
}

.director .biography {
	float:left;

	border-left:1px solid #e6e6e6;
	padding-left: 20px;
}

.director .biography p {

}

#map {
width: 712px;
height: 588px; 
margin-left:11
}

.cta {
	float:right;
	padding: 0 0 10px 0;
}

.icon {
	padding: 0 10px 0 0;	
}

blockquote {
	border-style:solid;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-family: Georgia, Times, Serif;
	font-size: 1.0em;
	line-height: 1.5em;
	width: 100%;
}

blockquote .contactDetails {
	
	background-color: red;
	color: white;
	
}

blockquote p {
	
	padding: 0 1em;	
	
}

blockquote:before {
	content: open-quote; 
	font-weight: bold; 
	} 

blockquote:after { 
	content: close-quote; 
	font-weight: bold; 
}

table {
	border-spacing: 8px;	
}

tr {

}

#footer {
	color: #fff;
	font-size: 8pt;	
	text-align: left;
	background-color: #af1e2d;	
	float:left;
	overflow: hidden;
	width:960px;
	line-height: 100%;
	vertical-align:top;
}

#footer p {
	color: #fff;
	line-height: 100%;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footerShadowTop {
	background-image:url('../images/footerShadowTop.png');
	background-repeat:repeat-x;
	height: 35px;
}

#footerShadowTop img {
	position:relative;
	left: 20px;
	top: 20px;
}

#footerMiddle {
	
	height: 130px;
	padding: 0px 20px 0px 20px;
	
}

.siteMapColumn {
	float:left;
	font-size: 8pt;
	color: white;
	height: 130px;
	width: 150px;
	padding: 15px 0 0 0 ;

}

.siteMapColumn li {
	padding: 0 0 0 8px;
	margin-top: 0.5em;
}

#siteMap {
	float: left;
}

#footerLogo {
	float: right;
}

#footerLogo img {
	position: relative;
	top:10px;
}

#footerShadowBottom {
	background-image:url('../images/footerShadowBottom.png');
	background-repeat:repeat-x;
	height: 35px;
}

#copyright {
	text-align: right;
	font-weight: bold;
	padding: 12px 12px 0 0;	
}

hr {

	border: 1px solid #e6e6e6;
	
}

h1 {
	color: #4c4c4c;
	font-size: 2.0em;
	line-height: 200%;
	font-weight: normal;
	padding: 10px 0 0 20px;
}

h2 {
	color: #965;
	margin-top: 1.25em;
	font-size: 1.75em;
	border-top:1px solid #e6e6e6;
	font-weight: normal;
	padding: 30px 0 0 0;
}

.biography h2 {
	color: #965;
	font-size: 1.75em;
	font-weight: normal;
	border-top: none;
	padding: 0 0 20px 0;
	margin-top: 0px;
}

h3 {
	color: #4c4c4c;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1.5em;
	text-transform: uppercase;	
}

h4 {
	color: #4c4c4c;
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 1.5em;
}

big {
	color: #965;
	font-size: medium;
}

small {
	
	font-size: 8pt;
	
}

.bodyImage {
	margin-top: 30px;
	-moz-box-shadow: black 0px 0px 5px;
	-webkit-box-shadow: black 0px 0px 5px;
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

span .contactDetails {

	float:right;
	color:#fff;
	background-color:red;
}






#menu {
            width: 961px;
            background-image:url('../images/nav.png');
            background-repeat:repeat-x;
            float: left;
            }
             
            #menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 8em;
            float: left;
            }
             
            #menu a, #menu h2 {
            font: bold 11px/16px arial, helvetica, sans-serif;
            display: block;
            border-width: 0px;
            border-style: solid;
            border-color: #ccc #888 #555 #bbb;
            margin: 0;
            padding: 1px 2px;
            }
            #menu a, #menu h3 {
            font: bold 11px/16px arial, helvetica, sans-serif;
            display: block;
            border-width: 1px;
            border-style: solid;
            border-color: #ccc #888 #555 #bbb;
            margin: 0;
            padding: 1px 2px;
            }
            #menu h2 {
            color: #fff;
            text-transform: uppercase;
            }
             
            #menu a {
            color: #fff;
            background-image:url('../images/nav.png');
            background-repeat:repeat-x;
            text-decoration: none;
            }
             
            #menu a:hover {
            color: #a00;
            background: #fff;
            }
             
            #menu li {
            position: relative;
            }



            #menu ul ul {
            position: absolute;
            z-index: 500;
            }
             
            #menu ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            }
             
            div#menu ul ul,
            div#menu ul li:hover ul ul,
            div#menu ul ul li:hover ul ul
            {display: none;}
             
            div#menu ul li:hover ul,
            div#menu ul ul li:hover ul,
            div#menu ul ul ul li:hover ul
            {display: block;}  
            
            
            tr#menu ul ul,
            tr#menu ul li:hover ul ul,
            tr#menu ul ul li:hover ul ul
            {display: none;}
             
            tr#menu ul li:hover ul,
            tr#menu ul ul li:hover ul,
            tr#menu ul ul ul li:hover ul
            {display: block;}  
            
