/*
padding:0px;
*/

html,body {
/*height:100%;*/
margin:0;
padding:0;
width:100%;
}

h2 {
color:#4d4d4d;
}

body {
background:#FFFFFF;
background-repeat:repeat-x;
background-position:bottom;
color:#fff;
}

h1 {
color: #FFFFFF;
font-size: 28px;
padding: 0px;
margin-left: 0px;
line-height: 50px;
}

div#container {
margin:0px auto;
width:1024px;
padding: 0 0 50px;
}

div#header-wrap {
height:204px;
width:1024px;
}

div#header-left {
background:url(images/header-left.jpg) no-repeat;
float:left;
height:100%;
width:753px;
} 

div#header-right {
color:#4d4d4d;
float:left;
width:271px;
} 

div#selection {
background:url(images/fit.jpg);
height:415px;
}

div#top-nav {
background:url(images/alt-nav.png) no-repeat;
height:58px;
padding-left:0px;

padding-top:7px;
}

#top-nav ul {
	text-align:center;
    list-style:none;
    margin:0;
    padding:0;
    line-height:53px;

}

#top-nav li {
	display: inline;
}

#top-nav li a:link, #top-nav li a:visited {
	padding: 0.5em 1.5em 0.5em 1.5em;
	color: #FFFFFF;
	text-decoration:none;
}

#top-nav li a:hover {
	color: #F6921E;
	text-decoration:none;
}

div#page-content {
background:#fff;
}

div#page-content h1 {
    background:url(images/h1_bg.png) no-repeat;
    height:53px;
    padding-top:5px;
    padding-left:20px;
    width:237px;
}


div#divider {
	background:url(images/divider.jpg) no-repeat rgb(0,166,156);
	height:53px;
    width:1024px;
    margin:auto;
    position:relative;
    top:-28px

}

.foot-wrap {
    width:100%;
    background:#00a69c url(images/bg2.jpg) repeat-x 0 0;
}

div#content-wrap {
	background:rgb(0,166,156);
    width:1024px;
    margin:auto;

}

div#nav {
background:rgb(0,166,156);
float:left;
height:100%;
width:229px;
}

#nav ul {
	list-style:none;
	margin: 0;
	padding:0;
}

#nav li a:link, #nav li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#nav li a:hover {
	color: #F6921E;
	text-decoration:none;
}

div#sidebar-a {
background:rgb(0,166,156);
float:left;
height:100%;
width:375px;
}

div#sidebar-b {
background:rgb(0,166,156);
float:left;
height:100%;
width:405px;
padding-left:15px;
}

#footer {
background:rgb(0,166,156);
clear:both;
color:#fff;
padding-top:30px;
padding-bottom:10px;
}

.post_short a:link, .post_short a:visited {
	background-color:#F6921E;
	padding: 0.2em 0.25em 0em 0.25em;
	border-bottom: 2px solid #FF3300;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
}

.post_short a:hover {
	background-color:#FF6600;
	padding: 0.2em 0.25em 0em 0.25em;
	border-bottom: 2px solid #FF3300;
	text-decoration: none;
	color:#FFFFFF;
	font-size: 12px;
}

#sidebar-a .post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

#sidebar-a .post_title {
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

#sidebar-a .post_title a:link, .post_title a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#sidebar-a .post_title a:hover {
	color: #F6921E;
	text-decoration:none;
}

