/*************************************
Reset all style elements*
*************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*************************************
global
*************************************/

body {
font-family: Verdana, Arial, "sans serif";
font-size:62.5%;
color:#000;
background:url(images/bodybg.jpg) top left repeat-y #637186;
margin:0;
padding:0;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



/*************************************
Global Font Styles - 
include any site wide font styles
*************************************/
a {
	color:#2a7bab;
}



/*************************************
Container
*************************************/
#container {
	width:900px;
	margin:50px auto 0;
	background:url(images/ContainerBG.jpg) bottom left no-repeat#fff;
	padding-bottom:14px;
}


/*************************************
Footer
*************************************/
#footer {
	width:900px;
	margin:0 auto 10px;
	padding:10px 0px;
	color:#fff;
}
#footer p {
	padding:0 10px;
	font-style:italic;
}




/*************************************
Logo
*************************************/
#BannerArt {
	background:#ffffff;
}

#Branding {
	padding:0;
	margin:0;
	background-color: #ffffff;
	width:900px;
	height:100px;
}


#Branding #Logo  {
	float:left;
	position:relative;
	background:url(images/Branding.gif) top left no-repeat;
	padding:0;
	margin:0 0 0 10px;
	width:171px;
	height:100px;
	
}

#Branding #tagline {
	position:relative;
	left:90px;
	top:53px;
}

#Branding #tagline p {
	color: #637186;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}




/*************************************
GlobalNav
*************************************/
#GlobalNav {
	width:900px;
	height:26px;
	margin-bottom:5px;
	background:url(images/GlobalNavBG.jpg) left center repeat-x;
	background-color:#ffffff;
	position:relative;
}
#GlobalNav ul {
	position:absolute;
	left:260px;
	top:0;
}
#GlobalNav li {
	float:left;
}
#GlobalNav li a {
	display:block;
	line-height:26px;
	padding:0 20px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
}
#GlobalNav li a:hover {
	background:url(images/GlobalNavOver.jpg) left center repeat-x;
}
#GlobalNav li.on a {
	background:url(images/GlobalNavOn.jpg) left center repeat-x;
}





/*************************************
PageContent -
containing div for the sidebar and main content
*************************************/
#PageContent {
	padding:0 0px;
	width:900px;
	background:#fff;
}



/*************************************
Sidebar
*************************************/
#Sidebar {
	padding:40px 18px;
	float:left;
	width:240px;
}
#Sidebar h1 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:verdana;
	margin-bottom:10px;
}
#Sidebar p {
	text-align:center;
	font-family:georgia;
	line-height:24px;
	font-style:italic;
	color:#777;
	font-size:14px;
}

/* Page Specific Style - Contacts page */
#SidebarContacts {
	padding:40px 18px;
	float:left;
	width:240px;
}

#SidebarContacts h1 {
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:verdana;
	margin-bottom:10px;
}

#SidebarContacts p {
	font-family:verdana;
	font-size:11px;
	line-height:16px;
	font-style:normal;
	text-align:center;
	line-height:20px;
	margin-bottom:0px;
	color:#777;
}




/*************************************
Main Content
*************************************/
.MainContent {
	float:right;
	padding:30px 50px 40px;
	width:519px;
	border-left:1px dotted gray;
	border-right:1px red solid;
}

#person {
	margin-bottom:30px;
}

#contacts {
	margin:0 30px 30px 0;
	float:left;
}

#contacts h2 {
	margin:0 0 6px 0;
}

#contacts p {
	margin:0px;
}

.MainContent h1 {
	font-family:georgia;
	font-style:italic;
	color:#555;
	font-size:24px;
	margin-bottom:20px;
}
.MainContent h2 {
	font-weight:bold;
	font-size:11px;
	color:#555;
	margin:10px 0;
}
.MainContent p {
	color:#555;
	line-height:18px;
	font-size:11px;
	margin:10px 0;
	text-align:left;
}
.MainContent ul {
	margin:20px 0;
	font-size:11px;
	color:#555;
	padding-left:20px;
}
.MainContent li {
	list-style:square;
	margin:5px 0;
}
.MainContent strong {
	font-weight:bold;
}

/* Page Specific Style - Contacts page */
.MainContent.Contacts p {
	float:left;
	margin:15px 30px 15px 0;
}




.PressRelease ul {
	margin:0;
	padding:0;
}
.PressRelease li {
	margin:0;
	padding:0 0 20px 0;
}
.PressRelease a {
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.PressRelease span {
	font-size:9px;
	font-style:italic;
}