/***********************************************/
/* COMMON                                      */
/***********************************************/

body {
	margin: 0px;
	background-image: url(../main_images/bodyBackground.gif);
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover, a:active, a:visited {
	text-decoration: underline;
	border: 0px;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

.totheleft {
	float: left;
	width:200px;
	text-align: right;
}

.totheright {
	float: right;
	width: 200px;
	text-align: right;

}
/***********************************************/
/* CONTAINERS                                  */
/***********************************************/

#background1 {
	background-image: url(../main_images/topBackground.gif);
	background-repeat: repeat-x;
}

#background2 {
	background-image: url(../main_images/background2.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#TopWrap {
	width: 100%;
	height: 438px;
}
#Header {
	width: 776px;
	margin: 0 auto;
}

#Page {
	margin: 0 auto;
	width:766px;
	border: 5px solid #1F1F1F;
	background-color: #000000;
	margin-top: -15px;
	padding-top: 20px;
}
#Footer {
	width: 716px;
	border: 5px solid #1F1F1F;
	padding: 5px 25px 5px 25px;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #000000;
	color: #FFFFFF;
}

/***********************************************/
/* HEADER CLASSES                              */
/***********************************************/
#Header #extra-nav {
	text-align:right; 
	clear:both; 
	padding-bottom: 3px; 
	padding-right: 5px;
	color: #FFFFFF;
}
#Header #logo {
	width: 286px;
	height: 44px;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
}
#Header #menu {
	float:right;
	width: 422px;
	height: 55px;
	margin-top: 30px;
}
#Header #menu ul {
	width:422px;
	height:55px;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#Header #menu ul li {
	float:left;
	height:55px;
	display:inline;
	padding: 0px;
	margin: 0px;
}
#Header #menu ul li a {
	border:0;
	height:55px;
	display:block;
	line-height:55px;
	text-indent:-9999px;
}
#Header #menu ul{
	background:url(../main_images/navigationBackground.png) no-repeat;
}
#Header #menu ul li a{
	background:url(../main_images/navigationBackground.png) -10px -11px no-repeat;
	
}

#Header #menu ul li#home a {
	background-position: -0px -0px;
	width: 79px;
}
#Header #menu ul li#about a {
	background-position:-82px -0px;
	width: 83px;
	margin-left: 3px;
}
#Header #menu ul li#work a {
	background-position:-165px -0px;
	width: 76px;
}
#Header #menu ul li#blog a {
	background-position:-240px -0px;
	width: 74px;
}
#Header #menu ul li#contact a {
	background-position:-315px -0px;
	width: 106px;
}

#Header #menu ul li#home a:hover {
	background-position: -0px -55px;
	width: 79px;
}
#Header #menu ul li#about a:hover {
	background-position:-82px -55px;
	width: 83px;
	margin-left: 3px;
}
#Header #menu ul li#work a:hover {
	background-position:-165px -55px;
	width: 76px;
}
#Header #menu ul li#blog a:hover {
	background-position:-240px -55px;
	width: 74px;
}
#Header #menu ul li#contact a:hover {
	background-position:-315px -55px;
	width: 106px;
}

#Header #menu ul li#home .active {
	background-position: -0px -55px;
	width: 79px;
}
#Header #menu ul li#about .active {
	background-position:-82px -55px;
	width: 83px;
	margin-left: 3px;
}
#Header #menu ul li#work .active {
	background-position:-165px -55px;
	width: 76px;
}
#Header #menu ul li#blog .active {
	background-position:-240px -55px;
	width: 74px;
}
#Header #menu ul li#contact .active {
	background-position:-315px -55px;
	width: 106px;
}

#Header #banner {
	width: 766px;
	border: 5px solid #1F1F1F;
	height: 221px;
	background-color: #000000;
	margin: 0 auto;
}

#Header #banner #left {
	float: left;
	width: 302px;
	margin-top: 70px;
	color: #FFFFFF;
	margin-left: 25px;
	display: inline;
}

