* {
	margin: 0;
	padding: 0;
}

body  {
	font: 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #B5C3CF url(../graphics/HeaderHolderLines.gif) top left no-repeat;
	text-align: left; 
	color: #313131;
}
#container { 
	background: none; 
	text-align: left;
} 

/*Links*/

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
}

a:hover, a:active {
	color: #002b4d;
}



/*Heading*/

#header { 
	background: none; 
} 
h1 {
	padding: 1px 0 10px; 
	font-size: 150%;
	color: #002B4D;
} 

h2 {font-size: 125%;
	color: #002B4D; 
	font-style: oblique;
	}
	
	


/*NAV*/

#navigation {
	width: 980px;
	height: 180px;
	position: relative;}
 
#navigation ul {
	position: absolute;
	top: 81px;
	left: 520px;
	font-weight: bold;
	list-style-type:none;
	background: url(../graphics/nav/nav_left_bg.gif) no-repeat;
	padding-left: 5px;
}
#navigation li {float: left;
display:inline;}

#navigation li.right {
	padding-right: 5px;
	background-image: url(../graphics/nav/nav_right_bg.gif);
}
#navigation a, #navigation ul li#inactive {
font-weight: bold;
color:#fff;
display: block;
width: 150px;
height: 65px;
}

#navigation a#home:link, #navigation a#home:visited {
	background-image: url(../graphics/nav/home_up.gif);
}

#navigation a#projects:link, #navigation a#projects:visited {
	background-image: url(../graphics/nav/projects_up.gif);
}

#navigation a#contact:link, #navigation a#contact:visited {
	background-image: url(../graphics/nav/contact_up.gif);
}

#navigation a#home:hover, 
#navigation a#home:active{
	background-image: url(../graphics/nav/home_over.gif);
}

#navigation a#projects:hover, #navigation a#projects:active {
	background-image: url(../graphics/nav/projects_over.gif);
}

#navigation a#contact:hover, #navigation a#contact:active
{
	background-image: url(../graphics/nav/contact_over.gif);
}

#navigation span {
	display: none;
}

.home {
		background-image: url(../graphics/nav/home_off.gif);
}

.projects {
		background-image: url(../graphics/nav/projects_off.gif);
}
.contact {
		background-image: url(../graphics/nav/contact_off.gif);
}

/*Left Column*/

#sidebar1 {
	float: left;
	width: 170px; 
	background: none;
	padding: 80px 0 15px;
}

/*CONTACT INFO*/
p.contact_txt {
	font-size: 75%;
	padding: 5px 0 0 15px;
	color: #002B4D;
	direction: ltr;
	text-align: center;
}

/*Right Column*/

#sidebar2 {
	float: left;
	width: 280px; 
	background: url(../graphics/nav/section_spacer.gif) no-repeat -2px top;
	margin-left: -5px;
	padding: 30px 0;
}

#sidebar2 h1 {
	margin: 0 0 5px 25px;
}
#sidebarText {
	margin-left: 25px;
	font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	
#sidebarText span {
	font-size: 70%;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}
}

div.entry {
	float: left;
}
#sidebarText h2 {
	margin: 0 0 5px 0;
}
#sidebarText p {
	padding: 0 0 10px 0;
	line-height: 120%;
	color: #002b4d;
}

#sidebarText img {
	float: left;
	margin: 5px 10px 5px 0;
}

/*Main Content*/

#mainContent { 
	margin: 10px 0 0 20px;
	padding: 0 0 20px 0;
	width: 485px;
	float: left;
	border-right: thin dashed #002B4D;
}

#mainContent h1 {
	margin: 20px 0 5px;
}

#mainContent h2 {
	margin: 0 0 5px 0;
}
#mainContent p {
	margin:  0 20px 15px 0;
	line-height: 140%;
}

#mainContent p img {
	margin: 0 15px 15px 0;
}

/*Form */
p.formDescription {
	font-size: 80%;
}

form tr td div, form tr td div p, form h2 {
	font: italic bold 90% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #002b4d;
	text-transform: lowercase;
	padding: 0 0 7px 0;
}

form h2 {
	font-size: 110%;
	text-transform: capitalize;
	font-weight: bold;
	font-style: normal;
}
	
form tr td input, form tr td textarea {
	background-color: #f2f9fd;
	border: 1px solid #96b5d0;
	height: 20px;
	width: 200px;
	padding: 2px 5px 0;
	margin: 0 0 10px 0;
	font-size: 85%;
	color: #002b4d;
}

form tr td textarea {
	height: 100px;
	width: 300px;
	padding: 5px;
}

input.button {
	background-color: #002b4d;
	color: #fff;
	font-size: 120%;
	text-transform: lowercase;
	height: 40px;
	width: 100px;
	padding: 0 0 1px 0;
	float: right;
	margin: 15px 20px 0 0;
	border: 3px solid #fff;
	cursor: hand;

}

/*Bottom Big Blue*/

#blue {
	clear: both;
	width: 100%;
	background-color: #002B4D; 
	border-top: solid medium white;
	padding-bottom: 50px;
}

h2.blue {font-size: 110%;
		color: #B5C3CF;
}


#blueContainer{
	margin-left: 180px;
	width: 750px;
	text-align: left;
	padding: 20px;
}

#blue .small {
	float: left;
	width: 230px;
	margin: 0 20px 20px 0;
}

#blue-left-col { 
	float:left;
	width: 150px;
	padding: 10px 5px 5px 170px;
	margin-bottom:20px;
	margin-right: 25px;
}
#blue-left-col_midd {
	float:left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom:20px;
}

#blue-right-col {
	float:left;
	width: 150px;
	padding: 10px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom:20px;
}
	
a:link.blue, a:visited.blue { 
	color:#FFFFFF;
	font-size: 90%;
	text-transform: capitalize;
	font-weight: normal;
	font-style: normal;
}

a:hover.blue, a:active.blue {
	border-bottom: solid 1px;
 }

/* My Comment */
	


/*Footer*/	

#footer{
	clear: left;
	width:600px;
	
}
	
.footer { 
	color: #999999;
	font-size: 75%;
	line-height: 130%;
}





/*Thumbs*/
#gallery {
margin:  10px 0 0 0;}


#thumbs {
margin:0 0 0 25px;


}

#thumbs img {
margin: 0 10px 10px 0;
}

#thumbs img a {
	border: none;
}

div.clear {
clear:both;
}


