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

<style>
* { margin: 0px; padding: 0px; }
* { margin: 0px; padding: 0px; }
/*********************BODY*********************/

body {
	background-image: url(images/bgSplash-01.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #000;
	background-position: center -25px;
	color: #FFF;
	
}
/*********Content Container**************/
#container {
	/*width: 1128px;*/
	width:1200px;
	height: 1350px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow:hidden;
	/*background-color: #933;*/
	/*background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: url(images/bgSplash-01.jpg);
	background-position: center -25px;	
	*/
	text-align: center;
}

/*************************/

#content {
	width: 626px;
	height: 1156px;
	margin: 0 auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	top: 30px;
	
	
	overflow:visible;
	
}

#welcome_sidebar{
	position:relative;
	left: 0px;
	top:0px;
}


#twitterFeed{
	
	width:225px;
	height:300px;
	
	}
	
	

/**********************************/



/**********************************/


/*Navigation CSS*/

#nav {
	height: 92px;
	width: 634px;
	margin: 0 auto;
	background-image: url(images/navBar.png);
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	top: 10px;
}

#nav span{
	display:none;
}

#nav li {
    list-style-type: none;
    float: left;
	width: 105px;
}

#nav a {
    height: 92px;
    display: block;
}
/* Set the Width of the clickable links */



#link1 a:hover {
      background: url(images/navBar.png) 0px -118px no-repeat;
}
#link2 a:hover {
      background: url(images/navBar.png) -105px -118px no-repeat;
}
#link3 a:hover {
      background: url(images/navBar.png) -210px -118px no-repeat;
}
#link4 a:hover {
      background: url(images/navBar.png) -315px -118px no-repeat;
}
#link5 a:hover {
      background: url(images/navBar.png) -420px -118px no-repeat;
}
#link6 a:hover {
      background: url(images/navBar.png) -525px -118px no-repeat;
}

/*********************************************************************************/
/**********************************/

/*Second Navigation  CSS*/

#nav2 {
	height: 56px;
	width: 626px;
	margin: 0 auto;
	background-image: url(images/navBar2.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 305px;
	z-index: 1000;
	left: 0;
	
}

#nav2 span{
	display:none;
}

#nav2 li {
    list-style-type: none;
    float: left;
	width: 208px;
}

#nav2 a {
    height: 56px;
    display: block;
}
/* Set the Width of the clickable links */


#link_Resources a:hover {
      background: url(images/navBar2.png) 0px -59px no-repeat;
}
#link_Blog a:hover {
      background: url(images/navBar2.png) -208px -59px no-repeat;
}
#link_Testimonials a:hover {
      background: url(images/navBar2.png) -416px -59px no-repeat;
}

/*********************************************************************************/

/********************************************************************************************/



</style>
