/*  layout information */
body{
	color: #333;
	margin: 0;
	background-image: url(/images/tiny.jpg);
}
#header {
	font-family: arial;
}
#top {
	background-color: #fff;
	height: 150px;
	/* border-bottom: 1px solid #D6D6D6; */
}
#top-menu {
	padding-right: 10px;
	text-align: right;
	position: relative;
	top: 130px;
	font-size: 8px;
}
#top-menu  a{
	color: #eee;
}
a{
	color: #333;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav {
	height: 45px;
}
a img {
	border: 0;
}
h1, h2, h3, h4, h5{
	font-family: verdana;
	margin-bottom: 10px;
	color: #4c4c4c;
}
h2 {
	font-size: medium;
	margin-top: 5px;
}
h3 {
	font-size: small;
}
#container{
	width: 750px;
	margin: 0 auto;
}
#photo{
	margin-left: 10px;
	height: 220px;
	width: 730px;
	border-left: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
}
#content {
	margin-left: 10px;
	width: 690px;
	border-left: #d6d6d6 1px solid;
	border-right: #d6d6d6 1px solid;
	padding: 10px 20px;
}
.nowrap{
	clear: both;
}

/* Column organization */
#content .column {
	float: right;
	margin: 10px;
}
/* the following is for a 3-column layout */
#content #mid {
	width: 180px;
}
#content #right{
	width: 141px;
}
/* the following is for a 2-column layout */
#content #right2 {
	width: 320px;
}

ul li {
	list-style-type: none;
}
.image-align-right {
	float: right;
	margin-left: 10px;
}
.image-align-left {
	float: left;
	margin-right: 10px;
}

.show-border{
	width:100%; 
	font-family: arial;
	border-collapse: collapse;
}
.show-border th {
	width: 50%;
}
.show-border td {
	border: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}

#footer{
	padding-top: 15px;
	font-family: arial;
	font-size: x-small;
	color: #444;
}
#footer .right {
	float: right;
}
#footer table {
	width: 100%;
}
#footer a, #footer a:hover {
	color: #444;
}

/* Forms */
fieldset {
	margin-top: 20px;
	padding-bottom: 10px;
}
fieldset legend {
	font-family: verdana;
	font-weight: bold;
}
#frm_Application label {
	margin-left: 20px;
	float: left;
	width: 300px;
}
#frm_ContactUs label {
	margin-left: 10px;
	float: left;
	width: 80px;
}

#skills-summary textarea {
	margin-left: 20px;
}
.errors {
	margin: 0;
	padding: 10px;
	color: #c00;
}
.errors, .errors  li{
	display: inline;
}

.related {
	/*border: 1px dashed #ccc; */
}
.form-field {
	padding-top: 2px;
	padding-bottom: 2px;
}

#frm_Application .form-field {
	clear: both;
}
#frm_ContactUs #btn_Submit {
	margin-top: 10px;
	margin-left: 90px;
}

/* Menu layout */

.webfx-menu, .webfx-menu * {
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}

.webfx-menu {
	position:			absolute;
	z-index:			100;
	visibility:			hidden; 
	width:				130px !important;
	padding:			1px;
	background:			#fff;
	filter:				progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=4) alpha(Opacity=90);
	-moz-opacity:		0.9;
	opacity:			0.9;
}

.webfx-menu-empty {
	display:			block;
	border:				1px solid #fff;	
	padding:			2px 5px 2px 5px;
	color:				black;
}

.webfx-menu a {
	display:			block;
	overflow:			visible;		
	padding:			2px 5px 2px 5px;
	text-decoration:	none;
	vertical-align:		center;
	color:				#333;
	border:				1px solid #fff;
	font-size: 10px;
}	
.webfx-menu a:hover {
	color:			black;
}	

.webfx-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	margin-right:	3px;
	margin-top:		4px;
}
.webfx-menu a img {
	border: 0;
	margin-right: 5px;
}
/* separtor */
.webfx-menu div {
	height:			0;
	border-top:		1px solid rgb(120,172,255);
	border-bottom:	1px solid rgb(234,242,255);
	overflow:		hidden;
	margin:			2px 0px 2px 0px;
	font-size:		0mm;
}

.webfx-menu-bar {
	padding:		2px;
	padding-top: 	0;
	font-family:	arial;
	font-size:		10px;
	color: #fff;
	text-align: center;
	margin-top: 0;
}

.webfx-menu-bar a:link,
.webfx-menu-bar a:visited {
	padding:			1px 30px;
	text-decoration:	none;
	color: #eee;
}


.webfx-menu-bar a:hover {
	text-decoration:	underline;
}

.webfx-menu-bar a .arrow {
	border:			0;
	float:			none;
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
}

/* MENU COLORS */
.webfx-menu-bar {
	font-family: verdana;
	font-size: 14px;
	padding-top: 7px;
}
.webfx-menu-bar a{
	color: #4c4c4c;
}

.webfx-menu {
	border:	solid 1px #727272;
}
.webfx-menu a:hover {
	color: #4c4c4c;
	background-color: #f4f4f4;
	border:	1px solid #bbbbbb;
}