@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: url(images/bodybg.jpg) repeat-x top center;

	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: #000000;

}



/* Tips for Elastic layouts 

1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.

2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.

3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.

*/

.allbg {

    background: url(images/mainbg.jpg) repeat top center;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

}

.bigcontainer { 

	background: url(images/containerbg.jpg) no-repeat top center;

} 

.bigcontainer #container { 

	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */

	height: 868px !important;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.bigcontainer #container2 { 

	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */

} 

/* Header Section */

.bigcontainer #header { 

	height: 475px;

} 

.logo {

    padding-left: 10px;

	padding-top: 0px;

	float:left;

}

/* Menu Section */

.navmenu {

    list-style: none;

	text-decoration: none;

}

.navmenu{

	float: left;

	font-family: verdana;

	font-weight: bold;

    font-size: 14px;

}

.navmenu li{

	float: left;

}

.navmenu li a{

	color: #515151;

	padding-left: 40px;

}

.navmenu li a{

	display: block;

	text-align: center;

	text-decoration: none;

	float:left;

}

.navmenu li.active a, .navmenu li a:hover, .navmenu li.current_page_item a {

	color: #667e2d;

	text-decoration: none;

}

.navmenu  { list-style: none; margin: 0px; padding: 0px;}

.navmenu li { padding: 0px; margin: 0px 10px 0 0; display: inline; }

#actualpage {

	color: #667e2d;

	text-decoration: none;

font-family: verdana;

	font-weight: bold;

    font-size: 14px;

}

.menu {

    width: 500px;

	float: right;

	padding-top: 16px;

}



/* Tips for mainContent:

1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.

2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.

3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.

4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.

*/

/* Main Section */

.box {

     width: 320px;

	 float: left;

} 

.box h1 {

    color: #ffffff;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -2px;

    font-size: 25px;

	position:relative;

	padding-top: 10px;

	padding-left: 13px;

	padding-right: 13px;

} 

.boxtext {

    color: #ffffff;

	text-decoration: none;

    font-family: verdana;

    font-size: 12px;

	padding-left: 13px;

	padding-right: 13px;

	position:relative;

	top: -16px;

	line-height: 20px;

}

.boxtext a{

    color: #ffffff;

	text-decoration: none;

    font-family: verdana;

	font-weight: bold;

    font-size: 12px;

}

.boxsocial {

    color: #ffffff;

	text-decoration: none;

    font-family: verdana;

    font-size: 12px;

	padding-left: 90px;

	padding-right: 16px;

	position:relative;

	line-height: 20px;

}

.boxsocial img{

	padding-top: 16px;	

}

/* Twitter box */

.twitterbox {

    width: 960px;

	height: 45px !important;

}

.twitterboxtitle {

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -2px;

    font-size: 24px;

	padding-right: 20px;

	width: 220px;

	float: left;

}

.twitterboxtext {

    color: #8a8a8a;

	text-decoration: none;

    font-family: verdana;

    font-size: 14px;

    width: 720px;

	line-height: 20px;

	float: right;

}

.twitterboxtext a{

    color: #8a8a8a;

	text-decoration: none;

    font-family: verdana;

    font-size: 12px;

}

/* news Section */

.news {

    width: 660px;

	height: 90px !important;

	float: left;

}

.news h2 {

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -2px;

    font-size: 29px;

	margin: 0;

	padding: 0;

}

.news p{

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial";

	letter-spacing: -3px;

    font-size: 24px;

	width: 550px;

	position:relative;

	left: 94px;

	margin: 0;

	padding: 0;

	top: -10px;

}

.newsbox {

    width: 660px;

	float: left;

}

.newsbox2 {

    width: 660px;

	float: left;

	margin-top: 15px;

	margin-bottom: 20px;

}

.newsimage {

    background: #33312e;

	width: 146px;

	height: 102px;

	border: 1px solid #22201f;

	position:relative;

	padding: 13px;

	float: left;

	margin-right: 10px;

}

.newstitle {

    color: #b7b7b7;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -1px;

    font-size: 18px;

	width: 450px;

	float: left;

}

.newsdate {

    background: #dcdcdc;

	width: 450px;

	height: 16px;

	float: left;

	color: #363330;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	line-height: 16px;

	background: url(images/datebg.jpg) no-repeat top left;

}

.newscontent {

	float: left;

	color: #8a8a8a;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	width: 450px;

	line-height: 20px;

}

.newscontent a{

	color: #fefefe;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	font-weight: bold;

}

.partners {

    width: 270px;

	float: right;

}

.partners h3 {

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -2px;

    font-size: 29px;

	margin: 0;

	padding: 0;

}

