*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

/* Content Corners *************************************/
.top-left
{
    background-image: url('../images/corners/top-left.gif');
    height: 9px;
    width: 9px;
    font-size: 2px;
}

.top-right
{
    float: right;
    margin-top: -9px;
    background-image: url('../images/corners/top-right.gif');
    height: 9px;
    width: 9px;
    font-size: 2px;
}

.bottom-left {
    background-image: url('../images/corners/bottom-left.jpg');
    height: 9px;
    font-size: 2px;
    margin-right: 9px;
}

.bottom-right {
    background-image: url('../images/corners/bottom-right.jpg');
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 9px;
    font-size: 2px;
    margin-top: -9px;
}

/* End of Corners *****************************************************/

#site_container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

body
{
	font: 9pt Arial, Helvetica, sans-serif;
	/*background: #fff url(../images/bg_slice.jpg)top left repeat-x;*/
	text-align: center;
        /*background: #33ccff url(../images/bg-clouds.png) bottom no-repeat;*/
        background-color: #33ccff;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #56bc01;
}

h2
{
	font-size: 18pt;
	margin-bottom: 10px;
}

h2 span{
	color: #00adef;
}

h3 span{
	color: #00adef;
}

h3
{
    font-size: 18pt;
}

h4
{
    font-size: 16pt;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

p span{
	color: #00adef;
	font-weight: bold;
	font-size: 11pt;
}

#footer p
{
	float: left;
}

#subnav p
{
	float: left;
	color: #fff;
	margin: 0 5px 0 0;
	/*font-size: 1.4em;*/
	padding-top: 2px;
	font-weight: bold;
}

/* TABLE STYLES ************************/

table#shortcodes{
	margin-left: 100px;
	border: none;
	font-size: 10pt;
	text-align: center;
        color: #008FB1;
}

table#shortcodes th{
	color: #56bc01;
	padding-bottom: 5px;
	padding-right: 10px;
}

table#shortcodes tr{
}

table.abroad_credits{
	border: none;
	/*margin-left: 25px;*/
}

table.abroad_credits th{
	font-size: 14pt;
	color: #56bc01;
        text-align: left;
	/*padding-right: 7px;*/
}

table.abroad_credits th.credits{
    text-align: center;
}

table.abroad_credits td{
    font-size: 9pt;
    width: 100px;
    color: #008FB1;
}

table.abroad_credits td.credits{
    /*width: 1px;*/
    text-align: center;
}

table#premium_prices{
	border: none;
	margin-left: 100px;
}

table#premium_prices td{
	padding-right: 75px;
        color: #56bc01;
        text-align: center;
}

table.worldpayTable
{
    color: #008fb1;
}

table.news th
{
    color: #36bc01;
    font-size: 13pt;
    text-align: center;
}

table.news td
{
    color: #008fb1;
    font-size: 11pt;
}

table.news td.link
{
    color: #00adef;
    text-align: right;
}

table.news td a
{
    color: #00adef;
}

table.news td a:visited
{
    color: #00adef;
}

table.news td a:hover
{
    color: #00adef;
}

table#contactTable
{
    color:#008fb1;
    font-size: 10pt;
}

table#contactTable th
{
    text-align: left;
    color: #00adef;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	list-style-type: disc;
	margin-left: 20px;
}

#actions ul
{
	list-style: inside;
}

#actions li
{
	list-style-type: none;
	margin-left: 0px;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	/*font-size: 1.5625em;*/
	/*padding-left: 2px;*/
	width: 86px;
	height: 45px;
}

.news li
{
    display: inline;
    list-style-type: none;
    margin-left: 0px;
    margin-right: 5px;
    font-size: 10pt;
    cursor: pointer;
    color: #56bc01;
}

#mec_nav li
{
    display: inline;
    list-style-type: none;
    color: #FFFFFF;
    font-size: 18pt;
}

html > body #mec_nav li
{
    display: inline;
    list-style-type: none;
    color: #FFFFFF;
    font-size: 18pt;
}

#right_column dt{
	font-size: 14pt;
	font-weight: 700;
}

#right_column dd{
	margin-bottom: 10px;
}

#applications_intro dt
{
    font-size: 12pt;
    color: #56bc01;
}

#footer_list{
	float: right;
        margin-top: 7px;
}

#footer li{
	display: inline;
	float: left;
	padding-left: 7px;
}

.footer_nav{
	border-left: 1px solid #006e91;
	margin-left: 7px;
}

#bottom {
        padding-top: 10px;
        background-color: #33ccff;
        height: 20px;
        width: 900px;
}

html > body #bottom {
        background-color: #33ccff;
        height: 10px;
        width: 900px;
        margin-top: 25px;
}

