/* Reset Stuff */
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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: .98em;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	margin-bottom: 1.2em;
	line-height: 145%;
}
h1 {
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
	margin-bottom: 0px;
	color: #C72127;
}

a {
	color: #21306B;
	text-decoration: none;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}
a:hover {
	text-decoration: underline;
}

strong, b, .bold {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}

.clr {
	clear: both;
}

.padTable td {
	padding: 1px 4px 1px 1px;
}



/* Design and Menu */

#header {
	height: 176px;
	background: url('img/top-back.jpg') repeat-x #21306B;
	padding-top: 15px;
	text-align: center;
}

#nav {
	margin-top: 10px;
	text-align: center;
}

#nav li {
	display: inline;
	margin: 0 10px;
}

.work {
	text-align: center;
	margin: 30px 0px;
}

.work li {
	display: inline;
	margin: 0 15px;
}
.work img, .borderIMG {
	border: 1px solid #CCCCCC;
	padding: 4px;
}


#content {
	width: 730px;
	margin: 0 auto;
	padding: 15px 0 45px 0;
}

ul.list {
	padding-left: 20px;
}
ul.list li {
	background: url('img/bullet.jpg') no-repeat 0 2px;
	padding: 0 85px 18px 18px;
}

#footer {
	width: 730px;
	background: #E8E8E8;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	font-size: .7em;
	line-height: 185%;
}
