 /* ----- Global properties declaration ----- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, map, object, embed {  
	margin:0px; 
	padding:0px; 
	border:0px; 
}

body {
	font-size:75.01%; /* Fixes IE increase/decrease text size bug */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#231F20;
	background:#fff url(../images/bg_pattern.gif) repeat top left;
	line-height:1.4em; /* Remember to update td and p declarations as well if this is changed */
	text-align:center;
}

/* ----- Heading Properties ----- */
h1,h2,h3,h4,h5,h6 { font-weight:bold; }

h1, h2 { margin:0px 0px 30px 0px; }
h3, h4 { margin:0px 0px 20px 0px; }
h5 { margin:0px 0px 10px 0px; }
h6 { margin:0px 0px 5px 0px; }

h1 { font-size:1.6em; }
h2 { font-size:1.5em; }
h3 { font-size:1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

/* ----- Table Properties ----- */
td { line-height:1.4em; }
* html td { font-size:12px; }

th {
	font-weight:bold;
	padding:3px 10px;
	background-color:#666;
	color:#fff;
	text-align:center;
}

/* ----- Generic Links ----- */
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:visited:hover { color:#F48DA0; }


/* ----- Text Elements ----- */
p {
	margin: 0px 0px 1.4em 0px;
	line-height:1.4em;
}

.larger { font-size:1.2em; }
.large { font-size:1.1em; }
.small { font-size:0.9em; }
.smaller { font-size:0.8em; }

/* ----- Image ----- */
img {
	border:0px;
	vertical-align:middle;
}

.no_border { border:0px; }

.bordered { border:1px solid #ccc; }

map { display:inline; }


/* ----- Page Breakers ----- */
hr {
	height:1px;
	color:#ccc;
	background-color:#ccc;
	border:0px;
}


/* ----- Lists ----- */
ul, ol {
	margin:10px 0px 10px 17px;
	padding:0px;
	list-style-position:outside;
}

ul { list-style-type:disc; }
ol { list-style-type:decimal; }

ul li, ol li { margin:0px 0px 5px 0px; }

ul.inline {
	margin:0px;
	padding:0px;
}

ul.inline li {
	display:inline;
	margin:0px 5px 0px 0px;
}


/* ----- User Interactivity Elements ----- */
input, select, textarea {
	font: 1em Arial, Helvetica, Tahoma, sans-serif;
	vertical-align: middle;
	padding:1px;
	margin:2px 0px;
	color:#666;
}

form { display:inline; }

.checkbox, .radio {
	border:0px;
	padding:0px;
}

.full { width:95%; }

/* ----- Positioning ----- */
.clear_both { clear:both;height:0px;line-height:0px;font-size:0px; }
.float_left { float:left; }
.float_right { float:right; }
.align_left { text-align:left; }
.align_right { text-align:right; }
.align_center { text-align:center; }
.valign_top, tr.valign_top td { vertical-align:top; }
.valign_middle, tr.valign_middle td { vertical-align:middle; }
.valign_bottom, tr.valign_bottom td { vertical-align:bottom; }


/* ----- Contextual IDs / Selectors ----- */
#wrapper {
	margin:0px auto;
	position:relative;
	text-align:left;
	width:775px;
}

#inner {
	background-color:#fff;
	padding:10px;
}

#masthead {
	background:#F48DA0 url(../images/img_header.jpg) no-repeat top left;
	clear:both;
	min-height:153px;
	position:relative;
	text-align:right;
}

* html #masthead { height:153px; }

#logo a:link, #logo a:visited {
	background:transparent url(../images/logo.gif) no-repeat top right;	
	display:block;
	float:right;
	width:146px;
	height:153px;
	text-align:left;
	text-indent:-20000em;
}

#logo a:hover {
	background:transparent url(../images/logo.gif) no-repeat top left;
}

#nav {
	background:#A89576 url(../images/nav_right.gif) no-repeat top right;
	clear:both;
	font-size:0.9em;
	height:38px;
	margin:0px 0px 15px 0px;
	padding:0px;
}

#nav ul {
	background-color:#A89576;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav li {
	display:inline;
	margin:0px 10px 0px 0px;
	padding:0px;
}

