@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}


body {
background-color: #000000;
	}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}




li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	text-align: left;
	list-style: inside;
	margin: 0px;
	padding: 0px ;
}



/* The following code will style all links in the site the same way */

a:link {
	font-weight: bold;
	color: #45477F;
	text-decoration:none;
}
a:visited {
font-weight: bold;
	color: #45477F;
	text-decoration:none;
}
a:hover {
font-weight: bold;
	color: #45477F;
	text-decoration: underline;
}
a:active {
font-weight: bold;
	color: #45477F;
	text-decoration:none;
}





/* This code will only target the links in the specific paragraph class "header", the html looks like this: <p class="header"> */

p.header a:link {
	font-weight: bold;
	color: #6F90B8;
	text-decoration:none;
}
p.header a:visited {
	color: #6F90B8;
	text-decoration:none;
}
p.header a:hover {
	color: #6F90B8;
	text-decoration: underline;
}
p.header a:active {
	color: #6F90B8;
	text-decoration:none;
}


/* This code will only target the links in the specific paragraph class "portfolio", the html looks like this: <p class="header"> */

p.portfolio a:link {
	font-weight: bold;
	color: #45477F;
	text-decoration:none;
}
p.portfolio a:visited {
	color: #642566;
	text-decoration:none;
}
p.portfolio a:hover {
	color: #642566;
	text-decoration: underline;
}
p.portfolio a:active {
	color: #642566;
	text-decoration:none;
}





/* CLASS items defined here */



.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	text-align:right;
	color:#642566;
	padding: 7px 25px 0 0;
}

.index_headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	line-height: 24px;
	color:#46477F;
	text-align:left;
	padding: 5px 25px 0 15px;

}
.index_subhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 18px;
	color:#6f90b8;
	text-align:left;
	padding: 0px 110px 0 0;

}
.index_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#000000;
	text-align:left;
	padding: 10px 25px 0 15px;

}

.services_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color:#000000;
	list-style: none;
	margin-left: 5px;
	padding-left: 1em;
	text-indent: -1em;
	}

.services_subheads {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding: 7px 0 2px 0;

}

.services_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding: 5px auto;
}

.articles_pubname {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding: 10px 0 0 10px;

}


.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:;
	font-weight:bold;
	text-align:left;
	color:#46477F;
	padding: 25px 25px 3px 0;
}


.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#642566;
	text-align: right;
	line-height: 16px;
	padding: 30px 25px 0px 205px;

}




/* DIV items defined here */

#wrap {
	width:800px;
	margin:auto;
	padding: 0;
	background-image:url(images/bottom_repeat.jpg);

}

#header {
	width:800px;
	margin:auto;
	padding: 0;
	background-image:url(images/bottom_repeat2.jpg);

}


#content {
	margin: 0;
	padding: 0;
}

#float_1 {
	width:285px;
	margin: 0;
	padding: 0;
	float:left;

}

#float_2 {
	width:515px;
	margin: 0;
	padding: 0;
	float:left;
	
}

#index_header1 {
	width:800px;
	height:175px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg)

}

#index_header2 {
	width:800px;
	height: 144px;
	margin: 0;
	padding: 0;
	background-image: url(images/header.jpg)

}

#float1_menu {
	width:285px;
	height: 28px;
	margin: 0;
	padding: 0;
	background-image: url(images/menu_background.jpg);
	background-repeat:	no-repeat;

}

#float2_menu {
	width:497px;
	height: 18px;
	margin: 0;
	padding: 5px;
	background-image: url(images/menu_repeat.jpg);
	background-repeat: repeat-x;

}

#resume_content2 {
	width: 800px;
	margin: 0 auto;
	background-image: url(images/bottom_repeat2.png);
	background-repeat:no-repeat;
	background-position:bottom;
	
	}



#clear {
clear:both;}
