body {
	font-family:arial,verdana,sans-serif;
	background: #182131 url("../../img/bg_320.png") no-repeat;
	background-size: 100% auto;
	margin: 0;
}
			
.main
{
	margin: 0 auto;
	max-width: 800px;
    min-height: 600px;
	padding: 2px;
}

/*-------------Header---------------*/

.header {
    text-align: left;
}

h2 {
	color: #FFF;
	font-weight: normal; 
	font-size: 0.9em;
	text-align: center;
	margin: 2px 0;
	display: none; /*ADJUST*/
}

h3 {
	color: #FFFFFF;
    font-family: arial,verdana,sans-serif;
    font-size: 0.75em;
    text-align: center;
    font-weight:bold;
	margin: 0; /*ADJUST*/
	display: none; /*ADJUST*/
}

.headerTab {
	background-color:#182131; 
	padding: 6px 8px 0px 8px ;
	margin-left: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
}	
a.headerTab {
	text-decoration: none;
	color:#FFF;
	font-size:12px;
}
a:hover.headerTab { background-color: #ECD197; color: #182131; }

/*------------------Main-------------------*/
#main
{
	background-color: #FFFFFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    color: #182131;
	border: 0px 1px 1px 1px solid #ECD197;
}
#main ul
{
	margin: 0;
	padding: 0;
}

#main ul li
{
	list-style-type: none;
	display: inline;
}
#main li a {
	display: block;
	padding: 1%;
	color:  #182131;
	text-decoration: none;
	border-top: 1px solid #ECD197;
	background-color: #FFFFFF;
	min-height: 50px;
	padding: 10px;/*adjust*/
}

#main li a:hover { background: #CCCCCC; }

#main li.top a
{
	border-top: 1px solid #ECD197;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

#main li.bottom a
{
	border-top: 1px solid #ECD197;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.navText:after {
	content:"\003e";
	color:  #182131; 
	float: right;
	font-size: 25px;
}

.navText {
	font-size: 20px;
	margin: 2%;
}

.icon {
	float: left;
	margin-right: 10px;
}

/*--------------------Extra Links----------------*/
#link ul
{
	margin: 0;
	padding: 0;
}

#link ul li
{
	list-style-type: none;
	display: inline;
}
#link li a {
	display: block;
	padding: 1%;
	color:  #182131;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-radius:10px;
	-moz-border-radius: 10px;
	background-color: #FFFFFF;
	min-height: 50px;
	padding: 10px;/*adjust*/
}

#link li a:hover { background: #CCCCCC; }

/*.navText:after {
	content:"\003e";
	color:  #182131; 
	float: right;
	font-size: 25px;
}*/
.navText {
	font-size: 20px;
	margin: 2%;
	text-align: left;
}
.icon {
	float: left;
	margin-right: 10px;
}
/*--------------------Text----------------*/
.text {
	height: 200px;
	width:100%;
}
.text img {
	float: left;
	margin: 10px;
}
.text p {
	float: left;
	width: 140px; /*ADJUST*/
	font-size: 16px; /*ADJUST*/
    font-style: italic;
	/*margin-left: 167px;
	margin-top: -150px;*/
}


/* Media Queries ------------------------------------------------------------------------------------ */

/* Smartphones (portrait) ----------- */
@media screen and (min-width : 320px) and (max-width : 480px) { 

}

/* Smartphones (landscape) ----------- */			
@media screen and (min-width : 480px) and (max-width :768px) { 
body {background: #182131 url("../../img/bg_480.png") no-repeat; background-size: 100% auto;} 
 }

 /* iPad, tablets etc (portrait) ----------- */
@media screen and (min-width : 768px) and (max-width : 1024px) { 
body {background: #182131 url("../../img/bg_960.png") no-repeat;	background-size: 100% auto;} 
.main { width: 600px !important; }
h2 { font-size: 16px; display: block !important; }
h3 { font-size: 14px; display: block !important; }
.text p { width: 400px; font-size: 18px;  }
.text img { margin-left: 120px}
}

/* iPad, tablets etc (landscape) ----------- */
@media screen and (min-width : 1024px)  { 
body { background: #182131 url("../../img/bg_960.png") no-repeat; background-size: 100% auto;} 
h2 { font-size: 16px; display: block !important; }
h3 { font-size: 14px; display: block !important; }
.text p { width: 400px; font-size: 18px;  }
.text img { margin-left: 120px}
}


