
/* global reset - helps reduce browser inconsistencies
-----------------------------------------------------------*/

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, label{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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;
}

/* base structure
-----------------------------------------------------------*/

html {
	background: url(images/main_bg.jpg) top center repeat;
	height: 100%;
}

body {
	min-height: 100%;
	font: 13px/1.615385em Georgia, Palatino, "Palatino Linotype", serif;
	background: url(images/main_bg_highlight.jpg) top center repeat-y;
	color: #3f3f3f;
}
#wrapper {
	margin: 0 auto;
	width: 1028px;
	background: url(images/page_back.jpg) top center repeat-y #fff;
}
#page {
	padding: 0 0 70px 0;
	width: 1028px;
	background: url(images/page_btm.jpg) bottom center no-repeat;
	position: relative;
	float: left;
}

/* header
-----------------------------------------------------------*/

#header {
	padding: 113px 49px 48px 49px;
	width: 930px;
	background: url(images/page_top.jpg) top center no-repeat;
	float: left;
}
#header .section_title {
	line-height: 4.5em !important;
}

/* logo */
a.logo, a.logo:visited {
	width: 355px;
	height: 88px;
	font-size: 27px;
	line-height: 0.777778em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/logo.png) 0 0 no-repeat;
	vertical-align: text-top;
	border: 0;
	float: left;
}
a.logo:hover {
	background: url(images/logo.png) 0 -88px no-repeat;
}

/* main nav */
ul.main_nav {
	margin: 0;
	list-style: none;
	float: right;
	background-color: #FFF;
	
}
ul.main_nav li {
	padding: 0 0.5em 0 0.5em;
	display: inline;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	font-variant:small-caps;
	
}
ul.main_nav li a, ul.main_nav li a:visited, ul.main_nav li a:hover {
	font-weight: normal;
	font-size: 15px;
	color: #000;
	font-variant:small-caps;
	
	text-transform: capitalize;
	line-height: 3em;
	border: 0;
	letter-spacing:1px;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
}
ul.main_nav li a:hover {
	color: #a02929;
	
}
ul.main_nav li.selected a {
	padding: 2px 0;
	color: #000;
	border-bottom: 3px double #d6d6d6;
	
}

/* content
-----------------------------------------------------------*/

/* content copy */
#content {
	width: 610px;
	float: left;
	position: relative;
	left: 49px;
}
#content .block {
	margin: 0 0 1px 0;
	padding: 1.615385em 0;
	width: 610px;
	border-top: 1px solid #9d9d9d;
	float: left;
}
#content .copy {
	width: 480px;
	display: block;
	text-align: justify;
	float: right;
}

/* section title - left column content descriptions */
.section_title {
	width: 130px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: block;
	float: left;
}
.section_title em {
	text-transform: none;
}




/* ie6 browser message */
.attention_ie6 {
	position: fixed;
	top: 0;
	left: 0;
}



textarea { /* Removes resize grippie in safari */
    resize: none;
    overflow: auto;
	}

/* adides
-----------------------------------------------------------*/

#asides {
	padding-top: 1.909091em;
	width: 290px;
	float: right;
	font-family: Arial, Helvetica, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	border-top: 1px solid #9d9d9d;
	line-height: 1.909091em;
	position: relative;
	right: 49px;
}
#asides h4 {
	margin: 0 0 1em 0;
	padding: 0 0 1.2em 0;
	width: 290px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(images/aside_title_accent.gif) bottom left no-repeat;
	float: left;
}

#asides div {margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 290px;
	font-size: 10px;
	line-height: 2.1em;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: left;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	text-align:center
	}

#asides h4.stars span {
	float: left;
}
#asides h4.stars img {
	padding-top: .73em; 
	float: right;
}
#asides p {
	margin: 0 0 2.863636em 0;
	float: left;
}
#asides a {
	font-size: 9px;
	text-transform: uppercase;
}
#asides ul {
	margin: 0 0 2.863636em 0;
	width: 290px;
	list-style: none;
	line-height: 1.832168em;
	float: left;
}
#asides ul li {
	margin-left:80px;
	padding:0 0 0 10px;
	border-bottom: 1px solid #d6d6d6;
	width:120px;
}
#asides ul li a {
	display: block;
	border: 0;
}

/* two rows side by side */
#asides .two_col ul {
	width: 130px;
	list-style: none;
}
#asides .two_col ul li a, #asides .two_col ul li a:visited {
	width: 130px;
}
#asides .two_col ul li a:hover {
	background: #fff;
}
#asides .two_col ul.left {
	float: left;
}
#asides .two_col ul.right {
	float: right;
}


/* header captions */
.sub_header {
	margin-top: -1.5em;
	margin-bottom: 1.615385em;
	padding-bottom: .5em;
	font-style: italic;
	font-size: 13px;
	color: #999;
	border-bottom: 1px solid #d6d6d6;
	display: block;
}



/* footer
-----------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1028px;
	color: #a1a1a1;
	text-align: center;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(images/footer_bg.jpg) bottom center no-repeat;
}
#footer a.burgasit, #footer a.burgasit:visited {
	height: 12px;
	padding: 0 0 0 5px;
	text-transform: capitalize;
	border: 0;
	color: #a1a1a1;
}
#footer a.burgasit:hover {
	color: #CC0000;
}


/* forcing serif font, useful for making emphasized text more attractive */
.serif {
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	text-transform: lowercase;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* commonly used elements
-----------------------------------------------------------*/

p, ul, ol, dl, pre {
	margin-bottom: 1.615385em;
}
ul {
	margin-left: 15px;
	list-style: disc;
}
ul.bulletless {
	margin-left: 0;
	list-style: none;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	margin-bottom: 1em;
	font-size: 21px;
	line-height: 1em;
	text-align: left;
}
h2 {
	margin-bottom: 1.105263em;
	font-size: 19px;
	line-height: 1.105263em;
}
h3 {
	margin-bottom: 1.3125em;
	font-size: 16px;
	line-height: 1.3125em;
}
h4 {
	margin-bottom: 1.615385em;
	font-size: 12px;
	line-height: 2.615385em;
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	font-family: Georgia, Palatino, "Palatino Linotype", serif;
	background: url(images/aside_title_accent.gif) bottom center no-repeat;
	
	height:7px;
}

a, a:visited {
	color: #a02929;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: lowercase;
	border-bottom: 1px dotted #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

.drop_cap {
	margin: .1em .18em 0 0;
	padding: 10px 0 0 0;
	width: 54px;
	height: 44px;
	font-size: 44px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.76em;
	text-align: center;
	background: url(images/drop_cap.gif) center center no-repeat;
	display: block;
	float: left;
}

/* WordPress specific styles
-----------------------------------------------------------*/
acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 0 0 1.5em 0;
	padding: 1.615385em 1.615385em 0 1.615385em;
	border: 1px solid #d6d6d6;
	background: #f2f2f2;
}

