/* -----------------------------------------------------------------------------------
// -----------------------------------------------------------------------------------
//	South Bridge Global Style Sheet
// -----------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------- */
* {
	margin: 0;
}

html, body {
	height: 100%;
}

body,td,th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f1e9;
	background-image:url(../imgs/bg_top.jpg);	
	background-repeat:repeat-x;
}
p {
	line-height: 24px;
	margin:0px 0px 20px 0px;
	}
h1 {
	font-size:22px;
	font-style:italic;
	margin: 0px 0px 10px 0px;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	}
	
/* -----------------------------------------------------------------------------------
//	Wrap  - wraps all the content and centers it in the browser
// ----------------------------------------------------------------------------------- */
#wrap {
	width:920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	}

/* -----------------------------------------------------------------------------------
//	Mastehead - creates a masthead containg the logo and main nav
// ----------------------------------------------------------------------------------- */
#masthead {
	background-image:url(../imgs/bg_mhead.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:920px;
	}
	
#masthead img{
	border: 0;
	}

#nav {
	float:right;
	text-align:right;
	margin:75px 40px 0px 0px;
	display:inline;
	}

#nav a:link {
	color:#182C33;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 0px 15px;
	}
	
#nav a:hover {
	font-weight:bold;
	text-decoration:underline;
	margin:0px 0px 0px 15px;
	}
	
#nav a:visited {
	color:#182C33;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 0px 15px;
	}

/* -----------------------------------------------------------------------------------
//	Content - the main content area
// ----------------------------------------------------------------------------------- */
#content {
	padding: 20px;
	}
	
/* -----------------------------------------------------------------------------------
//	Footer - page footer
// ----------------------------------------------------------------------------------- */
#footerWrap {
	background-color:#353E47;
	background-image:url(../imgs/bg_footer.gif);
	background-repeat:repeat-x;
	height:200px;
	text-align:center;
	}
#footer {
	width:920px;
	margin: 0 auto;
	text-align:right;
	}
#footerText {
	float:right;
	height:125px;
	padding:10px 20px 0px 0px;
	color:#FFFFFF;
	}
#footer img {
	border: 0;
	}

/* -----------------------------------------------------------------------------------
//	Push - .push must be the same height as .footer to make footer stay on bottom
// ----------------------------------------------------------------------------------- */
.push {
	height: 200px;
	clear:both;
}

/* -----------------------------------------------------------------------------------
//	logoCard - class for logo cards on index.html
// ----------------------------------------------------------------------------------- */

img{
	border:#E0DDCC medium solid;
	margin: 0px 10px 10px 0px;
	}

.logoCard {
	border:#E0DDCC medium solid;
	margin: 0px 10px 10px 0px;
	}
.left{
	float:left;
}
.left480 {
	width:480px;
	float:left;
	margin: 0px 0px 0px 0px;
	}
.left460 {
	width:460px;
	float:left;
	margin: 0px 0px 0px 0px;
	}
.right {
	float:right;
	}
.right400 {
	width:400px;
	float:right;
	}
.right220 {
	width:220px;
	float:right;
	}
