/*  960 GRID */


.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {

	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 140px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* .container_12 .grid_9 {width: 650px; border-left: 1px solid #999;}
.container_12 div.grid_9 {padding-left:10px; padding-right:10px;} */

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* CSS Document */

/*GLOBAL STYLES*/

body {
     background-image: url(/assets/images/canvasback.png);
     background-repeat: repeat-y;
     background-position: center;	
     background-color: #e1dcc4;
     margin-top: 0px;
     font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
     font-size: 12px;
     color: #000;
     line-height: 18px;
}

img {
     border: none;
}

.logo {
     padding-top: 19px;
}

p { 
     font-size: 12px;
     line-height: 18px;
}

a {
     color: #108886;
}


h1 {
     font-size: 22px;
     line-height: 30px;
     padding-top: 10px;
     color: #000;
     font-family: tahoma, arial, verdana
}

h2 {
     color: #108886;
     font-size: 14px;
     line-height: 30px;
     padding-top: 10px;
}


h3 {
    color: #6f257e;
    font-size: 12px;
    line-height: 30px;
    padding-top: 10px;

}

/*CLASSES*/

.header {
     background-image: url(/assets/images/header.png);
     background-repeat: no-repeat;
     /*background-repeat: repeat-x;
     height: 114px;*/
}

.toprightnav {
     text-align: right;
     float:right;
     padding-top:5px;
}

.toprightnav a {
     font-family: Tahoma, Arial,Verdana, sans-serif;
     font-size: 14px;
     font-weight: bold;
     color: #62c0be;
     text-decoration: none;
     line-height: 22px;
     padding-left: 15px;
}

.toprightnav a:hover {
     text-decoration: underline;
     color: #FFF;
}

.topright {
     float:right;
     position:relative;
     margin-top:25px;
}

.MainMenu {
     text-align: right;
     padding-top: 10px;
     float:right;
}

.MainMenu a {
     font-family: Arial, Verdana, Geneva, sans-serif;
     font-size: 12px;
     font-weight: bold;
     color: #6f257e;
     text-decoration: none;
     padding-left: 6px;
     padding-right: 6px;
}

.MainMenu a:hover {
     color: #430a4f;
     font-size: 12px;
     text-decoration: none;
}

.maincontent {
     padding-top: 60px;
}

.footer {
     background-color: #6f257e;
     background-repeat: repeat-x;
     font-size: 11px;
     line-height: 13px;
     width: 960px;
     height: 120px;
     color: #FFF;
     background-color: #430a4f;
     background-image: -webkit-gradient(linear, left top, left bottom, from(#430a4f), to(#6f257e)); /* Saf4+, Chrome */
     background-image: -webkit-linear-gradient(top, #430a4f, #6f257e); /* Chrome 10+, Saf5.1+ */
     background-image:    -moz-linear-gradient(top, #430a4f, #6f257e); /* FF3.6 */
     background-image:     -ms-linear-gradient(top, #430a4f, #6f257e); /* IE10 */
     background-image:      -o-linear-gradient(top, #430a4f, #6f257e); /* Opera 11.10+ */
     background-image:         linear-gradient(top, #430a4f, #6f257e);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#430a4f', EndColorStr='#6f257e'); /* IE6–IE9 */
}

.footer a {
     font-family: Arial Rounded MT Bold,Verdana, Geneva, sans-serif;
     color: #FFF;
     text-decoration: none;
     line-height: 16px;
     padding-right: 5px;
     padding-right: 5px;
}

.footer a:hover {
     text-decoration: underline;
     color: #FFF;
}

/* CM ICON LINKS */

#cm-icons {
     height:115px;
}

#cm-icons div {
     float:left;
     text-align:center;
     width:19%; /* Change this value to 100% to display vertically in a sidebar */
}

#cm-icons div a {
     text-decoration:none;
}

#cm-icons div a img {
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
     -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
     -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
     padding-left:0px !important;
     padding-right:0px !important;
}

#cm-icons div a img:hover {
     margin-top:-10px;
     margin-bottom:10px;
     -moz-transition: all 0.2s ease-out;  /* FF4+ */
     -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
     -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
     -ms-transition: all 0.2s ease-out;  /* IE10? */
     transition: all 0.2s ease-out;  
}

/* ROUNDED CORNERS */

.box_round {
     -moz-border-radius: 10px; /* FF1+ */
     -webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
     border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
     /* useful if you don't want a bg color from leaking outside the border: */        
     -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

/* DROP SHADOW */

.box_shadow {
     -moz-box-shadow: 0px 0px 4px #333333; /* FF3.5+ */
     -webkit-box-shadow: 0px 0px 4px #333333; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 4px #333333; /* Opera 10.5, IE9, Chrome 10+ */
}

/* INSET DROP SHADOW */

.box_inset_shadow {
     -moz-box-shadow: 0px 0px 4px #dddddd inset; /* FF3.5+ */
     -webkit-box-shadow: 0px 0px 4px #dddddd inset; /* Saf3.0+, Chrome */
     box-shadow: 0px 0px 4px #dddddd inset; /* Opera 10.5, IE9, Chrome 10+ */
}

/* RIGHT AND LEFT SIDEBAR PADDING AND WIDTHS */

.container_12 .right-main-content {
     width: 680px;
}

.container_12 div.right-main-content {
     padding-left:20px;
}

.container_12 .left-main-content {
     width: 680px;
}

.container_12 div.left-main-content {
     padding-right:20px;
}

.container_12 .three-col-main-content {
     width: 420px;
}

.container_12 div.three-col-main-content {
     padding:0 20px;
}

/* DropDown */

.LiveEdit_drop_down   { 
     text-align: left; 
     color: white; 
     width: 190px; 
     border-bottom: 1px solid #b3b29e; 
     border-left: 1px solid #b3b29e; 
     padding: 0px;
     background-color: #413E35;
     -moz-box-shadow: 3px 3px 8px #333333; /* FF3.5+ */
     -webkit-box-shadow: 3px 3px 8px #333333; /* Saf3.0+, Chrome */
     box-shadow: 3px 3px 8px #333333; /* Opera 10.5, IE9, Chrome 10+ */
}

.LiveEdit_drop_down a {  
     font-size: 11px;
     color: #e7e5d9; 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     text-decoration: none; 
     background-repeat: no-repeat; 
     background-position: center top; 
     display: block; 
     padding: 4px 8px; 
}

.LiveEdit_drop_down a:hover {
       background-color: #9F9F9F;
     text-decoration: none; 
     font-weight: bold;
}
/* CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, form, label, 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:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 30px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