#subnav li
{
	display: inline;
	margin-right: 2px;
	/*font-size: 0.5em;*/
}

#apps_subnav li
{
    /*display: inline;*/
    list-style-type: none;
    margin-right: 6px;
    cursor: pointer;
    margin-left: 1px;
}

#apps_subnav li a:hover
{
    color: red;
}

#apps_subnav li:hover
{
    color: red;
}

#apps_subnav li a, a:visited
{
    color: green;
}

/* Non-IE browsers */
html > body #subnav li
{
	display: inline;
	/*margin-right: 2px;*/
	/*font-size: 0.5em;*/
}

#sidebar li
{
	/*font-size: 0.8em;*/
	margin-bottom: 4px;
}

/* Non-IE browsers */
html > body #sidebar li
{
	/*font-size: 0.9em;*/
}

/* LAYOUT DIVS *************************/

#site
{
    height: auto;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
    background-color: #33ccff;
}

#both_containers
{
    
}

#container
{
	height: auto;
	text-align: left;
        background-color: #ffffff;
	width: 900px;
        float: left;
}

/* Non-IE browsers */
html > body #container
{
	height: auto;
	/*margin: 0 auto;*/
	text-align: left;
	width: 900px;
        background-color: #FFFFFF;
        position: absolute;
}

#tweet_container
{
    /*position: fixed !important;*/
    top: 50px;
    right: 100px;
    left: auto;
    /*height: auto;*/
    float: right;
    background-color: #33ccff;
    width: 250px;
    height: 500px;
    /*margin-top: 50px;*/
}

#pre_container
{
    width: 1000px;
    height: 80px;
    
}

html > body #pre_container {
    width: 900px;
    height: 80px;
    /*background-color: #33CCFF;*/
}

#outer{
        padding-top: 100px;
	height: 87px;
	margin-left: -193px;
	width: 1400px;
}

html > body #outer
{
    padding-top: 100px;
    height: 87px;
    /*margin-left: -193px;*/
    width: 850px;
}

#header
{
        /*background-color: #ffffff;*/
        /*padding-top: 50px;*/
        height: auto;
        padding-left: 20px;
        padding-top: 5px;
	/*float: left;*/
	/*padding-left: 193px;*/ /*cancelling out negative margin on outer div*/
}

#mec_nav
{
    /*float: left;
    text-align: left;
    width: 190px;
    padding-top: 30px;
    margin-top: 15px;*/
    padding-top: 30px;
    margin-top: 15px;
    float: left;
    width: 200px;
}

html > body #mec_nav /* Firefox */
{
    padding-top: 30px;
    margin-top: 15px;
    float: left;
    width: 260px;
}

#nav
{
    padding-top: 30px;
    padding-right: 70px;
    text-align: left;
    width: 760px;
}

html > body #nav /* Firefox etc */
{
    padding-top: 30px;
    float: right;
    text-align: right;
    width: 540px;
}

#subnav
{
        background-color: #82e700;
	clear: both;
	padding: 5px;
	margin-bottom: 20px;
}

#header_nav{
	margin-left: 12px;
}

#login_link{
	background-image: url(../images/btn_login.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0;
	padding: 0 7px 10px 12px;
	
}

#home_link{
	background-image: url(../images/envelope-home-blank2.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 2px 0;	
}

#content
{
	color: #008fb1;
	float: left;
	font-size: 9pt;
	width: 570px;
	height: auto;
        padding-left: 30px;
}

/* Non-IE browsers */
html > body #content{
	color: #008fb1;
	font-size: 9pt;
	width: 550px;
	height: auto;
        padding-left: 30px;
}

#apps_content
{
	color: #008fb1;
	float: left;
	font-size: 9pt;
	width: 370px;
	height: auto;
        padding-left: 30px;
}

/* Non-IE browsers */
html > body #apps_content{
	color: #008fb1;
	font-size: 9pt;
	width: 350px;
	height: auto;
        padding-left: 30px;
}

#apps_left
{
    width: 50%;
    float: left;
}

#apps_right
{
    width: 50%;
    float: right;
}

#main_img{
	padding-top: 50px;
        margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 206px;
}

/* Non-IE browsers */
html > body #main_img{
	padding-top: 8px;
	margin-bottom: 10px;
	height: 206px;
        margin-left: 20px;
}

#imageLinks
{
    float: right;
    margin-right: 50px;
    padding-bottom: 10px;
}

#imageLinks a {
    border: 1px solid #56bc01;
    border-collapse: collapse;
    background: #008fb1;
    text-decoration: none;
    color: #ffffff;
    margin: 0 1pt;
    padding: 1px 2px;
    font-size: 8pt;
}

