/* Reset mains & padding */
body, p, fieldset, h1, h2, h3, h4, h5, ul, li, br {
    margin: 0;
    padding: 0;
}

body {
    font-family: arial;
    font-size: 0.8em;
    color: #fff;
    background: #000 url(/images/bg_head_01.jpg) repeat-x top center;
}

#container {
    margin: 0px auto;
    width: 950px;
    clear: both;
}

#left-col {
    width: 640px;
}

#right-col {
    float: right;
    width: 240px;
}


/* General Elements */
h2 {
    margin-bottom: .5em;
}

h3 {
    margin: 1.5em 0em 0.2em 0em;
    font-size: 1.3em;
}

h4 {
    color: #757575;
    margin: 0.5em 0em 0.2em 0em;
    font-size: 1.1em;
}

a {
    color: #fff;
}

img {
    border: none;
}

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.align_r {
    text-align: right;
}

.align_l {
    text-align: left;
}

.align_c {
    text-align: center;
}

td {
    padding: 5px;
}

/* Define the basic internal padding */
.inside {
    padding: 20px;
}

.required {
    background: transparent url(/images/err_required.gif) no-repeat;
    padding-left: 22px;
}

.errors {
    /*border: 2px solid #990000;
    padding: 2px;
    margin: 5px 0px 8px 115px;
    background: #333;*/
    background: transparent url(/images/err_contact.gif) no-repeat;
    margin: 5px 0px 10px 120px;
    padding-left: 22px;
    font-weight: bold;
}

#user_message {
    border: 2px dotted #fff;
    padding: 5px;
    margin: 5px 0px 20px 0px;
}

/* Header Section */
#header {
    background: transparent url(/images/head.jpg) no-repeat top center;
    height: 170px;
    margin-top: 21px;
}


#head {
    width: 950px;
}

.novis {
    display: none !important;
}

#nav_top {
    background: #0f0f0f url(/images/nav_border.gif) repeat-x bottom center;
    height: 3.4em;
    padding: 0.4em 1em .4em 1em;
    clear: both;
    font-size: 0.9em;
    
}

#content {
    clear: both;
}

#top_section, #std_body {
    background-color: #1a1a1a;
    width: 950px;
    /*float: left;*/
    position: relative;
    z-index: 10;
}

#top_section {
    margin-bottom: 12px;
}

#std_body .inside {
    padding-top: 0px;
}

#top_section .inside {
    padding: 0px 12px 12px 12px;
    /*float: left;*/
}

#banplay img {
    /*float: left;
    position: relative;
    z-index: 12;*/
}

#intro_news {
    /*background: transparent url(/images/bg_news_intro.gif) repeat-y top left;*/
}


/***************** Navigation *******************/

.members_nav {
    float: right;
}

a.members_nav {
    color: #666;
    text-decoration: none;
    /*padding: 0.4em;*/
}
a:hover.members_nav {
    color: #ffa200;
}

#nav {
    padding: 4px 0px 0px 5px;
}

/* zeroing padding/margin for all elements */


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
    text-decoration: none;
}

#nav a:hover {
    color: #ffa200;
}

#nav li a, #nav .parent {
    color: #666;
    font-weight: bold;
}

#nav .parent {
    cursor: default ;
}

#nav .parent:hover {
    color: #ffa200;
} 

#nav li ul li a {
    color: #fff;
    font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	z-index: 100;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1.1em;
	left: 0;
	z-index: 100;
	background-color: #0f0f0f;
	/*line-height: 2em;*/
	width: 15em;
	padding: 0.5em;
}

#nav li ul li {
    width: 15em;
    line-height: 2em;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto;*/
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

/************** Contact Page ****************/
dt, dd {
    margin-bottom: 5px;
}

dt {
    float: left;
    width: 150px;
    text-align: right;
    padding: 2px 5px 2px 0px;
    color: #666;
    
}

dd input, dd textarea {
    font-family: arial;
    color: #fff;
    background-color: #0F0F0F;
    border: 1px solid #333;
    padding: 2px;
}

dd textarea {
    font-size: 1em;
    height: 100px;
    width: 450px;
}

#privacy_statement {
    border: 1px solid #333;
    background: #262626;
    padding: 5px;
    font-size: 0.8em;
}

/* Footer */
#footer {
    background-color: #0f0f0f;
    border-top: 1px solid #222;
    margin-top: 30px;
    height: 16em;
    color: #5f5f5f;
    font-size: 0.8em;
}

#footer .container {
    width: 950px;
    margin: 0px auto;
    position: relative;
}

#footer a {
    color: #5f5f5f;
    text-decoration: none;
}

#footer a:hover {
    color: #fff;
}

#f_col1, #f_col2, #f_col3 {
    top: 20px;
    height: 12em;
    padding: 0px 20px;
}

#f_col1 {
    position: absolute;
    width: 436px;
    left: 0px;
}

#f_col2 {
    position: absolute;
    width: 140px;
    left: 495px;
    border-left: 1px solid #333333;
}

#f_col3 {
    position: absolute;
    width: 250px;
    left: 675px;
    border-left: 1px solid #333333;
}

#f_col2 ul {
    list-style: square;
    margin-left: 10px;
}

#f_col2 ul a {
    line-height: 2em;
}

#f_col3 p {
    line-height: 1.8em;
    margin-top: 15px;
}

#footer_tel {
    background: transparent url(/images/f_tel.gif) no-repeat;
    width: 220px;
    height: 20px;
    display: block;
}

#footer_tel span {
    display: none;
}

.v22_logo {
    background: transparent url(/images/v22-web-design-logo.gif) no-repeat;
    padding-left: 20px;
    height: 25px;
}

#site-location {
    clear: both;
    background: #0F0F0F;
    padding: 5px;
    margin-bottom: 5px;
    color: #BFBFBF;
}

#site-location a {
    color: #BFBFBF;
    text-decoration: none;
    border-bottom: 1px dotted #5F5F5F;
}

