/* @group reset */

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: top;
	background: transparent;
}

html, body{
	height: 100%;
}

ol, ul {
	/*list-style: none;*/
	
}
li {
	margin-left:15px;	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	
}

/* 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;
}
.clearfix{
clear:both;
}

p {
	margin:0 0 15px 0;
}
a {
	color: #CC2C30;
	text-decoration: none;
}
.black_link a {
	color: #000000;
	text-decoration: none;
}
.black_link a:hover {
	color: #000000;
	text-decoration: underline;
}
.purple_link a {
	color: #63305E;
	text-decoration: none;
}
.purple_link a:hover {
	color: #63305E;
	text-decoration: underline;
}
a:hover {
	color: #CC2C30;
	text-decoration: underline;
}
/* @end */

/* @group fonts */
@font-face {
	font-family: 'MuseoSlab500';
	src: url('../fonts/museo_slab_500-webfont.eot');
	src: local('Museo Slab'), local('MuseoSlab500'), url('../fonts/museo_slab_500-webfont.woff') format('woff'), url('../fonts/museo_slab_500-webfont.ttf') format('truetype'), url('../fonts/museo_slab_500-webfont.svg#webfontvW0tPU1J') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1{
	color: #660033;
	font: 24px/120% 'MuseoSlab500';
	margin-bottom: 20px;
}

h2{
	color: #8C914E;
	font: 21px/120% 'MuseoSlab500';
	margin-bottom: 20px;
}

.green18{
	color: #8C914E;
	margin-bottom: 15px;
	display: block;
	font: 18px/20px 'MuseoSlab500';
}

.green16{
	color: #8C914E;
	margin-bottom: 15px;
	display: block;
	font: 16px/18px 'MuseoSlab500';
}

.purple16{
	color: #63305E;
	margin-bottom: 15px;
	display: block;
	font: 16px/18px 'MuseoSlab500';
}

.purple30{
	font-family: 'MuseoSlab500';
	color: #63305E;
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
}
/* @end */

/* @group common */
#wrapper {
	width: 1000px;
	margin: 0 auto -30px;
	clear: both;
	min-height: 100%;
	height: auto !important;
	color: #000;
	font: 11px/120% 'Tahoma';
	overflow: auto;
	}
	
#navcol{
	width: 160px;
	background-color: #F7F7F3;
	float: left;
	overflow: auto;
	padding: 20px;
}

#contactcol{
	width: 160px;
	background-color: #F4F4EE;
	float: left;
	overflow: auto;
	padding: 20px
}

hr{
	border-top: 1px dashed #8C914F;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
/* @end */

	
/* @group home page */

#home #header{
	width: 1000px;
	height: 370px;
}



#home #col02{
	width: 360px;
	background-color: #F0F0E8;
	float: left;
	overflow: auto;
	padding: 20px
}

#home #col03{
	width: 160px;
	background-color: #E9E9DD;
	float: left;
	padding: 20px
}

#home #col03 img{
	margin-bottom: 20px;
}


/* @end */

/* @group social media */
#social{
	padding: 20px;
	background-color: #fff;
	margin: 20px -20px -20px -20px;
	color: #63305E;
	font-size: 12px;
	text-transform: uppercase;
}

#social img{
	margin-right: 2px;
	margin-bottom: 10px;
}

#social a{
	color: #63305E;
	font-size: 12px;
	text-transform: uppercase;
}
#social a:hover{
	text-decoration: underline;
}
/* @end */

/* @group footer */
#nishwrapper{
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	clear: both;	
}
.push{
	height: 50px;
	float: left;
	width: 1000px;
}

#nishtag{
	background-color: #C5C8A7;
	color: #fff;
	width: 170px;
	height: 10px;
	margin-left: 200px;
	padding: 10px 15px;
	font: 12px "Courier New", Courier, mono;
}

#nishtag a{
	color: #fff;
	text-decoration: none;
}

#nishtag a:hover{
	color: #fff;
	text-decoration: underline;
}

/* @end */

/* @group sub */
#sub h1{
	width: 250px;
}
.inner #header{
   /* height: 370px !important;*/
}
#sub #header{
	width: 1000px;
	height: 260px;
}

#content{
	width: 560px;
	background-color: #ECECE3;
	padding: 20px;
	float: left;
	min-height: 500px;
}

#sub #content .image{
	float: left;
	margin: 0 10px 5px 0;
}

.border {
	margin: 0 12px 20px 0;
	border: 10px solid #F8F3EA;
}

#sub #contactcol img{
	margin-bottom: 15px;
}

#sub #navcol hr{
	border-top: 1px dashed #CC6600;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
	width: 160px;
	margin-top: 15px;
}

#sub #navcol .green16{
	margin-bottom: 0px;
	display: inline;
}

#sub #navcol .purple16{
	margin-bottom: 0px;
	display: inline;
}

#content table td{
	padding: 10px;
	border: solid 1px #ECECE3;
	background-color: #dadbd2;
}

#content table {
	margin-bottom: 10px;
}

.staffbloc{
	overflow: auto;
}
.right_image{
   margin-left: 600px;
     position: absolute;
}
.enlarge{
    margin-left: 436px;
    margin-top: -155px;
    position: absolute;
}
/* @end */�
