/** RESET **/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** END RESET **/

/** MAIN LAYOUT AND FONTS **/

html { height: 100%; }

body
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 67.5%;
	color: #111;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	background: white url(../Images/bgStripe.png) repeat top left;
	text-align: center;
}

h1, h2 { font-weight: bold; }

h1 { padding-top: 10px; margin-bottom: 0.9em; font-size: 1.5em; color: #862A96; border-bottom: 1px solid #EEE; }

h2 { padding-top: 0.2em; margin-bottom: 0.8em; font-size: 1.3em; color:#666;}

p { padding-bottom: 0.8em; }

a { color: black; }

div#outer 
{
	background-color: white;
}

div#header 
{ 
	margin: 30px 0 0 0;
	padding: 20px 0;
	text-align: left;
	background: white url(../Images/headerBack.jpg) no-repeat top right;
	border-top: 2px solid #BBB;
}

img#mainLogo { margin-left: 60px; }

div#bar 
{ 
	background: white url(../Images/barStripe.png) repeat top left; 
	height: 6px; 
	margin: 0 auto;
}

div#contentOuter 
{ 
	width: 900px; 
	margin: 0 auto; 
	background-color: white;
}

div#content 
{  
	text-align: left;
}

/** NAVIGATION **/

div#navigation
{
	float: right;
	text-align: right;
}

div#navigation ul { padding-top: 8px; }

div#navigation ul li { display: inline; padding: 0 10px; border-right: 1px solid #666; }
div#navigation ul li#last { padding-right: 0; border-right: none; }

div#navigation ul li a { padding: 0 3px; }

div#navigation ul li a:hover
{
	color: #44440A;
	background: #eee;
	border-color: #aaab9c #fff #fff #ccc;
}

/** END NAVIGATION **/

div#footer
{
	border-top: 2px solid #BBB;
	height: 100px;
	padding-top: 20px;
	text-align: center;
	font-size: 0.9em;
	color: #555;
}

div#footer a
{
	color: #666;
	text-decoration: none;
}

/** Home page **/

div#recentWork { float: right; }

div#recentWork div 
{ 
	height: 200px; 
	width: 200px;
	border: 1px solid #BBB;
	background-color: #FEFEFE;
	margin: 0 0 0 20px;
}

div#recentWork div img { margin: 5px 0 0 5px; }

div#recentWork div.recentDesc { width: 200px; height: auto; margin-bottom: 10px; border-top: none; padding-top: 5px; }
div#recentWork div.recentDesc p { padding: 0; margin: 0 5px 5px 5px; font-size: 0.9em; color: #666; }
div#recentWork div.recentDesc p a { color: #666; }

/** End Home Page **/

/** Potfolio **/

div#portfolio { margin-bottom: 10px; }
div#portfolio .portfolioItem
{
	float: left;
	height: 200px; 
	width: 200px;
	border: 1px solid #BBB;
	background-color: #FEFEFE;
	margin: 20px 10px 10px 10px;
}
div#portfolio div img { margin: 5px 0 0 5px; }

/** End portfolio **/

ul.bulleted { list-style: circle outside; margin-bottom: 0.8em; padding-left: 2em; }
ul.bulleted li { padding-bottom: 0.1em; }

.italic { font-style: italic; }
.clear { clear: both; font-size: 0em; }
.center { text-align: center; }
.bold { font-weight: bold; }