/***************** RESET CSS ***************/
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
html{
height:100%;
}
body {
background: #fff ;
font-size: 12px;
font-family: Tahoma;
margin:0pt;
height:100%;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
.clear
{
	clear:both;
}
/*************************************************/

hr
{

	height: 1px;
	margin: 40px 0px;
	
}

strong,b
{
	font-weight: bold;
	color:#93c;
}

i,em
{
	font-style: italic;
}

body
{
	font-family:Tahoma, Geneva, sans-serif;
	background: #0d0d66  ;
	text-align: center;
	color: #666;
}

a
{
	color: #06f;
	text-decoration: underline;
}

a:hover
{
	color: #00c;

}



input, textarea, select
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}
textarea
{
	height: inherit;
}

input[type=button], input[type=file], input[type=submit],input[type=reset], input[type=image]
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

select
{
	color: #000;
	font-size: 12px;
	color: #000;
}



td
{
	vertical-align: top;
	padding: 2px 5px 2px 5px;
}

th
{
	font-weight:bold;
	font-size:10px;
	padding:2px 5px 0 0;
}


p
{
	margin-bottom: 10px;
}


h2
{
	font-size: 20px;
	font-weight: normal;
	color: #c30;
	margin-bottom: 15px;
	margin-top: 5px;
}

h3
{
	font-size: 16px;
	font-weight: normal;
	margin-top: 30px;
	color: #f60;
	margin-bottom: 5px;
}

h2+h3
{
	color: #666;
		margin-top: -15px;
	margin-bottom: 15px;

}


h4
{
	font-size: 16px;
	font-weight:  bold;
	color: #390;
	margin-top: 15px;
	margin-bottom: 5px;

}

h2+h3+h4
{
	margin-top: 30px;
}

h5
{
	font-size: 12px;
	font-weight:  bold;
	color: #f60;
}

ol,ul
{
	padding-left:30px;
	margin: 10px 0 20px 0;
}


a.menu
{
	position: relative;
	display:block;
	text-align: right;
	top: 50px;
	color: #fff;
	font-weight: bold;
	padding-right: 35px;
	background: url(../i/arrow_to_top.gif) right no-repeat ;
}

a.menu:hover
{
	color: #f30;
}





p strong
{
		/*color: #f90; */
}


ul.itemlist
{
	clear:left;
	list-style: none;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

ul.itemlist li
{
	float:left;
	text-align: center;
	width: 150px;
	height: 220px;
	border: 1px #eee solid;
	margin: 0 12px 15px 0px;
	padding: 10px;
	list-style: none;
}

ul.itemlist li:hover
{
	border: 1px #fc0 solid;
}

ul.itemlist a
{
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

ul.itemlist a u
{
	font-size: 9px;
	text-decoration: none;
	color: #999;
	display:block;
}

ul.itemlist img
{
	display: block;
	margin: 0 auto 5px auto;
	background-color: #f00;
}

img.item
{
	display:block;
	margin: 0 auto 30px 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear
{
	clear:both;
}

.comment
{
	font-size: 10px;
}

span.hl
{
	color: #000;
	background-color: #ffc;
}


div.table a
{
	color: #000;
		text-decoration:none;
}


div.table a:hover
{
	text-decoration:underline;
}


div.table a:hover span.hl
{
	text-decoration:underline;
}


a.zoom img
{
	margin: 5px 5px 0 0;
}

li
{
	margin-bottom: 10px;
}

table.small
{
}

table.small td, table.small th
{
	font-size: 10px;
	padding: 1px 5px 0 0;
}

/*************************************************/

#all
{
	background: url(../i/bg.jpg) bottom no-repeat; 
}

#print
{
	display: block; border:0px #f00 solid;
}

.printonly
{
	display: none;
}

#header, 
#body, 
#body_start ,
#body_end, 
#footer
{
	text-align: center;
	display: block;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
}

#header
{
	background:url();
	position: relative;
	width: 949px;
}

#header div
{
	display: inline;
}

#header ul.subnav
{
	position: absolute;
	top: 164px;
	left: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none; /* Hide until parent list item is hovered on */
}

#header ul.subnav li
{
	padding:0;
	margin:0;
}

#body
{
	width: 949px;
	margin: 0 auto;
}

#body_start
{
	padding: 20px 50px 30px 50px;
	text-align: left;
	background-color: #fff;
	min-height: 204px;
}


#body_end
{
	background-image:url(../i/slogan.gif);

	clear:both;
}
#footer
{
	width: 949px;
	margin: 0 auto;
	height: 364px;
}

#menu
{

	margin-top: 10px;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	padding: 10px 10px 10px 20px;
}



#menu a
{
	padding: 10px 20px 10px 20px;
	border-right: 1px #ccc dotted;

}

#menu a:hover
{
	background: #eee;
}



#page_contact
{
	width: 800px; margin: 20px auto 0 auto;
		font-size: 16px;
}

#page_contact h3
{
	color: #036;
	font-size: 30px;
	font-weight: normal;
	padding: 10px 0 0px 0;
	
	background: none;
	
}


#nav_about_projects li
{
	margin: 0;
	list-style-image: url(../i/bullet_arrow.gif);

}



