/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }


/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }


body 
{
	margin: 0 0 0 0;
	padding: 0;
	background-color: #343B61;
	text-align: center;
}

#wrap 
{
	width: 800px;
	top: 0px;
	margin: 0 auto;
	background-image: url(../images/bg-full.gif);
}

#header 
{
	background-image: url(../images/header.gif);
	width: 800px;
	height: 74px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}

#header ul
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
	padding-top: 45px;
	padding-right: 40px;
}
#header ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:hover {
	color: #8BC0D1;
}

#logo
{
	float: left;
	padding-top: 30px;
	padding-left: 45px;
}

#image 
{
	width: 800px;
	height: 209px;
	text-align: left;
	padding-left: 23px;
}

h1,h2,h3,p
{
	font-family: "Trebuchet MS", Arial, Helvetica;

}

#content
{
	background-image: url(../images/bg-full.gif);
	width: 800px;
	background-repeat: repeat-y;
	text-align: left;
	padding: 10px;
}

#content h1
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px;
}
#content h2 {
	color: #9F3C00;
	font-size: 15px;
	font-weight: 600;
	padding-top: 5px;
}

#content h3
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 10px;
}

#content p
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #8BC0D1;
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 5px;
}

.main_content 
{
	width: 450px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005580;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 220px;
}

.main_content p
{
	padding-left: 10px;
}

#portfolio_content
{
	width: 600px;
	padding-left: 50px;
}

.portfolio_text
{
	height: 100px;
	padding-left: 0px;
}

.portfolio_pic
{
	float: left;
	padding: 3px;
	border: 1px solid #495067;
	margin-right: 15px;
	
}

.side_content
{
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-left: 50px;
}

.side_content ul
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FF6633;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}
.side_content li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.side_content h3
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	font-size: 12px;
}

.side_content p
{
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	font-size: 10px;
}

#flash
{
padding: 10px;
}

#footer
{
	background-image: url(../images/footer.gif);
	width: 800px;
	height: 47px;
	background-repeat: no-repeat;
}

#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.side_content a {
	color: #FF0000;
}
