/* CSS FOR ASNA ----------------------------------------------------- */
body {
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* TEXT STYLES ----------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
	text-decoration: none;
}
.text-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
.text-1 a, text-1 a:visited, text-1 a:active {
	font-weight: normal;
	color: #832E27;
	text-decoration: underline;
}
.text-1 a:hover {
	font-weight: normal;
	color: #832E27;
	text-decoration: none;
}

.text-2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.text-2 a, text-2 a:visited, text-2 a:active {
	font-weight: normal;
	color: #EB9E8D;
	text-decoration: UNDERLINE;
}
.text-2 a:hover {
	font-weight: normal;
	color: #EB9E8D;
	text-decoration: none;
}

.text-3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.text-3 a, text-3 a:visited, text-3 a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.text-3 a:hover {
	font-weight: normal;
	color: #CBCBCB;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #570000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #570000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #570000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #434343;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

/* MAIN STYLES ----------------------------------------------------- */
#main {
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 10px 0px 30px 0px;
}
.main-container {
	text-align: left;
	vertical-align: top;
	width: 780px;
}
.contentbg {
	clear: both;
	background-color: transparent;
	background: url(../images/content_bg.jpg) 0 0 repeat-y;
}

/* LOGO STYLES ----------------------------------------------------- */
#logo {
	text-align: left;
	vertical-align: top;
	width: 100%;
	height: 130px;
	background-color: #570000;
	background: url(../images/branding_bg.gif);
}
.logo-container {
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 0px 20px;
	float: left;
}

.logo-container img {
	border:0;
}

.icons {
	text-align: right;
	vertical-align: top;
	width: 200px;
	height: 43px;
	padding: 20px 0px 0px 0px;
	float: right;
}
.icons img {
	margin: 0px 30px 0px 0px;
}

/* NAV STYLES ----------------------------------------------------- */
#nav {
	text-align: left;
	vertical-align: top;
	background-color: #570000;
	padding: 29px 0px 0px 0px;
	background: url(../images/branding_bg.gif);
}
.nav-container {
	text-align: left;
	vertical-align: top;
	height: 39px;
	background-image: url(../images/nav_main_bg.jpg);
	background-position: center top; 
	background-repeat: repeat-x;
}

#nav_main_1 a {
	float: left;
	width : 86px;
	height : 39px;
	background-image: url(../images/nav_main_1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_1 a:hover {
	width : 86px;
	height : 39px;
	background-image: url(../images/nav_main_1h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

#nav_main_2 a {
	float: left;
	width : 98px;
	height : 39px;
	background-image: url(../images/nav_main_2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_2 a:hover {
	width : 98px;
	height : 39px;
	background-image: url(../images/nav_main_2h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

#nav_main_3 a {
	float: left;
	width : 163px;
	height : 39px;
	background-image: url(../images/nav_main_3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_3 a:hover {
	width : 163px;
	height : 39px;
	background-image: url(../images/nav_main_3h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

#nav_main_4 a {
	float: left;
	width : 69px;
	height : 39px;
	background-image: url(../images/nav_main_4.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_4 a:hover {
	width : 69px;
	height : 39px;
	background-image: url(../images/nav_main_4h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

#nav_main_5 a {
	float: left;
	width : 59px;
	height : 39px;
	background-image: url(../images/nav_main_5.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_5 a:hover {
	width : 59px;
	height : 39px;
	background-image: url(../images/nav_main_5h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

#nav_main_6 a {
	float: left;
	width : 67px;
	height : 39px;
	background-image: url(../images/nav_main_6.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#nav_main_6 a:hover {
	width : 67px;
	height : 39px;
	background-image: url(../images/nav_main_6h.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 

/* BRANDING STYLES ----------------------------------------------------- */
#branding {
	text-align: left;
	vertical-align: top;
	background-color: #FAFAFA;
	border-bottom: solid 1px #6E1B17;
}

.branding-slogan {
	text-align: left;
	vertical-align: top;
	background-color: #570000;
	background: url(../images/branding_2.jpg) 0 0 no-repeat;
	width: 205px;
	height: 150px;
	padding: 94px 110px 0px 25px;
}

/* LEFT STYLES ----------------------------------------------------- */
#left {
	float: left;
	text-align: left;
	vertical-align: top;
	width: 238px;
}
.left-container {
	text-align: left;
	vertical-align: top;
	margin: 10px 15px 10px 10px;
}
.left-more {
	text-align: right;
	vertical-align: top;
	margin: 10px 0px 20px 0px;
}

/* RIGHT STYLES ----------------------------------------------------- */
#right {
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.right-container {
	text-align: left;
	vertical-align: top;
	margin: 20px 30px 30px 30px;
}


/* FOOTER STYLES ----------------------------------------------------- */
#footer {
	text-align: center;
	vertical-align: top;
	width: 100%;
	background-color: #570000;
	border-top: solid 3px #380000;
	border-bottom: solid 3px #380000;
	clear: both;
}
.footer-container {
	text-align: center;
	vertical-align: top;
	padding: 5px 15px 5px 15px;
	width: 750px;
}

/* INPUT  STYLES ----------------------------------------------------- */
input, textarea {	
	border: solid 1px #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	background-color: #691C1C;
	border-top: solid 3px #996464;
	border-left: solid 3px #996464;
	border-bottom: solid 3px #300000;
	border-right: solid 3px #300000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

/* OTHER STYLES ----------------------------------------------------- */
.size {
	width: 780px;
}

.button-link-right a {
	border:0px;
    background-color:#978E8F;
    color:#FFF;
    text-decoration:none; 
    padding:2px 8px;
    font-weight:bold;
}

.button-link-small {
    margin:10px 0px;
}


.button-link-small a {
    border:1px solid #AAA;
    background-color:#DDD;
    color:#000;
    text-decoration:none; 
    font-size:11px;
    padding:1px 4px;
}

.button-link-right-small {
    margin:10px 0px;
    text-align:right;
}


.button-link-right-small a {
    border:1px solid #AAA;
    background-color:#DDD;
    color:#000;
    text-decoration:none; 
    padding:1px 4px;
    font-size:11px;
}

/* ERROR STYLES ----------------------------------------------------- */

div.errors { 
	background-color:#FFFFCC;
	width:321px;
	height:auto;
	padding:0px 3px 5px 3px;
	margin:10px 0px;
 }

div.errors h3 {
	background-color:#FF0000;
	width:319px;
	height:auto;
	padding:3px 0px 3px 3px;
	color:#FFFFFF;
}
div.errors div {	
	padding:3px;
	color:#FF0000;
}