#Header #banner #right {
	float: right;
	text-align: center;
	width: 369px;
	height: 191px;
	margin-top: 15px;
	margin-right: 20px;
	display: inline;
	border: 3px solid #666;
}

#Header #banner #left h2 {
	color: #0099FF;
	font-weight: normal;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}

#Header #latestProject {
	background-image: url(../main_images/headers/headerLatestProject.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 221px;
	width: 766px;
}
#Header #blurb {
	margin: 0 auto;
	margin-top: 10px;
	width: 776px;
}

/***********************************************/
/* BUTTON CLASSES                              */
/***********************************************/

.seeMoreInfo a {
	background-image: url(../main_images/headerSeeMoreButton.png);
	width: 193px;
	height: 39px;
	display: block;
	text-decoration: none;
}

.seeMoreInfo a:hover {
	background-image: url(../main_images/headerSeeMoreButton.png);
	background-position: -0px -39px;
	text-decoration: none;
}

.contactMe a {
	background-image: url(../main_images/contactMeButton.png);
	width: 193px;
	height: 39px;
	display: block;
	text-decoration: none;
}

.contactMe a:hover {
	background-image: url(../main_images/contactMeButton.png);
	background-position: -0px -39px;
	text-decoration: none;
}

/***********************************************/
/* HOME  CLASSES                              */
/***********************************************/

#home-3column {
	background-image: url(../main_images/3columnBackground.gif);
	margin-bottom: 25px;
}

#home-3column img {
	border-bottom: 1px solid #00FF00;
}
.home-column {
	width: 220px;
	float: left;
	margin-left: 25px;
	display: inline;
	color: #FFFFFF;
}

/***********************************************/
/* ABOUT   CLASSES                             */
/***********************************************/

#about-3column {
	background-image: url(../main_images/about-3columnBackground.gif);
	margin-bottom: 25px;
}

#about-3column img {
	border-bottom: 1px solid #F6149C;
}
.about-column {
	width: 220px;
	float: left;
	margin-left: 25px;
	display: inline;
	color: #FFFFFF;
}

/***********************************************/
/* CONTACT   CLASSES                             */
/***********************************************/

#contact-2column {
	background-image: url(../main_images/contact-2columnBackground.gif);
	width: 716px;
	margin: 0 auto;
	margin-bottom: 25px;
}

#contact-2column img {
	border-bottom: 1px solid #f3f314;
}

#contact-2column .left {
	width: 220px;
	float: left;
	display: inline;
	color: #FFFFFF;
}

#contact-2column .right {
	width: 400px;
	float: left;
	display: inline;
	color: #FFFFFF;
	margin-left: 70px;
}
#contact-2column form {
	margin-top: 20px;
}

#contact-2column .text {
	width: 140px;
}

/***********************************************/
/* WORK  CLASSES                              */
/***********************************************/

#project {
	width: 716px;
	margin: 0 auto;
	border-bottom: 1px dashed #146df3;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

#project h2 {
	font-size: 14px;
}

#project img {
	border: 3px solid #1F1F1F;
}

#project .left {
	width: 369px;
	float: left;
}

#project .right {
	width: 315px;
	float: right;
}

/***********************************************/
/* BLOG  CLASSES                              */
/***********************************************/

#post {
	width: 716px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom: 1px dotted red;
}

#post .cal {
	float: left;
	width: 60px;
	background-color: #FF0000;
	text-align: center;
	font-weight: bold;
	background-image: url(../main_images/calendar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#post .month {
	font-size: 14px;
	text-transform: uppercase;
}
#post .date {
	font-size: 25px;
}
#post .wrap {
	float: right;
	width: 640px;
}
#post h2 {
	font-size: 16px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 2px;
}
#post .cat {
	color: #999999;
	font-style: italic;
}
#post .content {
}
#post .cmmt {
	border-top: 1px dashed #FF0000;
	border-bottom: 1px dashed #FF0000;
	padding: 10px;
	text-align: right;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display: block;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


#homenews .date {
 color: #06C;
}