/* =============================== */
/*  Created by: Alexsha            */
/*  Client: Dwyer's Communications */
/*  Date: Oct 5th 2006             */
/*  Last Modified:                 */
/* =============================== */

/* God, I love this CSS delcaration... */
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

body {
	background:#4f81bf url(images/body_bg.gif) top repeat-x;
	padding: 0px;
	margin: 0px;
}

#container {
	margin:50px auto 0px auto;
	padding:0px;
	background-color:#fff;
	width:823px;
}

#header {
	background: #fff url(images/header_2.gif) top right no-repeat;
	margin:0px;
	padding:0px;
	height:104px;
	width:100%;
	position:relative;
}

#header #logo {
	padding-left:35px;
	padding-top:20px;
	background: url(images/bg_tplft.gif) top left no-repeat;
	position:absolute;
}
#header h2 {
	display:none;
}

#menu {
	height:23px;
	padding:1px;
	background:#000 url(images/menu_bg.gif) top left no-repeat;
}
	
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
}

#menu ul li {
	float:left;
	margin:3px 6px;
}

#menu ul li a {
	color:#fff;
	font-family:"Arial Narrow Bold", "Gill Sans MT Condensed", "Gill Sans Condensed", Tahoma, Arial;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}

#menu ul li a:hover {
	color:#4f81bf;
}

#subhead {
	margin-top:1px;
	border-top:solid 4px #eab424;
	margin-bottom:15px;
	background-color:#fff;
}

#content {
	background: #fff url(images/rcolumn_bg.gif) right bottom no-repeat;
	padding-left:7px;
}

#left_content {
	float:left;
	padding-bottom:7px;
	border-bottom:solid 4px #eab424;
	margin-bottom:1px;
	width:636px;
}
#left_content #featured {
	margin-top:7px;
}

#left_content #featured div {
	float:left;
	width:203px;
}
#left_content #featured div h3 {
	background:#4f81bf url(images/heading_bg.gif) left top repeat-x;
	height:22px;
	color:#fff;
	padding: 2px 0px 0px 10px;
	margin:0px;
}
#left_content #featured div div {
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	width:202px;
	padding-top:10px;
}

#left_content #featured div div img {
	margin-right:5px;
	margin-bottom:5px;
}
#left_content #featured div div h4 {
	margin:0px;
	padding:0px;
}


#right_content {
	padding:20px;
	width:140px;
	float:right;
}
#right_content p {
	color:#FFFFFF;
}
#right_content h3 {
	color:#eab424;
}

#subfooter {
	height:58px;
	background:#fff url(images/footer.gif) left top no-repeat;
	clear:both;
}
#footer {
	margin:0px auto 10px auto;
	padding:0px;
	height:20px;
	background:url(images/copyright.gif) center no-repeat;
	cursor:pointer;
}
#footer p {
	display:none;
}

.date {
	color:#eab424;
	font-weight:bold;
}

#content_secondary {
	margin:15px 7px 7px 7px;
	width:809px;
	border-bottom:solid 1px #999;
	background:#fff url(images/half_dot.gif) top right no-repeat;
	padding-bottom:7px;
}


#lcontent {
	width:179px;
	float:left;
}
#rcontent {
	float:right;
	width:555px;
	padding-left:27px;
	padding-right:47px;
	padding-top:35px;
	border-right:solid 1px #999;
	background:url(images/second_gradiant.gif) top repeat-x;
}

#rcontent h2 {
	width:100%;
	background:#fff url(images/dot_border.gif) left bottom repeat-x;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#4f81bf;
	font-family:"Arial Narrow Bold", "Gill Sans MT Condensed", "Gill Sans Condensed", Tahoma, Arial;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:1px;
}


.gallery_box {
	float:left;
	width:120px;
	height:120px;
	margin:7px;
	text-align:center;
}

.cleardiv {
	clear:both;
	height:0px;
	font-size:0px;
}


/* General Styles */
hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}
/* Text Styles */
b {
	
}

i {
	
}
.error {
	font-weight: bold;
	color: #BB0000;
}
.erroralt {
    font-size:9px;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}
.messagealt {
    font-size:9px;
	color: #00BB00;
}

/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title
h4 = minor heading
*/
h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.alt {
	color: #666666;
}

a:link.alt2, a:visited.alt2, a:active.alt2 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.alt2 {
	color: #666666;
}

/* Table Styles */
table {

}

th {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
}

th.alt {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
}

.row {
	background-color: #FFFFFF;
}

.rowalt {
	background-color: #F5F5F5;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

/* label validation failed */
label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

.field0 /* field not in focus */
{
	border: 1px solid #BBBBBB;
}

.field1	/* field in focus */
{
	border: 1px solid #444444;
}

.fielderror /* field validation failed */
{
	border: 1px solid #BB0000;
}

/* Button Styles */
input.btn  {
	background-color: #777777;
	color: #FFFFFF;
	border-top: 2px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #444444;
	font-weight: bold;
}

input.btnalt {
	background-color: #CCCCCC;
	color: #000000;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #444444;
	border-bottom: 2px solid #999999;
	font-weight: bold;
}

/* Image Styles */
img.img {
	border: 1px solid #000000;
}

img.imgalt {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.leftalt {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.rightalt {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}