.banner {

    padding-top: 15px;

}

/* Portfolio Section */

.portfolio {

    width: 940px;

	height: 90px !important;

	float: left;

}

.portfolio h4 {

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -2px;

    font-size: 29px;

	margin: 0;

	padding: 0;

}

.portfolio p{

    color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial";

	letter-spacing: -3px;

    font-size: 24px;

	width: 550px;

	position:relative;

	left: 69px;

	top: -10px;

	margin: 0;

	padding: 0;

}

.portfolioimages {

    width: 960px !important;

	float: left;

}

.leftimage {

    padding-right: 28px;

}

.rightimage {

    padding-left: 28px;

}

.portfoliolist {

    list-style: none;

	text-decoration: none;

}

.portfoliolist {

	float: left;

}

.portfoliolist li{

	float: left;

}

.portfoliolist li a{

	color: #515151;

}

.portfoliolist li a{

	display: block;

	text-align: center;

	text-decoration: none;

	float:left;

}

.portfoliolist  { list-style: none; margin: 0px; padding: 0px;}

.portfoliolist li { padding: 0px; margin: 0px 0px 0 0; display: inline; }



.contentbox {

    width: 960px;

	float: left;

}

.contentimage {

    background: #33312e;

	width: 146px;

	height: 102px;

	border: 1px solid #22201f;

	position:relative;

	padding: 13px;

	float: left;

	margin-right: 10px;

}

.contenttext {

	float: left;

	color: #8a8a8a;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	width: 760px;

	line-height: 20px;

}

.contenttext a{

	color: #fefefe;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	font-weight: bold;

}

.contenttext2 {

	float: left;

	color: #8a8a8a;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	width: 960px;

	line-height: 20px;

}

.contenttext2 a{

	color: #fefefe;

	text-decoration: none;

    font-family: verdana;

    font-size: 13px;

	font-weight: bold;

}

/* Contact Section */

.contactbox {

   width: 440px;

   float: left;

   padding-left: 1px;

   padding-right: 1px;

}

.contactpadding0 {

    padding-left: 0px;

	padding-top: 5px;

	float: left;

	font-size: 14px;

	line-height: 14px;

	font-family: verdana;

	font-weight: bold;

	width: 60px;

	color: #b7b7b7;

}

.contactpadding1 {

    padding-left: 0px;

	padding-top: 8px;

	float: left;

	font-size: 16px;

	line-height: 12px;

	font-family: tahoma;

	font-weight: bold;

	width: 70px;

	color: #b7b7b7;

}

.contactpadding2 {

	float: right;

	width: 350px;

	padding-top: 2px;

}

.contactpadding3 {

	float: right;

	width: 150px;

	padding-top: 2px;

}

#contactinput1{	 

     border: 1px solid #696156;

	 background: #eaeaea url(images/contactboxbg1.jpg) repeat-x top left;

	 height: 16px;

	 width: 350px;

}

#contactinput2{	 

     border: 1px solid #696156;

	 background: #eaeaea url(images/contactboxbg1.jpg) repeat-x top left;

	 height: 16px;

	 width: 350px;

}

#contactinput3{	 

     border: 1px solid #696156;

	 background: #eaeaea url(images/contactboxbg2.jpg) repeat-x top left;

	 height: 240px;

	 width: 440px;

}

.contactinfo {

    color: #707070;

    font-size: 11px;

	line-height: 27px;

	font-family: verdana;

	width: 420px;

	padding-right: 20px;

	float: right;

}

.clearfloatcontact { /* 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: 7px;

    font-size: 1px;

    line-height: 0px;

}

.clearfloatcontact2 { /* 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: 1px;

    font-size: 1px;

    line-height: 0px;

}

/* Footer Section */

.footer { 

	width: 960px;

} 

.footerimg {

	padding-top: 18px;

	float: left;

}

.footerlogo {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	float: left;

	width: 250px;

}

.footerlogo h5{

    color: #dcdcdc;

	text-decoration: none;

    font-family: verdana;

    font-size: 20px;

	position:relative;

	margin: 0;

	padding: 0;

	left: 18px;

}

.footerlogo p{

	color: #dcdcdc;

	text-decoration: none;

	font-family: "Arial Black";

	letter-spacing: -1px;

    font-size: 18px;

	position:relative;

	line-height: 18px;

	margin: 0;

	padding: 0;

}

.footertext {

    color: #9c9c9c;

	text-decoration: none;

    font-family: verdana;

    font-size: 14px;

	width: 400px;

	float: right;

	padding-top: 24px;

} 

/* Miscellaneous classes for reuse */

.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;

}