/* green #006600  */
/* red #FF0000 */


* {
  margin: 0;
  padding: 0;
} 

body {
	font-family: times new roman, times, serif;
	font-size: 14px;
	line-height: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color:#1A1A1A;
	background-image: url(../images/bgrnd.jpg);
	background-repeat: repeat-x;
}

#page_wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #000;
	background-image: url(../images/content_bgrnd.gif);
	background-repeat: repeat-y;
	background-position: 250px 0;
}


#page_left {
	width:250px;
	float:left;
	
}

#page_right {
	width:710px;
	float:right;
	

}



#content_wrapper {


}


#content_left  {
	width:470px;
	float:left;
	background-color:#fff;
        padding:10px 20px 10px 20px;
}

#content_right  {
	width:200px;
	float:right;
	background-color:transparent;
	padding:20px 0 20px 0;
}

#footer {
	width:960px;
	background-color:#000;
	color:#999;
	text-align:center;
	padding:10px 0 10px 0;
	border-top: solid 5px #666;
	border-bottom: solid 5px #666;
}





/* ******************** LINK STYLES ************************ */


a {
 text-decoration: none;
 font-weight:bold;
}

a:visited, a:link, a:active   {
    color: #E0DF4A;
    color: #006600;
	}	
	
a:hover {
    color: #CC0000;
	}



/* ******************** TEXT STYLES ************************ */


h1 {
	color:#666;
	border-bottom:1px dotted #ccc;
	padding-bottom:7px;
	margin-bottom:7px;
	font-size:28px;
}

h2 {
	color:#666;
	margin-bottom:7px;
	font-size:22px;
}

h3 {
	color:#666;
	font-size:16px;
	margin-bottom:0;
}

h4 {
	color:#666;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
}


.text_small {
	font-size: 0.91em;
}

.text_red {
	color:#cc0000;
}

.text_green {
	color:#006600;
}



/* ******************** MISC ************************ */


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear_both {
	clear: both;
	height: 0px;
}

.clearLeft {
	clear: left;
	height: 0px;
}

.clearRight {
	clear: right;
	height: 0px;
}

li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}

a img {
	border:none;
}

.no_image_gap {
	display:block;
}



/* ******************** NAV ************************ */


#nav ul, #nav li {     
	margin: 0;   
	list-style: none; 
} 

#nav li a {     
	display: block;
	width: 196px;
	padding:10px 10px 10px 10px;
	margin-left:17px;
	margin-right:17px;
	border-bottom:1px dotted #666;
} 


#nav li a:visited,
#nav li a:link {     
	color: #fff;
}

#nav li a:active,
#nav li a:hover {
	background-color: #1A1A1A;
	background-image: url(../images/nav_bgrnd.gif);
	background-repeat: repeat-y;
	color: #fff;
	outline:none;
}




/* ********************* FORMS ********************** */


#contact_form {
	width:470px;
}

fieldset {
	border:none;
}

.form-label {
	width:230px;
	float:left;
	margin-bottom:10px;
	padding-top:6px;
	font-weight:bold;
}

.form-label.no-padding {
	padding-top:0;
}

.form-field {
	width:230px;
	float:right;
	margin-bottom:10px;
}


.form-field input[type=text],
.form-field select,
.form-field textarea  {
	width:225px;
	border:1px solid #999;
	padding:2px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}

.form-field select {
	width:225px;
}


.form-field input.short {
	width:100px;
}


.submit {
	background-color: #3F3D39;
	font-weight: bold;
	color: #E0DF4A;
	width: 50px;
	border:none;
	cursor:pointer;
}


/*  **************** TAG STYLES **************** */


.tag-style1 {  
	width: 168px;
	margin:0 15px 10px 15px;
border:dotted 1px #333;
	
}

.tag-style1 .title {
	background-color:#006600;
	font-size:20px;
line-height:18px;
color:#fff;
font-weight:bold;
padding:10px;
border-top:solid 5px #fff;
border-left:solid 5px #fff;
border-right:solid 5px #fff;	
}

.tag-style1 .photo {
border:solid 5px #fff;
}

.tag-style1 .text {
	background-color:#fff;
padding:5px 10px 5px 10px;

border-left:solid 5px #fff;
border-right:solid 5px #fff;

}

.tag-style1 .link {
	background-color:#ff0000;
padding:3px 10px 3px 10px;
border-bottom:solid 5px #fff;
border-left:solid 5px #fff;
border-right:solid 5px #fff;
}

.tag-style1 .link a:visited,
.tag-style1 .link a:link,
.tag-style1 .link a:active {
	color:#fff;		
}

.tag-style1 .link a:hover {
	color:#ccc;		
}


.notice_box {
	padding:15px;
	border:dotted 1px #666;
	margin-bottom:12px;
}

