/* CSS Document */

/* Topworkmen - minisite_main.css  =============================================== */
/* Copyright Topworkmen 2006  =============================================== */
/* Author Topworkmen  =============================================== */

/* Generic Selectors  =============================================== */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #333333;
	background: url(../minisite/shared_images/bg_main.gif) repeat;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
p {
	text-align: justify;
	margin-bottom: 15px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	margin: 0px 0px 15px 40px;
}
li {
	margin-bottom: 3px;
}
.Quote {
	font-style: italic;
	margin-bottom: 2px;
	text-align: left;
}
.QuoteName {
	font-size: 10px;
}	
.FloatRight {
	float: right;
	margin-left: 10px;
}	
.FloatLeft {
	float: left;
	margin-right: 10px;
}
.SmallCopy {
	font-size: 9px;
}
img {
	border: 0;
}		
	
/* Begin Main Page Layout  =============================================== */

#divContainer {
	width: 750px;
	margin: 0px auto;
	padding: 0px 25px;
	background: url(../minisite/shared_images/bg_container.gif) repeat-y top;
	vertical-align: top;
}
#divHeader {
	height: 110px;
	padding: 0;
	margin: 0;
	border: 0;
}
#divTopNav {
	padding: 3px 10px 13px 10px;
	margin-bottom: 40px;
	margin-top: 0;
	text-align: right;
	font-size: 10px;
}
#divMainImage {
	margin-bottom: 40px
}	
#divBodyContainer {
	padding: 0px 10px;
}
#divIntro, #divProfile, #divFeedback, #divGallery {
	margin-bottom: 50px;
	border-bottom: 1px #CCCCCC dashed;
}
#tblGallery {
	margin-bottom: 15px;
}	
#tblGallery td {
	padding: 4px;
}		
#divContact {
	margin-bottom: 30px;
	border-bottom: 1px #CCCCCC solid;
}	
#divFooter {
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-size: 9px;
}
#tblMisc, #tblMisc2 {
	margin-bottom: 15px;
}	
#tblMisc td {
	padding: 5px;
	background-color: #EBEBEB;
}
#tblMisc2 td {
	padding: 5px;
	background-color: #FFFFFF;
}
#tblMisc ul, #tblMisc2 ul {
	margin-bottom: 0;
}	
#tblLogos {
	margin-bottom: 15px;
}
/* Begin Gen Contact Form Layout  =============================================== */

#tblContact {
	width: 100%;
}
#tblContact td {
	vertical-align: top;
}		
#tblGenContact {
	margin-bottom: 25px;
}		
#tblGenContact td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}
#tblGenContact tr {
	border-bottom: 0;
}
#tblGenContact input, #tblGenContact textarea {
	width: 350px;
}	
#tblGenContact input.class {
	width: 80px;
}
fieldset {
	border: 0;
}

/* End Gen Contact Form Layout  =============================================== */