@charset "utf-8";
img {  border-style: none;
}

body {
	background-color: #153957;
}

#wrapper {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	height: 150px;
	width: 100%;
}
#leftCol {
	float: left;
	height: auto;
	width: 73%;
	margin-top: 5px;
}
#sidebar {
	float: right;
	height: auto;
	width: 25%;
	margin-top: 0px;
	margin-right: 2%;
}
#footer {
	clear: both;
	width: 100%;
	height: 100px;
}

#portfolio {
	height: auto;
	width: 95%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-color: #3B6484;
	border-bottom-width: thin;
	
}

#wrapper #leftCol #portfolio a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #3B6484;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B6484;
}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #3B6484;
}
	
.titletext a:link { 
    text-decoration: none;
}
.titletext a:visited { 
    text-decoration: none;
}
.titletext a:active { 
    text-decoration: none;
}
.titletext a:hover { 
    text-decoration: none;
}

/* menu */

.menu {
font-family: verdana, arial, sans-serif; 
width:700px;
height:auto;
margin:auto; 
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style: none;
border:0;
}
.menu ul table {border-collapse:collapse; margin:-1px -10px; font-size:1em;}

/* float the list so that the items are in a line */
.menu ul li {
float:left; 
}
/* style the links to be 91px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:133px; 
height:30px;
margin-left: 5px; 
color:#FFF; 
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#345D7D; 
line-height:30px; 
font-size:11px;
}
/* make the dropdown ul invisible */
.menu ul ul {
position:absolute; left:-9999px; height:0;
}

/* set the background and foreground color of the main menu items on hover */
.menu ul li a:hover,
.menu ul li:hover a {
color:#fff; 
background:#153957;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu ul :hover ul {
top:30px; 
height:auto;
left:0; 
text-align:left;
z-index:100;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul :hover ul li {
background:#FFFFFF; 
color:#000;
padding:10px;
margin-left: 5px;
width:638px;
height:600px;
overflow:auto;
border:20px solid #153957;
}
/*float the image left with padding and no border */
.menu ul :hover ul li img {
float:left; 
padding:10px 10px 10px 0; 
border:0;
}
/* style the paragraph font height */
.menu ul :hover ul li p {
font-size:0.9em;
line-height:1.8em;
}
/* style the background and foreground color of the submenu links */
.menu ul :hover ul li a {
display:inline;
background:#eee;
color:#c00;
text-decoration:underline;
border:0;
line-height:1.8em;
}
/* style the background and forground colors of the links on hover */
.menu ul :hover ul li a:hover {
text-decoration:none; 
color:#000;

}


/* gallery */

#gallery {width:700px; margin-top:35px;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:185px; top:0; width:500px; height:auto; border:1px solid #000;}

