@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
html, body{
margin: 0;
padding: 0;
height: 100%;
}


.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;		  
	min-height:100%;
	position: relative;
}

#header {		
	width: 100%;
	display: block;
	background-image: url(../images/templatemo_header_modi.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
	position: relative;
}

#logo {
	width: 190px;
	display: block;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
	position: relative;	
}

#contentdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.nonmobileview
{
	display: none;
}
#EntryDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#ListDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#selectDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#divrecord
{
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 40px;
}
#gmenu {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#cssmenu > ul > li {
  float: none;
  width: 100%;
}
#cssmenu > ul > li > a {
	border: 1px solid #ce6300;
	border-top: none;	
	border-right: none;	
	border-left: none;		
}
#welcome {	
		position: absolute;
		width: 100%;		
		text-align:center;
		color: #FFF;
		bottom:0px;		
}
#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-align: center;	
}
#footersub {
	padding-top: 10px;
}
.LayoutDiv_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_lefthalf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_center {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_righthalf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#otherdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;		
	position: relative;	
	border-top: none;
	border-left: none;	
	border-right: none;
}
#otherdiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#otherdiv2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
html, body{
margin: 0;
padding: 0;
height: 100%;
}
.gridContainer {
	/*width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;*/
	width: 90%;
	/*max-width: 1000px;*/
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
	min-height:100%;
	position: relative;
}
#header {		
	width: 100%;	
	display: block;
	background-image: url(../images/templatemo_header_modi.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
	position: relative;
	}
#logo {
	width: 190px;
	display: block;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
	position: relative;	
	}
#contentdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	}	

.nonmobileview
{
	display: block;
}
#EntryDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#selectDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;

}
#divrecord
{
	clear: both;

	margin-left: 0;

	width: 100%;

	display: block;
	text-align: center;
	padding-bottom: 40px;

}
#gmenu {	
	width: 100%;
	display: block;
}
#cssmenu > ul > li > a {
	border: 1px solid #ce6300;
	border-top: none;	
	border-right: none;	
	border-left: none;	
}
#welcome {	
		position: absolute;
		width: 100%;		
		text-align:center;
		color: #FFF;
		bottom:0px;		
}
#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-align: center;	
}
#footersub {
	padding-top: 10px;
}
.LayoutDiv_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_lefthalf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_center {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_right {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.LayoutDiv_righthalf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#ListDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	
}
#otherdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 99%;
	display: block;		
	position: relative;	
	border-top: none;
	border-left: none;	
	border-right: none;
}
#otherdiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#otherdiv2 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
html, body{
margin: 0;
padding: 0;
height: 100%;
}
.gridContainer {
	/*width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;*/
	width: 90%;	
	padding-left: 0;
	padding-right: 0;
	margin: auto;
	min-height:100%;
	position: relative;	
}
#header {		
	width: 100%;
	display: block;
	background-image: url(../images/templatemo_header_modi.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 120px;
	position: relative;
}
#logo {
	width: 190px;
	display: block;
	height: 45px;
	top: 39px;
	position: absolute;
	left: 100px;
}
#contentdiv {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.nonmobileview
{
	display: block;
}
#EntryDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#selectDiv
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;	
}
#divrecord
{
	clear: both;	
	width: 100%;
	display: block;
	margin-left: 0;
	text-align: center;
	padding-bottom: 40px;
}
#gmenu {	
	width: 100%;
	display: block;	
	z-index:3;		
}
#cssmenu > ul > li {
  float: left;
  width: 160px;
}
#cssmenu > ul > li > a {
	border: 1px solid #ce6300;
	border-top: none;	
	border-bottom: none;	
	border-left: none;	
}
#welcome {
		padding-top: 22px;
		width: 250px;		
		height: 45px;
		top: 39px;
		position: absolute;
		right: 100px;
		text-align:center;
		color: #FFF;
}
#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	text-align: center;	
}
.LayoutDiv_left {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.6007%;
	display: block;
}
.LayoutDiv_lefthalf {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49%;
	display: block;
}
.LayoutDiv_center {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
.LayoutDiv_right {
	clear: none;
	float: left;
	margin-left: 1.0989%;
	width: 32.6007%;
	display: block;
}
.LayoutDiv_righthalf {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 49%;
	display: block;
}
#ListDiv
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;	
}
#footersub {
	padding-top: 10px;
}
#otherdiv {
	position: relative;	
	margin-top: 0px;
	margin-left: 0px;
	width: 99%;
	display: block;	
	z-index:1;		
}
#otherdiv1 {
	clear: none;
	float: left;
	margin-left: 1%;
	width: 20%;
	display: block;
}
#otherdiv2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 79%;
	display: block;
}
}
