body
{
    background:#c0c0c0;
    font:normal arial,sans-serif;
    margin:0;
    padding:0;
    min-height:770px;
    height:100%;
}

#logoAMS
{
    padding:20px;
    float:right;
}

#logoPhone
{
    padding:20px;
    float:left;
}

h1
{
    font-family:Arial;
    font-size: 14px;
    font-weight:bold;
    color:#9f2a27;
}

h2
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

p
{
    font-family:Arial;
    font-size:12px;
    color:Black;
}

#header
{
    position:relative;
	width:100%;
    height:100px;
    background:white;
}

#main
{
    position:inherit;
    margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
    width:950px;
    background:white url(resources/bgLogo.jpg) no-repeat;
    border: solid 1px black;
    padding:0;
    min-height:760px;
	height:auto;
}

#photo
{
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	border-bottom:solid 1px #808080;
	height:125px;
	background:#eceff2 url(resources/bannerEdge.jpg) no-repeat;
}

#banner
{
    position:relative;
	float:left;
    top:30px;
    left:120px;
    color:#0A2874;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
	width:70%;
}

#banner .large
{
    font-size:30px;
}

#menu
{
    position:relative;
    top:0px;
    left:0;
    margin:0px;
    width:100%;
    height:25px;
    background:white;
    border-bottom: solid 3px #4c1a5e;
    z-index:5;
}

/* menu general*/
#menu ul,#menu li
{
    color:black;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    list-style:none;
    padding:0;
    margin:0;
}

#menuList li
{
    float:left;
    position:relative;
    padding-left:2px;
    padding-right:2px;
	width:100px;
}

#menuList a
{
    text-decoration: none;
    padding:5px;
}


#menuList a:link, #menu a:visited
{
    color:black;
    display:block;
}

#menuList a:hover
{
    color:#9f2a27;
}

#menuList li:hover ul
{
    display:block;
    background:#c5d5e6;
	width:97px;
}

#menuList ul
{
    display:none;
    position:absolute;
}

.topMenuLeft
{
    background:white url(resources/tab.jpg) 0 0 no-repeat;
	text-align:center;
}

.sub
{
    border-top:solid 1px #808080;
    border-right:solid 2px #808080;
    border-bottom:solid 2px #808080;
    border-left:solid 1px #808080;
}

#lidLogo1
{
    position:relative;
	float:right;
	top:20px;
    right:20px;
    width:149px;
}

#variable
{
    position:relative;
    padding:0;
    margin:0;
    left:0;
    width:100%;
	height:auto;
}

#left
{
    float:left;
    width:40%;
    margin:20px 20px 20px 40px;
    border:solid 2px #9f2a27;
    padding:5px;
    background:white;
}

#right
{
    float:right;
    width:40%;
    margin:20px 40px 20px 20px;
}

#tl
{
    width:45%;
    height:150px;
    top:0px;
    left:0px;
    float:left;
    background:#daeae0;
    border:solid 2px #577f65;
    padding:5px;
	line-height:85%;
}

/*green*/
#tl h1
{
    color:#004040;
}

#tr
{
    width:45%;
    height:150px;
    top:0px;
    right:0px;
    float:right;
    background:#FCFCDC;
    border:solid 2px #e6d982;
    padding:5px;
	line-height:85%;
}

/*yellow*/
#tr h1
{
    color:#e78b09;
}

#bl
{
    width:45%;
    height:150px;
    bottom:0px;
    left:0px;
    float:left;
    background:#E3E5E7;
    margin:20px 0 0 0;
    border:solid 2px #808080;
    padding:5px;
	line-height:85%;
}

#bl h1
{
    color:black;
}

#br
{
    width:45%;
    height:150px;
    bottom:0px;
    right:0px;
    float:right;
    background:#efe5e9;
    margin:20px 0 0 0;
    border:solid 2px #d08382;
    padding:5px;
	line-height:85%;
}

/*red*/
#br h1
{
    color:#9f2a27;
}

#footer
{
    position:relative;
    width:950px;
    color:white;
    font-family:Arial;
    font-size:12px;
    left:0;
    height:60px;
    margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

#footer a
{
    color:White;
}

a
{
    text-decoration:none;
	color:black;
}

