/* CSS Document */
a:link {
	text-decoration: none;
	color: #ec0b11;
}
a:visited {
	text-decoration: none;
	color: #ec0b11;
}
a:hover {
	text-decoration: underline;
	color: #ec0b11;
}
a:active {
	text-decoration: underline;
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

#navigation ul li a:hover {
	text-decoration: underline;
	color: #ec0b11;
}

#navigation ul li a:active {
	color: #ec0b11;
	text-decoration: underline;
}

#navigation ul li a:visited {
	color: #ffffff;
}

#navigation2 ul a:link {
	color: #999999;
	text-decoration: none;
}

#navigation2 ul a:hover {
	text-decoration: underline;
	color: #ec0b11;
}

#navigation2 ul a:active {
	color: #ec0b11;
	text-decoration: underline;
}

#navigation2 ul a:visited {
	color: #999999;
}

body,td,th {
	color: #333333;
}
html {
	background-color: #ffffff;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin-top: 0px;
}
#container {
	width: 1000px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-size: large;
	font-weight: bolder;
	color: #ec0b11;
	}
	
h2 {
	font-size: medium;
	font-weight: bold;
	color: #ec0b11;
	}
	
h3 {
	font-size: small;
	font-weight: normal;
	color: #ec0b11;
	}
	
h4 {
	font-size: small;
	font-weight: bold;
	color: #999999;
	}
	
h5 {
	font-size: small;
	font-weight: normal;
	color: #999999;
	}
	
#navigation {
	text-align: left;
	width: 1000px;
	border-bottom: 1px solid #ec0b11;
	color: #ffffff;
	font-weight: bold;
	font-size: x-small;
	background-color: #29536c;
}



#navigation2 {
	text-align: left;
	width: 1000px;
	border-bottom: 1px solid #10405b;
	font-weight: bold;
	color:	#999999;
	font-size: x-small;
}
#mainText {
	clear: none;
	float: right;
	width: 650px;
	margin-top: 10px;
	margin-left: 50px;
	line-height: 20px;
	font-size: small;
}

#navigation ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation2 ul {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}

#head {
	float: none;
	height: 200px;
	width: 1000px;
	background-image: url(Images/banner.jpg);
	background-repeat: no-repeat;
	font-size: x-small;
	color: #FFFFFF;
	clear: both;
	text-align: right;
	padding: 0px;
}


#images {
	float: left;
	clear: none;
	background-image: url(Images/quote.jpg);
	height: 850px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 30px;
	margin-top: 10px;
	background-color: #ced9e2;
	padding: 10px;
}
#container #head #text {
	margin: 20px;
	color: #FFFFFF;
}
#Portfolio {
	margin-left: 40px;
	margin-top: 60px;
}

#container #head #text a:hover {
	text-decoration: underline;
	}
#content {
	border: 1px solid #CCCCCC;
	clear: none;
	float: left;
	margin-top: 10px;
}

#container #head #text a:link {
	text-decoration: none;
	color: #ffffff;
}
#container #head #text a:visited {
	color: #ffffff;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: large;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.red {
	color: #ec0b11;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
