/*
 BAG CSS Framework 1.0 (10/24/2008 2:05:32 PM)
 Last Change: 11/21/2008 1:03:09 PM
*/

body {
	text-align: center;
	margin: 0;
	font: 0.8em Arial,Helvetica,sans-serif;
}
div#container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
div#header {
	width: 100%;
	height: 175px;
	text-align: center;
}
div#header-left {
	width: 456px;
	float: left;
	text-align: left;
}
div#header-right {
	width: 544px;
	float: right;
}
div#header-nav1-wrap {
	width: 544px;
	height: 109px;
}
div#header-nav2-wrap {
	width: 100%;
	height: 66px;
	font-size: 0.9em;
}
div#header-nav1 {
	position: relative;
	top: 60px;
	margin-left: 40px;
	width: 460px;
	font-size: 0.85em;
	color: #444444;
}
div#header-nav1-left {
	float: left;
	text-align: right;
	width: 350px;
}
div#header-nav1-right {
	float: right;
	width: 100px;
	text-align: left;
	font-weight: bold;
}
div#header-nav2 {
	position: relative;
	top: 35px;
	width: 92%;
	height: 30px;
	text-align: right;
	font-weight: bold;
}
div#feature {
	width: 100%;
	height: 231px;
}
div#content-area {
	width: 100%;
}
div#content-left-wrap {
	width: 649px;
	float: left;
	border-right: 1px solid #c0c0c0;
}
div#content-right-wrap {
	width: 350px;
	float: right;
}
div#content-left {
	margin: 10px 10px 10px 40px;
}
div#content-right {
	margin: 10px 30px 10px 10px;
}
div#content-footer {
	width: 930px;
	clear: both;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	border-top: 1px solid #c0c0c0;
}
div#footer-nav {
	width: 930px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	border-top: 1px solid #c0c0c0;
	font-size: 0.8em;
}
div#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #777777;
}

/* Links */
a:link, a:visited, a:active {
	color: blue;
}
a:hover {
	color: red;
}

/* Hr */
hr {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #c0c0c0;
}

a img {
border: none;
color: none;
}

/* ---------------------------------------------
   --Clearfix-----------------------------------
   --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

/* ---------------------------------------------
   --Drop Down Menu-----------------------------
   --------------------------------------------- */
ul#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
}

ul#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

ul#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}

ul#sddm li a:hover {

}

ul#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	background: #f9f9f9;
	border-color: #7f7f7f;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

ul#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #f9f9f9;
}

ul#sddm div a:hover {
	background: #dadada;
	color: black;
}

/* ---------------------------------------------
   --LiveValidation-----------------------------
   --------------------------------------------- */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}

.LV_invalid {
    color:#CC0000;
}

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
