html, body {
	border:0px;
	padding:0px;
	margin:0px;
}
body {
	font-size: 14px;
	/*background-color:#373737;*/
	/*background-color:#ffba00;*/
	background-color:#FFF;
	line-height:16px;
}
body, textarea {
	font-family:georgia, helvetica, arial;
}
h1,h2,h3,h4 {
	margin:0px;
	padding:0px;
	line-height:16px;
}
h1 {
	font-size:28px;
	padding:16px 0 0 0;
	margin:0px;
}

h2 {
	font-size:21px;
	padding:16px 0 0 0;
}
h3 {
	font-size:14px;
}

h4 {
	font-size:14px;
}
p {
	margin:0px;
	padding:16px 0px;
	line-height:16px;
}

a img {
	border:none;
}
.content {
	position:relative;
}
.clearer {
	clear:both;
	display:block;
}
#page_wrapper {
	width:975px;
	margin:0px auto;
	height:100%;
}

#banner {
	height:	176px;
	background-color:#2a2525;
	position:relative;
}

#logo {
	background:url(/images/Banner.png) no-repeat;
	position:relative;
	top:20px;
	left:110px;
	height:40px;
	width:289px;
}
#logo a {
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	width:289px;
	text-decoration: none;
}
/** Navigation */
#navigation {
	background-color:#31afe3;
	height:25px;
	width:560px;
	font-size:1em;
	font-family:georgia, arial;
	font-variant: small-caps;
	font-weight:bold;
	padding:0px;
	bottom:0px;
	right:0px;
	position:absolute;
}

#navigation ul {
	margin:0px;
	padding:0px;
	display:block;
}

#navigation li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
}

#navigation li a {
	padding:3px 5px;
	line-height:23px;
	text-decoration:none;
	color:#fff;
	text-align:center;
}
#navigation li a:hover {
	border-bottom:2px solid #2a2525;
}
#navigation .currentLink {
	color:#2a2525;
}

#home_nav ul {
	padding:0px;
	margin:0px;
}

#home_nav ul li {
	list-style: none;
	float:left;
	position:relative;
}

.home_navTexts {
	position:absolute;
	left:40px;
	bottom:100px;
}
/** Top Nav */
#top_nav {
	text-align:right;
	font-size: 0.8em;
}
#top_nav ul {
	list-style:none;
	float:right;
	position: relative;
	right:110px;
}
#top_nav a {
	font-family:helvetica,trebuchet,verdana;
	text-decoration: none;
	color:#5b5b5b;
}
#top_nav li {
	border-right:1px solid #5b5b5b;
	padding:0px 4px;
	float:left;
}
#top_nav li.last {
	border:none;
}
/** Main container */
#main_container_outer {
	padding:0px 15px;
	background:#FFF;
	overflow:hidden;
}

#main_container_inner {
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(/images/main_bg.gif);
}


/** Fotter */
#site_footer {
	height: 176px;
	background-color:#2a2525;
	color:#FFF;
	position:relative;
}

#site_footer_inner {
	padding:15px;	
	height:146px
}

#copyright {
	position:absolute;
	bottom:15px;
	right:15px;
	color:#909090;
	font-size:9px;
}

#footer_left_links {
	float:left;
	text-align: left;
	position:relative;
	left:119px;
	padding:0px;
	margin:0px;
}
ul#footer_left_links {
	list-style: none;
}

#footer_right_links {
	float:right;
	text-align: left;
	position: relative;
	right:117px;
	padding:0px;
	margin:0px;
}
ul#footer_right_links {
	background: url(/images/lightning.gif) no-repeat top left;
	margin:0px;
	padding-left:30px;
	list-style: none;
}
.footer_links a {
	text-decoration:none;
	font-size:0.75em;
	font-family: helvetica,trebuchet,verdana;
	color:#909090;
}
.footer_links .red a {
	color:#c65757;
}
/** Elements */
/** Container borders */
.project_box {
	
}
.project_box_inner {
	z-index:1;
}
.upper .project_box_inner {
	padding:3px 7px 3px 7px;
	min-height: 15px;
	line-height:15px;
	font-variant:small-caps;
	font-weight:bold;
}
.lower .project_box_inner{
	padding:3px 7px 9px 7px;
	min-height: 30px;
	line-height:30px;
	font-weight:bold;
	font-style:italic;
}
.upper {
	background-color:#fff;
	z-index:999;
}
.lower {
	background-color:#fff;
	z-index:999;
}
.upper .top {
	background:url(/images/top_box_container.gif) repeat-x top;
}
.upper .bottom {
	background:url(/images/bottom_box_container.gif) repeat-x bottom;
}
.upper .left {
	background:url(/images/left_box_container.gif) repeat-y left;
}
.upper .right {
	background:url(/images/right_box_container.gif) repeat-y right;
}

