/* 
  ------------------------------------------------
  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: #00637b;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-image:url(img/banner.gif);
	background-repeat:no-repeat;
	background-color: #000;
	height:133px;
	padding: 0px;
	margin: 0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 780px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	}
#left .content {
	margin:1px;
	padding: 4px;
	font-size: 0.85em;
	line-height: 1em;
}
#box {
	width:192px;
	color: #fff;	
	}
.roundedcornr_box {
   background: #00637b;
}
.roundedcornr_top div {
   background: url(../images/roundedcornr_607706_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(../images/roundedcornr_607706_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(../images/roundedcornr_607706_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_607706_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 192px;
   height: 10px;
   font-size:1px;
}
.roundedcornr_content { margin: 0 3px; }

#right .content {
	padding: 5px 20px 20px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
	font-family : "Trebuchet MS", Verdana, Arial;
}
#masthead .content {
	padding: 103px 0px;
	margin:0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #000000;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #fff;
}
#left a:visited {
	color: #FFCC33;
}
#left a:hover {
	color: #fff;
}
#right a:link {
	color: #C17102;
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#right a:visited {
	text-decoration: underline;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #029EC5;
}
#right a:hover {
	color: #999999;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#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-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: normal;
	color: #00637B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFBB00;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	line-height: normal;
	color: #666666;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	line-height: normal;
	color: #666666;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	line-height: normal;
	color: #000000;
}
h5 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}
h6 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: normal;
	color: #000000;
}


HR {
	color : #D2D2CA;
	height : 1px;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/* form styling */

fieldset {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	background-color: #fff;
	}
	
fieldset.alt {
	background-color: #fff;
	}
	
legend {
	margin-left:1em;
	padding: 0;
	color: #00637B;
	font-size:130%;
	font-weight: bold;
	}

legend span {
	position: absolute;
	left: 1.45em;
	top: 0;
	margin-top: 0.5em;
	
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #00637B;
	
	}
	
fieldset ol {
	padding: 1.2em 1em 0 1em;
	list-style: none;
	}
	
fieldset li {
	padding-bottom: 1em;
	}
	
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #ffffff;
	}
	
label {
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
	}
