@charset "UTF-8";

/* Reset code */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end Reset code */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg_page.jpg) no-repeat center top;
	/*background: #F0F1EB url(images/bg_page.jpg) no-repeat center top;*/
	margin: 0; 
	padding: 0 0 30px 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	position: relative;
	width: 980px;  
	background: none;
	margin: 0 auto; 
	text-align: left; 
}
#logo {
	float: left;
	height: 75px;
	padding: 0;
	}
body.home #logo {
	position: absolute;
	float: none;
	height: 75px;
	padding: 0;
	}
	
#backtodev {
	float: right;
	height: 30px;
	padding: 0;
	}		
	
#headertag {
	float: left;
	display: inline;
	text-align: left;
	width: 550px;
	padding: 0;
	margin: 28px 0 0 30px;
	}
body.home #headertag {
	position: absolute;
	top:20px;
	/*_top: -106px;*/
	left: 300px;
	text-align: left;
	width: 350px;
	margin: 0;
	padding: 0;
	}	
#headertag p.headertagtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 110%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #646464; /* was #7a9183 */
	}
#headertag a, #headertag a:link, #headertag a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	text-transform: none;
	letter-spacing: 0;
	color: #555; /* was #7a9183 */
	}		
#headertag a:hover {
	color: #000;
	}
#headerWrapper {
	margin: 19px 0 0 0;
	position: relative;
	height: 73px;
	_height: 145px;
	text-align: left; /* needed for IE 7 to avoid menu dropping behind #mainwrapper*/
}

body.home #headerWrapper {
	position: relative; 
	height: 30px;
	margin: 19px 0 0 0; 
	text-align: left; 
/*	height: 10px;
	_height: 5px;
	margin: 0 0 0 0; 
	text-align: left; */
}
body.gallery #headerWrapper {
	position: relative; 
	height: 73px;
	margin: 19px 0 0 0; 
	text-align: left; 
}
#nav {
	position: absolute;
	top: 0;
	left: 0;
	margin: -19px 0 0 0; /* 	margin: -19px 0 0 0; */
	/*padding: 0 20px;*/
	text-align: center;
	padding: 7px 10px 7px 7px;
	width: 668px;
	height: 38px;
	background: url(images/menubar.png) no-repeat left top;
	_background: url(images/menubar.gif) no-repeat left top;
	color: #fff;
	z-index: 5;
	}
body.home #nav {
	position: absolute;
	top: 51px;
	margin: 0;
	/*_top: -106px;*/
	left: 282px;
	
	/*position: absolute;
	top: -86px;
	left: 282px;
	margin: -19px 0 0 0;*/
	}	
#mainwrapper { 
	position: relative;
	width: 940px;  
	margin: 0 0 0 40px; 
	min-height: 1;
	_z-index: -1;
} 	
#main { 
	position: relative;	
	_height: 400px; /* for IE 6 = min_height;*/
	min-height: 400px;
	padding-bottom: 50px;
	background-color: #fff;
	
} 	
 
#header {
	background-color: #F7F2DE;
	margin: 0 0 0 40px;
	height: 73px;
	_height: 145px;
}	
body.home #header { 
	background-color: #F7F2DE; 
	margin: -20px 0 0 40px;
	height: 100px; /* 80px */
	_height: 20px;
} 
body.gallery #header {
	background-color: #F7F2DE;  /* F7F2DE */
	margin: 0 0 0 40px;
	padding: 0;
	height: 73px;
}	

#rightcol {
	float: right; 
	display: inline;
	width: 185px; 
	background-color: #fff; 
	padding: 23px 15px 20px 20px;
}
#rightcol.orange {
	background: #762b2b url(images/rightcol_bottom.jpg) repeat-x left bottom;
	padding-bottom: 40px;
	padding: 23px 12px 40px 20px;
}
#rightcol.orange div.rightcolbox {
	background: #555A91;
	padding: 5px 15px 0 10px;
	margin: 0 5px 10px 0;
}
#rightcol table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #ffffff;
	padding: 3px 2px;
}
#homeimg {
	position: absolute;
	top: 100px;	
	left: 50px;
	}
#content {
	float: left;
	width: 670px; 
	display: inline;
	padding: 18px 20px 0 30px; 
} 
body.home #content {
	position:absolute;
	width: 850px; 
	top: 365px;
	left: 40px;
}
 
body.gallery #content {
	float: left;
	width: 890px; 
	display: inline;
	padding: 18px 20px 0 30px; 
	margin: 0;
} 
body.wide #content { 
	float: left;
	width: 670px; 
	display: inline;
	padding: 18px 0 0 30px; 
} 
body.full #content { 
	float: left;
	width: 880px; 
	display: inline;
	padding: 18px 30px 0 30px; 
} 


#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	color: #646464;
	padding: 10px 20px 0 30px;
	}
body.gallery #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 80%;
	color: #646464;
	padding: 13px 20px 0 30px;
	_padding: 15px 20px 0 30px;/* for IE 6 */
	}	
#content h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 120%;
	color: #646464;
	}
body.home #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: none;
	line-height: 120%;
	color: #762b2b;
	}	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 10px;

}
#rightcol h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 105%;
	letter-spacing: .04em;
	color: #fff;
	}	
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
	color: #646464;
	padding: 10px 0 2px 0;
	}
#rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	color: #646464;
	padding: 2px 0 0 0;
	}
#rightcol.orange a, #rightcol.orange a:link, #rightcol.orange a:visited {
	color: #fff;
	}	
#rightcol.orange a:hover {
	color: #fff;
}		
#content h3, #rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 125%;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0 0 0;
	}
	
#content p, #rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	padding: 5px 0 10px 0;
	}
body.home #content p {
	margin-left: 150px;
	} 	
#content ol, #content ul {
	color: #000;
	padding: 5px 20px;
	}	
#content ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	list-style: decimal;
	padding: 0 5px 5px 5px;
	}			
	
#content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000;
	padding: 0 5px 5px 5px;
	list-style: disc;
	}	
#rightcol p {
	line-height: 125%;
	}	
#rightcol ul, #rightcol ol {
	color: #000;
	padding: 5px;
	margin: 0;
	}
#rightcol ul li, #rightcol ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;
	padding: 2px 5px 2px 3px;
	list-style: disc;
	margin: 0 0 0 15px;
	}
#rightcol ol li {
	list-style: decimal;
	}
		
#rightcol.orange p, #rightcol.orange h1, #rightcol.orange h2, #rightcol.orange h3, #rightcol.orange td {
	color: #ffffff;
	} 					
#footer { 
	display: block;
	_height: 40px;
	min-height: 40px;
	text-align: left;
	padding: 0 20px 0 30px; 
	/*margin: -20px 0 0 0;*/
} 
body.home #footer {
	text-align: left;
	padding: 0; 

	}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #666;
	padding: 5px 0 0 0;
	/*padding: 0 20px 0 30px; */
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;`
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearleft { 
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a, a:link, a:visited {
	color: #2B3276;
	}
a:hover {
	color: #000;
	}
.colbox200 {
	float: left;
	width: 200px;
	margin-right: 18px;
	}
