@charset "UTF-8";
/* formatting style
-------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #CCCCCC;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}
hr {
	display:none
}
/* link style
-------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 20px auto 0px;
	padding: 0px;
}
#main {
	padding: 15px;
	float: right;
	_dysplay:inline;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	_dysplay:inline;
	width:225px
	margin-bottom: 20px;
}
#footer {
	clear: both;
	margin: 15px;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px dotted #666666;
	text-align: right;
	padding: 10px 0px;
}
#footer ul li {
	list-style: none;
	float: left;
	_dysplay:inline;
	padding-left: 20px;
}
/* header styles
-------------------------*/
#header {
	padding-top: 20px;
	margin: 0px 0px 0px 20px;
	position: relative;
	height: 150px;
}
#header #logo {
	position: absolute;
	top: 20px;
	right: 0px;
	float: left;
	_dysplay:inline;
	margin-right: 20px;
}
#header  img  {
	padding-bottom: 15px;
}
#header #news dt {
	padding-top: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
}
/* main styles
-------------------------------------------------*/
#main img {
	padding: 0px;
}
#main #contactImage {
	margin-bottom: 10px;
}
#main #partner {
	font-size: 65%;
	color: #0066FF;
}
#main #companyName {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding: 0px 0px 5px;
}
#main #profileText {
	padding-top: 0px;
	padding-bottom: 0px;
}
#main #profImage {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main #myform {
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .portTitle {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #999999;
	clear: left;
}
#main .portfolioImages {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	float: left;
	_dysplay:inline;
	clear: none;
	overflow:hidden;
}
#main .contactText {
	margin-bottom: 40px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
	width: 253px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* sidebar styles
-------------------------------------------------*/
#sidebar ul {
	width: 234px;
	position: absolute;
	left: auto;
	top: 240px;
	margin: 0px;
	height: 438px;
	padding-left: 5px;
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	height: 125px;
	width: 200px;
	border-top: 1px solid #333399;
	border-bottom: 0px none;
	left: 20px;
	padding-top: 10px;
}
