@charset "UTF-8";
body  {
	font: 12px Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #fff;
	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: #292929;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
p {
	margin: 5px 0;
}
h1 {
	font: 400 18px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #584f4f;
}
h2 {
	font: 600 12px Myriad Pro, Arial, Helvetica, sans-serif;
	color: #ff731f;
	margin: 18px 0 9px;
}
#container {
	width: 960px;
	margin: 70px auto 0;
}

/*********************************************************************************************************************************************************************************************
	
	MAIN NAV -->>

*********************************************************************************************************************************************************************************************/
#sidebarMenu {
	width: 960px;
	margin: 0 0 2px;
}

/*********************************************************************************************************************************************************************************************
	
	MAIN IMAGE -->>

*********************************************************************************************************************************************************************************************/
#mainImage {
	margin: 0;
	padding: 0;
	line-height: 0;
	width:960px;
	height:390px;
}

/* Need to manually set the height of the li element here so that 
easySlider can pick it up */
#mainImage ul, #mainImage li {
    margin:0;
    padding:0;
	height:390px;
    list-style:none;
}

/* Style and position these if we want next/prev buttons */
#prevBtn a {
    display: none;
}

#nextBtn a {
    display: none;
}

/*********************************************************************************************************************************************************************************************
	
	ARTICLES -->>

*********************************************************************************************************************************************************************************************/
#articles {
	background: #111;
	margin: 2px 0;
}
#articles .article {
	width: 255px;
	height: auto !important;
	min-height: 32px;
	margin: 0;
	padding: 8px 35px 8px 29px;
	float: left;
	line-height: 14px;
	text-align: left;
}
#articles .article h1 {
	color: #cdcdcd;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font: 400 14px Myriad Pro, Arial, Helvetica, sans-serif;
}
#articles .article h2 {
	color: #cdcdcd;
	padding: 0;
	margin: 0;
	font: 500 12px Myriad Pro, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#articles .article p {
	color: #636363;
	padding: 0;
	margin: 0;
}
#articles .article a {
	color: #cdcdcd;
}
#articles .article a:hover {
	background: #636363;
}
#articles .articleDivider {
	border-right:1px solid #333333;
	float:left;
	height:34px;
	margin-top:8px;
}

/*********************************************************************************************************************************************************************************************
	
	LOGO -->>

*********************************************************************************************************************************************************************************************/
#logo {
	text-align: left;
	margin: 10px;
	vertical-align:middle;
	line-height:40px;
}
#logo img {
	float:left;
}
#logo .vr {
	width:1px;
	height:40px;
	margin:0 20px;
	float:left;
	background-color:#000;
}
#logo p {
	font-size:14px;
}
