/* CSS Document */

body {
	font-size:14px;
}

ul {
	list-style-type:disc;
	padding:0 0 0 20px;
	margin:10px 0;
}

li {
	margin:0 0 5px 0;
}

#header {
	background: url(images/page2/rap_syn_pg2_banner.jpg) no-repeat;
	width:675px;
	padding-top: 64px;
	height: 0px !important; /* for most browsers */
	height /**/:64px; /* for IE5.5's bad box model */
	overflow: hidden;			
	position:relative;
	border:0px solid blue;
}

#header h1 {
	display:block;
}

#header a {
	position:absolute;
	border: 0px solid white;
	left:5px; top:20px; width:360px; height:40px;
	display:block;
}	

#header a span {
	display: none;
}

#body {
	float:left;
	width: 675px;
	min-height:400px;
	height:auto !important;
	height:400px;
	background: url(images/page2/pg2_background.jpg) repeat-y;
	border:0px solid red;
	margin-bottom:20px;
}

#nav {
	float:left;
	list-style-type:none;				
	border: 0px solid green;
	margin: 10px 20px 10px 0;
	padding: 0;
}	

#nav li {
	float:left;
	clear:left;
	margin: 2px 0;
	padding:0;
	width: 115px;
	border: 0px solid red;
}

#nav a {
	float:left;
	clear:left;
	display:block;  
	background: url(images/page2/pg_2_green_dot_off.gif) no-repeat left 0px;
	padding: 0px 0px 0px 17px;
	margin: 0 5px;
	font-size: 13px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid blue;
}



#nav a:hover {
	background-image: url(images/page2/pg_2_green_dot_on.gif);
	text-decoration: none;
}

#nav a.selected {
	background-image: url(images/page2/pg_2_green_dot_on.gif);
	text-decoration: none;
}

/*#nav ul {
	margin:5px 0 0 15px;
}*/


h2 {
	font-size: 1.4em;
	margin:0;
	padding:0;
}

h3 {
	font-size:1.1em;
}

#content {
	float:left;
	padding: 0 0 50px 0;
	width:530px;
}

#content h2 {
	margin-top:10px;
}

#content p {
	line-height: 18px;
	/*letter-spacing: .025em;*/
	width: 345px;
	text-align:justify;
	margin:10px 0;
}

#content ul {
	width: 335px;
}

#content img.photo {
	float:right;
	margin:10px;
}

.sidebar {
	margin-top:-20px;
	float:right;
	width:170px;
}

.sidebar img, #portfolio img {
	display:block;
	float:right;
	width:145px;
	margin:5px;
	border:0;
}

.sidebar a img, #portfolio a img {
	margin:0;
}

.sidebar a, #portfolio a {
	float:right;
	width:145px;
	margin:5px;
}

.sidebar a:hover, #portfolio a:hover {
	border:3px solid #f00;
	margin:2px;
}


#portfolio {
	margin:0;
}


#portfolio td {
	vertical-align:top;
	padding:5px 0;
}



address {
	margin: 10px 0;
	font-style: italic;
}

td {
	padding: 1px 10px 1px 0;
}

label {
	font-weight:bold;
}
