/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/header-nash-april09.jpg);
	height: 115px;
}


#topnav {
	color: #FFFFFF;
	background-color: #FF3287;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 32px;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#topnav a:hover {
	text-decoration: none;
	color: #333333;
}


#wrapper {
	width: 980px;	
	margin: 0 auto;
	float: left;
}
#column_wrapper {
	background-image: url(../images/clm07_middle.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #CCCCCC;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	/*
	width: 600px;
	*/
	/*
	width: 540px;
	*/
	width: 530px;
	float: left;
	/*
	background-color: #98FB98;
	*/
}

topadbox {
	/*
	width: 600px;
	*/
	width: 500px;
	float: left;
	height: 200px;
}

#left {
	width: 180px;
	float: left;
}
#right {
	/*
	width: 200px;
	*/	
	/*
	background-color: #FFC0CB;
	*/
	/*
	width: 260px;
	*/
	width: 270px;
	float: left;
	/*
	background-color: #FFC0CB;
	*/
}
#center .content {
	/*
	padding: 10px 32px;
	*/
	padding: 10px 10px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 10px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	/*
	padding: 10px 16px;
	*/
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: Gray;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #FFFFFF;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

.menulist li {
	padding-bottom: 4px;
}	

.menulist a {
	color: Red;
}

.reglist {
	border-left: 6px solid #FF3287;	
}	

	
#left a:link {
	color: #333333;
	text-decoration: none;
}
#left a:visited {
	color: #333333;
	text-decoration: none;

}
#left a:hover {
	color: #33CCCC;
	text-decoration: underline;
}
#center a:link {
	color: #FF3287;
	color: #33CCCC;
}
#center a:visited {
	color: #FF3287;
	color: #33CCCC;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #33CCCC;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	/*
	border-left: 6px solid #FFD940;
	*/
	padding: 0 0 0 0px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
	color: #33CCCC;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

#leftbtntop {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}

#leftbtnbottom {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

img {
	border: none;
}

img.floatleft {
	float: left;
	margin: 0 12px 0 0;
}

img.floatright {
	float: right;
	margin: 0 12px 0 0;
}

ul.nav{
	display: block;
/*Just add the following properties and values*/
	width: 100%;
	table-layout: fixed;
}

ul.nav li {
	display: inline;
	padding-left: 5px;
	font-weight: bold;
}	

#category_header {
	color: #33CCCC;
	color: #FF3287;
	font-size: 1.8em;
}

#category_header a {
	text-decoration: none;
}

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

#category_header a:visited {
	text-decoration: none;
	color: #33CCCC;
	color: #FF3287;
}


#byline {
	font-weight: bold;
}

#related_header {
	padding-top: 20px;
	font-weight: bold;
	color: #FF3287;
	font-size: 1.10em;
}


.relatedlist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

.relatedlist li {
	padding-bottom: 4px;
}	

.relatedlist a {
	color: FF3287;
	text-decoration: none;
}

.relatedlist a:hover {
	text-decoration: underline;
}

#article_tools, #article_tools_bottom {
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}	


ul.headlinelist {
	list-style: none;
	list-style-type: none;
}
	
ul.headlinelist li {
	clear: both;
	/*
	padding: 0px 4px 16px 4px;
	*/
	}

	ul.headlinelist li a.story_thumb {
	display: block;
	/*
	width: 60px;
	*/
	float: left;
	padding-right: 10px;
	}


.article_photo_right {
	display: block;
	padding: 4px;
}


#topHeader {
	float: left;
	margin-top: 10px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

/* picture tester start */	
	
.caption {
  text-align: center;
  float: none;
  clear: both;
  font: 77% verdana;
  color: #777;
}
	
 .pictureleft {
    float: left;
    clear: both;
    padding: 10px 10px 10px 0;
	 width: 250px;
}
 .pictureright {
    float: right;
    clear: both;
    padding: 10px 0px 10px 10px;
	 width: 250px;
}

.pictureemp {
    float: right;
    clear: both;
    padding: 10px 0px 10px 10px;
}

	
/* picture tester end */	
	

.marginadlist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
	
.marginadlist li {
	clear: both;
	/*
	padding: 0px 4px 16px 4px;
	*/
	padding-bottom: 10px;
	}
	
.marginadlist a {
	text-decoration: none;
}	
	
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
