
/* Serra Boston CSS */
/* 		designed 11/22/07 by Joe Gallagher - www.jobriga.com */

body {
	background-color:#C9D7DD;
	margin:0px;
	padding:0px;
}

a:link {color: #000099;}    /* unvisited link */
a:visited {color: #0000FF;} /* visited link */
a:hover {color: #0000FF;}   /* mouse over link */
a:active {}   				/* selected link */

#page {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/* #header												 */
/* 		controls the header at the top of the page. 	 */

#header {
	height:150px;
	margin:0px 0px 40px 0px;
	padding:0px;
	background-image: url('images/bg-header.gif');
	background-repeat: repeat-x;
}

#header #banner {
	height:120px;
	margin:0px;
	padding:0px;
}

#header img.serraboston {
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
}

#header img.serrainternational {
	float:right;
	margin:0px;
	padding:0px;
	position:relative;
	right:0px;
}

/* #topnav												 */
/* 		controls the Top navigation.				 	 */

#topnav {
	background:#0F5176 none repeat scroll 0% 50%;
	height:30px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#topnav ul {
	margin:0px;
	padding:0px;
	height:30px;
}

#topnav ul li {
	display:block;
	float:left;
	font-family:Verdana,sans-serif;
	font-size:.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:30px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-align:center;				
}

#topnav ul li a {
	border-bottom:medium none;
	border-right:1px solid #5C8092;
	border-top:medium none;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	width:120px;
}

#topnav ul li a:hover {
	background:#01304B none repeat scroll 0%;
	border-bottom:medium none;
	color:#FFFFFF;
}

/* #leftcol												 */
/* 		controls the left column of content, where most	 */
/* 		of the content on the page appears.				 */

#leftcol {
	width:515px;
	font-family:Georgia,Times,serif;
	font-size:.9em;
	left:40px;
	position:relative;
	text-align:justify;
	float:left;
	padding-bottom: 20px;
}

#leftcol h1 {
	padding:0px;
	margin:0px;
	color:#CB2100;
	font-size:18pt;
	font-weight:normal;
}

#leftcol h2 {
	color:#CB2100;
	font-size:1.2em;
	font-weight:normal;
	margin:0px;
	padding:1.2em 0px 0px 0px;
}

#leftcol p {
	line-height:1.5em;
}

#leftcol ul li {
	list-style-type:circle;
	margin:0px 0px 0px -25px;
}

#leftcol hr {
	color: #C9D7DD;
	background-color: #C9D7DD;
	border: 0px;
	height: 1px;
	margin: 40px 0px 10px 0px;
	padding: 0px;
}

/* #rightcol												 */
/* 		controls the narrower, right column of content.		 */

#rightcol {
	float:right;
	width:200px;
	font-family:Georgia,Times,serif;
}

#rightcol p {
	font-size:0.8em;
	padding:0px 25px 0px 0px;
}

#rightcol p.subtitle {
	font-size:0.7em;
	color:#707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	margin:0px 0px 0px 30px;
	text-align:center;
}

#rightcol p.subtitle a {
	color:#707070;
	border-bottom:#CCCCCC 1px solid;
	text-decoration:none;
}

#rightcol p.subtitle a:hover {
	color: #0000FF;
	border-bottom:#CCCCCC 1px solid;
	text-decoration:none;
}

#rightcol h3 {
	color:#4795C1;
	font-size:1em;
	font-weight:bold;
	margin:0px;
	padding:1.2em 0px 0px 0px;
}

#rightcol img {}

#rightcol .roundedbox {
  background: transparent url(images/bg-rightcol-up-left.gif) scroll no-repeat top left;
  background-color: #EFF3F4;
}

#rightcol .roundedboxbottom {
  background: transparent url(images/bg-rightcol-down-left.gif) scroll no-repeat top left;
  background-color: #EFF3F4;
  height: 15px;
}

#rightcol .roundedbox h3 {
  margin-left: 15px;
}

#rightcol .roundedbox p {
  margin-left: 15px;
}

#rightcol .roundedbox a { text-decoration:none; }
#rightcol .roundedbox a:visited { text-decoration:none; }
#rightcol .roundedbox a:hover { text-decoration:underline; }
#rightcol .roundedbox a:active { text-decoration:none; }

/* #footer												 */
/* 		controls the footer at the bottom of the page.	 */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	width:720px;
	left:40px;
	position:relative;
	color:#9E9E9E;
	height:36px;
	border-top:solid 1px #D9D9D9;
}


#footer p {
	margin: 1em 0em 1em 0em;
}

#footer p.copyright {
	float:left;
}

#footer p.contactus {
	float:right;
}

#footer p.contactus a {
	color:#9E9E9E;
}

#footer p.contactus a:hover {
	color:#000099;
}

/* 	Other												 */
/* 		Various other pieces of CSS used on the site.	 */

.left {
	float:left;
	padding:0px 25px 0px 0px;
}

.right {
	float:right;
	padding:0px 0px 0px 25px;
}

img {
	border:0px;
}

.clear {
	clear:both;
	height:0.1px;
	margin:0pt;
	padding:0pt;
}

.hidden {
	visibility: hidden;
	border:0px;
	padding:0px;
	float:left;
	height:0px;
	width:0px;
}