/*********************************************************************************************
This is the main stylesheet. These are the styles are for the website content that is editable 
by the client. These styles appear in the WYSIWYG editor.
*********************************************************************************************/

BODY {background: #cccccc; background-image: none; font-size:12px; font-family: Verdana, Arial; font-style: normal; text-align: center; color: #595959; margin-top:0}

/* TinyMCE specific rules */
body.mceContentBody {background: #ffffff; background-image: none; text-align: left; width: 571px;}

a {text-decoration: underline;outline: none}
a:link {color: #336699;	background: transparent; text-decoration: underline;outline: none}
a:visited {color: #336699; background: transparent; text-decoration: underline;outline: none}
a:hover {color: #FF9D0B; background: transparent; text-decoration: underline;outline: none}

a img { border:0;}

H1 {font-family: Verdana, Arial;font-size: 130%;color: #336699 ! important; }
H2 {font-family: Verdana, Arial;font-size: 120%;color: #FF9D0B ! important; }
H3 {font-family: Verdana, Arial;font-size: 110%;color: #FF9D0B ! important; }
H4 {font-family: Verdana, Arial;font-size: 110%;color: #FF9D0B ! important; }

P {font-family: Verdana, Arial;}

TD {font-family: Verdana, Arial;font-size: 12px;}

ul {font-family: Verdana, Arial;}

ol {font-family: Verdana, Arial;}

/* Home Page */
div#who_ad {float:left; width:180px; border: 2px solid #cccccc; padding: 6px; margin: 10px 8px 10px 40px; text-align:center}
.ad_blue_text, a.ad_blue_text, a:link.ad_blue_text, a:visited.ad_blue_text, a:hover.ad_blue_text {color: #336699; font-size: 14px; font-family:  Verdana, Arial; margin:0; font-weight:bold; text-decoration: none;}
.who_ad_img {margin: 0; text-align: center}

div#now_ad {float:right; width:180px; border: 2px solid #cccccc; padding: 14px 6px 13px 6px; margin: 10px 40px 10px 8px; text-align:center}
.ad_orange_text, a.ad_orange_text, a:link.ad_orange_text, a:visited.ad_orange_text, a:hover.ad_orange_text {color: #FF9D0B; font-size: 14px; font-family:  Verdana, Arial; margin:0; font-weight:bold; text-decoration: none}
div#now_left, div#now_left a {float:left; width: 140px; color: #336699; font-size: 14px; font-family:  Verdana, Arial; margin: 6px 0 0 0; font-weight:bold; text-decoration: none}
div#now_ad_img {float:right; text-align:center}

/*Who do we work with*/
div#clients_left {float:left; width:250px;}
div#clients_right {float:right; width:250px; padding: 100px 25px 0px 25px}
div#clients_work_ad {float:right; width:155px; border: 2px solid #cccccc; padding: 15px 6px 0px 6px; text-align:center}
.clients_work_ad_text {float:left; width:75px;}
.clients_work_ad_text, a.clients_work_ad_text, a:link.clients_work_ad_text, a:visited.clients_work_ad_text, a:hover.clients_work_ad_text {color: #336699; font-size: 20px; font-family:  Verdana, Arial; margin:0; font-weight:bold; text-decoration: none;}
.clients_work_ad_img {float:right; width:80px; margin: 0; text-align: center}




.bullet {list-style-image: url(/media/bullet.gif);}

.error {font-family: Verdana, Arial;color: red;}

.small {font-family: Verdana, Arial;font-size: 8pt ! important;}

.footer {font-family: Verdana, Arial;font-size: 8pt ! important;color: white ! important;}

.smaller {font-family: Verdana, Arial;font-size: 7pt ! important;}

.smallnormal {font-family: Verdana, Arial;font-size: 8pt ! important;font-weight: normal ! important;}

.smallernormal {font-family: Verdana, Arial;font-size: 7pt ! important;font-weight: normal ! important;}

.negative {color: white ! important;}

.big {font-size: 120%;font-weight: bold ! important;}

.orange_text {color: #FF9D0B;}
.blue_text {color: #336699;}


