@charset "UTF-8";
/* CSS Document */

/***************************************
1A:  GENERAL TYPOGRAPHY AND COLOR STYLES
****************************************/
/* ---------------- header specific styles ----------------*/
body, html {
	background: #999 url(../images/gradient_bg4.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto 0;
	text-align: left;
	background-color:#69c;
} 
.twoColFixLtHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
	width: 1000px;
	margin: 10px 0px 0px;
	background: url(../images/header4.png) no-repeat center center;
	border-bottom: 1px solid #FFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#portfolio {
    padding-top: 0px;
    height: 30px;
	width: 998px;
    font-size: 1em;
	background: #69c;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
#portfolio ul, #portfolio li {
	margin: 0px;
	padding: 0px;
	float:right;
}
#portfolio ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
#portfolio li {
	list-style-type: none;
	display: block;
	background-color: #69c;
	width: 75px;
	margin: 0px;
	padding: 0px .35empx 0px .35em;
	height: 30px;
	border-right: 1px solid white;
}
#portfolio p {
	list-style-type: none;
	display: block;
	background-color: #69c;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	width: 165px;
	height: 25px;
	color: #000;
	text-decoration: underline;
	text-transform: uppercase;
}
#portfolio a {
	display: block;
	margin: 0px;
	padding: 5px;
}
#portfolio a:link, #portfolio a:visited {
	color: white;
	text-decoration: none;
}
#portfolio a:hover {
    color: #000;
	background:#fff;
	height: 21px;
	width: 65px;
}
#portfolio li a.section,#portfolio li a.section:hover,#portfolio li a.section:active{
	color: #000;
	background:#69c;
	cursor: default;
	margin-left: 10px;
	font-size: 1em;
	text-decoration: underline;
	margin-right: 25px;
}
#portfolio li a.view,#portfolio li a.view:hover,#portfolio li a.view:active{
	color: #000;
	background:#69c;
	height: 20px;
	cursor: default;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 538px;
	padding: 7px;
	background: #69c;
	border-left: 1px solid #fff;
	border-right: 1px solid #FFF;
	margin: 0px;
}
.twoColFixLtHdr #sidebar1 p {
	text-align:left;
	color: #000;
	background:#69c;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 0.80em;
	padding: 5px 0px;
	margin: 0px 7px;
	height: 31px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 50px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 507px;
	padding: 7px;
	background: #69c;
	border-left: 1px solid #fff;
	border-right: 1px solid #FFF;
	margin: tpx 0px 0px;
}
#menuSide li a.current,#menuSide li a.current:hover,#menuSide li a.current:active{
	color: #fff;
	background:#69c;
	cursor: default;
}
.twoColFixLtHdr #mainContent {
	margin:0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000 url(../images/mainContent.jpg) no-repeat;
	height: 551px;
	width: 998px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.twoColFixLtHdr #mainContent2 {
	margin: 0px; 
	padding: 0px; 
	background: #000;
	height: 521px;
	width: 998px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
.center {
	margin: 0px auto 0px;
}
#mainContent2 .leftLink {
	margin: -40px 0px 0px 25px;
	float: left;
	position: relative;
	padding: 3px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 .leftLink2 {
	margin: -85px 0px 0px 25px;
	float: left;
	position: relative;
	padding: 7px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 .leftLink3 {
	margin: -50px 0px 0px 15px;
	float: left;
	position: relative;
	padding: 3px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 .leftLinkLower {
	margin: -135px 0px 0px 25px;
	float: left;
	position: relative;
	padding: 7px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 .rightLink {
	margin: -40px 0px 0px 800px;
	float: right;
	position: relative;
	padding: 3px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 .rightLink2 {
	margin: -50px 0px 0px 850px;
	float: right;
	position: absolute;
	padding: 3px;
	display: block;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 1.1em;
	color: #FFF;
}
#mainContent2 a:hover {
	height: 21px;
	color: #06F;
}
.twoColFixLtHdr #mainContent3 {
	margin: 0px;
	padding: 80px 0px 0px;
	background: #000;
	height: 554px;
	width: 998px;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
.twoColFixLtHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer4.jpg) no-repeat;
	border-top: 1px solid #FFF;
	height: 40px;
	width: 1000px;
	margin: 0px;
} 
.twoColFixLtHdr #footer h1 {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: .95em;
	letter-spacing: 0.08em;
	text-indent: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	
}
#footer a:hover {
	color: #06F;
	font-weight:bold;
	text-decoration: none;
}

/***************************************
  FORM STYLES
****************************************/
#formWrap {
	background: #000;
	padding: 1.5em 0;
}
form#contactForm {
	width: 499px;
	margin: 0 auto;
}
fieldset {
	background: #69c;
	padding:5px 20px;
}
#formWrap p {
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	color: #fff;
	font-size: .9em;
	line-height: .5em;
	margin: 0.65em 0 0.35em;
}
#contactForm .submit{
	cursor: pointer;
}
input.text {
	width: 250px;
	font-family:"Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: .9em;
}
textarea {
	width: 400px;
	margin-top:.15em;
	height: 175px;
	font-family:"Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: .9em;
}
label {
	font-size: .9em;
}
#aboutBox {
	width: 700px;
	height: 450px;
	margin: 30px 150px 0px 100px;
	padding:0px;
	background-color: #69c;
	border: 1px solid #FFF;
	float: right;
}
#aboutBox p {
	width: 670px;
	margin: 8px auto 0px;
	color: #fff;
	font-family: "Century Gothic", trebuchet, geneva, helvetica, arial;
	font-size: 17px;
	line-height: 1.1em;
}

/***************************************
       CLASS ACCENT STYLES
****************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
