/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/*  Import other styles from Editor.css
------------------------------------------------*/
@import url(editor.css);


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 "Trebuchet MS",  Arial, sans-serif;
}




/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
/*
	margin-left: 30px;
*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* anchors
----------------------------------------------- */
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color:#333;
}




/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6
{
	line-height: 1.2em;
	margin-bottom: .3em;
}
h1 { font-size: 3em; }
h1 a {
	font-weight:normal;
}
h2 {
	font-size:2em;
	font-size:1.2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	color:#336699;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
h2.kicker {
	font-size:1.2em;
	text-transform:uppercase;
}
h3 {
	margin-bottom:.2em;
	font-size:1.2em;
	color:#336699;
}
h4 {
	font-size:1.2em;
	text-transform:uppercase;
	margin-bottom:.5em;
}
h5 {
    font-size: 1.2em;
}
h6 {
	font-size: 1em;
	text-transform: uppercase;
}






/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}

li {
    padding-left: 0;
    margin-left: 10px;
}

a.more
{
	padding-left: 15px;
	background-image: url(../images/bullet-right_circle_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 0;
}

/* table
----------------------------------------------- */
table {
	width:100%;
	border:1px solid #bbb;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
th, td {
	padding:.2em 1em;
	text-align:left;
}
thead th {
	border-bottom:2px solid #888;
	background:#bbb;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
tbody th,
tbody td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#fff;
}
tfoot th,
tfoot td {
	border-top:2px solid #666;
	background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:6px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}

/* Left Column
----------------------------------------------- */
#left_column_content {
    padding: 10px 10px 10px 16px;
}
#left_column .image {
    padding: 0 10px 10px 0;
}
#left_column_content hr {
    color: #ccc;
    margin-left:-16px;
    margin-right:-10px;
    height:2px;
    border-width:0;
    background-color: #ccc;
    clear: both;
}
#left_column_content h4 {
    color: #336699;
    text-transform: none;
    margin-top: .5em;
}
#left_column_content a {
    color: #0066cc;
}
#left_column_content p {
    color: #fff;
}




#left_column_content .address {
    padding: 0 27px;
    font-size: 1.3em;
}
#left_column_content .address h3 {
    color: #fff;
    font-size:  1.1em;
}
#left_column_content .address p {
    color: #333;
}


.left {
    float: left;
}


.MediaTitle a, .MediaTitle a:hover {
    color: #666;
}


h3.contacts {
    margin-bottom:14px;
    margin-top:35px;
}



















