﻿html
{
    min-height: 100%;
    margin-bottom: 1px;
}


body
{
    font-family: Century Gothic, Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color:#0072bc;
    background-image:url(/images/larges.gif);
    background-repeat:no-repeat;
    background-position:bottom left;

}


div.container
{
    text-align: center;
    margin-top: 70px;
}
div.mainContainer
{
width:1000px;
}

div.logoHeader
{
	margin-bottom:20px;
}

div.horizontalMain
{
    background-color:Transparent;
    border-left:solid 2px #015e9a;
    height:4px;
    width:1000px;
}

div.sidesMain
{
     background-color:Transparent;
    border-bottom:solid 2px #015e9a;
    width:4px;
}


div.main
{
    background-color: #FFFFFF;
    border-left:solid 2px #015e9a;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 1000px;
    color: #000000;}

h1
{
    font: bold 17px Century Gothic, Verdana, Arial, Sans-Serif;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    color: #0072bc;
}


div.menu
{
    width: 200px;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
}



a
{
    text-decoration: none;
    font-weight: bold;
    color: #0072bc;
}







a:hover
{
    text-decoration: underline;
}







div.clear
{
    clear: both;
}



div.header
{
    float: right;
    text-align: right;
    width: 18px;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    height: 18px;
}



div.head
{
    height: 22px;
    clear: both;
}



div.content
{
    width: 720px;
    float: left;
    margin-right: 15px;
    margin-left: 25px;
    padding: 0px;
}



p
{
    margin-top: 5px;
    line-height: 19px;
}

img.personalPicture
{
	float:right;
	margin: 0 0 12px 12px; 
	
}

/* Menu styles */


.arrowlistmenu
{

    width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    font: bold 14px 'Century Gothic', Verdana, Arial. Sans-Serif;
    color: white;
    background-color: #0072bc;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}


.arrowlistmenu .menuheader a:visited
{
    /*CSS class for menu headers in general (expanding or not!)*/
    text-decoration: none;
    color: #FFFFFF;
}



.arrowlistmenu .menuheader a:hover
{
    /*CSS class for menu headers in general (expanding or not!)*/
    text-decoration: none;
    color: #7db7dd;

}



.arrowlistmenu .menuheader a
{
    /*CSS class for menu headers in general (expanding or not!)*/
    text-decoration: none;
    color: #FFFFFF;
}



.arrowlistmenu .openheader
{
    /*CSS class to apply to expandable header when it's expanded*/
}


.arrowlistmenu ul
{
    /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    color: #F06B20;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited
{
    color: #A70303;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}

/* CV STYLES */

.cv
{
    width: 720px; /*width of accordion CV*/
}

.cv .menuheader
{
    /*CSS class for CV headers in general (expanding or not!)*/
    font: bold 14px 'Century Gothic', Verdana, Arial. Sans-Serif;
    color: white;
    background: #0072bc url(/images/cvDownArrow.gif) no-repeat bottom right;   
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}


.cv .menuheader a:visited
{
    /*CSS class for CV headers in general (expanding or not!)*/
    text-decoration: none;
    color: #FFFFFF;
   
}



.cv .menuheader a:hover
{
    /*CSS class for CV headers in general (expanding or not!)*/
    text-decoration: none;
    color: #FFFFFF;
}



.cv .menuheader a
{
    /*CSS class for CV headers in general (expanding or not!)*/
    text-decoration: none;
    color: #FFFFFF;
}



.cv .openheader
{
    /*CSS class to apply to expandable header when it's expanded*/
}


.cv ul
{
    /*CSS for UL of each sub menu*/
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


.cv ul li
{
    padding-bottom: 2px; /*bottom spacing between CV items*/
}

.cv ul li a
{
    color: #F06B20;
    display: block;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}

.cv ul li a:visited
{
    color: #A70303;
}

.cv ul li a:hover
{
    /*hover state CSS*/
    color: #A70303;
    background-color: #F3F3F3;
}
.cv p
{
	line-height: 19px;
}

table li
{
	list-style-image:url(/images/sq_bullet.gif);
}
table
{
	width:100%;
}
h2
{
font: bold 15px Century Gothic, Verdana, Arial, Sans-Serif;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    color: #0072bc;
}
.dates
{
	font: italic 12px Century Gothic, Verdana, Arial, Sans-Serif ;
	 color: #000000;
}