@charset "UTF-8";

/*----------------------------- 
RESET STYLES 
-----------------------------*/  
  
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;  
}  
body {  
    font-size: 10px;  
}  
ul, li, ol, dl, dd, dt {  
    list-style:none;  
    padding:0;  
    margin:0;  
}  
a {  
    text-decoration:none;  
}

/*----------------------------- 
    BASIC PAGE STYLING 
-----------------------------*/  
  
body {  
    background:#FFFFFF;  
    font-family: Helvetica;  
    color:#333;  
}  
p {  
    font-size:12px;  
    padding-bottom:8px;  
}  
a {  
    color:#666;  
    text-decoration:none;  
}  
  
/*----------------------------- 
    HEADINGS 
-----------------------------*/  
  
h1 {  
    /*display:block;  
    width:112px;  
    height:41px;  
    background-image:url(images/logo.gif);  
    text-indent:-5000px;  */
}  
  
/*----------------------------- 
    BASIC LAYOUT 
-----------------------------*/  
  
#page_wrapper {  
    padding-top:10px;  
    padding-left:20px;  
	padding-right:20px;  
	/*background:#000 url(images/page_background.gif) repeat-x;  */
    overflow:auto;  
}
img.appIcon {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
	border: 0px;
	/*cursor: pointer;*/
}
img.inlineRight {
    float: right;
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
img.inlineLeft {
    float: left;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.copyright {
	clear: both;
	padding-top: 20px;
	font-size: 7pt;
	color: #999;
	padding-left: 20px;
	padding-right: 20px;
}

/*----------------------------- 
         CONTACT FORM 
-----------------------------*/

.contactForm input {
	width: 100%;
	font-size: 12pt;
	color: #FF0000;
}
.contactForm textarea {
	width: 100%;
	height: 100px;
	font-size: 12pt;
	color: #FF0000;
}

/*----------------------------- 
    ORIENTATION CLEVERNESS 
-----------------------------*/  
  
#content_left,  
#content_right,  
#content_normal,
#content_side {  
	clear: both;
    display:none;  
}
.show_normal {  
	margin: 0px;
    width:280px;  
}  
.show_left,  
.show_right,
.show_side {  
	margin: 0px;
    width:440px;  
}
.show_left #content_left,  
.show_right #content_right,  
.show_normal #content_normal,
.show_side #content_side {  
    display:block;  
}
