/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #eeeeee;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #ffffff;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FF0000;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #007b00;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #007b00 !important;
    cursor: default !important;
    text-decoration: none !important;
}
h1 {
	font-size: 2.5em;
	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;
}

/* Customizations */

#masthead .content {
	background-image:url(../images/icon.jpg);
    background-repeat:no-repeat;
    background-position:5px 5px;
    height:110px;
}

#masthead .content h1 { text-align:right;}
.english {color:#007b00;}
.welsh {color:#ff0000;}

/*  Styles for the "notice" div to the right of the home page.  */

#notice {
	float:right;
    width:200px;
    background-color:#dddddd;
    border:1px solid;
    margin:0px 0px .5em 1em;
    padding:1em 1em 0em 1em;
	font-size: 0.7em;
	line-height: 1.2em;
}
#notice h2, #notice h3 { 
	text-align:left;
    margin:0px;
    padding:0px;
}

#notice h3 {
	margin:1.25em 0 0 0;
}

/*  Style the announcement table.  */

#notice table {
    font-style:		normal;
    margin:			0;
    padding:		0;
 }

#notice tr {
	margin: 5px;
 	text-align:		left;
    vertical-align:	top;
}

#notice th, #notice td {
	padding:		3px;
}

#notice th {
	font-weight:bold;
    padding-left:10px;
}