@charset "UTF-8";
/* CSS Document */

/* Resets */
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, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Main Styes */
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	background-image: url("images/stripe.png");
}

a {
	color:#ff9933;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	padding:0;
	margin:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.hide {
	display:none;
}

.show {
	display:block;
}

input, textarea {
	border:none;
	background-color:#fff;
}

/*
.shadow {
	border:none;
	box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
}
*/

ul {
	padding:0 10px 0 35px;
	list-style:circle;
	list-style-type:circle;
}

li {
	padding:2px 0;
}

label {
	display:inline-block;
	width:150px;
	margin:5px 0;
}

.tooltip {
	color:#333;
}

/* Headers */
h1, h2, h3, h4, h5 {
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:10px;
	color:#666;
}

h1 {
	font-size:22px;
	font-variant:small-caps;
}

h2 {
	font-size:18px;
	padding:5px;
	color:#666;
}

h2 a {
	color:#666;
}

h2 a:hover {
	text-decoration:none;
}

h3 {
	padding:10px 0;
	font-size:16px;
	color:#aaa;
}

h4 {
	padding:25px 0 10px 0;
	font-size:13px;
	color:#aaa;
}

/* Divs */
div.container {
	width:938px;
	margin:30px auto;
	background-color:#444;
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	opacity:.95;
}

div.header {
	background-color:#444;
	margin:0;
	padding:0;
	color:#ff9933;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 2px #000;
}

div.header_left {	
	border-left:solid 2px #000;
	height:100px;
	width:615px;
}

div.no-border-right {
	border-right:none;
}

div.header_block {
	background:url(images/footer-loop/red-brick.jpg) no-repeat right;
	width:310px;
	height:100px;
	cursor:hand;
	cursor:pointer;
}

div.header h3 {
	padding:0 10px;
}

div.header a {
	color:#ff9933;
}

div.header p {
	padding:10px;
}

a.top_link {
	display:inline-block;
	padding:15px 0;
	margin:0;
	background-color:#444;
	color:#666;
	border-right:solid 2px #000;
	width:154px;
	text-align:center;
}

a.top_link:hover {
	color:#ff9933
}

div.top_links h2 {
	padding:0;
}

div.image_map {
	position:relative;
	margin:0;
	height:150px;
	border-bottom:solid 2px #000;
	border-right:solid 2px #000;
	padding:0;
}

div.image_map_2 {
	height:310px;
}

.image_map_image {
	margin:0;
	padding:0;
}

.left_border {
	border-left:solid 2px #000;
}

h2.image_overlay {
	position:absolute;
	bottom:30px;
	left:0;
	background-color:#000;
	-moz-opacity:.60;
	filter:alpha(opacity=60);
	opacity:.60;
	width:300px;
	cursor:hand;
	cursor:pointer;
}

div.content {
	width:904px;
	padding:15px;
	border-right:solid 2px #000;
	border-left:solid 2px #000;
	border-bottom:solid 2px #000;
}

div.sites_block {
	padding:10px;
	margin:15px 0 0 0;
	background-color:#bbb;
	color:#333;
}

img.sites_block_img {
	border:solid 1px #000;
	margin:15px 15px 0 0;
}

div.description {
	padding:10px 0;
	margin:0 17px 0 0;
}

div.contact_form {
}

div.error {
	background-color:#000;
	padding:10px;
	margin-bottom:15px;
	color:#ff6666;
	font-weight:bold;
}

div.footer {
	border-right:solid 2px #000;
	border-left:solid 2px #000;
	border-bottom:solid 2px #000;
}

/* resume styles */
div.data ul {
	padding:0;
	margin:0 0 0 15px;
}
