/* HTML Tags */
/* Do NOT replace this with the star(*) selector as it 
 * will break elements like the <select> tag  */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body { font-family: Arial, Helvetica; font-size: small; color: #515151; }
* html body { font-size: x-small; f\ont-size: small; }
table { border-collapse: collapse; }
th { text-align: left; font-weight: normal; }
td { vertical-align: top; }
html { color: #333; }
a, .link { color: #147ECB; text-decoration: none; cursor: pointer; outline: none; }
a:hover, .link:hover { text-decoration: underline; color: #147ECB; } 
a:focus { outline-style: none; }
ul { list-style-type: none; }
a img { border: none; }
p { margin: 0; padding: 0; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
a:active, textarea:focus, input:focus, :-moz-any-link:focus { outline: none; }

/* Float Container */
.flc { clear:both; }
.flc:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* IE6 work-around \*/
* html .flc { height: 1%; }
/* IE7 work-around */
html > body .flc { height: auto; max-height: 120000px; }

/* Common Stuff */
.meta { font-size: 85%; }
.shadow { padding: 0 0 23px 0; background: url('/media/images/shadows.jpg') no-repeat 0 bottom; }
.paragraph_text { margin: 0 0 15px 0; }
.align-center { text-align: center; }

/* Layout */
.frame { width: 990px; margin: 0 auto; padding: 0 20px 20px 20px; background: #FFF; }

.column_1,  
.column_2,  
.column_3 { display: inline; float: left; margin: 0 15px 0 0; } 

.column_1_2_3 .column_1 { width: 185px; } 
.column_1_2_3 .column_2 { width: 475px; } 
.column_1_2_3 .column_3 { width: 300px; margin: 0; } 

.column_1_23 { padding: 0 0 40px 0; margin: 0 0 40px 0;  }
.column_1_23 .column_1 { width: 220px; padding: 0 0 0 30px; }  
.column_1_23 .column_2 { width: 680px; margin: 0; } 

.column_12_3 .column_1 { width: 675px; } 
.column_12_3 .column_2 { width: 300px; margin: 0; } 

.column_main {  }

.logo {  float: left; width: 150px; margin: 0 70px 10px 0; padding: 0 0 0 40px; }
.logo img { width: 150px; }
.nav { padding: 30px 0 0 0; margin: 0 0 20px 0;	float: left;  }
.nav_links a { margin: 0 20px 0 0; }
.slogan {  font-size: 250%; font-style: normal; font-weight: 700; text-shadow: 1px 1px 1px #AAA; letter-spacing: 0.007em; color: #000; margin: 0 0 15px 0; }
.module { margin: 0 0 30px 0; }
.header { margin: 0 0 40px 0; font-size: 18px; color: #000; background: url("/ui/images/header_border.png") no-repeat 0 bottom;}

.intro_paragraph { margin: 0 0 20px 0; }
.description { line-height:18px; }

/* Modules */
.text_list li { border-bottom: 1px dotted; padding: 4px 10px; }
.text_list li:hover { background: #EEE; }


/* Homepage */
.social_buttons .button { margin: 0 0 20px 0; } 
.storefront img { width: 787px; margin: 0 0 30px 0; }

.services { padding: 0 0 0 15px; }
.services li { list-style-type: disc; }

.section_header { font-weight: bold; margin: 0 0 10px 0; }
