* {
margin: 0;
padding: 0;
}

:focus {
	outline: 0;
}


body {
	background: #77acc7 url(../images/bg-body.gif) repeat-x;
	text-align: center;
	margin: 15px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
p {
	line-height: 1.5em;
	padding-top: .5em;
	padding-bottom: .5em;
}
h1 {
	font-size: 130%;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
	color: #666;
}

h2 {
	font-size: 125%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #990066;
}

h3 {
	font-size: 130%;
	padding-top: .5em;
	padding-bottom: .5em;
	font-weight: bold;
	color: #000;
}


hr {
	height: 1px;
	border: none;
	background: #999;
	clear: both;
	display: block;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

img { border-style: none; }

ul { margin: 10px 10px 10px 30px; }



#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(../images/bg-header.gif) no-repeat;
	height: 120px;
	width: 770px;
}
#loginButton {
	float: right;
	margin-top: 50px;
	margin-right: 70px;
}
#masthead {
	height: 180px;
	width: 770px;
	background: #fff;
}
#nav {
	height: 30px;
	width: 730px;
	background: #fff url(../images/bg-nav.gif);
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 14px;
	padding-right: 15px;
	padding-left: 25px;
}

#nav ul { /* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #800080;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	padding-right: 10px;
	padding-left: 5px;
	margin: 0;
	list-style: none;
	line-height: 1.25em;
	background: url(../images/bg-slash.gif) no-repeat right;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	left: -999em;
	width: 160px;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	margin: 0px 0px 0px -5px;
	padding: 5px 0px 8px;
}

#nav li ul li {
	border-bottom: 1px dashed #ccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	margin-right: 13px;
	margin-left: 12px;
	width: 135px;
	padding: 3px 0;
	background: url(none);
	text-align: left;
}
#nav li ul li a { color: #666; }


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

#content {
	width: 770px;
	background: #fff url(../images/bg-content.gif) no-repeat left bottom;
	padding-bottom: 60px;
	padding-top: 15px;
}



#contentText {
	width: 480px;
	margin-left: 265px;
	text-align: left;
	border-bottom: 1px solid #999;
	padding-bottom: 25px;
}

#contentGallery {
	margin-left: 30px;
	text-align: left;
	border-bottom: 1px solid #999;
	padding-bottom: 25px;
	width: 700px;
}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 50px;
}

#footer a { color: #fff; }

#footer a.credit {
	color: #ABD8F2;
	font-size: 9px;
	text-decoration: none;
	line-height: 32px;
}


#contentClients {
	width: 770px;
	background: #fff url(../images/bg-content-clients.gif) no-repeat left bottom;
	padding-bottom: 40px;
	padding-top: 15px;
}

#contentTextClients {
	width: 720px;
	margin-left: 25px;
	text-align: left;
	border-bottom: 1px solid #999;
	padding-bottom: 25px;
}

#container #content #contentText table td {
	padding-top: 2px;
	padding-bottom: 2px;
}

#QuestionForm { font-size: 11px; }


#QuestionForm td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

#QuestionForm input {
	margin: 5px 0px 2px 1px;
	padding: 0px;
}

#QuestionForm textarea {
	margin: 7px 0px 9px 1px;
	padding: 0px;
}
