/* amirix.css */

body 
{ 
	margin:0px; 
	background:#FFFFFF;
}

/* basic font formatting */
body,p,ul,ol,li,div,blockquote,span,td,a
{ 
	font-size:12px; font-family:arial,helvetica,sans-serif;
	padding: 0px;
}

h1 {
	color:#780027; /* amirix red */
	font-size:24px;
}

h2 {
	color:#00595A; /* amirix dark green */
	font-size:20px;
}


/* header 3 & 4 are the same size, but have different colours */
h3 {
	color:#780027; /* amirix red */
	font-size:18px;
}

h4 {
	color:#00595A; /* amirix dark green */
	font-size:20px;
}


/* header 5 & 6 are the same size, but have different colours */

h5 {
	color:#780027; /* amirix red */
	font-size:14px;
	margin-top: 25px;
	margin-bottom: 2px;
}

h6 {
	color:#00595A; /* amirix dark green */
	font-size:14px;
	margin-top: 25px;
	margin-bottom: 2px;
}

a {
	text-decoration:none;
	color:#780027;
}

a:hover {
	text-decoration:underline;
}



/* Specific divs */

#page_holder {
	position:absolute;
	top:0px;
	left:0px;
}

#page {
	width:781px;
	background:url("images/right_border.jpg") repeat-y 700px 0px;
	padding: 0px;
	margin:0px;
}

#main {
	display:block;
	background:#ffffff;
	
	width:700px;
	display:block;
	position: relative;
	top:0px;
	left:0px;
	margin:0px;
	padding: 0px 0px 0px 0px;
	
}

#header1 {
    width:100%;
	background:url("images/header1.jpg")
      no-repeat 0px 0px;
	
	display: block;
	height:240px;
}

#header {
    width:100%;
	background:url("images/header.jpg")
      no-repeat 0px 0px;
	
	display: block;
	height:240px;
	
}

#amirix_welcome {
	display: none;
	position: relative;
	top: -1000em;
}


#slogan {
	display: block;
	position: absolute;
	top: 95px;
	left: 165px;
	padding: 10px 0px 0px 0px;
}

#slogan h1 {
	font-family: times, "times new roman", sarif;
	font-size:16px;
	font-weight:lighter;
	color:#00595A;
}

#slogan .bigger {
	font-size:20px;
	font-family: times, "times new roman", sarif
}



#upper_right_links {
	display: block;
	position: absolute;
	top: 10px;
	right: -15px;
	width:100px;
	font-size:10px;
	color:#780027;
	
}

#upper_right_links a {
	font-size:10px;
	color:#980027;
}


#page_welcome {
	display: block;
	position: absolute;
	top: 60px;
	right: 10px;
	width:350px;
}

#page_welcome h1 {
	float:right;
	clear:both;
	font-family: garamond, sarif;
	font-size:20px;
	font-weight:lighter;
	font-variant:small-caps;
	color:#00595A;
	border-left: 1px dotted #00494A;
	border-bottom: 1px dotted #00494A;
	padding: 0px 0px 1px 3px;
}

#page_welcome h2 {
	clear:both;
	position: absolute;
	top: 22px;
	right: 0px;
	font-family: garamond, sarif;
	font-size:18px;
	font-weight:lighter;
	color:#780027;
	border-left: 1px dotted #00494A;
	border-bottom: 1px dotted #00494A;
	padding: 0px 0px 1px 3px;
}


#menubox {
	position:absolute;
	top:133px;
	left:75px;
	
}

#menu {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
	margin:0;
	padding:0px 5px 0px 5px;
	

}

#menu a {
	float:left;
	display:block;
	background:url("images/right_hover_tab.jpg")
      no-repeat 100% 21px;
	padding:33px 14px 0px 0px;
	background:url(none);
	color:#780027; /* amirix red */
	font-weight:bolder;
	text-decoration:none;
}


#menu span {
	/* background:#005859; */
	background:url("images/left_hover_tab.jpg")
      no-repeat 0% 21px;
	padding: 33px 2px 5px 6px;
	background:url(none);
	margin: 0px;
}

#menu a:hover {
	background:url("images/right_hover_tab.jpg")
      no-repeat 100% 21px;
	padding:33px 14px 5px 0px;
	color:#780027; /* amirix red */
}
#menu a:hover span {
	background:url("images/left_hover_tab.jpg")
      no-repeat 0% 21px;
	padding: 33px 2px 5px 6px;
    
}

#menu .current a {
	background:url("images/right_current_tab.jpg")
      no-repeat 100% 21px;
    padding:33px 14px 5px 0px;
	color:#00595A; /* amirix dark green */
}
#menu .current span {
	/* background:#C4DCE1;  */
	background:url("images/left_current_tab.jpg")
      no-repeat 0% 21px;
	padding: 33px 2px 5px 6px;
	margin: 0px;
}
#menu .current a:hover {
	background:url("images/right_current_tab.jpg")
      no-repeat 100% 21px;
    padding:33px 14px 5px 0px;
	color:#00595A; /* amirix dark green */
}
#menu .current a:hover span {
	/* background:#C4DCE1;  */
	background:url("images/left_current_tab.jpg")
      no-repeat 0% 21px;
	padding: 33px 2px 5px 6px;
	margin: 0px;
}


#submenubox {
	position:absolute;
	top:183px;
	left:20px;
}

#submenu {
	margin:0;
	padding:0;
	list-style:none;
}
#submenu li {
	float:left;
	margin:0;
	padding:0;
}

#submenu a {
	float:left;
	font-size: 90%;
	display:block;
	margin: 5px;
	color:#780027; /* amirix red */
	text-decoration:none;
}


#submenu a:hover {
	text-decoration:underline;
}

#submenu .current {
	font-weight:bolder;
}

#content {
	position:relative;
	left:10px;
	width:680px;
	padding: 0px 0px 2em 0px;
	margin:0px;
	/* border: thin solid rgb(0,0,255); */
	z-index:5;
	
	
}

#content p {
	padding:0px;
	/* border: thin solid rgb(0,0,255); */
	
}

#content ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	text-indent: 0px;
	margin-left: 10px;
    padding-left: 1em;
}

#content li {
	padding: 0px 0px 0.5em 0em;
	
}


#content ul.sublist  {
	list-style-image: url(none);
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}

#content ul.sublist li {
	padding: 0px 0px 0px 0px;
}

#footer {
	position:relative;
	top:-19px;
	display: block;
	height:100px;
	width:780px;
	margin:0px;
	background:url("images/footer.jpg") no-repeat -1px 0px;
	padding:0px 0px 19px 0px;
	z-index:1;
}

#footer p {
	font-size: 10px;
	position:relative;
	top:75px;
	text-align:center;
	left:-40px;
}
