@charset "utf-8";

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background:transparent url('images/stripe.png') repeat scroll 0 0;
}

h1, h2, h3, h4, img, li, ol, ul, p, div, form, table {
	margin:0;
	padding:0;
}

#site_container {
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	height: auto;
	width: 744px;
	text-align: left;
	font-size: 1em;
}

#header {
	height:30px;
	padding-left:30px;
	padding-top:10px;
	background-color: #000000;
}

#header h1 {
	height:20px;
	background:transparent url(images/logo.jpg) no-repeat scroll 0 0;
	color:#ffffff;
}

#header h1 span {
	display:none;
}

#navigation {
	height: auto;
	width: auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 12px;
}

#navigation ol {
	list-style: none;
	white-space: nowrap;
}

#navigation a {
	padding-left:30px;
	text-decoration: none;
	display: block;
	width:714px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #000000;
}

#navigation a:hover {
	text-decoration: none;
	background-color: #3BB3C2;
}

#left_content {
	float: left;
	width: 490px;
	height:auto;
}

#top {
	width: 480px;
	height:290px;
	border: 5px solid #000000;
	text-align:center;
	background-color: #000000;
}

#top_white {
	width: 480px;
	height:290px;
	border: 5px solid #000000;
	text-align:center;
	background-color: #FFFFFF;
}

#bottom {
	width: auto;
	height:80px;
	background-color:#FFFFFF;
	border: 5px solid #9CD435;
	margin-top:10px;
	padding:2px 5px 5px 5px;
}

#bottom img {
	text-align:center;
	margin-top:13px;
	margin-left:9px;
}

#right_content {
	float:left;
	width:224px;
	height:387px;
	margin-left:10px;
	color: #FFFFFF;
	background-color: #000000;
	padding:10px;
	text-align: justify;
}

#footer {
	width:auto;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	font-size: 10px;
}

#by {
	float:left;
	width:200px;
}

#valid {
	float:right;
	width:auto;
	text-align: right;
}

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

#footer a:hover {
	color: #3BB3C2;
	text-decoration: none;
}

#clear {
	clear:both;
	height:0;
}

#right_nav {
	height: auto;
	width: auto;
	margin-top: 3px;
	margin-bottom:4px;
}

#right_nav ol {
	list-style: none;
	white-space: nowrap;
}

#right_nav a {
	padding-left:10px;
	text-decoration: none;
	display: block;
	width: auto;
	padding-top: 1px;
	padding-bottom: 2px;
}

#right_nav a:link, #right_nav a:active, #right_nav a:visited {
	color: #FFFFFF;
}

#right_nav a:hover {
	text-decoration: none;
	background-color: #3BB3C2;
	color: #000000;
}

.right_thumb {
	height: auto;
	width: auto;
}

.right_thumb ol {
	list-style: none;
}

.right_thumb a img {
	border: 2px solid #000000;
}

.right_thumb a:hover img {
	border: 2px solid #9CD435;
}

.thumbPaddingBoth {
	margin-top:4px;
	margin-right:4px;
}

.thumbPaddingTop {
	margin-top:4px;
}

h1 {
	font-size: 13px;
	color: #000000;
	margin-bottom: 5px;
}

h1 a {
	font-size: 11px;
	color: #9CD435;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: none;
}

h2 {
	font-size: 11px;
	margin: 0 0 7px 0;
	font-weight: normal;
}

h2 a {
	color: #9CD435;
	text-decoration: none;
	font-weight: bold;
}

h2 a:hover {
	color: #666666;
	text-decoration: none;
}

h3 {
	font-size: 11px;
	color: #9CD435;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	color: #000000;
	margin-top:5px;
	margin-bottom: 5px;
}

#contact_fields {
	float:right;
	width:150px;
	text-align:right;
}

#contact_labels {
	float:left;
	width:70px;
}

.top_label {
	margin-top: 5px;
	margin-bottom: 21px;
}

.main_label {
	margin-top: 18px;
}

.contact_fields {
	width: 145px;
	height:17px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
	background-color: #000000;
	color: #ffffff;
}

textarea {
	width: 145px;
	height:180px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #ffffff;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
}

.warning {
	font-weight: bold;
	color: #3BB3C2;
}

input.submit_btn {
	margin-top:10px;
	width: 70px;
	height: 24px;
	background: transparent url(images/sendUp.gif) no-repeat;
	border: none;
	cursor:pointer;
}

input.submit_btn:hover {
	background: transparent url(images/sendOver.gif) no-repeat;
}

.details {
	font-size:0.9em;
	line-height:1.3em;
	list-style: none;
}

.cv_margin {
	margin-top:10px;
}
