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
{
    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;
    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:#ffffff url(resources/tab.jpg) 0 0 no-repeat;
	text-align:center;
}

.sub
{
    border-top:solid 1px grey;
    border-right:solid 2px grey;
    border-bottom:solid 2px grey;
    border-left:solid 1px grey;
}

#lidLogo1
{
    position:relative;
	float:right;
	top:20px;
    right:20px;
    width:149px;
}

#variable
{
    position:relative;
    padding:20px;
    margin:20px 10% 20px 10%;
    left:0;
	border:solid 2px #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;}
a:link {color:#000080;}
a:visited {color:#000070;}
a:hover {color:#6DA9C3;}