#content {
	clear:both;
}

#left_col {
	float:left;
	width:491px;
}

#right_col {
	float:right;
	width:246px;
}

.main_panel {
	background:#fff url(../images/panel_normal_bottom.gif) no-repeat bottom;
	padding:0px 0px 12px 0px;
}

.main_panel .top {
	background:transparent url(../images/panel_normal_top.gif) no-repeat top;
	padding:12px 0px 0px 0px;
}

.main_panel .body {
	border-left:5px solid #F48DA0;
	border-right:5px solid #F48DA0;
	min-height:232px;
	padding:10px 15px;
	position:relative;
}

* html .main_panel .body {
	height:232px;
}

.main_panel .location {
	border-left:4px solid #F48DA0;
	bottom:10px;
	left:295px;
	padding:0px 7px;
	position:absolute;
	width:130px;
}

.about_panel {
	background:#fff url(../images/panel_about_bottom.gif) no-repeat bottom;
	padding:0px 0px 15px 0px;
}

.about_panel .top {
	background:transparent url(../images/panel_about_top.gif) no-repeat top;
	padding:15px 0px 0px 0px;
}

.about_panel .image_col {
	background:#F48DA0 url(../images/photo.jpg) no-repeat top center;
	float:right;
	font-size:0.8em;
	font-style:italic;
	line-height:1.2em;
	padding:155px 0px 0px 0px;
	width:117px;
}

.about_panel .image_col h2 {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.about_panel .image_col a:link, .about_panel .image_col a:visited {
	color:#fff;
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}

.about_panel .image_col a:hover { color:#FEECEC; }

.about_panel .body {
	background:transparent url(../images/panel_about_spacer.gif) repeat-y top left;
	padding:0px 10px 10px 20px;
}

.about_panel .info {
	width:310px;
}

.about_panel .info h2 {
	background:transparent url(../images/title_about.gif) no-repeat top left;
	margin:0px 0px 20px 0px;
	height:56px;
	text-indent:-20000em;
}

.side_panel {
	background:#A89576 url(../images/panel_service_bottom.gif) no-repeat bottom;
	color:#fff;
}

.side_panel .top {
	background:transparent url(../images/panel_service_top.gif) no-repeat top;
	padding:16px 0px 0px 0px;
}

.side_panel .body {
	padding:0px 15px 15px;
}

.side_panel h2 {
	background:transparent url(../images/title_services.gif) no-repeat top left;
	height:20px;
	margin:0px 0px 15px 0px;
	padding:0px;
	text-indent:-2000em;
	width:100px;
}

.side_panel ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.side_panel li {
	background:transparent url(../images/bullet_pink.gif) no-repeat 0px 3px;
	color:#fff;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 17px;
}

.side_panel a:link, .side_panel a:visited {
	color:#fff;
	text-decoration:none;
}

.side_panel a:hover { text-decoration:underline; }

.homepage_txt {
	background:transparent url(../images/txt_homepage.gif) no-repeat top left;
	min-height:58px;
	text-indent:-20000em;
}

* html .homepage_txt { height:58px; }

#footer {
	background:#F48DA0 url(../images/footer_right.gif) no-repeat top right;
	clear:both;
	font-size:0.9em;
	min-height:40px;
	margin:15px 0px 0px 0px;
	text-align:center;
}

* html #footer { height:40px; }

#footer ul {
	display:inline;
	margin:0px 19px 0px 0px;
	list-style-type:none;
}

#footer li {
	display:inline;
	line-height:40px;
	margin:0px 3px 0px 0px;
}

#footer li.dot {
	background:transparent url(../images/bullet_black.gif) no-repeat center;
	padding:5px;
}

#footer a:link, #footer a:visited {
	color:#231F20;
	text-decoration:none;
}

#footer a:hover { text-decoration:underline; }


/* Developer */
#developer {
	color:#231F20;
	font-size:10px;
	font-weight:bold;
	margin:3px 0px 10px 0px;
	text-align:right;
}

#developer a:link, #developer a:visited { color:#231F20; }

#developer a:hover { color:#F48DA0; }