.upper .top_left {
	background:url(/images/top_left_box_container.gif) no-repeat top left;
}
.upper .bottom_left {
	background:url(/images/bottom_left_box_container.gif) no-repeat bottom left;
}
.upper .top_right {
	background:url(/images/top_right_box_container.gif) no-repeat top right;
}
.upper .bottom_right {
	background:url(/images/bottom_right_box_container.gif) no-repeat bottom right;
}

.lower .top {
	background:url(/images/top_title_container.gif) repeat-x top;
}
.lower .bottom {
	background:url(/images/bottom_title_container.gif) repeat-x bottom;
}
.lower .left {
	background:url(/images/left_title_container.gif) repeat-y left;
}
.lower .right {
	background:url(/images/right_title_container.gif) repeat-y right;
}

.lower .top_left {
	background:url(/images/top_left_title_container.gif) no-repeat top left;
}
.lower .bottom_left {
	background:url(/images/bottom_left_title_container.gif) no-repeat bottom left;
}
.lower .top_right {
	background:url(/images/top_right_title_container.gif) no-repeat top right;
}
.lower .bottom_right {
	background:url(/images/bottom_right_title_container.gif) no-repeat bottom right;
}


/*** MOVABLE */
.movable {
	list-style:none;
}

.moveIt {
	cursor: move;
	position: absolute;
}


.resize {
/*
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
*/
}

/*** Contact Form*/
.ddfmwrap {
	width:500px;
	text-align:left;
	margin:0px auto;
}
.ddfmwrap p {
	padding:0px;
}
.ddfmwrap p.fieldwrap {
	float:left;
	width:8em;
}
.ddfmwrap .fieldwrap label {
	
}

.ddfmwrap .frm_submit_image {
	display:block !important;
	height:77px;
	width:79px;
	border:none;
	cursor:pointer;
	clear:both;
	padding:15px 5px;
	position:relative;
	left:8em;
}


.formRowWrap input, .formRowWrap textarea {
	border: none;
	background-color:#ebeae3;
	font-family:Arial;
}
.formRowWrap input {
	width:14em;
	font-size:19px;
}
.formRowWrap textarea {
	width:14em;
	font-size:19px;
}
.formRowWrap.formVerify img {
	float:left;
	padding:0px 5px 0 0;
}
.formRowWrap.formVerify input {
	width:6em;
	text-transform: uppercase;
}

.formRowWrap {
	clear:both;
	padding:7px 0;
}

.formInput .formInputWrap1 {
	float:left;
	background: url(/images/template/formInputLeft.png) no-repeat top left;
	padding-left:10px;
}
.formInput .formInputWrap2 {
	background: url(/images/template/formInputRightBg.png) no-repeat top right;
	padding:1px 10px 1px 0px;;
}
.formInput .formInputWrap4 {
	padding:5px 0px;
}

/** Textarea */
.formTextarea .formInputDiv1 {
	background: url(/images/template/formInputBottomLeftCorner.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:999;
}
.formTextarea .formInputDiv2 {
	background: url(/images/template/formInputTopRightCorner.png) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:999;
	
}
.formTextarea .formInputWrap1 {
	float:left;
	position:relative;
	background: url(/images/template/formTextAreaTopLeftBg.png) no-repeat top left;
	padding-top:10px;
	padding-left:10px;
}
.formTextarea .formInputWrap2 {
	background: url(/images/template/formTextareaBottomRightBg.png) no-repeat bottom right;
	padding-bottom:10px;
	padding-right:10px;
}
.formRowWrap label {
	padding:10px;
	float:right;
}

/* Homepage feed */
#homepage_feeds {
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
    padding:10px 0 0 0;
    width: 740px;
    font-size:0.75em;
    margin:20px auto 5px auto;
    font-family:georgia,helvetica,arial;
    text-align:left;
}
#homepage_feeds ul {
	padding:0px;
	margin:0px;
}

#homepage_feeds h1, #homepage_feeds h2 {
    font-size:1em;
    font-family: helvetica, trebuchet, verdana;
    padding:0px;
}
#homepage_feeds h1 {
	padding-bottom:5px;
}
#homepage_feeds h1 a {
	text-decoration: none;
	color:inherit;
}
#homepage_feeds h2 a {
	color:#202020;
}

#homepage_feeds p {
	padding:0px;
	line-height:14px;
}
#homepage_feeds p a {
	color: inherit;
	text-decoration: none;	
}
#homepage_feeds p a:hover {
	text-decoration: underline;
}
#portfolio_feed {
	float:left;
	width:150px;
	margin-left:200px;
}

#blog_feed {
	float:right;
	width:150px;
	margin-right:195px;
}

.feed_date {
	color:#A0A0A0;
	padding-bottom:15px;
}

