/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:14px;
	margin:0 auto;
	background-color:#cbdcea;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 {
	font-size:15px;
	color:#1f7dd3;
}

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-repeat: repeat-x;
	background-position: top center;
	background-image:url(images/bg_main.jpg);
	background-color:#fff;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:449px;
	background:no-repeat;
	background-image:url(images/img_header.jpg);
	margin-bottom:50px;
}

#logobuddy {	
	position:absolute;
	width:201px;
	height:199px;
	left:375px;
	top:0;
}

#logopads {	
	position:absolute;
	width:99px;
	height:102px;
	right:115px;
	top:56px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:390px;
	left:12px;
	width:950px;
	height:55px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:550px;
	height:auto;
	padding:0 0 0 25px;

}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:325px;
	height:auto;
	padding:0 25px 0 0;
}

#side_bar-box {
	background-image:url(images/bg_sidebar-boxes.jpg);
	width:315px;
	margin:10px 0;
	padding:10px 0;
	text-align:center;
	color:#fff;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	height:67px;
	clear:both;
	background:x-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer_content {
	width:950px;
	margin:0 auto;
}

#slug {
	float:right;
	padding:20px 25px 0 0;
}

#copy {
	float:left;
	padding:30px 0 0 25px;
	font-size:12px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:55px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.gif);
}

a#nav_01 {
	width:111px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -55px;
}

.active_01 {
	background-position: 0 -55px !important;
}

a#nav_02 {
	width:207px;
	background-position:-111px 0;
}

a:hover#nav_02{
	background-position:-111px -55px;
}

.active_02 {
	background-position:-111px -55px !important;
}

a#nav_03 {
	width:177px;
	background-position:-318px 0;
}

a:hover#nav_03{
	background-position:-318px -55px;
}

.active_03 {
	background-position:-318px -55px !important;
}

a#nav_04 {
	width:172px;
	background-position:-495px 0;
}

a:hover#nav_04{
	background-position:-495px -55px;
}

.active_04 {
	background-position:-495px -55px !important;
}

a#nav_05 {
	width:143px;
	background-position:-667px 0;
}

a:hover#nav_05{
	background-position:-667px -55px;
}

.active_05 {
	background-position:-667px -55px !important;
}

a#nav_06 {
	width:140px;
	background-position:-810px 0;
}

a:hover#nav_06{
	background-position:-810px -55px;
}

.active_06 {
	background-position:-810px -55px !important;
}