#imageLinks a.activeSlide {
    background: #33ccff;
}

#left_column{
	width: 250px;
        float: left;
}

#right_column{
	padding-left: 40px;
	width: 250px;
        float: left;
}

#left_contact_column{
	float: left;
	padding-right: 20px;
	width: 375px;
}

#right_contact_column{
	float: right;
	text-align:center;
	padding-right: 20px;
	width: 125px;
        height: 330px;
}

#lower_contact_block
{
    width: 375px;
}

html > body #lower_contact_block
{
    margin-top: 50px;
    /*position: inherit;*/
}

#more_about_smiles, #more_about_smiles:visited, #more_about_smiles:hover{
	color: #fff;
	background: url(../images/btn_more_about_smiles.gif) top left no-repeat;
	display: block;
	font-weight: 700;
	height: 19px;
	padding-left: 3px;
	text-decoration: none;
	width: 121px;
        padding-top: 3px;
}

#back_about_home, #back_about_home:visited, #back_about_home:hover{
	color: #fff;
	background: url(../images/btn_back_to_about_home.gif) top left no-repeat;
	display: block;
	font-weight: 700;
	height: 19px;
	/*padding-left: 3px;*/
	text-decoration: none;
	text-align: center;
	width: 150px;
        padding-top: 3px;
}

.back_about_home, .back_about_home:visited, .back_about_home:hover{
	color: #fff;
	background: url(../images/btn_back_to_about_home.gif) top left no-repeat;
	display: block;
	font-weight: 700;
	height: 19px;
	/*padding-left: 3px;*/
	text-decoration: none;
	text-align: center;
	width: 150px;
        padding-top: 3px;
}

#more, #more:visited, #more:hover{
	color: #fff;
	background: url(../images/btn_more.gif) top left no-repeat;
	display: block;
	font-weight: 700;
	height: 19px;
	padding-left: 3px;
	text-decoration: none;
	width: 37px;
}

#sidebar
{
	float: right;
	height: auto;
	padding-right: 30px;
	width: 267px;
}

#apps_sidebar
{
    float: right;
    height: auto;
    padding-left: 30px;
    width: 467px;
    color: #008fb1;
    float: left;
    font-size: 9pt;
}

#sidebar img{
	margin-bottom: 5px;
}

#strapLine
{
    height: 112px;
    width: 267px;
    background: url(../images/sidebar_background.jpg) top left no-repeat;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 11pt;
}

#strapLine span
{
    color: yellow;
}

#apps_subnav
{
    /*width: 525px;*/
    /*background-color: aqua;*/
    color: green;
    font-size: 13pt;
}

#footer
{
	border-top: 1px solid #b2d4df;
	color: #006e91;
	font-size: 7pt;
	/*margin-top: 10px;*/
	padding-top: 5px;
        padding-left: 20px;
        padding-right: 20px;
	/*width: 840px;*/
        background-color: #ffffff;
}


/* LINK STYLES *************************/

a
{
	font-weight: bold;
	text-decoration: none;
	color: #008fb1;
}

a:visited
{
	text-decoration: none;
	color: #008fb1;
}

a:hover
{
	text-decoration: underline;
	color: #008fb1;
}

#subnav a, #subnav a:visited
{
	/*-moz-border-radius: 5px;*/
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	/*background: #0198c8;*/
	padding: 5px;
	display: block;
	float: left;
	/*margin-right: 5px;*/
}

#subnav a:hover
{
	/*background: #01546f;*/
	color: #6dec03;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
}

#mec_nav li a, #mec_nav li a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

#mec_nav li a:hover
{
    color: yellow;
}

#footer a{
	color: #006e91;
	text-decoration: none;
}

#footer a:visited{
	color: #006e91;
	text-decoration: none;
}

#footer a:hover{
	color: #006e91;
	text-decoration: underline;
}

#sidebar li a, #sidebar li a:visited
{
	font-weight: normal;
	display: block;
	background: #eee;
	padding: 5px;
}

#sidebar li a:hover
{
	font-weight: bold;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	/*background: none;*/
        padding: 1px;
	color: #56bc01;
}

input[type=textarea]
{
	/*background: none;*/
        padding: 1px;
	color: #56bc01;
}

input[readonly] {
	/*background: none;*/
        padding: 1px;
	color: #56bc01;
}

input[type=password]
{
	/*width: 50%;*/
	padding: 1px;
}

/*input[type=submit]
{
	margin-top: 10px;
	margin-bottom: 20px;
}*/

select
{
	color: #008fb1;
}

textarea
{
	padding: 1px;
	color: #56bc01;
        font-size: 9pt;
        font-family: Arial;
}